]> code.delx.au - gnu-emacs/history - src/term.c
Trailing whitespace deleted.
[gnu-emacs] / src / term.c
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-07-19 Ken Raeburn(encode_terminal_code): Buffer pointer now const.
2002-07-01 Dave Loveterm.c (costs_set): Declare static, non-initialized...
2002-05-28 Miles BaderC style fix.
2002-05-26 Miles Bader(tty_capable_p): New function.
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-04-03 Richard M. StallmanComment 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): Chang...
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...
2001-10-20 Miles Bader(reassert_line_highlight_hook, change_line_highlight_ho...
2001-10-17 Miles BaderChange doc-string comments to `new style' [w/`doc:...
2001-10-14 Gerd MoellmannPut doc strings in comments.
2001-10-08 Stefan MonnierInclude keymap.h.
2001-10-08 Gerd MoellmannDon'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...
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 MoellmannDon't try to include termcap.h; see comment there.
2000-10-28 Eli Zaretskii(reassert_line_highlight): Reverse the inverse-video...
2000-10-22 Andrew ChoiInitial check-in: changes for building Emacs under...
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-08-22 Andrew InnesInclude 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...
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 ZaretskiiCorrect a typo in a comment.
2000-05-28 Eli Zaretskii(produce_glyphs): Don't treat eight-bit-* charsets...
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 promp...
2000-04-05 Ken Raeburnmake_number/XINT/XUINT conversions; EQ/== fixes; =...
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...
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...
1999-12-15 Eli ZaretskiiChanges for separate unspecified foreground and backgro...
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...
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 MoellmannRewritten.
1999-03-04 Karl Heuer(term_init): Use xmalloc, not malloc.
1999-02-05 Kenichi Handa(encode_terminal_code): Fix previous change.
1998-09-28 Kenichi Handa(encode_terminal_code): Handle raw 8-bit codes correctly.
1998-08-18 Kenichi Handa(write_glyphs): When terminal_coding require flushing,
1998-04-29 Geoff VoelkerInclude cm.h after dispextern.h to avoid name conflicts
1998-04-17 Geoff Voelker(reset_terminal_modes): Only invoke hook if defined.
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-01-22 Kenichi Handa(encode_terminal_code): Adjusted for the change of
1997-11-08 Kenichi Handa(encode_terminal_code): Use new macros defined in
1997-08-16 Richard M. Stallman(term_get_fkeys_1): Use kH as alternate for move-to...
1997-08-10 Kenichi Handa(encode_terminal_code): Use safe_terminal_coding if
1997-07-30 Richard M. StallmanMinor cleanup.
1997-05-31 Richard M. Stallman(insert_glyphs): Use &, not &&.
1997-04-03 Karl HeuerFix comment typo.
1997-03-19 Kenichi Handa(insert_glyphs): Fix a bug which turns up when
1997-03-18 Kenichi Handa(encode_terminal_code): Check validity of character...
1997-02-20 Karl HeuerInclude charset.h and coding.h.
1997-01-20 Richard M. Stallman(fatal): Print a newline at the end.
1997-01-20 Geoff Voelker(term_init): Use new name initialize_w32_display.
1996-09-21 Richard M. Stallman(term_init): Use new vertical scroll bar enumerated...
1996-09-03 Richard M. Stallman(OUTPUT_IF, OUTPUT): Cast frame height to int.
1996-09-03 Richard M. Stallman(term_init): Avoid type-mismatch calling get_frame_size.
1996-08-29 Richard M. Stallman(Vring_bell_function): New variable.
1996-04-26 Richard M. Stallman(FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:
1996-04-10 Richard M. Stallman(calculate_ins_del_char_costs): Use proper frame's...
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-05 Karl HeuerComment fixes.
1995-11-07 Geoff Voelker[HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine.
1995-06-28 Richard M. Stallman(term_init): Alternative error messages for TERMCAP...
1995-06-05 Karl Heuer(cursor_to, clear_to_end_of_line_raw):
1995-04-24 Karl Heuer(term_init): MagicWrap implies AutoWrap.
1995-04-07 Karl HeuerUpdate copyright.
1995-03-29 Richard M. StallmanComment change.
1995-02-25 Karl Heuer(term_init) [TERMINFO]: Make error message more accurate.
1995-02-17 Richard M. Stallman(calculate_costs): Update max_frame_height, max_frame_w...
1995-01-19 Richard M. Stallman(term_get_fkeys_1): Bug fix for function key above...
1995-01-17 Karl Heuer(write_glyphs, insert_glyphs): Call checkmagic.
1995-01-04 Richard M. Stallman(term_init): Fatal error if screen is too small.
1994-12-26 Richard M. Stallman(scroll_region_cost): New variable.
1994-12-06 Richard M. Stallman(calculate_costs): Set FRAME_COST_BAUD_RATE.
1994-11-01 Richard M. Stallman(term_init) [WINDOWSNT]: Do some Windows-specific
1994-10-22 Richard M. Stallman(calculate_costs): Call x_screen_planes.
1994-10-14 Karl Heuer(term_get_fkeys_1): Workaround for IBM's dialect of...
next