| Age | Commit message (Expand) | Author |
| 2010-08-05 | Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux. | Dan Nicolaescu |
| 2010-07-26 | Remove declarations and unused variables. | Dan Nicolaescu |
| 2010-07-25 | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero |
| 2010-07-12 | Remove subprocesses #ifdefs from term.c. | Dan Nicolaescu |
| 2010-07-12 | Convert maybe_fatal to standard C. | Dan Nicolaescu |
| 2010-07-08 | Convert DEFUNs to standard C. | Dan Nicolaescu |
| 2010-07-08 | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab |
| 2010-07-05 | Convert most remaining function definitions to standard C. | Juanma Barranquero |
| 2010-07-02 | Convert some prototypes to standard C. | Dan Nicolaescu |
| 2010-07-02 | Remove __P and P_ from .c and .m files and definition of P_ | Jan D |
| 2010-05-04 | Remove BSD_PGRPS. | Dan Nicolaescu |
| 2010-04-20 | Implement GUI display of R2L lines, fix TTY display of R2L lines. | Eli Zaretskii |
| 2010-04-20 | Fix R2L paragraph display on TTY. | Eli Zaretskii |
| 2010-04-19 | Make variable forwarding explicit rather the using special values. | Stefan Monnier |
| 2010-04-17 | Mirror continuation indicators for R2L lines; fix face extension on TTY. | Eli Zaretskii |
| 2010-04-12 | (init_tty): Move common text outside of #ifdef TERMINFO. | Stefan Monnier |
| 2010-03-13 | Merge from mainline. | Eli Zaretskii |
| 2010-03-12 | Don't use termcap.c on Posix platforms, only on MS-DOS. | Eli Zaretskii |
| 2010-02-20 | Merge from mainline. | Eli Zaretskii |
| 2010-02-19 | term.c, dispextern.h: Fix stale comments. | Eli Zaretskii |
| 2010-02-18 | (fatal): Add a final \n if needed (bug#5596). | Stefan Monnier |
| 2010-01-16 | Merge from mainline. | Eli Zaretskii |
| 2010-01-13 | Add 2010 to copyright years. | Glenn Morris |
| 2010-01-01 | Retrospective commit from 2009-12-26. | Eli Zaretskii |
| 2010-01-01 | Retrospective commit from 2009-10-17. | Eli Zaretskii |
| 2009-11-25 | (delete_tty): Remove check for last terminal (bug#4970). | Jan Djärv |
| 2009-10-19 | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu |
| 2009-10-18 | Remove leftover table unibyte_to_multibyte_table. | Stefan Monnier |
| 2009-10-04 | Fix typos in comments. | Juanma Barranquero |
| 2009-07-03 | * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused. | Dan Nicolaescu |
| 2009-06-29 | Remove useless if-before-xfree tests. | Jim Meyering |
| 2009-06-28 | (create_tty_output) [MSDOS]: #ifdef away. | Eli Zaretskii |
| 2009-06-27 | * term.c (turn_on_face): Allow simultaneously bold and dim | Chong Yidong |
| 2009-04-30 | * xfaces.c (face_at_buffer_position): New arg base_face_id. | Chong Yidong |
| 2009-04-22 | * term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes, | Chong Yidong |
| 2009-04-22 | * term.c (Ftty_display_color_p, Ftty_display_color_cells) | Chong Yidong |
| 2009-04-03 | * term.c (produce_stretch_glyph): Reduce width of stretch glyphs | Chong Yidong |
| 2009-03-27 | * keyboard.c (tty_read_avail_input): Don't treat a -1 return from | Stefan Monnier |
| 2009-02-12 | (encode_terminal_code): Adjusted for the change of | Kenichi Handa |
| 2009-02-04 | (encode_terminal_code): Fix handling of composition. | Kenichi Handa |
| 2009-01-30 | * dispnew.c (window_change_signal): Don't try to get the size of a | Dan Nicolaescu |
| 2009-01-08 | Add 2009 to copyright years. | Glenn Morris |
| 2008-12-23 | In comments, write delete_frame instead of Fdelete_frame. | Martin Rudalics |
| 2008-12-12 | (init_tty): Move setting the terminal name before the | Dan Nicolaescu |
| 2008-12-11 | (tty_free_frame_resources): Renamed from delete_tty_output; all | Chong Yidong |
| 2008-12-08 | (encode_terminal_code): Free any previous memory blocks | Chong Yidong |
| 2008-09-27 | (encode_terminal_code): Fix a typo in a comment. | Eli Zaretskii |
| 2008-09-12 | * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop. | Stefan Monnier |
| 2008-08-29 | (encode_terminal_code): Adjusted for the change of struct | Kenichi Handa |
| 2008-08-26 | (get_named_tty): Fix last change. | Eli Zaretskii |