| Age | Commit message (Expand) | Author |
| 2002-05-28 | C style fix. | Miles Bader |
| 2002-05-26 | (tty_capable_p): New function. | Miles Bader |
| 2002-04-26 | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi |
| 2002-04-03 | Comment change. | Richard M. Stallman |
| 2002-02-02 | (term_get_fkeys_1): If `k0' and `k;' are both specified and | Stefan Monnier |
| 2002-01-25 | (Ftty_display_color_cells, Ftty_display_color_p): Change the | Eli Zaretskii |
| 2002-01-25 | (Ftty_display_color_cells): New function. | Eli Zaretskii |
| 2002-01-17 | (set_tty_color_mode): Remove unused variable `tem'. | Pavel Janík |
| 2002-01-14 | (tty_default_color_capabilities, tty_setup_colors) | Eli Zaretskii |
| 2001-12-18 | (keys): Add missing braces around initializer. | Pavel Janík |
| 2001-10-20 | (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed. | Miles Bader |
| 2001-10-20 | (reassert_line_highlight_hook, change_line_highlight_hook): Variables removed. | Miles Bader |
| 2001-10-17 | Change doc-string comments to `new style' [w/`doc:' keyword]. | Miles Bader |
| 2001-10-14 | Put doc strings in comments. | Gerd Moellmann |
| 2001-10-08 | Include keymap.h. | Stefan Monnier |
| 2001-10-08 | Don't define min/max. | Gerd Moellmann |
| 2001-05-31 | (tty_cursor_hidden): New variable. | Gerd Moellmann |
| 2001-04-27 | (turn_on_face): Fix reverse video handling on terminals | Gerd Moellmann |
| 2001-04-25 | (toggle_highlight): New function. | Gerd Moellmann |
| 2001-01-20 | (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original | Andrew Innes |
| 2001-01-05 | (update_end): Don't check updating_frame; for some reason | Andrew Innes |
| 2001-01-02 | (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition. | Andrew Innes |
| 2001-01-02 | (encode_terminal_code): Remove unused variable `c'. | Eli Zaretskii |
| 2000-11-21 | Don't try to include termcap.h; see comment there. | Gerd Moellmann |
| 2000-10-28 | (reassert_line_highlight): Reverse the inverse-video effect | Eli Zaretskii |
| 2000-10-22 | Initial check-in: changes for building Emacs under Mac OS. | Andrew Choi |
| 2000-09-21 | Avoid some more compiler warnings. | Gerd Moellmann |
| 2000-08-22 | Include keyboard.h before frame.h. | Andrew Innes |
| 2000-08-16 | (write_glyphs): Also turn off inverse video after turning | Gerd Moellmann |
| 2000-08-16 | (write_glyphs): Use a locally declared conversion_buffer. | Kenichi Handa |
| 2000-08-15 | (turn_off_face): Reset standout_mode when resetting | Gerd Moellmann |
| 2000-06-25 | [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum. | Dave Love |
| 2000-06-06 | (append_glyph): Revert change of 2000-06-06. | Gerd Moellmann |
| 2000-06-06 | (encode_terminal_code): Change the way to check if | Kenichi Handa |
| 2000-05-28 | Correct a typo in a comment. | Eli Zaretskii |
| 2000-05-28 | (produce_glyphs): Don't treat eight-bit-* charsets as multibyte. | Eli Zaretskii |
| 2000-05-23 | (encode_terminal_code): Set coding->src_multibyte properly. | Kenichi Handa |
| 2000-05-20 | (produce_special_glyphs): Use CHAR_BYTES instead of | Kenichi Handa |
| 2000-04-24 | (produce_glyphs): Remove reference to struct it's prompt_width. | Gerd Moellmann |
| 2000-04-05 | make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP | Ken Raeburn |
| 2000-04-01 | (TN_no_color_video): New variable. | Gerd Moellmann |
| 2000-03-19 | (calculate_costs): Remove code dealing with X frames. | Gerd Moellmann |
| 2000-01-30 | (term_init) [WINDOWSNT]: Initialize TN_max_colors. | Jason Rumney |
| 2000-01-04 | (encode_terminal_code): Fix the previous change. | Kenichi Handa |
| 2000-01-02 | (Ftty_display_color_p): Accept an optional argument FRAME. | Eli Zaretskii |
| 2000-01-02 | (insert_glyphs): Pass glyph, not &glyph, to | Eli Zaretskii |
| 1999-12-27 | (encode_terminal_code): Adjusted for the change of struct | Kenichi Handa |
| 1999-12-15 | Changes for separate unspecified foreground and background colors | Eli Zaretskii |
| 1999-12-15 | (encode_terminal_code): Delete codes for a composite | Kenichi Handa |
| 1999-11-12 | (term_init): If "op" isn't available, don't support color | Gerd Moellmann |