log src/term.c @ 25157:1978f057423d

age author description
1999-07-21 Gerd Moellmann Rewritten.
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 Voelker Include 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 Schwab Fix -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-last-line.
1997-08-10 Kenichi Handa (encode_terminal_code): Use safe_terminal_coding if
1997-07-30 Richard M. Stallman Minor cleanup.
1997-05-31 Richard M. Stallman (insert_glyphs): Use &, not &&.
1997-04-03 Karl Heuer Fix 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 code.
1997-02-20 Karl Heuer Include 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 type.
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 width.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-05 Karl Heuer Comment 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/TERMINFO.
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 Heuer Update copyright.
1995-03-29 Richard M. Stallman Comment 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_width.
1995-01-19 Richard M. Stallman (term_get_fkeys_1): Bug fix for function key above f19.
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 terminfo.
1994-09-19 Karl Heuer Declare Fmake_sparse_keymap.
1994-09-16 Karl Heuer (clear_to_end): Fix reversed condition.
1994-08-24 Richard M. Stallman (term_init): Added missing argument to tgetstr.
1994-06-23 Richard M. Stallman (term_get_fkeys): Don't redeclare term_get_fkeys_1 here.
1994-06-15 Richard M. Stallman Put stdio.h after config.h.
1994-05-23 Richard M. Stallman (update_end): Undo previous change.
1994-04-08 Karl Heuer (system_uses_terminfo): New variable.
1994-04-03 Richard M. Stallman (frame_up_to_date_hook): Defined.
1994-03-08 Roland McGrath (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.
1994-03-08 Roland McGrath (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address.
1994-03-08 Roland McGrath (term_get_fkeys_data): Variable removed.
1994-02-12 Richard M. Stallman (term_init): If no `se', use `me';
1994-01-21 Richard M. Stallman (update_end): Clear updating_frame before calling hook.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-08-11 Richard M. Stallman (term_get_fkeys_define_1, term_get_fkeys_define): New functions.
1993-08-09 Richard M. Stallman (term_init): Improve error messages (give sh commands).
1993-06-13 Richard M. Stallman (term_get_fkeys): Use `prior', not `previous', for %8/kP.
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-06-05 Richard M. Stallman (term_get_fkeys): Use correct names for F10 and up.
1993-05-31 Richard M. Stallman (term_get_fkeys): If not initialized, init Vfunction_key_map.
1993-05-22 Jim Blandy Updated copyright years.
1993-03-31 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
1993-03-18 Richard M. Stallman Fix spacing conventions.
1993-03-17 Eric S. Raymond Less klugey version of fix.
1993-03-17 Eric S. Raymond Supply second arg for tgetstr() calls.
1993-03-15 Jim Blandy Add extern declaration for do_line_insertion_deletion_costs.
1993-03-12 Eric S. Raymond Fixed typo. tigetstr -> tgetstr.
1993-03-11 Richard M. Stallman (tigetstr): Add dummy definition to make Emacs link again.
1993-03-11 Eric S. Raymond Added lots more cookies to fkey_table[], and code to do even more.
1993-03-02 Jim Blandy Use the term `scroll bar', instead of `scrollbar'.
1993-01-26 Jim Blandy JimB's changes since January 18th
1993-01-14 Jim Blandy * term.c (set_vertical_scrollbar_hook, condemn_scrollbars_hook,
1992-12-24 Jim Blandy * frame.h (struct frame): New fields `can_have_scrollbars' and
1992-08-19 Jim Blandy * term.c (term_get_fkeys): Some systems define `static' to be the
1992-08-12 Jim Blandy * term.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):
1992-07-16 Jim Blandy entered into RCS
1992-07-13 Jim Blandy *** empty log message ***
1992-06-30 Jim Blandy *** empty log message ***
1992-04-24 Jim Blandy *** empty log message ***
1992-02-04 Jim Blandy *** empty log message ***
1991-11-04 Jim Blandy *** empty log message ***
1991-07-19 Jim Blandy *** empty log message ***
1991-07-19 Jim Blandy *** empty log message ***
1991-05-09 Jim Blandy Initial revision