1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00
Commit graph

49388 commits

Author SHA1 Message Date
Kim F. Storm
0bf7d00506 *** empty log message *** 2004-02-17 21:06:22 +00:00
Eli Zaretskii
ac84042c63 (rmail-get-new-mail): Don't reference
rmail-use-spam-filter if rmail-spam-filter is not loaded.
2004-02-17 19:55:43 +00:00
Luc Teirlinck
43e48bdaa5 *** empty log message *** 2004-02-17 03:18:43 +00:00
Luc Teirlinck
efb478436e (Sets And Lists): Update description of delete-dups. 2004-02-17 03:16:42 +00:00
Luc Teirlinck
8a9825f74d (auto-revert-buffer-p): Only revert dired buffers if one of
global-auto-revert-non-file-buffers or autorevert-mode is non-nil.
2004-02-17 02:26:58 +00:00
Richard M. Stallman
84e3400219 Minor fix.
(Buffers and Windows): Delete false table about all-frames.
2004-02-17 01:15:45 +00:00
Richard M. Stallman
ee49c7d90e (Coding Conventions): Minor fix. 2004-02-17 01:12:57 +00:00
Richard M. Stallman
2a2331727a Minor fixes. 2004-02-17 01:12:00 +00:00
Richard M. Stallman
fd697a7657 (Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments. 2004-02-17 01:11:13 +00:00
Richard M. Stallman
0fa0135a64 (Output Variables): Add print-quoted. 2004-02-17 01:10:15 +00:00
Richard M. Stallman
360f2e9140 (Text Lines): Don't add -1 in current-line. 2004-02-17 01:07:22 +00:00
Richard M. Stallman
c2d8228a0a Minor fix. 2004-02-17 01:06:10 +00:00
Richard M. Stallman
a3d3f60db6 (Translation of Characters): Give examples of use.
Explain about translation-table-for-input and
set-buffer-file-coding-system.

Minor typo fix.
2004-02-17 01:04:35 +00:00
Richard M. Stallman
cf11ad960a (Unloading): Document unload-feature-special-hooks.
Get rid of fns-NNN.el file.
2004-02-17 00:58:59 +00:00
Richard M. Stallman
6ee45eab34 (Building Lists): Minor cleanup. 2004-02-17 00:54:04 +00:00
Richard M. Stallman
6d682d424e (Tool Bar): tool-bar-item => tool-bar-button. 2004-02-17 00:52:50 +00:00
Richard M. Stallman
a48d10ae57 (Describing Characters): Fix text-char-description example output. 2004-02-17 00:48:44 +00:00
Richard M. Stallman
2c6d3eef11 (Creating Hash): Correct and clarify doc of WEAK values. 2004-02-17 00:47:11 +00:00
Richard M. Stallman
0fe5963523 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.
2004-02-17 00:46:17 +00:00
Kim F. Storm
7371cef007 (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.
2004-02-17 00:29:13 +00:00
Kim F. Storm
b9568dfc77 *** empty log message *** 2004-02-17 00:28:22 +00:00
Kim F. Storm
9940231136 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.
2004-02-16 23:13:13 +00:00
Kim F. Storm
ab90a54d2f *** empty log message *** 2004-02-16 23:11:58 +00:00
Richard M. Stallman
b705e83b11 (Changing Files): Fix argname. 2004-02-16 22:17:42 +00:00
Richard M. Stallman
b180eac232 (Using Edebug): Fix example. 2004-02-16 22:16:53 +00:00
Richard M. Stallman
812a234187 Minor fixes.
(Overlays): Explain overlays use markers.
(Managing Overlays): Explain front-advance and rear-advance
in more detail.
2004-02-16 22:16:13 +00:00
Richard M. Stallman
54eb1a2240 (Internals of Debugger): Fix return value. 2004-02-16 22:13:04 +00:00
Richard M. Stallman
5c5114b7ec (Compiler Errors): if-boundp feature applies to cond. 2004-02-16 22:10:42 +00:00
Richard M. Stallman
516db1181e Fix parens, and default values. 2004-02-16 22:09:52 +00:00
Richard M. Stallman
42cd56a641 Adjust xref. 2004-02-16 22:05:10 +00:00
Miles Bader
d366d62b96 Resolve CVS conflicts 2004-02-16 21:57:42 +00:00
Eli Zaretskii
4e039f3f1f *** empty log message *** 2004-02-16 19:41:27 +00:00
Eli Zaretskii
1f3e4f92e7 (delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>. 2004-02-16 19:40:07 +00:00
Eli Zaretskii
279dffd676 * 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.
2004-02-16 19:35:20 +00:00
Eli Zaretskii
8c094106a8 *** empty log message *** 2004-02-16 19:29:00 +00:00
Eli Zaretskii
24fa1cf160 (grep-compute-defaults): Undo change from
2004-01-29: don't use executable-command-find-posix-p.
2004-02-16 19:27:38 +00:00
Eli Zaretskii
6ff67d57ae (Fend_of_line): Doc fix. 2004-02-16 19:12:46 +00:00
Eli Zaretskii
c33b76da3e *** empty log message *** 2004-02-16 18:45:30 +00:00
Eli Zaretskii
f826bf672e Use require instead of eval-and-compile.
(highlight-compare-buffers): New function.
2004-02-16 18:44:26 +00:00
Eli Zaretskii
24efe898bd Document crashes on X when build with GCC and GNU ld. 2004-02-16 18:32:18 +00:00
Eli Zaretskii
3d5ac4d9e0 Don't link index.*perm and permute-index into tempdir. 2004-02-16 18:26:58 +00:00
Eli Zaretskii
1c0ecbc499 (Man-fontify-manpage): Render section headings in
`Man-overstrike-face' even when overstrike was not used by man
formatter for section headings.
2004-02-16 18:22:33 +00:00
Eli Zaretskii
491cd154ea (Low-Level Network): Fix a typo. 2004-02-16 18:11:52 +00:00
Eli Zaretskii
88fcbeaa95 (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-.
2004-02-16 18:06:23 +00:00
Eli Zaretskii
dffc4dfc5d (unload-hook-features-list): New defvar. 2004-02-16 17:50:32 +00:00
Eli Zaretskii
0ca9aa8f07 *** empty log message *** 2004-02-16 17:48:09 +00:00
Eli Zaretskii
8cb16ad11d (unload-feature): Doc fix. Rename flist to unload-hook-features-list. 2004-02-16 17:39:38 +00:00
Eli Zaretskii
7b5368c1a9 *** empty log message *** 2004-02-16 17:18:58 +00:00
Eli Zaretskii
bc47b3f8c5 (calc-do-embedded-activate): Add autoload
cookie.  Don't check if we are looking-at open-formula.
2004-02-16 17:16:22 +00:00
Eli Zaretskii
ca4bc494c2 *** empty log message *** 2004-02-16 17:05:44 +00:00