]> code.delx.au - gnu-emacs/history - src/term.c
(archive-l-e): New optional argument `float' means generate a float value.
[gnu-emacs] / src / term.c
2006-03-22 Kim F. StormDefine aliases for append_glyph and produce_stretch_glyph
2006-02-07 Kenichi Handa(append_glyph): Refer to it->char_to_display instead of
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-12-30 Stefan Monnier(visible_cursor): New boolean var.
2005-10-20 Kim F. Storm(encode_terminal_code): Remove unused var src_start.
2005-10-02 Dan Nicolaescu* lisp.h (fatal): Undo previous change.
2005-09-30 Dan Nicolaescu* image.c (slurp_file, xbm_read_bitmap_data): Cast...
2005-08-22 Juri Linkov(turn_on_face): Check for TS_set_foreground and
2005-08-07 Richard M. Stallman(set_terminal_modes): If no TS_termcap_modes string,
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-30 Juri Linkov(turn_on_face): In standout mode apply specified
2005-06-17 Richard M. Stallman(produce_special_glyphs): Use spec_glyph_lookup_face.
2005-04-17 Dan Nicolaescu(struct keys): Add support for shifted keys.
2005-01-06 Kenichi Handa(encode_terminal_code): Fix buffer size computation.
2004-12-12 Kenichi Handa(encode_terminal_code): Fix previous change.
2004-12-01 Kenichi Handa(encode_terminal_code): Don't make it "static".
2004-11-30 Kenichi Handa(encode_terminal_buf, encode_terminal_bufsize): New
2004-03-19 Kim F. Storm(produce_glyphs): Handle IT_STRETCH.
2004-02-27 Kim F. Storm(read_socket_hook): Fix arg list.
2003-09-30 Richard M. Stallman(set_tty_color_mode): Calculate current_mode_spec regar...
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 BaderAdd 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...
2003-05-24 Kim F. StormMake (some) trivial substitutions for renamed and
2003-03-21 Kim F. Storm(estimate_mode_line_height): Move to xdisp.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 &&.
next