1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

58864 Commits

Author SHA1 Message Date
Juanma Barranquero
df76c58956 Add obj' and oo' for in-place installations. 2005-08-10 00:50:16 +00:00
Luc Teirlinck
142b8412ec (menu-bar-options-save): Move `display-time-mode' to correct group: it
is set with `menu-bar-make-mm-toggle' (pointed out by Juri Linkov).
Add `display-battery-mode'.
2005-08-10 00:01:06 +00:00
Luc Teirlinck
682591cf3c *** empty log message *** 2005-08-09 23:58:46 +00:00
Richard M. Stallman
76d47f0dda (Geometry): New node, split from Size and Position.
(Frame Parameters): Refer to Geometry.
(Layout Parameters): Fix typo.
2005-08-09 23:54:01 +00:00
Richard M. Stallman
67ec7f41d0 (The Buffer List): Fix xrefs. 2005-08-09 23:37:15 +00:00
Richard M. Stallman
b8da16c648 (Splitting Windows): Fix xref. 2005-08-09 23:34:38 +00:00
Richard M. Stallman
94d6dae7d3 (Layout Parameters): Add xref. 2005-08-09 23:34:11 +00:00
Richard M. Stallman
2adbd9b6b4 (Line Height, Scroll Bars): Fix xrefs. 2005-08-09 23:33:54 +00:00
Richard M. Stallman
fdb4850865 (Menu Bar): Fix xref. 2005-08-09 23:31:36 +00:00
Richard M. Stallman
4d240e33df (Standard Buffer-Local Variables): Fix xref. 2005-08-09 23:31:11 +00:00
Richard M. Stallman
8deadbd403 (%-Constructs): Fix xref. 2005-08-09 23:30:43 +00:00
Richard M. Stallman
1e2e2829f3 (Window Frame Parameters): Node split up.
(Basic Parameters, Position Parameters, Size Parameters)
(Layout Parameters, Buffer Parameters, Management Parameters)
(Cursor Parameters, Color Parameters): New subnodes.
2005-08-09 23:29:57 +00:00
Juri Linkov
a11c921564 Fix +++' and ---' for Info mode. Add `vertical-border' face. 2005-08-09 22:24:18 +00:00
Juri Linkov
5ebbfd9628 *** empty log message *** 2005-08-09 21:54:36 +00:00
Juri Linkov
45cfcb437f (Split Window): Simplify phrase and mention vertical-border face. 2005-08-09 21:54:10 +00:00
Juri Linkov
58f1b4d861 (Standard Faces): Describe vertical-border on window systems. 2005-08-09 21:51:54 +00:00
Juri Linkov
869d986e16 (Compilation): Use itemx' instead of item'.
(Grep Searching): Simplify phrase.
2005-08-09 21:48:12 +00:00
Juri Linkov
87737bc2a1 (menu-bar-showhide-menu): Add `showhide-battery'. 2005-08-09 21:39:34 +00:00
Juri Linkov
90c9fc2aae (query-replace-read-from, query-replace-read-to)
(query-replace-read-args): Rename arg `string' to `prompt'.
2005-08-09 21:39:09 +00:00
Juri Linkov
0751a7049a (dired-do-query-replace-regexp): Use `query-replace-read-args'. 2005-08-09 21:38:24 +00:00
Juri Linkov
7462142dc4 (grep-regexp-alist): Use .+?' instead of [^:\n]+'.
(grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
(grep-error-face): Set to `compilation-error' instead of
`compilation-error-face' (which is redefined to `grep-hit-face' in
grep buffers).
(grep-mode-font-lock-keywords): Remove `-text' from face
variable names.  Use `grep-error-face' instead of
`compilation-error-text-face'.
2005-08-09 21:37:34 +00:00
Juri Linkov
38dbf92be6 (compilation-mode-font-lock-keywords):
Remove `-text' from face variable names.
(compilation-error-file-name, compilation-warning-file-name)
(compilation-info-file-name): Delete faces.
(compilation-line-number, compilation-column-number):
Remove face underlining.
(compilation-message-face): Set to `underline' value by default.
(compilation-error-face, compilation-warning-face)
(compilation-info-face): Remove `-file-name' from face names.
(compilation-error-text-face, compilation-warning-text-face)
(compilation-info-text-face): Delete face variables.
(compilation-text-face): Delete function.
2005-08-09 21:34:40 +00:00
Michael Albinus
8012c83504 * lisp/net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
uploading files.
(ange-ftp-canonize-filename): Handle file names beginning with ~
correctly.
2005-08-09 21:00:39 +00:00
Richard M. Stallman
e8bf834340 Address change. 2005-08-09 20:38:35 +00:00
Luc Teirlinck
0a54f38c4b (Screen Lines): Update xref for previous change in minibuf.texi. 2005-08-09 18:37:15 +00:00
Luc Teirlinck
872e3f6ffc (Intro to Minibuffers): Update pxref for previous change in minibuf.texi. 2005-08-09 18:36:01 +00:00
Luc Teirlinck
adb5e445da *** empty log message *** 2005-08-09 18:33:33 +00:00
Juanma Barranquero
28df3a10ce Add W32-specific issues. 2005-08-09 15:26:52 +00:00
Richard M. Stallman
e7cdb3e043 (ispell-word): More fboundp checks.
(ispell-find-aspell-dictionaries): New command.
(ispell-have-aspell-dictionaries): New variable.
(ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
(ispell-get-aspell-config-value): New function.
(ispell-aspell-find-dictionary): New function.
(ispell-aspell-add-aliases): New function.
(ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
appropriate.  Don't look for ispell dictionaries if we use aspell.
(ispell-menu-map): Don't build a submenu of dictionaries.
2005-08-09 14:12:44 +00:00
Juanma Barranquero
8ad8316c3e (fill-nonuniform-paragraphs): Improve argument/docstring consistency.
(canonically-space-region, fill-context-prefix, fill-french-nobreak-p,
fill-delete-newlines, fill-comment-paragraph, justify-current-line):
"?\ " -> "?\s".
2005-08-09 14:05:24 +00:00
Stephen Eglen
6f2b20a2fa Update URLs. 2005-08-09 13:53:35 +00:00
Richard M. Stallman
e8f30180f4 (find-file-noselect): Don't call set-buffer-major-mode.
(find-file-noselect-1): Call it here, only if RAWFILE.
(normal-mode): Always set some major mode.
(save-some-buffers-action-alist): Change some explanation strings.
(file-name-non-special): In the `quote' method, use unwind-protect.
2005-08-09 13:35:12 +00:00
Richard M. Stallman
61298e176c *** empty log message *** 2005-08-09 12:11:00 +00:00
Richard M. Stallman
a8f0f55100 (BYTE_CODE_QUIT): Throw t to Vthrow_on_input. 2005-08-09 12:10:40 +00:00
Richard M. Stallman
17365af46c (QUIT): Throw t to Vthrow_on_input. 2005-08-09 12:10:29 +00:00
Richard M. Stallman
fb5a74cd19 (Coding Conventions): Minor cleanup. 2005-08-09 12:09:36 +00:00
Richard M. Stallman
32808f8356 (Defining Minor Modes): Explain when init-value can be non-nil. 2005-08-09 12:09:14 +00:00
Richard M. Stallman
0fb9f9aed4 (Top): Update submenu for Minibuffer. 2005-08-09 12:06:59 +00:00
Richard M. Stallman
2c45a1bfd5 (Minibuffer Misc): Node split up.
(Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
(Recursive Mini): New nodes split out from Minibuffer Misc.
(Minibuffer Misc): Document max-mini-window-height.
2005-08-09 12:05:30 +00:00
Richard M. Stallman
848c29348b (Defining Hash): Delete stray paren in example. 2005-08-09 12:01:28 +00:00
Richard M. Stallman
64230f2d71 (Echo Area Customization): Don't define max-mini-window-height here;
xref instead.
2005-08-09 12:00:57 +00:00
Richard M. Stallman
7d9f1aede8 (Event Input Misc): Update while-no-input. 2005-08-09 12:00:09 +00:00
Richard M. Stallman
0e15f9b48d (Advising Functions): Explain when to use advice and when to use a hook. 2005-08-09 11:59:22 +00:00
Richard M. Stallman
4026bd74b2 Reto Zimmermann seems to have disappeared. 2005-08-09 11:44:07 +00:00
Richard M. Stallman
8d68e9b541 (sql-interactive-mode-map): Use fboundp.
(sql-read-passwd): Use read-passwd.
2005-08-09 11:42:54 +00:00
Richard M. Stallman
c56509c06c (idlwave-toolbar, idlwave-toolbar-is-possible): Add defvars. 2005-08-09 11:42:05 +00:00
Richard M. Stallman
c4ae5fdde8 (idlwave-xemacs-hack-mouse-track): Avoid warnings. 2005-08-09 11:41:11 +00:00
Richard M. Stallman
ce56d46ac7 (idlwave-system-variables-alist)
(idlwave-system-class-info, idlwave-executive-commands-alist): Use defvar.
2005-08-09 11:40:22 +00:00
Richard M. Stallman
4f047c58a2 (c-guess-basic-syntax): Add autoload. 2005-08-09 11:39:24 +00:00
Richard M. Stallman
1eb6c5b8c6 (sc-ask, sc-no-blank-line-or-header): Avoid warnings. 2005-08-09 11:39:01 +00:00