Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
[bpt/emacs.git] / src / keyboard.c
2004-06-28 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--unicode--0...
2004-06-21 Richard M. Stallman(command_loop_1): Handle values `only' and `identity...
2004-06-13 Richard M. Stallman(cmd_error): Don't call any_kboard_state if inside...
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. StormUndo 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-04-16 Kenichi HandaSync to HEAD
2004-02-28 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-02-27 Kim F. Storm(kbd_buffer_store_event_hold): New function to store
2004-02-26 Kim F. StormTemporary fix; increase NREAD_INPUT_EVENTS to 512.
2004-02-19 Kim F. StormFix whitespace.
2004-02-19 Kim F. StormUndo 2004-02-16 and 2004-02-17 changes.
2004-02-17 Kim F. Storm(in_read_avail_input): New static variable to handle...
2004-02-16 Kim F. StormRework 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_ava...
2004-01-06 Kim F. Storm(make_lispy_position): Use modified mode_line_string,
2003-12-28 Kim F. Storm(Qimage): Remove extern (now in lisp.h).
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-29 Dave Love(cancel_hourglass_unwind): Return Qnil.
2003-09-17 Dave Love(adjust_point_for_property): Make beg and end
2003-09-08 Kenichi Handa*** empty log message ***
2003-09-08 Kenichi HandaNew directory
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-28 Dave Love(lispy_accent_codes, lispy_accent_keys): Extend.
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-09-05 Dave Love(read_key_sequence): Fix type error.
2002-08-20 Kenichi Handa(read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
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.
next