log src/term.c @ 51604:f57bfce0ddaf

age author description
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.
2000-05-20 Kenichi Handa (produce_special_glyphs): Use CHAR_BYTES instead of
2000-04-24 Gerd Moellmann (produce_glyphs): Remove reference to struct it's prompt_width.
2000-04-05 Ken Raeburn make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
2000-04-01 Gerd Moellmann (TN_no_color_video): New variable.
2000-03-19 Gerd Moellmann (calculate_costs): Remove code dealing with X frames.
2000-01-30 Jason Rumney (term_init) [WINDOWSNT]: Initialize TN_max_colors.
2000-01-04 Kenichi Handa (encode_terminal_code): Fix the previous change.
2000-01-02 Eli Zaretskii (Ftty_display_color_p): Accept an optional argument FRAME.
2000-01-02 Eli Zaretskii (insert_glyphs): Pass glyph, not &glyph, to
1999-12-27 Kenichi Handa (encode_terminal_code): Adjusted for the change of struct
1999-12-15 Eli Zaretskii Changes for separate unspecified foreground and background colors
1999-12-15 Kenichi Handa (encode_terminal_code): Delete codes for a composite
1999-11-12 Gerd Moellmann (term_init): If "op" isn't available, don't support color
1999-09-15 Gerd Moellmann (OUTPUT_IF, OUTPUT1_IF): Use do-while.
1999-09-13 Gerd Moellmann (OUTPUT): Change for Lisp_Object selected_frame.
1999-08-06 Gerd Moellmann (produce_glyphs): Set iterator's physical height
1999-07-21 Gerd Moellmann Rewritten.
1999-03-04 Karl Heuer (term_init): Use xmalloc, not malloc.