- 23 Feb, 2002 2 commits
-
-
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 16 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.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
on the string before encoding it. (Fw16_get_clipboard_data): Run post-read-conversion on the string after decoding it.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(compount-text-no-extensions): Renamed from compound-text. (x-ctext-no-extensions, ctext-no-extensions): Aliases for compound-text-no-extensions. (compound-text): Redefined using post-read and pre-write conversions.
-
Eli Zaretskii authored
variables. (ctext-post-read-conversion, ctext-pre-write-conversion): New functions.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(syms_of_xselect): Intern and staticpro it. (selection_data_to_lisp_data): Run post-read-conversion on decoded selection text. (lisp_data_to_selection_data): If next-selection-coding-system is compound-text-with-extensions, set the type of selection to be compound-text.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
callers changed. If SELECTIONP is non-zero, run the pre-write-conversion function before encoding the selection text.
-
- 21 Feb, 2002 8 commits
-
-
André Spiegel authored
-
André Spiegel authored
(vc-default-init-version): Update documentation to indicate that the backend can override the default init version. (vc-register): Use the backend init-version function, if it exists, to determine the initial version of a file. (vc-diff-switches-list): Don't symbol-quote backend, since it's already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
-
André Spiegel authored
(vc-mode-line): Set vc-mode to nil if the file is not version-controlled. This is necessary, e.g., if the file has just been reverted, and thus was previously under version control but isn't any longer. (vc-find-file-hook): Likewise.
-
André Spiegel authored
-
André Spiegel authored
(vc-cvs-sticky-date-format-string): New variable. (vc-cvs-sticky-tag-display): New variable. (vc-cvs-mode-line-string): Add sticky-tag to the mode-line. (vc-cvs-checkin): If the input revision is a valid symbolic tag name, we create it as a branch, commit and switch to it. (vc-cvs-retrieve-snapshot): Set file-property sticky-tag. (vc-cvs-valid-symbolic-tag-name-p): New function. (vc-cvs-parse-sticky-tag): New function. (vc-cvs-parse-entry): Added parsing of sticky tags.
-
ShengHuo ZHU authored
-
Per Abrahamsen authored
* toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to nil, and then explicitly set the standard-value to t.
-
Sam Steingold authored
-
- 20 Feb, 2002 14 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
composing of language-change event.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
natural paragraph boundaries. Don't fail at beginning of buffer.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Robert J. Chassell authored
-
Robert J. Chassell authored
descriptions are indented, and that menus without descriptions will contain trailing whitespace instead; argue for importance of descriptions. (texinfo-all-menus-update, texinfo-master-menu,texinfo-make-menu) Also, note reason for indentation in doc string.
-
Kim F. Storm authored
bindings at PT when building menu (the menu is not updated often enough for this to work reliable). (tool_bar_items): Likewise. (current_active_maps): Removed unused (and faulty) function.
-
Pavel Janík authored
-