Richard M. Stallman
bd428736d2
(Options for Comments): Fix xref.
2005-08-11 19:52:17 +00:00
Richard M. Stallman
c118d09e26
(Regexp Backslash, Regexp Example): New nodes split out of Regexps.
2005-08-11 19:51:56 +00:00
Richard M. Stallman
b95a0c80ae
(Using regular expressions): Fix xref.
2005-08-11 19:49:52 +00:00
Richard M. Stallman
5e0fc18a86
(Key Binding Conventions, Programming Tips, Warning Tips):
...
New nodes split out of Coding Conventions.
2005-08-11 19:49:33 +00:00
Richard M. Stallman
85b6b13c6c
(Regular Expressions): Document re-builder.
2005-08-11 19:47:37 +00:00
Richard M. Stallman
4bdbd31785
(Time Parsing): New node split out of Time Conversion.
2005-08-11 19:47:10 +00:00
Richard M. Stallman
088767cbda
(Misc Network, Network Feature Testing)
...
(Network Options, Make Network): New nodes split out of Low-Level Network.
2005-08-11 19:46:35 +00:00
Richard M. Stallman
6e2d14c824
*** empty log message ***
2005-08-11 14:01:38 +00:00
Richard M. Stallman
60aee8b29f
(pop-global-mark): Reverse test of widen-automatically.
2005-08-11 13:58:59 +00:00
Richard M. Stallman
6e6fc3fd4b
(syms_of_image): Init image_types here, and call define_image_type.
...
(init_image): Not here.
2005-08-11 13:58:12 +00:00
Lute Kamstra
bda2c1ffa1
(generic-font-lock-defaults): Declare with define-obsolete-variable-alias.
2005-08-11 13:31:36 +00:00
Lute Kamstra
248634e90d
(battery-status-function): Don't use ignore-errors.
2005-08-11 13:28:47 +00:00
Stefan Monnier
aa6f7b965f
Use \\` and \\' instead of ^ and $ in regexps.
...
(ange-ftp-send-cmd): Revert last change, and expand
the comment explaining the problem.
2005-08-11 10:24:48 +00:00
Luc Teirlinck
0ef3cc90bd
Update.
2005-08-11 02:01:27 +00:00
Luc Teirlinck
704c78e9c5
(menu-bar-showhide-menu): Rename "Date, Time and Mail" item to
...
"Time, Load and Mail". Change help echo text.
2005-08-11 01:54:40 +00:00
Luc Teirlinck
d7baab9c2c
(display-time-use-mail-icon, display-time-format)
...
(display-time-string-forms): Shorten first line of docstrings.
2005-08-11 01:53:17 +00:00
Luc Teirlinck
1ea286a7d1
Whitespace change.
2005-08-11 01:51:56 +00:00
Luc Teirlinck
928aa8219d
*** empty log message ***
2005-08-11 01:44:55 +00:00
Lars Hansen
e6de37c575
Add handler to desktop-buffer-mode-handlers.
...
(mh-restore-desktop-buffer): Remove autoload cookie.
(mh-folder-mode): Add autoload cookie.
2005-08-10 19:44:44 +00:00
Lars Hansen
695a1fa430
Add handler to desktop-buffer-mode-handlers.
...
(rmail-restore-desktop-buffer): Remove autoload cookie.
2005-08-10 19:40:05 +00:00
Lars Hansen
80123c9ecb
Add handler to desktop-buffer-mode-handlers.
...
(Info-restore-desktop-buffer): Remove autoload cookie.
(Info-mode): Add autoload cookie.
2005-08-10 19:39:51 +00:00
Lars Hansen
abe5c13aa0
Add handler to desktop-minor-mode-handlers.
...
(hilit-chg-desktop-restore): New function.
(highlight-changes-mode): Add highlight-changes-mode to
desktop-locals-to-save.
2005-08-10 19:39:32 +00:00
Lars Hansen
a515788d7d
Add handler to desktop-buffer-mode-handlers.
...
(dired-restore-desktop-buffer): Remove autoload cookie.
(dired-mode): Add autoload cookie.
2005-08-10 19:39:16 +00:00
Lars Hansen
0f4804e7eb
(desktop-buffer-mode-handlers): Make
...
non-customizable. Add autoload cookie. Change initial value to
nil; add elements in respective modules instead. Fix doc string.
(desktop-load-file): New function.
(desktop-minor-mode-handlers): New autoloaded variable.
(desktop-create-buffer): Call minor mode handlers. Use
desktop-load-file to load major and minor mode modules prior to
checking for a handler.
(desktop-save): Don't add nil to desktop-minor-modes for minor
modes with nil function in desktop-minor-mode-table. Don't delete
desktop file before rewriting it.
(desktop-locals-to-save): Add autoload cookie. Don't make
automatically buffer-local. Add variables column-number-mode,
size-indication-mode, indent-tabs-mode,
indicate-buffer-boundaries, indicate-empty-lines and
show-trailing-whitespace.
(desktop-clear): Allow desktop-clear-preserve-buffers to contain
regexps. Don't use desktop-clear-preserve-buffers-regexp.
(desktop-clear-preserve-buffers-regexp): Delete.
(desktop-clear-preserve-buffers): Update initial value and
docstring.
(desktop-save-buffer): Fix doc string.
2005-08-10 19:38:52 +00:00
Masatake YAMATO
2d77d354f1
(hexl-address-region):
...
(hexl-ascii-region, hexl-font-lock-keywords):
(hexl-highlight-line-range): Use the term "region"
instead of "area" for consistency with the other symbols
defined in hexl.el.
2005-08-10 18:15:50 +00:00
Thien-Thi Nguyen
078905c4c9
Update "copyright years" section.
2005-08-10 16:01:29 +00:00
Thien-Thi Nguyen
b65d8176e6
Update years in copyright notice; nfc.
2005-08-10 15:40:54 +00:00
Thien-Thi Nguyen
651f374c99
Update years in copyright notice; nfc.
2005-08-10 14:29:01 +00:00
Thien-Thi Nguyen
c8bf19a1ac
Update "copyright years" section.
2005-08-10 13:15:22 +00:00
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