log src/keyboard.h @ 78041:5872a3a471bd

age author description
2007-01-14 Glenn Morris Update copyright for years from Emacs 21 to present (mainly adding
2006-12-14 YAMAMOTO Mitsuharu (add_user_signals): Add extern.
2006-08-27 YAMAMOTO Mitsuharu (in_sighandler): Remove extern.
2006-08-10 Jan Djärv * keyboard.h: Declare in_sighandler.
2006-07-26 Chong Yidong * keyboard.h: Include systime.h. Update read_char prototype.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-12-26 Richard M. Stallman Undo previous change.
2005-12-26 Luc Teirlinck extern last_point_position_window.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2004-11-05 Kim F. Storm (kbd_buffer_unget_event): Add prototype.
2004-10-09 Kim F. Storm (timer_start_idle, timer_stop_idle): Remove prototypes.
2004-07-24 Richard M. Stallman (not_single_kboard_state): Declared.
2004-02-27 Kim F. Storm (kbd_buffer_store_event_hold): Add prototype.
2004-01-06 Kim F. Storm (POSN_POSN, POSN_SET_POSN): Rename macros from
2003-11-27 Kim F. Storm (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
2003-09-01 Miles Bader Add arch taglines
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2002-03-06 Gerd Moellmann (ECHOBUFSIZE): Removed.
2002-03-04 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
2002-02-13 Pavel Janík Fix typos.
2001-11-16 Pavel Janík (clear_waiting_for_input): Remove duplicated prototype.
2001-10-16 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
2001-10-08 Stefan Monnier (map_prompt): Remove.
2001-09-07 Eli Zaretskii More commentary about the role of kbd_macro_end.
2000-10-27 Stefan Monnier * lisp.h (KEYMAPP): New macro.
2000-09-25 Gerd Moellmann (quit_throw_to_read_char): Declare NO_RETURN.
2000-08-21 Gerd Moellmann (gen_help_event): Change prototype.
2000-08-09 Eli Zaretskii (kbd_buffer_events_waiting): Add prototype.
2000-08-08 Ken Raeburn (menu_item_eval_property): Declare.
2000-07-18 Gerd Moellmann (show_help_echo, gen_help_event): Change prototypes.
2000-07-14 Gerd Moellmann (gen_help_event, kbd_buffer_store_help_event):
2000-07-11 Eli Zaretskii (show_help_echo): Update prototype of show_help_echo.
2000-07-05 Stefan Monnier (show_help_echo): Declare.
2000-06-20 Dave Love (poll_for_input_1): Declare.
2000-01-25 Gerd Moellmann (polling_for_input): Removed.
1999-09-11 Ken Raeburn Use XCAR and XCDR.
1999-09-05 Gerd Moellmann Change
1999-07-21 Gerd Moellmann (POSN_STRING): New.
1998-12-02 Geoff Voelker (parse_modifiers): Declare prototype.
1998-06-07 Richard M. Stallman (struct kboard): New elts Vreal_last_command and Vlast_prefix_arg.
1998-04-14 Andreas Schwab Add more prototypes.
1998-03-27 Richard M. Stallman (item_properties): New variable.
1997-11-21 Andreas Schwab Add prototypes and more function declarations.
1997-05-19 Richard M. Stallman (num_input_events, num_nonmacro_input_events):
1996-09-01 Karl Heuer Removed support for !MULTI_FRAME.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1995-06-16 Karl Heuer (struct kboard): Add Voverriding_terminal_local_map.
1995-06-09 Karl Heuer (struct kboard): New member system_key_syms.
1995-06-09 Karl Heuer (struct kboard): New member Vlast_command.
1995-06-09 Karl Heuer (Vlucid_menu_bar_dirty_flag): Declare this variable.
1995-06-07 Karl Heuer (struct kboard): member Vprefix_arg restored, replacing
1995-05-09 Karl Heuer (struct kboard): New member Vdefault_minibuffer_frame.
1995-04-24 Karl Heuer (struct kboard): New member Vsystem_key_alist.
1995-04-11 Karl Heuer Comment changes.
1995-04-10 Richard M. Stallman (single_kboard): Renamed from kboard_locked. All refs renamed.
1994-09-27 Karl Heuer (EVENT_HAS_PARAMETERS): Use type test macros.
1994-08-28 Richard M. Stallman (polling_for_input): Declared.
1994-04-16 Richard M. Stallman (map_prompt): Declared.
1993-07-05 Jim Blandy * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): New
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-05-22 Jim Blandy Updated copyright years.
1993-03-14 Jim Blandy * keyboard.h (internal_last_event_frame): This should be extern,
1993-03-02 Jim Blandy Use the term `scroll bar', instead of `scrollbar'.
1993-01-26 Jim Blandy JimB's changes since January 18th
1992-12-24 Jim Blandy * keyboard.c (Qscrollbar_movement, Qvertical_scrollbar,
1992-10-31 Jim Blandy * keyboard.h (get_keymap_1, Fkeymapp, reorder_modifiers,
1992-10-19 Jim Blandy * keyboard.h (this_command_keys): Extern declaration changed. Doc fix.
1992-10-11 Jim Blandy * keyboard.h (Qswitch_frame): Declare this extern.
1992-10-03 Jim Blandy Doc fixes.
1992-10-02 Jim Blandy * keyboard.h (EVENT_HAS_PARAMETERS): Definition changed - all events
1992-09-22 Jim Blandy * keyboard.h (num_nonmacro_input_chars): Added extern declaration
1992-09-13 Jim Blandy entered into RCS
1992-06-30 Jim Blandy *** empty log message ***
1992-01-28 Jim Blandy Initial revision