Initial check-in: changes for building Emacs under Mac OS.
[bpt/emacs.git] / src / keyboard.c
2000-10-22 Andrew ChoiInitial check-in: changes for building Emacs under...
2000-10-15 Stefan Monnier* keymap.c (access_keymap): Add AUTOLOAD parameter.
2000-10-05 Gerd Moellmann(Frecursive_edit): Make sure redisplay can happen.
2000-10-04 Gerd Moellmann(update_menu_bindings): New variable.
2000-09-29 Gerd Moellmann(menu_bar_one_keymap): If KEYMAP is a symbol,
2000-09-25 Gerd Moellmann(show_help_echo): Set help_echo_showing_p.
2000-09-18 Dave Love(menu_bar_items, tool_bar_items)
2000-09-13 Gerd MoellmannAvoid some more compiler warnings.
2000-08-28 Kenichi Handa(read_char_minibuf_menu_prompt): Call read_char with
2000-08-27 Stefan Monnier(menu_bar_item): Detect duplicate entries for all items
2000-08-27 Eli ZaretskiiFix a typo in a comment.
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-08-21 Gerd Moellmann(gen_help_event): Add parameter SIZE.
2000-08-18 Gerd Moellmann(kbd_buffer_get_event): Handle the case that the
2000-08-11 Kenichi Handa(make_lispy_event): Handle the new event type
2000-08-09 Eli Zaretskii(kbd_buffer_events_waiting): New function.
2000-08-08 Ken Raeburn(syms_of_keyboard): Initialize last_point_position_buffer.
2000-08-02 Gerd Moellmann(read_char_minibuf_menu_prompt): Add new parameter
2000-07-21 Gerd Moellmann(show_help_echo, gen_help_event): Extend comments.
2000-07-18 Gerd Moellmann(show_help_echo): Add parameter WINDOW.
2000-07-14 Gerd Moellmann(show_help_echo): Add parameters OBJECT and POS.
2000-07-13 Gerd Moellmann(show_help_echo): Use eval_form. Add comment.
2000-07-13 Gerd Moellmann(kbd_buffer_gcpro): Renamed from
2000-07-11 Eli Zaretskii(show_help_echo): Accept additional parameter
2000-07-05 Stefan Monnier(show_help_echo): New function, extracted from read_char.
2000-06-20 Gerd Moellmann(adjust_point_for_property): Check if display
2000-06-19 Ken Raeburnmissed one in last checkin
2000-06-19 Ken Raeburn* keyboard.c (follow_key, read_key_sequence): Use XUINT...
2000-06-18 Ken Raeburnfix up more Lisp_Object/int conversion issues
2000-06-13 Gerd Moellmann(read_char): Bind message-truncate-lines to t
2000-06-08 Gerd Moellmann(kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
2000-05-30 Jason Rumney(make_lispy_event) [WINDOWS_NT]: Pass a window pointer to
2000-05-29 Dave Love(menu_bar_items, tool_bar_items, Fexecute_extended_comm...
2000-05-23 Kenichi Handa(read_char): Allow character codes 128..255 to be
2000-05-11 Gerd Moellmann(read_char): Don't clear current message for help
2000-04-21 Gerd Moellmann(timer_check): Fix typo in comment.
2000-04-20 Gerd Moellmann(echo_message_buffer): New variable.
2000-04-05 Ken Raeburnmake_number/XINT/XUINT conversions; EQ/== fixes; =...
2000-04-03 Gerd Moellmann(lispy_mouse_names): Variable removed.
2000-04-01 Gerd Moellmann(lispy_mouse_names): Add additional mouse names.
2000-03-29 Gerd Moellmann(Ftop_level): Cancel busy-cursor.
2000-03-03 Jason Rumney(make_lispy_event): Call buffer_posn_from_coords with...
2000-02-26 Kenichi Handa(read_char): Set `usec' correctly.
2000-02-25 Gerd Moellmann(recursive_edit_1): Cancel busy-cursor.
2000-02-25 Gerd Moellmann(command_loop_1): Call start_busy_cursor before
2000-02-18 Dave LoveAmend last change to check for echo-keystrokes being...
2000-02-18 Dave Love(echo_keystrokes): Remove declaration.
2000-02-12 Gerd Moellmann(bind_polling_period): Stop all timers except
2000-01-25 Gerd Moellmann(toplevel): Include systime.h and atimer.h.
2000-01-11 Gerd MoellmannAdd last change to doc string.
2000-01-11 Gerd Moellmann(Fclear_this_command_keys): Clear recent_keys
1999-12-15 Kenichi Handa(Vdisable_point_adjustment): New variable.
1999-12-10 Stefan Monnier* keyboard.c (Qratio): New symbol.
1999-11-18 Kenichi Handa(echo_char): Use KEY_DESCRIPTION_SIZE to check free
1999-11-16 Gerd Moellmann(command_loop_1): Remove no_redisplay.
1999-11-11 Gerd MoellmannRemove USE_TEXT_PROPERTIES.
1999-10-25 Ken Raeburnmore XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp...
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-10-10 Gerd Moellmann(auto-save-interval): Fix doc string.
1999-09-20 Gerd Moellmann(Frecursive_edit): Remove unused variable.
1999-09-13 Gerd Moellmann(command_loop_1): Change for Lisp_Object
1999-09-12 Gerd Moellmann(command_loop_1): Resize mini-window to the
1999-09-05 Gerd MoellmannChange
1999-09-05 Gerd MoellmannChange spelling of `toolbar' to `tool_bar' or `tool...
1999-09-03 Richard M. Stallman[macintosh]: Set KBD_BUFFER_SIZE to a smaller value
1999-08-23 Gerd Moellmann(command_loop_1): Set beg/end_unchanged per
1999-08-21 Gerd MoellmannCall change_frame_size and do_pending_window_change...
1999-07-30 Eli Zaretskii(cmd_error_internal): Don't kill Emacs if this is an
1999-07-21 Gerd Moellmann(read_char): Use message3_nolog to show help-echo.
1999-06-27 Karl Heuer(read_key_sequence): Properly reinitialize
1999-02-22 Andreas Schwab(Qusr1_signal, Qusr2_signal): New variables.
1999-01-24 Richard M. Stallman(read_key_sequence): Fix previous change.
1999-01-11 Richard M. Stallman(read_key_sequence): In key-translation-map and
1999-01-06 Richard M. Stallman(read_key_sequence): Tell get_keyelt to look handle...
1999-01-02 Richard M. StallmanIn each active map, for each menu bar item, use only...
1998-12-22 Kenichi Handa(read_char): Don't bind
1998-12-10 Karl HeuerDoc fixes.
1998-12-02 Geoff Voelker(Qlanguage_change): New variable.
1998-11-24 Richard M. Stallman(syms_of_keyboard): Doc fix.
1998-10-14 Richard M. Stallman(parse_menu_item): Avoid initialization for Lisp_Object.
1998-10-13 Richard M. Stallman(Fclear_this_command_keys): New function.
1998-10-12 Richard M. Stallman(parse_menu_item): For top level of menu bar,
1998-09-10 Karl Heuer(command_loop_1): When switching to selected window...
1998-08-24 Andreas Schwab(input-method-previous-message): Doc fix.
1998-08-18 Richard M. Stallman(read_char): If not reading a key sequence (MAPS is...
1998-08-17 Richard M. Stallman(Freset_this_command_lengths): Return nil.
1998-08-10 Richard M. Stallman(read_char): Don't decrement this_command_key_count...
1998-08-08 Richard M. Stallman(Vthis_command): Renamed from this_command.
1998-07-27 Richard M. Stallman(Fexecute_extended_command):
1998-07-26 Richard M. Stallman(Qinput_method_function): New variable.
1998-06-23 Richard M. Stallman(command_loop): Reset executing_macro after
1998-06-22 Karl Heuer(menu_item_eval_property): Bind Qinhibit_redisplay.
1998-06-13 Richard M. Stallman(parse_menu_item): Put a quote around DEF
1998-06-07 Richard M. Stallman(cmd_error): Init Vlast_prefix_arg.
1998-06-02 Karl Heuer(syms_of_keyboard): Doc fix for suggest-key-bindings.
1998-05-28 Richard M. Stallman(command_loop_1): In shortcuts for forward-char etc,,
1998-05-16 Richard M. Stallman(read_char): If redisplay is preempted,
1998-05-12 Richard M. Stallman(parse_menu_item): Argument inmenubar < 0 now means
1998-05-01 Richard M. Stallman(Qdrag_n_drop, drag_n_drop_syms, lispy_drag_n_drop_name...
1998-04-26 Richard M. Stallman(parse_menu_item): Support keywords :keys and
next