- 24 Feb, 2002 7 commits
-
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Per Abrahamsen authored
* cus-edit.el (custom-unlispify-remove-prefixes): Add to `custom-buffer' customize group.
-
Colin Walters authored
-
Colin Walters authored
-
Kim F. Storm authored
The validation of the event type was too strict as it didn't allow string events; buffer names are used in bindings for menu-bar-select-buffer (see `menu-bar-update-buffers').
-
- 23 Feb, 2002 27 commits
-
-
Kim F. Storm authored
prefix-key.
-
Pavel Janík authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
change (no longer accept a symbol for the KEY argument).
-
Kim F. Storm authored
now try command remapping for all symbols.
-
Kim F. Storm authored
(is_command_symbol): Remove extern.
-
Kim F. Storm authored
added command remapping by entering the commands directly into the keymaps. Now, command remapping uses an explicit `remap' prefix in the keymaps, i.e. [remap COMMAND]. (Qremap, remap_command_vector): New variables. (is_command_symbol): Removed function. (Fdefine_key): No longer accept a symbol for KEY. Added validation of [remap COMMAND] argument for KEY. The DEF is no longer required to be a symbol when remapping a command. (Fremap_command): New function to remap command through keymaps. (Flookup_key): Perform command remapping initiated by Fremap_command directly for speed. (Fkey_binding): Use Fremap_command for command remapping. (where_is_internal): Handle new command remapping representation. (syms_of_keymap): Intern Qremap, initialize remap_command_vector, staticpro them. Defsubr Fremap_command.
-
Colin Walters authored
-
Colin Walters authored
-
Colin Walters authored
(toplevel): Bind them. (shell-mode): Don't set `comint-dynamic-complete-functions'; it is not necessary now that we use pcomplete.
-
Colin Walters authored
(ibuffer-mark-old-buffers): Handle it.
-
Colin Walters authored
function.
-
Colin Walters authored
-
Eli Zaretskii authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
on the string before encoding it. (Fw32_get_clipboard_data): Run post-read-conversion on the string after decoding it.
-
Richard M. Stallman authored
to next message, by calling rmail-summary-goto-msg.
-
Pavel Janík authored
-
Pavel Janík authored
-
Pavel Janík authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Jason Rumney authored
(menu_free_timer): New variable. (MENU_FREE_ID, MENU_FREE_DELAY): New constants. (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer. <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a menu command is in progress. <WM_COMMAND>: Set the menu_command_in_progress flag. Kill any menu_free_timer that is running.
-
Jason Rumney authored
clear the menu_command_in_progress flag.
-
- 22 Feb, 2002 6 commits
-
-
Jason Rumney authored
Call ExtTextOutA rather than ExtTextOut.
-
Jason Rumney authored
-
Richard M. Stallman authored
-
Eli Zaretskii authored
(find-tag-other-window, find-tag-other-frame, find-tag-regexp): Fix a typo in doc strings.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(snake-final-x-velocity, snake-final-y-velocity): New variable and functions. Store user's keypresses into a queue and pop from the queue each subsequent turn. (snake-update-game, snake-move-left) (snake-move-right, snake-move-up, snake-move-down, snake-active-p) (snake-start-game): Use that queue. (snake-use-glyphs-flag): Renamed from snake-use-glyphs. (snake-use-color-flag): Likewise. (snake-mode): Rename uses of those variables.
-