]> code.delx.au - gnu-emacs/history - src/keyboard.c
Trailing whitespace deleted.
[gnu-emacs] / src / keyboard.c
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-02-04 Richard M. Stallman(echo_now): Update before_command_echo_length.
2003-02-03 Kim F. Storm(syms_of_keyboard) <this-original-command>: Doc fix.
2003-01-31 Juanma BarranqueroCygwin support patch.
2003-01-24 Kenichi Handa(adjust_point_for_property): New second arg MODIFIED.
2003-01-19 Jan DjärvGTK version
2003-01-13 Richard M. StallmanFinish previous change.
2003-01-13 Richard M. Stallman(command_loop_1): Don't redisplay directly if there...
2003-01-01 Richard M. Stallman(command_loop_1): Call adjust_point_for_property
2002-11-22 Dave Love(interrupt_signal): Provide forward declaration.
2002-11-15 Stefan Monnier(command_loop_1): Fix int/Lisp_Object mixup.
2002-11-09 Dave Love(command_loop_1): Apply Vtranslation_table_for_input
2002-11-04 Dave Love(read_char): Always translate iff
2002-11-03 Stefan Monnier(adjust_point_for_property): copy/paste error.
2002-11-03 Stefan Monnier(adjust_point_for_property): Handle `display' prop...
2002-10-30 Dave Love(lispy_accent_codes, lispy_accent_keys): Extended.
2002-10-04 Stefan Monnier(keyremap): New struct.
2002-09-27 Richard M. Stallman(STOP_POLLING, RESUME_POLLING): New macros.
2002-09-11 Richard M. Stallman(Fexecute_extended_command): Use pop_message_unwind.
2002-09-09 Kim F. Storm(Fdiscard_input): If defining keyboard macro,
2002-08-19 Kim F. Storm(Fclear_this_command_keys): Added optional arg
2002-08-14 Kim F. Storm(Fcommand_execute): Update call to Fexecute_kbd_macro.
2002-08-10 Richard M. Stallman(make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
2002-08-03 Andrew ChoiIn src:
2002-07-29 Richard M. Stallman(make_lispy_event): Use #ifdef to test USE_TOOLKIT_SCRO...
2002-07-20 Richard M. Stallman(cmd_error_internal): Pass Vsignaling_function
2002-07-19 Juanma BarranqueroFix typo.
2002-07-16 Ken Raeburn(cmd_error_internal): Use const for pointer to lisp
2002-07-16 Ken Raeburn(echo_char, parse_modifiers_uncached, parse_solitary_mo...
2002-07-16 Ken Raeburn* keyboard.c (Fevent_convert_list): Use SREF.
2002-07-16 Richard M. Stallman(cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-14 Kim F. StormCorrect last commit which by mistake included some...
2002-07-12 Kim F. Storm(command_loop_1): Invert check on Vmemory_full.
2002-07-12 Richard M. Stallman(cmd_error_internal): Handle Vsignaling_function here.
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-10 Juanma BarranqueroRename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-07-05 Dave Love(read_key_sequence): Set initial_idleness_start_time
2002-07-04 Juanma Barranquero(post_command_idle_hook): Remove redundant (and inexact...
2002-07-01 Dave Love(kbd_buffer_store_event): Fix interrupt_signal decl
2002-07-01 Richard M. Stallman(timer_last_idleness_start_time): New variable.
2002-06-28 Jan Djärv(readable_filtered_events): New function.
2002-06-17 Stefan Monnier(read_key_sequence): Be more careful with first_unbound.
2002-06-13 Pavel JaníkRename enum event_kind items.
2002-06-11 Stefan Monnier(read_key_sequence):
2002-06-11 Richard M. Stallman(readable_events): Ignore any number of
2002-05-20 Richard M. Stallman(read_char_minibuf_menu_prompt): Don't list equivalent...
2002-05-20 Ken Raeburn* keyboard.c (echo_char, record_char, parse_modifiers_u...
2002-05-16 Juanma Barranquero(Fthis_command_keys, Fthis_command_keys_vector): Fix...
2002-05-15 Stefan Monnier(read_char_x_menu_prompt): Use an equivalent but more...
2002-05-04 Jason Rumney(make_lispy_event) <mouse-wheel>: Set count to 1
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-04-13 Richard M. Stallman(command_loop_1): Don't call start_hourglass
2002-04-12 Gerd Moellmann(Qleft_margin, Qright_margin): Declare.
2002-04-12 Stefan Monnier(gen_help_event): int/Lisp_Object confusion.
2002-04-12 Stefan Monnier(command_loop_1): Turn off transient-mark-mode rather
2002-04-03 Pavel JaníkFix comment.
2002-04-03 Stefan Monnier(make_lispy_event): Handle unknown keysyms together
2002-04-02 Eli Zaretskii(read_char): If the event was Qselect_window,
2002-04-01 Pavel Janík(Qselect_window): New symbol.
2002-03-24 Pavel JaníkFix typos.
2002-03-21 Kim F. Storm(menu_bar_items): Mostly undo 2002-02-20 patch, so
2002-03-10 Jan DjärvAdded Emacs event save_session_event.
2002-03-08 Gerd Moellmann(echo_char): Make sure to add a separator between
2002-03-06 Gerd Moellmann(echo_prompt, echo_char, echo_dash, echo_now)
2002-03-04 Stefan MonnierChange defvar_int def and vars to use EMACS_INT instead...
2002-02-23 Kim F. Storm(command_loop_1): Use Fremap_command for command remapping;
2002-02-20 Kim F. Storm(kbd_buffer_get_event) [WINDOWSNT]: Corrected
2002-02-20 Kim F. Storm(menu_bar_items): Don't include keymap or local-map
2002-02-16 Pavel JaníkDo not include "systime.h" twice.
2002-02-13 Richard M. Stallman(Fthis_command_keys, Fthis_command_keys_vector)
2002-02-06 Kim F. Storm(Vthis_original_command): New variable.
2002-02-06 Pavel Janík(recursive_edit_1): Call cancel_hourglass unconditionally.
2002-02-02 Pavel Janík(command_loop_1) [HAVE_X_WINDOWS]: Call cancel_hourglas...
2002-01-31 Pavel JaníkFix typo.
2002-01-26 Pavel Janík(parse_tool_bar_item): Remove duplicated prototypes.
2002-01-24 Eli Zaretskii(record_char): Fix a typo in a comment.
2002-01-13 Pavel Janík(read_key_sequence): Remove unused variable `extra_maps'.
2002-01-03 Kim F. Storm(read_key_sequence): Fixed cast of submaps arg to bcopy.
2002-01-02 Richard M. Stallman(read_key_sequence): Handle the keymap property before...
2001-12-25 Kim F. Storm(record_char): Ignore duplicate help-echo events only
2001-12-18 Pavel Janík(head_table): Add missing braces around initializer.
2001-12-16 Richard M. Stallman(syms_of_keyboard) <double-click-fuzz>: Doc fix.
2001-12-05 Stefan Monnier(kbd_buffer_store_event): Fix interrupt_signal prototype.
2001-11-06 Stefan Monnier(make_lispy_event): Check integerness and fix Lisp_Obje...
2001-11-05 Richard M. Stallman(read_char): Use Fcar and Fcdr, not Fnth.
2001-11-05 Richard M. Stallman(echo-area-clear-hook): Undo Oct 29 change.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-31 Pavel Janík(lucid-menu-bar-dirty-flag): Doc fix.
2001-10-30 Richard M. Stallman(Finput_pending_p): Doc fix.
2001-10-29 Pavel Janík(Finput_pending_p): Fix typo in doc-string.
2001-10-28 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-21 Miles Bader(Ftrack_mouse): Add usage: string to doc string.
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-14 Pavel Janík(Fcommand_execute): Remove unnecessary prototype (it...
2001-10-08 Stefan Monnier(map_prompt): Remove.
2001-10-08 Pavel Janík*** empty log message ***
2001-10-07 Gerd Moellmann(parse_modifiers, apply_modifiers): Use VALMASK.
2001-10-05 Gerd Moellmann(make_lispy_event) [HAVE_X_WINDOWS]: If we know
2001-09-26 Gerd Moellmann(echo_kboard): Make externally visible.
next