bpt/emacs.git
20 years ago(USAGE1): Split into two halves.
Eli Zaretskii [Sat, 21 Feb 2004 17:45:10 +0000 (17:45 +0000)]
(USAGE1): Split into two halves.
(USAGE2): Second half of the old USAGE1.
(USAGE3): Renamed from USAGE2.
(USAGE4): Renamed from USAGE3.

20 years ago(Syntax Table Functions): Clarify and correct descriptions of
Luc Teirlinck [Sat, 21 Feb 2004 16:45:20 +0000 (16:45 +0000)]
(Syntax Table Functions): Clarify and correct descriptions of
make-syntax-table and copy-syntax-table.
(Motion and Syntax): Clarify SYNTAXES argument to skip-syntax-forward.
(Parsing Expressions): Mention that the return value of parse-partial-sexp
is currently a list of ten rather than nine elements.
(Categories): Various corrections and clarifications.

20 years agoDocument recent changes in saveplace.el regarding skipping unreadable
Eli Zaretskii [Sat, 21 Feb 2004 14:17:30 +0000 (14:17 +0000)]
Document recent changes in saveplace.el regarding skipping unreadable
files.

20 years ago*** empty log message ***
Eli Zaretskii [Sat, 21 Feb 2004 14:09:01 +0000 (14:09 +0000)]
*** empty log message ***

20 years ago(save-place-forget-unreadable-files)
Eli Zaretskii [Sat, 21 Feb 2004 14:07:11 +0000 (14:07 +0000)]
(save-place-forget-unreadable-files)
(save-place-save-skipped, save-place-skip-check-regexp): New defcustoms.
(save-place-forget-unreadable-files): New function.
(save-place-alist-to-file): Use it to filter out files that are
no longer readable.

20 years ago(texinfo-insert-@item): Look for the current
Eli Zaretskii [Sat, 21 Feb 2004 13:51:34 +0000 (13:51 +0000)]
(texinfo-insert-@item): Look for the current
Texinfo environment, using the same method as in texinfo-insert-@end,
and insert a space rather than a newline if point in a `table' environment.

20 years agoRemove "tiny change" from Jari Aalto's entry for 2004-02-16.
Eli Zaretskii [Sat, 21 Feb 2004 13:43:32 +0000 (13:43 +0000)]
Remove "tiny change" from Jari Aalto's entry for 2004-02-16.

20 years ago(ffap-file-at-point): Try parent directories.
Eli Zaretskii [Sat, 21 Feb 2004 13:42:04 +0000 (13:42 +0000)]
(ffap-file-at-point): Try parent directories.

20 years ago(vcursor-modifiers): New defcustom.
Eli Zaretskii [Sat, 21 Feb 2004 13:37:46 +0000 (13:37 +0000)]
(vcursor-modifiers): New defcustom.
(vcursor-cs-binding): Use vcursor-modifiers instead of a hard-coded list.

20 years ago(animate-birthday-present): Accept other than `Sarah', too.
Eli Zaretskii [Sat, 21 Feb 2004 13:30:42 +0000 (13:30 +0000)]
(animate-birthday-present): Accept other than `Sarah', too.

20 years ago(USAGE1): Add --no-desktop. Move --display from USAGE2.
Eli Zaretskii [Sat, 21 Feb 2004 13:24:15 +0000 (13:24 +0000)]
(USAGE1): Add --no-desktop.  Move --display from USAGE2.
Fix --multibyte.  Move --help, --version to USAGE2.  Add alias
--file.  Fix -f, -l.  Sort options.  Untabify.
(USAGE2): Add -hb.  Fix --name, --title.  Sort options.  Untabify.

20 years agoRemove table of command line arguments from the Commentary section.
Eli Zaretskii [Sat, 21 Feb 2004 13:22:31 +0000 (13:22 +0000)]
Remove table of command line arguments from the Commentary section.

20 years agoFix the date of last change.
Eli Zaretskii [Sat, 21 Feb 2004 13:20:16 +0000 (13:20 +0000)]
Fix the date of last change.

20 years ago(Action Arguments): Add alias --find-file. Add
Eli Zaretskii [Sat, 21 Feb 2004 13:16:02 +0000 (13:16 +0000)]
(Action Arguments): Add alias --find-file.  Add
--directory, --help, --version.  Move text about command-line-args
to Command Arguments.
(Initial Options): Remove alias -batch.  Add @cindex for --script.
Fix @cindex for -q.  Add --no-desktop.  Add alias --no-multibyte,
--no-unibyte.
(Window Size X): Join -g and --geometry.  Add @cindex.
(Borders X): Fix @cindex for -ib.  Add @cindex for -bw.
(Title X): Remove alias -title.
(Icons X): Remove alias -iconic.
(Misc X): New node.

20 years ago(eshell-modifier-alist): Changed the "eval again" modifier from 'e' to
John Wiegley [Fri, 20 Feb 2004 12:32:19 +0000 (12:32 +0000)]
(eshell-modifier-alist): Changed the "eval again" modifier from 'e' to
'E', since 'e' is also used by the "file extension" modifier.

20 years ago*** empty log message ***
John Wiegley [Fri, 20 Feb 2004 12:31:57 +0000 (12:31 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 20 Feb 2004 03:49:52 +0000 (03:49 +0000)]
*** empty log message ***

20 years ago(describe-categories): Doc fix.
Luc Teirlinck [Fri, 20 Feb 2004 03:48:32 +0000 (03:48 +0000)]
(describe-categories): Doc fix.

20 years ago(Fdefine_category, Fcategory_docstring)
Luc Teirlinck [Fri, 20 Feb 2004 03:40:19 +0000 (03:40 +0000)]
(Fdefine_category, Fcategory_docstring)
(Fget_unused_category, Fset_category_table)
(Fcategory_set_mnemonics): Doc fixes.

20 years ago* ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
Michael Kifer [Fri, 20 Feb 2004 02:41:02 +0000 (02:41 +0000)]
* ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
temporary file for buffer already visiting one.  This change makes
output likely to be directly usable by patch program.
Suggested by Adrian Aichner  <adrian@xemacs.org>

20 years ago(gdb-use-colon-colon-notation): Set default to nil for
Nick Roberts [Fri, 20 Feb 2004 01:14:33 +0000 (01:14 +0000)]
(gdb-use-colon-colon-notation): Set default to nil for
case of variables defined in compound statements.
(gdb-setup-windows, gdb-source-info, gdb-source-info): Simplify
constructions using switch-to-buffer.

20 years ago*** empty log message ***
Nick Roberts [Fri, 20 Feb 2004 01:13:55 +0000 (01:13 +0000)]
*** empty log message ***

20 years agoFix whitespace.
Kim F. Storm [Thu, 19 Feb 2004 23:26:06 +0000 (23:26 +0000)]
Fix whitespace.

20 years agoUndo 2004-02-16 and 2004-02-17 changes.
Kim F. Storm [Thu, 19 Feb 2004 23:21:51 +0000 (23:21 +0000)]
Undo 2004-02-16 and 2004-02-17 changes.
The following changes are relative to the 2004-01-21 revision.
(NREAD_INPUT_EVENTS): Define as max number of input events to read
in one call to read_socket_hook.  Value is 8.
(read_avail_input): Separate and rework handling of read_socket_hook
and non-read_socket_hook cases.  Use smaller input_event buffer
in read_socket_hook case, and repeat if full buffer is read.  Use
new local variable 'discard' to skip input after C-g.
In non-read_socket_hook case, just use a single input_event, and
call kbd_buffer_store_event on the fly for each character.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 19 Feb 2004 23:21:23 +0000 (23:21 +0000)]
*** empty log message ***

20 years ago(union Lisp_Object): Give a more precise type for `type'.
Stefan Monnier [Thu, 19 Feb 2004 20:25:17 +0000 (20:25 +0000)]
(union Lisp_Object): Give a more precise type for `type'.
Remove unused `gu' alternative.

20 years agoFix typo.
Simon Josefsson [Thu, 19 Feb 2004 19:36:36 +0000 (19:36 +0000)]
Fix typo.
(morse-code): Add @.

20 years ago.
Andreas Schwab [Thu, 19 Feb 2004 11:12:36 +0000 (11:12 +0000)]
.

20 years ago(Fdefine_fringe_bitmap): Use && instead of & to avoid
Andreas Schwab [Thu, 19 Feb 2004 11:11:39 +0000 (11:11 +0000)]
(Fdefine_fringe_bitmap): Use && instead of & to avoid
warning.

20 years ago(mark-diary-entries): Use assoc-string instead of assoc-ignore-case.
Glenn Morris [Thu, 19 Feb 2004 01:20:03 +0000 (01:20 +0000)]
(mark-diary-entries): Use assoc-string instead of assoc-ignore-case.

20 years ago(calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date): Use
Glenn Morris [Thu, 19 Feb 2004 01:19:05 +0000 (01:19 +0000)]
(calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date): Use
assoc-string instead of assoc-ignore-case.

20 years ago(calendar-goto-julian-date): Use assoc-string instead of
Glenn Morris [Thu, 19 Feb 2004 01:18:23 +0000 (01:18 +0000)]
(calendar-goto-julian-date): Use assoc-string instead of
assoc-ignore-case.

20 years ago(calendar-goto-islamic-date, mark-islamic-diary-entries): Use
Glenn Morris [Thu, 19 Feb 2004 01:17:44 +0000 (01:17 +0000)]
(calendar-goto-islamic-date, mark-islamic-diary-entries): Use
assoc-string instead of assoc-ignore-case.

20 years ago(calendar-goto-hebrew-date, mark-hebrew-diary-entries)
Glenn Morris [Thu, 19 Feb 2004 01:16:53 +0000 (01:16 +0000)]
(calendar-goto-hebrew-date, mark-hebrew-diary-entries)
(list-yahrzeit-dates): Use assoc-string instead of assoc-ignore-case.

20 years ago(calendar-goto-french-date): Use assoc-string instead of
Glenn Morris [Thu, 19 Feb 2004 01:15:40 +0000 (01:15 +0000)]
(calendar-goto-french-date): Use assoc-string instead of
assoc-ignore-case.

20 years ago(coptic-prompt-for-date): Use assoc-string instead of assoc-ignore-case.
Glenn Morris [Thu, 19 Feb 2004 01:15:03 +0000 (01:15 +0000)]
(coptic-prompt-for-date): Use assoc-string instead of assoc-ignore-case.

20 years ago(calendar-holidays): Doc fix.
Glenn Morris [Thu, 19 Feb 2004 01:13:56 +0000 (01:13 +0000)]
(calendar-holidays): Doc fix.
(calendar-read-date): Use assoc-string rather than assoc-ignore-case.

20 years ago(appt-display-format): Change default to'ignore, for backwards compatability.
Glenn Morris [Thu, 19 Feb 2004 01:12:21 +0000 (01:12 +0000)]
(appt-display-format): Change default to'ignore, for backwards compatability.
(appt-display-message): If appt-display-format is 'ignore, respect old
vars appt-msg-window and appt-visible.
(appt-activate): Don't depend on return value of cancel-timer.

20 years ago*** empty log message ***
Glenn Morris [Thu, 19 Feb 2004 01:11:26 +0000 (01:11 +0000)]
*** empty log message ***

20 years ago(get_window_cursor_type, display_and_set_cursor): Fix last change.
Kim F. Storm [Wed, 18 Feb 2004 21:01:50 +0000 (21:01 +0000)]
(get_window_cursor_type, display_and_set_cursor): Fix last change.

20 years ago*** empty log message ***
Kim F. Storm [Wed, 18 Feb 2004 21:00:59 +0000 (21:00 +0000)]
*** empty log message ***

20 years ago(executable-command-find-posix-p): Fix choice of the directory.
Markus Rost [Wed, 18 Feb 2004 20:48:26 +0000 (20:48 +0000)]
(executable-command-find-posix-p):  Fix choice of the directory.

20 years ago(Marker Insertion Types): Minor change.
Luc Teirlinck [Wed, 18 Feb 2004 05:02:30 +0000 (05:02 +0000)]
(Marker Insertion Types): Minor change.

20 years ago(Standard Buffer-Local Variables): Fix xref.
Luc Teirlinck [Wed, 18 Feb 2004 04:56:00 +0000 (04:56 +0000)]
(Standard Buffer-Local Variables): Fix xref.

20 years ago(Using Interactive): Delete pxref to top of same node.
Luc Teirlinck [Wed, 18 Feb 2004 04:49:52 +0000 (04:49 +0000)]
(Using Interactive): Delete pxref to top of same node.
(Interactive Codes): Fix pxref for default-directory.

20 years ago(Related Topics): Fix xrefs.
Luc Teirlinck [Wed, 18 Feb 2004 04:40:53 +0000 (04:40 +0000)]
(Related Topics): Fix xrefs.

20 years ago(interprogram-cut-function)
Luc Teirlinck [Wed, 18 Feb 2004 03:04:32 +0000 (03:04 +0000)]
(interprogram-cut-function)
(interprogram-paste-function, kill-new, kill-append): Doc fixes.
(kill-region): Make it return nil.  Doc fix.
(yank-pop): Make its argument optional.
(yank): Make ARG `-' equivalent to `-1'.

20 years ago(Help-Int): mention the new line number feature.
Karl Berry [Wed, 18 Feb 2004 01:52:26 +0000 (01:52 +0000)]
(Help-Int): mention the new line number feature.

20 years agoAdd info about ssh/cvs related problems and work-around.
Kim F. Storm [Tue, 17 Feb 2004 23:47:32 +0000 (23:47 +0000)]
Add info about ssh/cvs related problems and work-around.

20 years ago(get_window_cursor_type): Don't look at glyph if NULL.
Kim F. Storm [Tue, 17 Feb 2004 21:36:00 +0000 (21:36 +0000)]
(get_window_cursor_type): Don't look at glyph if NULL.
(display_and_set_cursor): Set glyph to NULL if cursor in fringe.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 17 Feb 2004 21:35:30 +0000 (21:35 +0000)]
*** empty log message ***

20 years ago(fast_find_position): Fix return value of new version
Kim F. Storm [Tue, 17 Feb 2004 21:06:59 +0000 (21:06 +0000)]
(fast_find_position): Fix return value of new version
(was inverted compared to the 21.1 version).

20 years ago*** empty log message ***
Kim F. Storm [Tue, 17 Feb 2004 21:06:22 +0000 (21:06 +0000)]
*** empty log message ***

20 years ago(rmail-get-new-mail): Don't reference
Eli Zaretskii [Tue, 17 Feb 2004 19:55:43 +0000 (19:55 +0000)]
(rmail-get-new-mail): Don't reference
rmail-use-spam-filter if rmail-spam-filter is not loaded.

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 17 Feb 2004 03:18:43 +0000 (03:18 +0000)]
*** empty log message ***

20 years ago(Sets And Lists): Update description of delete-dups.
Luc Teirlinck [Tue, 17 Feb 2004 03:16:42 +0000 (03:16 +0000)]
(Sets And Lists): Update description of delete-dups.

20 years ago(auto-revert-buffer-p): Only revert dired buffers if one of
Luc Teirlinck [Tue, 17 Feb 2004 02:26:58 +0000 (02:26 +0000)]
(auto-revert-buffer-p): Only revert dired buffers if one of
global-auto-revert-non-file-buffers or autorevert-mode is non-nil.

20 years agoMinor fix.
Richard M. Stallman [Tue, 17 Feb 2004 01:15:45 +0000 (01:15 +0000)]
Minor fix.

(Buffers and Windows): Delete false table about all-frames.

20 years ago(Coding Conventions): Minor fix.
Richard M. Stallman [Tue, 17 Feb 2004 01:12:57 +0000 (01:12 +0000)]
(Coding Conventions): Minor fix.

20 years agoMinor fixes.
Richard M. Stallman [Tue, 17 Feb 2004 01:12:00 +0000 (01:12 +0000)]
Minor fixes.

20 years ago(Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments.
Richard M. Stallman [Tue, 17 Feb 2004 01:11:13 +0000 (01:11 +0000)]
(Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments.

20 years ago(Output Variables): Add print-quoted.
Richard M. Stallman [Tue, 17 Feb 2004 01:10:15 +0000 (01:10 +0000)]
(Output Variables): Add print-quoted.

20 years ago(Text Lines): Don't add -1 in current-line.
Richard M. Stallman [Tue, 17 Feb 2004 01:07:22 +0000 (01:07 +0000)]
(Text Lines): Don't add -1 in current-line.

20 years agoMinor fix.
Richard M. Stallman [Tue, 17 Feb 2004 01:06:10 +0000 (01:06 +0000)]
Minor fix.

20 years ago(Translation of Characters): Give examples of use.
Richard M. Stallman [Tue, 17 Feb 2004 01:04:35 +0000 (01:04 +0000)]
(Translation of Characters): Give examples of use.
Explain about translation-table-for-input and
set-buffer-file-coding-system.

Minor typo fix.

20 years ago(Unloading): Document unload-feature-special-hooks.
Richard M. Stallman [Tue, 17 Feb 2004 00:58:59 +0000 (00:58 +0000)]
(Unloading): Document unload-feature-special-hooks.
Get rid of fns-NNN.el file.

20 years ago(Building Lists): Minor cleanup.
Richard M. Stallman [Tue, 17 Feb 2004 00:54:04 +0000 (00:54 +0000)]
(Building Lists): Minor cleanup.

20 years ago(Tool Bar): tool-bar-item => tool-bar-button.
Richard M. Stallman [Tue, 17 Feb 2004 00:52:50 +0000 (00:52 +0000)]
(Tool Bar): tool-bar-item => tool-bar-button.

20 years ago(Describing Characters): Fix text-char-description example output.
Richard M. Stallman [Tue, 17 Feb 2004 00:48:44 +0000 (00:48 +0000)]
(Describing Characters): Fix text-char-description example output.

20 years ago(Creating Hash): Correct and clarify doc of WEAK values.
Richard M. Stallman [Tue, 17 Feb 2004 00:47:11 +0000 (00:47 +0000)]
(Creating Hash): Correct and clarify doc of WEAK values.

20 years agoMinor fixes.
Richard M. Stallman [Tue, 17 Feb 2004 00:46:17 +0000 (00:46 +0000)]
Minor fixes.

(Parameter Access): frame-parameters arg is optional.
modify-frame-parameters handles nil for FRAME.
(Window Frame Parameters): menu-bar-lines and tool-bar-lines
are all-or-nothing for certain toolkits.
Mention parameter wait-for-wm.
(Frames and Windows): In frame-first-window and frame-selected-window
the arg is optional.
(Input Focus): In redirect-frame-focus the second arg is optional.
(Window System Selections): Mention selection type CLIPBOARD.
Mention data-type UTF8_STRING.
Mention numbering of cut buffers.
(Resources): Describe x-resource-name.

20 years ago(in_read_avail_input): New static variable to handle re-entrancy.
Kim F. Storm [Tue, 17 Feb 2004 00:29:13 +0000 (00:29 +0000)]
(in_read_avail_input): New static variable to handle re-entrancy.
(read_avail_input): Change buf to pinter to read_avail_input_buf.
Use in_read_avail_input to handle re-entrance; when re-entered,
fully initialize and use tmp_buf array instead of read_avail_input_buf.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 17 Feb 2004 00:28:22 +0000 (00:28 +0000)]
*** empty log message ***

20 years agoRework previous change; it didn't consider that the
Kim F. Storm [Mon, 16 Feb 2004 23:13:13 +0000 (23:13 +0000)]
Rework previous change; it didn't consider that the
buf array was allocated on the stack.
(prev_read): Remove variable.
(read_avail_input_buf): New static event buffer array.
(in_read_avail_input): New static variable to avoid re-entrancy.
(read_avail_input): Change buf to pinter to read_avail_input_buf.
Use in_read_avail_input to guard against re-entry.
Do not initialize read_avail_input_buf here; instead assume it
is always cleared on entry.  To ensure that, we clear (just) the
entries that were used before we return.
(init_keyboard): Initialize read_avail_input_buf here.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 16 Feb 2004 23:11:58 +0000 (23:11 +0000)]
*** empty log message ***

20 years ago(Changing Files): Fix argname.
Richard M. Stallman [Mon, 16 Feb 2004 22:17:42 +0000 (22:17 +0000)]
(Changing Files): Fix argname.

20 years ago(Using Edebug): Fix example.
Richard M. Stallman [Mon, 16 Feb 2004 22:16:53 +0000 (22:16 +0000)]
(Using Edebug): Fix example.

20 years agoMinor fixes.
Richard M. Stallman [Mon, 16 Feb 2004 22:16:13 +0000 (22:16 +0000)]
Minor fixes.

(Overlays): Explain overlays use markers.
(Managing Overlays): Explain front-advance and rear-advance
in more detail.

20 years ago(Internals of Debugger): Fix return value.
Richard M. Stallman [Mon, 16 Feb 2004 22:13:04 +0000 (22:13 +0000)]
(Internals of Debugger): Fix return value.

20 years ago(Compiler Errors): if-boundp feature applies to cond.
Richard M. Stallman [Mon, 16 Feb 2004 22:10:42 +0000 (22:10 +0000)]
(Compiler Errors): if-boundp feature applies to cond.

20 years agoFix parens, and default values.
Richard M. Stallman [Mon, 16 Feb 2004 22:09:52 +0000 (22:09 +0000)]
Fix parens, and default values.

20 years agoAdjust xref.
Richard M. Stallman [Mon, 16 Feb 2004 22:05:10 +0000 (22:05 +0000)]
Adjust xref.

20 years agoResolve CVS conflicts
Miles Bader [Mon, 16 Feb 2004 21:57:42 +0000 (21:57 +0000)]
Resolve CVS conflicts

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 19:41:27 +0000 (19:41 +0000)]
*** empty log message ***

20 years ago(delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>.
Eli Zaretskii [Mon, 16 Feb 2004 19:40:07 +0000 (19:40 +0000)]
(delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>.

20 years ago* net/telnet.el (telnet-interrupt-subjob): Move doc string to the correct place.
Eli Zaretskii [Mon, 16 Feb 2004 19:35:20 +0000 (19:35 +0000)]
* net/telnet.el (telnet-interrupt-subjob): Move doc string to the correct place.
* progmodes/icon.el (icon-indent-command): Ditto.
* textmodes/paragraphs.el (repunctuate-sentences): Ditto.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 19:29:00 +0000 (19:29 +0000)]
*** empty log message ***

20 years ago(grep-compute-defaults): Undo change from
Eli Zaretskii [Mon, 16 Feb 2004 19:27:38 +0000 (19:27 +0000)]
(grep-compute-defaults): Undo change from
2004-01-29: don't use executable-command-find-posix-p.

20 years ago(Fend_of_line): Doc fix.
Eli Zaretskii [Mon, 16 Feb 2004 19:12:46 +0000 (19:12 +0000)]
(Fend_of_line): Doc fix.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 18:45:30 +0000 (18:45 +0000)]
*** empty log message ***

20 years agoUse require instead of eval-and-compile.
Eli Zaretskii [Mon, 16 Feb 2004 18:44:26 +0000 (18:44 +0000)]
Use require instead of eval-and-compile.
(highlight-compare-buffers): New function.

20 years agoDocument crashes on X when build with GCC and GNU ld.
Eli Zaretskii [Mon, 16 Feb 2004 18:32:18 +0000 (18:32 +0000)]
Document crashes on X when build with GCC and GNU ld.

20 years agoDon't link index.*perm and permute-index into tempdir.
Eli Zaretskii [Mon, 16 Feb 2004 18:26:58 +0000 (18:26 +0000)]
Don't link index.*perm and permute-index into tempdir.

20 years ago(Man-fontify-manpage): Render section headings in
Eli Zaretskii [Mon, 16 Feb 2004 18:22:33 +0000 (18:22 +0000)]
(Man-fontify-manpage): Render section headings in
`Man-overstrike-face' even when overstrike was not used by man
formatter for section headings.

20 years ago(Low-Level Network): Fix a typo.
Eli Zaretskii [Mon, 16 Feb 2004 18:11:52 +0000 (18:11 +0000)]
(Low-Level Network): Fix a typo.

20 years ago(vm-use-spam-filter)
Eli Zaretskii [Mon, 16 Feb 2004 18:06:23 +0000 (18:06 +0000)]
(vm-use-spam-filter)
(rsf-min-region-length-added-to-spam-list): New variables.
(rsf-bbdb-auto-delete-spam-bbdb-entries): Renamed from
rmail-bbdb-auto-delete-spam-entries.  Added cc: to recipients for
spam testing.  Don't delete spam message if automatic deletion
after output via variable rmail-delete-after-output is turned on.
(rsf-bbdb-dont-create-entries-for-deleted-messages): Renamed from
rsf-bbdb-dont-create-entries-for-spam.
(check-field): New function, extracted from code in
rmail-spam-filter to ease addition of header fields like
content-type.
(message-content-type): New variable to check the content-type:
field added, also in defcustom of rsf-definitions-alist.
(rmail-spam-filter): Replace repeated test code for header fields
by calls to check-field; change the call to
rmail-output-to-rmail-file such that rmail-current-message stays
the same to avoid wrong deletion of unseen flags.
(rsf-add-contents-type): New function to convert old format
of rmail-spam-definitions-alist into new one.
Changed prefixes of all variables and functions from
rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.

20 years ago(unload-hook-features-list): New defvar.
Eli Zaretskii [Mon, 16 Feb 2004 17:50:32 +0000 (17:50 +0000)]
(unload-hook-features-list): New defvar.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 17:48:09 +0000 (17:48 +0000)]
*** empty log message ***

20 years ago(unload-feature): Doc fix. Rename flist to unload-hook-features-list.
Eli Zaretskii [Mon, 16 Feb 2004 17:39:38 +0000 (17:39 +0000)]
(unload-feature): Doc fix.  Rename flist to unload-hook-features-list.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 17:18:58 +0000 (17:18 +0000)]
*** empty log message ***