Bugfix festival.
[bpt/emacs.git] / src / keyboard.c
2003-12-29 Karoly LorenteyBugfix festival.
2003-12-28 Karoly LorenteyMerged in changes from CVS HEAD
2003-12-28 Karoly LorenteyMerged in changes from CVS HEAD
2003-12-28 Kim F. Storm(Qimage): Remove extern (now in lisp.h).
2003-12-27 Karoly LorenteyFully eliminated global tty state variables.
2003-12-27 Karoly LorenteyFull support for multiple terminal I/O (with some rough...
2003-12-26 Karoly Lorenteylib-src/emacsclient.c: Implemented --here option ...
2003-12-25 Karoly LorenteyImplemented 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...
2003-09-01 Miles BaderAdd arch taglines
2003-07-06 Stefan Monnier(mark_kboards): Update calls to mark_object.
2003-06-22 Richard M. Stallman(read_key_sequence): When converting upcase fn key to
2003-06-15 Stefan Monnier(mark_kboards): New fun, moved from alloc.c. Mark...
2003-06-04 Jason Rumney(Qmouse_wheel, mouse_wheel_syms, lispy_mouse_wheel_name...
2003-06-01 Jason RumneyMake last change compile on MSVC
2003-06-01 Jason Rumney(Qmouse_wheel): Declare only if MAC_OSX defined.
2003-05-26 Juanma Barranquero(make_lispy_event) [WINDOWSNT]: Don't handle MOUSE_WHEE...
2003-05-24 Kim F. StormMake (many) trivial substitutions for renamed and
2003-05-24 Stefan Monnier(read_key_sequence): Adjust fkey and keytran when dropp...
2003-05-15 Stefan Monnier(apply_modifiers): Don't fill the other cache.
2003-05-14 Stefan Monnier(make_lispy_event): Apply modifiers to multibyte-char...
2003-05-11 Stefan Monnier(adjust_point_for_property): Be more careful about...
2003-05-10 Stefan Monnier(follow_key): Remove dead variable `did_meta'.
2003-05-10 Stefan Monnier(adjust_point_for_property): Try harder to move point
2003-05-05 Stefan Monnier(safe_run_hooks_error): Display the error instead of...
2003-05-04 Stefan Monnier(menu_bar_item): Adjust declaration.
2003-05-04 Stefan Monnier(input_available_signal): Mark static.
2003-04-30 Stefan Monnier(parse_modifiers_uncached): Parse `down', `drag',
2003-04-30 Richard M. Stallman(echo_char): Don't clear out a dash that follows a...
2003-04-11 Stefan Monnier(head_table): Use switch-frame as event_kind for select...
2003-04-11 Stefan Monnier(kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
2003-03-24 Andrew ChoiAllow building on Mac OS X again after Kim's merging...
2003-03-21 Kim F. Storm(make_lispy_event): Use enum window_part.
2003-03-09 Jan DjärvImplement Ctrl-Mouse-2 (split vertically) for toolkit...
2003-02-25 Jan Djärv* keyboard.c (cancel_hourglass_unwind): Surround with
2003-02-23 Jan Djärv* keyboard.c (cancel_hourglass_unwind): New function.
2003-02-17 Richard M. Stallman(this_command_key_count_reset): New variable.
2003-02-12 Kim F. StormRenamed remap-command to command-remapping. All uses...
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.
next