| Age | Commit message (Expand) | Author |
| 2011-04-08 | Merge changes from emacs-23 branch | Chong Yidong |
| 2011-04-08 | * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450). | Svante Signell |
| 2011-04-06 | * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too. | Paul Eggert |
| 2011-04-05 | doprnt, error, and verror are not printf-compatible. | Paul Eggert |
| 2011-04-05 | * term.c (vfatal, maybe_fatal): Mark as printf-like functions. | Paul Eggert |
| 2011-04-01 | * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning. | Paul Eggert |
| 2011-03-27 | Merge from atest branch. | Paul Eggert |
| 2011-03-23 | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou |
| 2011-03-23 | * term.c (produce_glyphless_glyph): Remove unnecessary test. | Paul Eggert |
| 2011-03-11 | Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu. | Eli Zaretskii |
| 2011-03-08 | * term.c (encode_terminal_code): Mark vars for gcc -Wuninitialized. | Paul Eggert |
| 2011-03-08 | * term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h file | Paul Eggert |
| 2011-03-08 | * term.c (term_mouse_position): Rename local to avoid shadowing. | Paul Eggert |
| 2011-03-08 | * cm.c (calccost, cmgoto): Use const pointers where appropriate. | Paul Eggert |
| 2011-03-08 | * tparam.h: New file. | Paul Eggert |
| 2011-03-08 | * term.c (encode_terminal_code): Remove unused local | Paul Eggert |
| 2011-03-08 | * term.c (encode_terminal_code): Now static. | Paul Eggert |
| 2011-02-17 | Don't GC-scan stack data redundantly. | Stefan Monnier |
| 2011-02-16 | Hide implementation of `struct kboard' | Tom Tromey |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris |
| 2011-01-22 | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert |
| 2011-01-18 | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey |
| 2011-01-14 | Merge from mainline. | Paul Eggert |
| 2011-01-14 | Merge from emacs-23 | Stefan Monnier |
| 2011-01-09 | Include <unistd.h> unilaterally. | Paul Eggert |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris |
| 2010-11-23 | Move extern declarations from term.c to lisp.h. | Dan Nicolaescu |
| 2010-11-20 | Use \uNNNN, \UNNNNNN, or \xNNNNNN for hex-code display on a TTY. | Eli Zaretskii |
| 2010-11-14 | Clean up src/systty.h macros. | Dan Nicolaescu |
| 2010-11-13 | Fix and document display of glyphless characters. | Eli Zaretskii |
| 2010-11-06 | Unify mouse-highlight code for all GUI and TTY sessions. | Eli Zaretskii |
| 2010-11-05 | term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused varia... | Eli Zaretskii |
| 2010-11-02 | Reflect mouse-highlight redesign in term.c | Eli Zaretskii |
| 2010-11-01 | Handle glyphless characters on tty. | Kenichi Handa |
| 2010-10-01 | Fix initial frame dimensions on MS-DOS. | Eli Zaretskii |
| 2010-10-01 | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu |
| 2010-09-27 | merge trunk | Kenichi Handa |
| 2010-09-27 | Remove restriction on the number of glyphs in one composition. | Kenichi Handa |
| 2010-09-26 | Code simplification in term.c. | Dan Nicolaescu |
| 2010-09-25 | Fix int/EMACS_INT use in process.c and term.c. | Eli Zaretskii |
| 2010-09-14 | Merge changes from emacs-23 branch. | Juanma Barranquero |
| 2010-09-11 | * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). | Anonymous |
| 2010-09-01 | merge changes in emacs-23 branch | Kenichi Handa |
| 2010-08-31 | Fix handling of 8-bit characters in a display table. | Kenichi Handa |
| 2010-08-29 | term.c (encode_terminal_code): Encode byte chars to the correspnding bytes. | Kenichi Handa |
| 2010-08-20 | * src/term.c: Do not include <termios.h>, systty.h does it. | Dan Nicolaescu |
| 2010-08-09 | Use const char* instead of char*. | Dan Nicolaescu |
| 2010-08-06 | Use const for some arrays and functions. | Dan Nicolaescu |
| 2010-08-06 | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D |
| 2010-08-05 | * src/term.c: Remove dead code. | Dan Nicolaescu |