(term_init): Fatal error if screen is too small.
[bpt/emacs.git] / src / term.c
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...
1994-09-19 Karl HeuerDeclare 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...
1994-06-15 Richard M. StallmanPut 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_ge...
1994-03-08 Roland McGrath(term_get_fkeys_1): New local var ADDRESS, init to...
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 McGrathInclude <config.h> instead of "config.h".
1993-08-11 Richard M. Stallman(term_get_fkeys_define_1, term_get_fkeys_define): New...
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...
1993-06-09 Jim BlandyApply 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_ke...
1993-05-22 Jim BlandyUpdated copyright years.
1993-03-31 Jim BlandyPut interrupt input blocking in a separate file from...
1993-03-18 Richard M. StallmanFix spacing conventions.
1993-03-17 Eric S. RaymondLess klugey version of fix.
1993-03-17 Eric S. RaymondSupply second arg for tgetstr() calls.
1993-03-15 Jim BlandyAdd extern declaration for do_line_insertion_deletion_c...
1993-03-12 Eric S. RaymondFixed typo. tigetstr -> tgetstr.
1993-03-11 Richard M. Stallman(tigetstr): Add dummy definition to make Emacs link...
1993-03-11 Eric S. RaymondAdded lots more cookies to fkey_table[], and code to...
1993-03-02 Jim BlandyUse the term `scroll bar', instead of `scrollbar'.
1993-01-26 Jim BlandyJimB's changes since January 18th
1993-01-14 Jim Blandy* term.c (set_vertical_scrollbar_hook, condemn_scrollba...
1992-12-24 Jim Blandy* frame.h (struct frame): New fields `can_have_scrollba...
1992-08-19 Jim Blandy* term.c (term_get_fkeys): Some systems define `static...
1992-08-12 Jim Blandy* term.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):
1992-07-16 Jim Blandyentered 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 BlandyInitial revision