log src/keyboard.c @ 59534:9bad65481674

age author description
2005-01-13 Richard M. Stallman (syms_of_keyboard): Doc fix.
2004-12-23 Jan Djärv * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
2004-12-21 Richard M. Stallman (kbd_buffer_store_event_hold):
2004-12-15 Jan Djärv * syssignal.h: Declare main_thread.
2004-12-15 Kim F. Storm (read_char): Save and restore echo_string when
2004-12-15 Kim F. Storm (Vthrow_on_input): New variable.
2004-12-11 Stefan Monnier (handle_async_input): Remove pthread mutex handling.
2004-12-07 Jan Djärv * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
2004-12-07 Jan Djärv * gtkutil.c: Include signal.h and syssignal.h.
2004-11-30 Steven Tamm * keyboard.c: Don't undef SIGIO
2004-11-25 Stefan Monnier (command_loop_1): Print a message describing the key
2004-11-15 Kim F. Storm (Fposn_at_point): Remove extra */ after doc string.
2004-11-09 Kim F. Storm (read_avail_input): Remove unused variable 'discard'.
2004-11-07 Richard M. Stallman (command_loop_1): Change Vtransient_mark_mode
2004-11-05 Kim F. Storm (kbd_buffer_store_event_hold): Remove obsolete code.
2004-10-09 Kim F. Storm (timer_resume_idle): New function to resume idle
2004-08-20 Kim F. Storm Rename wait_reading_process_input to wait_reading_process_output.
2004-08-19 Kim F. Storm Adapt to new wait_reading_process_input args.
2004-08-08 Luc Teirlinck Declare Qdisabled_command_function instead of Qdisabled_command_hook.
2004-08-07 Luc Teirlinck (syms_of_keyboard) <overriding-terminal-local-map>: Doc fix.
2004-07-31 Luc Teirlinck (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
2004-07-19 Steven Tamm Fixes for Ctrl-G support on carbon, replacing old timeout based polling
2004-07-17 Juanma Barranquero (not_single_kboard_state): Do nothing unless MULTI_KBOARD is defined.
2004-07-17 Richard M. Stallman (not_single_kboard_state): New function.
2004-07-14 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-455
2004-07-06 Luc Teirlinck (syms_of_keyboard): Fix `keyboard-translate-table' docstring.
2004-06-21 Richard M. Stallman (command_loop_1): Handle values `only' and `identity' for Vtransient_mark_mode.
2004-06-13 Richard M. Stallman (cmd_error): Don't call any_kboard_state if inside a recursive edit level.
2004-06-13 Andreas Schwab (cancel_hourglass_unwind): Return a value.
2004-06-11 Juanma Barranquero (Fposn_at_point): Doc fix.
2004-05-21 Kim F. Storm (struct backtrace): Add debug_on_exit member.
2004-05-17 Kim F. Storm (Frecursive_edit): Return immediately if input blocked.
2004-05-17 Jason Rumney (kbd_buffer_get_event): Don't use event->code and
2004-05-14 Kim F. Storm Undo last change.
2004-05-14 Kim F. Storm (in_timer_check): New static var.
2004-05-13 Kim F. Storm (mark_kboards): Don't mark x and y members
2004-04-20 Kim F. Storm (Fposn_at_x_y, Fposn_at_point): New defuns.
2004-04-16 Kim F. Storm (Fkey_description): Change callers.
2004-02-28 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-119
2004-02-27 Kim F. Storm (kbd_buffer_store_event_hold): New function to store
2004-02-26 Kim F. Storm Temporary fix; increase NREAD_INPUT_EVENTS to 512.
2004-02-19 Kim F. Storm Fix whitespace.
2004-02-19 Kim F. Storm Undo 2004-02-16 and 2004-02-17 changes.
2004-02-17 Kim F. Storm (in_read_avail_input): New static variable to handle re-entrancy.
2004-02-16 Kim F. Storm Rework previous change; it didn't consider that the
2004-02-16 Eli Zaretskii (prev_read): New static variable.
2004-01-21 Stefan Monnier (kbd_buffer_gcpro): Remove.
2004-01-21 Stefan Monnier (handle_async_input): New fun, extracted from input_available_signal.
2004-01-06 Kim F. Storm (make_lispy_position): Use modified mode_line_string,
2003-12-29 Karoly Lorentey Make sure secondary frames are deleted when emacsclient quits.
2003-12-29 Karoly Lorentey Bugfix festival.
2003-12-28 Karoly Lorentey Merged in changes from CVS HEAD
2003-12-28 Kim F. Storm (Qimage): Remove extern (now in lisp.h).
2003-12-27 Karoly Lorentey Fully eliminated global tty state variables.
2003-12-27 Karoly Lorentey Full support for multiple terminal I/O (with some rough edges).
2003-12-26 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
2003-12-25 Karoly Lorentey Implemented multiple tty support.
2003-11-27 Kim F. Storm (make_lispy_position): Add x and y coordinates
2003-11-23 Kim F. Storm (make_lispy_position): New function for generating
2003-11-17 Stefan Monnier (parse_modifiers, apply_modifiers): Use INTMASK instead of VALMASK.