Gerd Moellmann
cc863bb799
Update copyright notice.
2001-05-07 10:23:58 +00:00
Gerd Moellmann
f851a71c3a
(rmail-mode-map): Use rmail-sort-by-labels
...
instead of rmail-sort-by-keywords.
2001-05-07 10:07:46 +00:00
Gerd Moellmann
27d429472d
(rmail-sort-by-labels): Renamed from
...
rmail-sort-by-keywords.
2001-05-07 10:06:15 +00:00
Gerd Moellmann
e15dbc43fb
(rmail-summary-sort-by-labels): Renamed
...
from rmail-summary-sort-by-keywords. Doc fix.
(rmail-summary-mode): Doc fix.
2001-05-07 10:05:41 +00:00
Gerd Moellmann
5092477add
(rmail-edit-mode): Doc fix.
...
(rmail-edit-mode-hook): New user-option.
2001-05-07 09:59:43 +00:00
Gerd Moellmann
2bc7a79989
(rmail-edit): New Custom group.
2001-05-07 09:58:38 +00:00
Eli Zaretskii
19cf8f36fd
Add hints for running Emacs with malloc debuggers.
2001-05-06 16:32:53 +00:00
Eli Zaretskii
d57211a399
(Rectangles): Remove the description of replace-rectangle.
2001-05-06 11:29:21 +00:00
Eli Zaretskii
8561e53a1c
(International): Add an overview of Mule features, with pointers to
...
detailed description.
(Enabling Multibyte): Describe how to switch a unibyte session to multibyte.
Mention that by default, all sessions are multibyte.
(Coding Systems): Make it clear that cpNNN are coding systems, and should
be used as such.
(Recognize Coding): Explain that Emacs decodes text as part of reading
it. Mention revert-buffer as a means to redecode a file.
2001-05-06 11:27:54 +00:00
Richard M. Stallman
80561aaa69
Two minor fixes.
2001-05-05 22:39:29 +00:00
Richard M. Stallman
0fe6819f96
Explain how handler is called, for magic file operations that take
...
more than one file-name argument.
2001-05-05 22:38:58 +00:00
Richard M. Stallman
4f65d89a0e
(Customization Groups): Mention customize-group command.
2001-05-05 22:37:56 +00:00
Richard M. Stallman
520e10f545
Use @smallexample for the echo LC... command.
2001-05-05 22:37:09 +00:00
Richard M. Stallman
42bd692b61
Make the `@defcodeindex op' command unconditional.
2001-05-05 22:36:36 +00:00
Richard M. Stallman
7fc1fe0951
Explain use of multiple FCC fields.
...
Explain custom group mailalias.
Fix typos.
2001-05-05 22:35:54 +00:00
Richard M. Stallman
00aa62e5da
rmail-save => rmail-expunge-and-save.
...
Don't state the default for rmail-retry-ignored-headers.
Menu item is `Cancel', not `Don't Send'.
Normal summary line contains date and line count.
Mention rmail-highlight-face.
Clarify about choice of coding system for decoding.
Improve xref for goto-address.
2001-05-05 22:34:51 +00:00
Richard M. Stallman
625e46957e
Fix xref for Hippie Expand.
2001-05-05 22:32:37 +00:00
Richard M. Stallman
9bc4554a03
(help-xref-symbol-regexp): Recognize "source of"
...
and friends, meaning make a link to the source file.
(help-make-xrefs): Handle "source of" and friends
by constructing a link that visits the source file.
2001-05-05 22:31:41 +00:00
Richard M. Stallman
05be3833f3
(dabbrev-select-buffers-function): Doc fix.
2001-05-05 22:31:30 +00:00
Eli Zaretskii
e9db3bf2d9
(Rectangles): Remove redundant and erroneous name of replace-rectangle
...
in parentheses. Reported by Eric Hanchrow <offby1@blarg.net>.
2001-05-05 06:14:24 +00:00
Eli Zaretskii
f932771a96
Document that overwrite-mode is bound to INSERT and add @kindex for INSERT.
...
Reported by Bill Richter <richter@math.northwestern.edu>.
2001-05-05 06:10:55 +00:00
Stefan Monnier
5efe6a5673
(cperl-font-lock-keywords)
...
(cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
Renamed from perl-font-lock-keywords to avoid clashes.
(cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
(cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
Updated correspondingly.
2001-05-04 20:16:56 +00:00
Stefan Monnier
7dfb000f42
(diff-nonexistent-face, diff-font-lock-keywords):
...
Typo `nonexistant' -> `nonexistent'.
2001-05-04 17:56:03 +00:00
Eli Zaretskii
e8918aee02
*** empty log message ***
2001-05-04 17:50:11 +00:00
Eli Zaretskii
71d6b45914
Fix last change.
2001-05-04 16:17:41 +00:00
Eli Zaretskii
88bbb8cb58
*** empty log message ***
2001-05-04 10:07:57 +00:00
Eli Zaretskii
6d28be1ddd
Bind c-electric-delete-forward to C-d and c-electric-backspace to DEL.
2001-05-04 10:02:56 +00:00
Eli Zaretskii
fdea67e752
(c-electric-delete, c-electric-delete-forward): Split `c-electric-delete'
...
into two functions where `c-electric-delete-forward' always deletes
forward and `c-electric-delete' only contains the code
necessary for XEmacs to choose between backward and forward
deletion. `c-electric-delete-forward' is now bound to C-d to
get the electric behavior on that key too.
(c-fill-paragraph): Fixed bogus direct use of c-comment-prefix-regexp,
which caused an error when it's a list.
2001-05-04 09:57:35 +00:00
Eli Zaretskii
716d48edd4
Place in the public domain.
2001-05-04 07:13:43 +00:00
Eli Zaretskii
12949a7fae
(XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix
...
the change from 2001-04-30.
2001-05-03 17:49:33 +00:00
Gerd Moellmann
a779d21374
(file_dialog_unmap_cb): New function.
...
(Fx_file_dialog): Use it as XmNunmapCallback to capture the case
where a dialog is closed via the window manager.
2001-05-03 17:10:00 +00:00
Gerd Moellmann
2fa2f461f0
*** empty log message ***
2001-05-03 16:19:51 +00:00
Stefan Monnier
80a00b6a8f
*** empty log message ***
2001-05-03 16:19:21 +00:00
Gerd Moellmann
27d16f056b
(try_window_id): Cases of changes all in front of
...
the window start or all below the window end mostly rewritten.
(redisplay_window): Move the tests if try_window_id is
applicable to try_window_id.
(GIVE_UP): New macro.
2001-05-03 16:19:16 +00:00
Karl Berry
768e4b745d
(Help-Cross): move to be a subnode of Cross-refs, instead of leaving it dangling.
2001-05-03 14:03:33 +00:00
Gerd Moellmann
efbecf9d71
(globals): Fix handling of namespace aliases.
2001-05-03 11:57:57 +00:00
Eli Zaretskii
7198b45925
(Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC.
2001-05-03 07:58:04 +00:00
Eli Zaretskii
a1af8dcf17
(dired-diff): Doc fix.
2001-05-03 07:51:23 +00:00
Eli Zaretskii
ddfb400586
(ispell-change-dictionary): Doc fix.
2001-05-03 04:44:12 +00:00
Stefan Monnier
fd8092f01b
(vc-next-action-on-file): Only force buffer+file to writable
...
if both the buffer and the file are read-only.
2001-05-03 00:36:07 +00:00
Stefan Monnier
b36581fba0
(sh-prev-line): Look for sh-heredoc-face
...
rather than font-lock-string-face.
(sh-get-indent-info): Treat heredocs like strings.
2001-05-02 13:41:46 +00:00
Gerd Moellmann
a39202f60b
(expose_window): Return int. If W is the window
...
currently being updated, mark the frame garbaged. Fix
computation of rows intersection the exposed rectangle.
(expose_window_tree): Stop when expose_window returns 0.
2001-05-02 13:20:15 +00:00
Gerd Moellmann
3356df6382
*** empty log message ***
2001-05-02 11:45:00 +00:00
Gerd Moellmann
8bb6eb14be
(texinfo-format-parse-args): Don't
...
consume a newline following `}'.
(texinfo-format-email): New function.
(toplevel): Use texinfo-format-email for @email.
(texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp): Add
`display'.
(texinfo-sort-region): Goto point-min before sorting.
(texinfo-set): Remove leading white space from value.
From yagi@is.titech.ac.jp .
2001-05-02 11:44:27 +00:00
Gerd Moellmann
470bbe9bbe
(query-replace-regexp-eval): Doc fix.
2001-05-02 11:29:57 +00:00
Gerd Moellmann
61e9f9f328
(x_draw_stretch_glyph_string): Don't draw background
...
again if it has already been drawn.
2001-05-02 11:12:42 +00:00
Eli Zaretskii
9031cdf2c4
Fix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa.
2001-05-02 04:10:31 +00:00
Stefan Monnier
a9d2fd1d6b
*** empty log message ***
2001-05-01 13:49:59 +00:00
Stefan Monnier
423e705d9c
(update_syntax_table): Check that oldi has the same
...
properties as old_prop before deciding not to invalidate.
2001-05-01 13:49:44 +00:00
Stefan Monnier
469fc0a23f
(diff-nonexistant-face): New face.
...
(diff-font-lock-keywords): Use it.
2001-05-01 13:33:59 +00:00