log src/term.c @ 58110:97a3448cd53c

age author description
2004-03-19 Kim F. Storm (produce_glyphs): Handle IT_STRETCH.
2004-02-27 Kim F. Storm (read_socket_hook): Fix arg list.
2003-12-29 Karoly Lorentey Bugfix festival.
2003-12-28 Karoly Lorentey Trivial changes
2003-12-27 Karoly Lorentey Fully eliminated global tty state variables.
2003-12-27 Karoly Lorentey Full support for multiple terminal I/O (with some rough edges).
2003-12-26 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
2003-12-25 Karoly Lorentey Updating_frame vs. selected_frame in term.c.
2003-12-25 Karoly Lorentey Implemented multiple tty support.
2003-12-24 Karoly Lorentey Add a level of indirection to terminal characteristics.
2003-09-30 Richard M. Stallman (set_tty_color_mode): Calculate current_mode_spec regardless of value of VAL.
2003-09-28 Eli Zaretskii (tty_setup_colors): Treat any negative argument as -1.
2003-09-22 Eli Zaretskii (set_tty_color_mode): Use INTEGERP to test whether a
2003-09-01 Miles Bader Add arch taglines
2003-08-24 Eli Zaretskii (term_init): Remove `const' from buffer_size's declaration.
2003-08-21 Kenichi Handa (term_init): Fix previous change
2003-08-21 Kenichi Handa (term_init): Fix previous change; don't rely on the
2003-08-19 Richard M. Stallman (term_init): Use a buffer of size 4096 for tgetent since
2003-05-24 Kim F. Storm Make (some) trivial substitutions for renamed and
2003-03-21 Kim F. Storm (estimate_mode_line_height): Move to xdisp.c.
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2002-07-19 Ken Raeburn (encode_terminal_code): Buffer pointer now const.
2002-07-01 Dave Love term.c (costs_set): Declare static, non-initialized for pcc.
2002-05-28 Miles Bader C style fix.
2002-05-26 Miles Bader (tty_capable_p): New function.
2002-04-26 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
2002-04-03 Richard M. Stallman Comment change.
2002-02-02 Stefan Monnier (term_get_fkeys_1): If `k0' and `k;' are both specified and
2002-01-25 Eli Zaretskii (Ftty_display_color_cells, Ftty_display_color_p): Change the
2002-01-25 Eli Zaretskii (Ftty_display_color_cells): New function.
2002-01-17 Pavel Janík (set_tty_color_mode): Remove unused variable `tem'.
2002-01-14 Eli Zaretskii (tty_default_color_capabilities, tty_setup_colors)
2001-12-18 Pavel Janík (keys): Add missing braces around initializer.
2001-10-20 Miles Bader (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed.
2001-10-20 Miles Bader (reassert_line_highlight_hook, change_line_highlight_hook): Variables removed.
2001-10-17 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-14 Gerd Moellmann Put doc strings in comments.
2001-10-08 Stefan Monnier Include keymap.h.
2001-10-08 Gerd Moellmann Don't define min/max.
2001-05-31 Gerd Moellmann (tty_cursor_hidden): New variable.
2001-04-27 Gerd Moellmann (turn_on_face): Fix reverse video handling on terminals
2001-04-25 Gerd Moellmann (toggle_highlight): New function.
2001-01-20 Andrew Innes (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original
2001-01-05 Andrew Innes (update_end): Don't check updating_frame; for some reason
2001-01-02 Andrew Innes (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
2001-01-02 Eli Zaretskii (encode_terminal_code): Remove unused variable `c'.
2000-11-21 Gerd Moellmann Don't try to include termcap.h; see comment there.
2000-10-28 Eli Zaretskii (reassert_line_highlight): Reverse the inverse-video effect
2000-10-22 Andrew Choi Initial check-in: changes for building Emacs under Mac OS.
2000-09-21 Gerd Moellmann Avoid some more compiler warnings.
2000-08-22 Andrew Innes Include keyboard.h before frame.h.
2000-08-16 Gerd Moellmann (write_glyphs): Also turn off inverse video after turning
2000-08-16 Kenichi Handa (write_glyphs): Use a locally declared conversion_buffer.
2000-08-15 Gerd Moellmann (turn_off_face): Reset standout_mode when resetting
2000-06-25 Dave Love [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum.
2000-06-06 Gerd Moellmann (append_glyph): Revert change of 2000-06-06.
2000-06-06 Kenichi Handa (encode_terminal_code): Change the way to check if
2000-05-28 Eli Zaretskii Correct a typo in a comment.
2000-05-28 Eli Zaretskii (produce_glyphs): Don't treat eight-bit-* charsets as multibyte.
2000-05-23 Kenichi Handa (encode_terminal_code): Set coding->src_multibyte properly.