1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

40406 Commits

Author SHA1 Message Date
Jason Rumney
823b64b024 (struct w32_output): New member menu_command_in_progress. 2002-02-22 23:58:11 +00:00
Richard M. Stallman
8316d6fe2b Minor correction. 2002-02-22 23:44:02 +00:00
Eli Zaretskii
a70ea557d9 (find-tag-noselect, find-tag)
(find-tag-other-window, find-tag-other-frame, find-tag-regexp):
Fix a typo in doc strings.
2002-02-22 16:30:46 +00:00
Richard M. Stallman
3a84ed60cf *** empty log message *** 2002-02-22 15:27:02 +00:00
Richard M. Stallman
5bcfaa0725 (snake-velocity-queue, snake-update-velocity)
(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.
2002-02-22 15:19:06 +00:00
Eli Zaretskii
9feba28107 *** empty log message *** 2002-02-22 14:43:53 +00:00
Eli Zaretskii
dabc65bc2c (BASE_PURESIZE): Increase to 755000. 2002-02-22 14:43:39 +00:00
Eli Zaretskii
3276b4fe6e (Fw16_set_clipboard_data): Run pre-write-conversion
on the string before encoding it.
(Fw16_get_clipboard_data): Run post-read-conversion on the string
after decoding it.
2002-02-22 14:09:07 +00:00
Eli Zaretskii
9eb532888c Document the support for ICCCM Extended Segments. 2002-02-22 13:49:56 +00:00
Eli Zaretskii
7306697421 (ctext-no-compositions): New coding system.
(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.
2002-02-22 13:44:59 +00:00
Eli Zaretskii
835cbadb3f (non-standard-icccm-encodings-alist, non-standard-designations-alist): New
variables.
(ctext-post-read-conversion, ctext-pre-write-conversion): New functions.
2002-02-22 13:44:21 +00:00
Eli Zaretskii
23e16093ec Fix last change. 2002-02-22 13:20:00 +00:00
Eli Zaretskii
fbbe0aceda <Qcompound_text_with_extensions>: New variable.
(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.
2002-02-22 13:16:35 +00:00
Eli Zaretskii
b443e0bd7d (x_encode_text): Update prototype. 2002-02-22 13:15:02 +00:00
Eli Zaretskii
37323f344c (x_encode_text): Accept additional arg SELECTIONP; all
callers changed.  If SELECTIONP is non-zero, run the
pre-write-conversion function before encoding the selection text.
2002-02-22 13:14:27 +00:00
André Spiegel
f5a55627d7 # 2002-02-21 21:09:18 +00:00
André Spiegel
b470cb6584 Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
(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.
2002-02-21 21:00:35 +00:00
André Spiegel
060a1456ce Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
(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.
2002-02-21 20:56:58 +00:00
André Spiegel
aced8001aa # 2002-02-21 20:25:20 +00:00
André Spiegel
51af12fc20 Patch by Martin.Lorentzson@telia.com.
(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.
2002-02-21 20:16:47 +00:00
ShengHuo ZHU
bf6c5a8f88 * gnus-art.el (gnus-article-edit-done): Widen the article buffer. 2002-02-21 17:57:43 +00:00
Per Abrahamsen
929e848701 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
* toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
      nil, and then explicitly set the standard-value to t.
2002-02-21 09:39:39 +00:00
Sam Steingold
ee803b5b6b (flyspell-mode): Autoload the variable since it is used in the menu bar. 2002-02-21 01:42:22 +00:00
Kim F. Storm
2a28d4719c (syms_of_frame): Change mouse-highlight default to t. 2002-02-20 23:45:51 +00:00
Kim F. Storm
15fdc2e38b (kbd_buffer_get_event) [WINDOWSNT]: Corrected
composing of language-change event.
2002-02-20 23:01:48 +00:00
Richard M. Stallman
52254d1aee New node Charsets. 2002-02-20 22:36:29 +00:00
Richard M. Stallman
93d177d5c4 Document focus-follows-mouse. 2002-02-20 22:35:56 +00:00
Richard M. Stallman
0472b23ea7 (tcl-do-fill-paragraph): Find and fill on more
natural paragraph boundaries.  Don't fail at beginning of buffer.
2002-02-20 22:33:35 +00:00
Richard M. Stallman
94ddbe6d9e (shell-command-on-region): Display the exit status when a command fails. 2002-02-20 22:33:01 +00:00
Richard M. Stallman
61a3d8c4c4 (add-hook): Doc fix. 2002-02-20 22:30:39 +00:00
Richard M. Stallman
bb578a72d1 (other-frame): Doc fix. 2002-02-20 22:28:44 +00:00
Richard M. Stallman
b2bd7afff6 Minor cleanup. 2002-02-20 22:27:32 +00:00
Richard M. Stallman
42a3c62765 *** empty log message *** 2002-02-20 22:24:59 +00:00
Robert J. Chassell
31b62ac19e Fix typo in update-date (change year). 2002-02-20 17:42:40 +00:00
Robert J. Chassell
70e2c6a475 (texinfo-insert-menu): Explain in doc string that
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.
2002-02-20 17:39:38 +00:00
Kim F. Storm
9de461813d (menu_bar_items): Don't include keymap or local-map
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.
2002-02-20 14:52:54 +00:00
Pavel Janík
c7f07c4c35 (gif_load): Use correct width and height for GIF images. 2002-02-20 10:27:06 +00:00
Pavel Janík
210f943e01 (tar-next-line, tar-previous-line): Add doc string,
call the argument "arg" to match plain next-line and
previous-line.  From Kevin Ryde <user42@zip.com.au>.
2002-02-20 09:04:25 +00:00
Sam Steingold
a2372cfd06 Can specify different scroll amounts for different modifiers now. 2002-02-19 17:53:07 +00:00
ShengHuo ZHU
cf92160d3d Patched a wrong location. 2002-02-19 14:08:08 +00:00
ShengHuo ZHU
350378821d * mail-source.el (mail-source-fetch-directory): Run scripts. 2002-02-19 14:03:24 +00:00
ShengHuo ZHU
5be28abc6e * mm-encode.el (mm-content-transfer-encoding-defaults): Set
default to base64. Add application/emacs-lisp.
2002-02-19 13:30:08 +00:00
Eli Zaretskii
f856528037 *** empty log message *** 2002-02-19 11:22:16 +00:00
Eli Zaretskii
df8f2eb0c0 (bibtex-parse-keys): Put save-match-data around function body. 2002-02-19 11:21:23 +00:00
Eli Zaretskii
f1ec000756 (browse-url-maybe-new-window): Reverse the sense of the comparison,
to match the doc strings of functions that use this macro.
2002-02-19 11:16:06 +00:00
Eli Zaretskii
c4f59bcf1f Document the optional second arg of `atan'. 2002-02-19 11:07:20 +00:00
Eli Zaretskii
f120431c7e (Math Functions): Document the optional second arg of atan. 2002-02-19 11:03:54 +00:00
Eli Zaretskii
250ffca65e (Fatan): Accept an optional second arg and call atan2 if passed 2 args. 2002-02-19 10:58:07 +00:00
Per Abrahamsen
9b2d1d408c 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
* facemenu.el (describe-text-mode-map): Removed bootstrap kludge.

	* toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
	* menu-bar.el (menu-bar-mode): Ditto.
2002-02-19 10:30:30 +00:00
Paul Eggert
e5389a0be5 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
"sed q" is a portable equivalent to plain "head -1".
2002-02-19 06:50:24 +00:00