aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged in changes from CVS trunk.Karoly Lorentey2004-11-131-11/+8
|\
| * (read_avail_input): Remove unused variable 'discard'.Kim F. Storm2004-11-091-1/+0
| * (command_loop_1): Change Vtransient_mark_modeRichard M. Stallman2004-11-071-10/+8
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-061-66/+25
|\ \ | |/
| * (kbd_buffer_store_event_hold): Remove obsolete code.Kim F. Storm2004-11-051-66/+25
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-121-16/+19
|\ \ | |/
| * (timer_resume_idle): New function to resume idleKim F. Storm2004-10-091-16/+19
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-231-5/+2
|\ \ | |/
| * Rename wait_reading_process_input to wait_reading_process_output.Kim F. Storm2004-08-201-2/+2
| * Adapt to new wait_reading_process_input args.Kim F. Storm2004-08-191-4/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-091-6/+7
|\ \ | |/
| * Declare Qdisabled_command_function instead of Qdisabled_command_hook.Luc Teirlinck2004-08-081-6/+6
| * (syms_of_keyboard) <overriding-terminal-local-map>: Doc fix.Luc Teirlinck2004-08-071-0/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-031-2/+2
|\ \ | |/
| * (syms_of_keyboard) <disable-point-adjustment>: Doc fix.Luc Teirlinck2004-07-311-2/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-221-1/+1
|\ \ | |/
| * Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm2004-07-191-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-181-6/+34
|\ \ | |/
| * (not_single_kboard_state): Do nothing unless MULTI_KBOARD is defined.Juanma Barranquero2004-07-171-1/+3
| * (not_single_kboard_state): New function.Richard M. Stallman2004-07-171-6/+17
| * Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-455Miles Bader2004-07-141-0/+15
* | Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).Karoly Lorentey2004-07-101-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-101-5/+7
|\ \ | |/
| * (syms_of_keyboard): Fix `keyboard-translate-table' docstring.Luc Teirlinck2004-07-061-5/+7
* | Fixed C-c from the controlling terminal.Karoly Lorentey2004-07-051-1/+1
* | Implemented display ids for multiple emacsclients on the same tty. Plus asso...Karoly Lorentey2004-07-041-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-241-0/+12
|\ \ | |/
| * (command_loop_1): Handle values `only' and `identity' for Vtransient_mark_mode.Richard M. Stallman2004-06-211-0/+12
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-141-23/+6
|\ \ | |/
| * (cmd_error): Don't call any_kboard_state if inside a recursive edit level.Richard M. Stallman2004-06-131-1/+6
| * (cancel_hourglass_unwind): Return a value.Andreas Schwab2004-06-131-22/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-111-1/+1
|\ \ | |/
| * (Fposn_at_point): Doc fix.Juanma Barranquero2004-06-111-1/+1
* | Don't core dump on SIGINT when there is no frame on the controlling tty.Karoly Lorentey2004-06-081-1/+1
* | Clear single_kboard each time Emacs returns to top-level.Karoly Lorentey2004-06-071-0/+4
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-231-0/+3
|\ \ | |/
| * (struct backtrace): Add debug_on_exit member.Kim F. Storm2004-05-211-0/+3
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-181-5/+17
|\ \ | |/
| * (Frecursive_edit): Return immediately if input blocked.Kim F. Storm2004-05-171-0/+11
| * (kbd_buffer_get_event): Don't use event->code andJason Rumney2004-05-171-3/+1
| * Undo last change.Kim F. Storm2004-05-141-9/+0
| * (in_timer_check): New static var.Kim F. Storm2004-05-141-0/+9
| * (mark_kboards): Don't mark x and y membersKim F. Storm2004-05-131-2/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-04-231-0/+57
|\ \ | |/
| * (Fposn_at_x_y, Fposn_at_point): New defuns.Kim F. Storm2004-04-201-0/+57
* | Merged in changes from CVS trunk.Karoly Lorentey2004-04-181-2/+2
|\ \ | |/
| * (Fkey_description): Change callers.Kim F. Storm2004-04-161-2/+2
* | Trivial cleanups to get rid of GCC warnings.Karoly Lorentey2004-03-191-2/+2
* | Fixed compiler warnings for keyboard.c.Karoly Lorentey2004-03-111-5/+3
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-281-88/+111
|\ \ | |/