log src/keyboard.h @ 92671:5ab226964d53

age author description
2008-01-08 Miles Bader Merge from emacs--rel--22
2007-10-25 Stefan Monnier Make `window-system' into a keyboard-local variable (rather than
2007-10-09 Miles Bader Merge from emacs--rel--22
2007-10-09 Stefan Monnier Add new `input-decode-map' keymap and use it for temrinal
2007-08-13 Miles Bader Merge from emacs--devo--0
2007-07-31 Miles Bader Merge from emacs--devo--0
2007-01-29 Karoly Lorentey Merged from emacs@sv.gnu.org
2007-01-01 Karoly Lorentey Merged from emacs@sv.gnu.org.
2006-07-29 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-02-12 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-01-03 Karoly Lorentey Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in process filters. Small fixes.
2005-12-29 Karoly Lorentey Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
2005-12-29 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 681)
2005-10-28 Karoly Lorentey Change `keyboard-translate-table' to be terminal-local.
2005-09-11 Karoly Lorentey Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Boetes, analysis by Kalle Olavi Niemitalo.)
2005-09-04 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
2005-07-12 Karoly Lorentey Rename function-key-map to local-function-key-map, and global-function-key-map to function-key-map. Same for key-translation-map.
2005-07-11 Karoly Lorentey Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.
2005-07-05 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
2005-06-27 Karoly Lorentey New C function `push_display_kboard'.
2005-06-26 Karoly Lorentey Change key-translation-map to be terminal-local.
2005-06-25 Karoly Lorentey Make function-key-map a terminal-local variable (move it inside the kboard struct).
2004-11-06 Karoly Lorentey Merged in changes from CVS trunk.
2004-10-12 Karoly Lorentey Merged in changes from CVS trunk.
2004-07-27 Karoly Lorentey Merged in changes from CVS trunk.
2004-02-28 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-11 Karoly Lorentey Changed tty input code to use read_socket_hook.
2004-01-10 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-02 Karoly Lorentey MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-08-29 Martin Rudalics (struct kboard): New elt Vlast_repeatable_command.
2007-08-08 Glenn Morris Replace `iff' in comments.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
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.