]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago(rmail-ignored-headers): Move "^x-.*:" last in regexp.
Henrik Enberg [Mon, 16 Jan 2006 23:22:18 +0000 (23:22 +0000)]
(rmail-ignored-headers): Move "^x-.*:" last in regexp.

18 years ago(rmail-display-labels): Use identity instead of lambda.
Alex Schroeder [Mon, 16 Jan 2006 23:18:57 +0000 (23:18 +0000)]
(rmail-display-labels): Use identity instead of lambda.

18 years ago(rmail-summary-font-lock-keywords): Fix typo for
Alex Schroeder [Mon, 16 Jan 2006 23:09:44 +0000 (23:09 +0000)]
(rmail-summary-font-lock-keywords): Fix typo for
labels.
(rmail-summary-get-summary): Add labels again.

18 years ago(rmail-nuke-pinhead-header, rmail-reformat-message)
Alex Schroeder [Mon, 16 Jan 2006 22:22:44 +0000 (22:22 +0000)]
(rmail-nuke-pinhead-header, rmail-reformat-message)
(rmail-msg-restore-non-pruned-header, rmail-msg-prune-header):
Deleted.
(rmail-narrow-to-header): Fix typo, error if we cannot find the
end of the headers.

18 years ago(rmail-message-subject-p, rmail-message-senders-p):
Alex Schroeder [Mon, 16 Jan 2006 22:18:44 +0000 (22:18 +0000)]
(rmail-message-subject-p, rmail-message-senders-p):
Use mail-fetch-field instead of mail-header-get-header.
(rmail-summary-next-same-subject): Simplify.

18 years ago(rmail): Create the buffer using
Alex Schroeder [Mon, 16 Jan 2006 21:40:14 +0000 (21:40 +0000)]
(rmail): Create the buffer using
file-name-nondirectory.
(rmail-mode-map): Bind j to rmail-show-message instead of
rmail-message.

18 years ago(rmail-new-summary): Make sure summary buffer is current when selecting message.
Henrik Enberg [Mon, 16 Jan 2006 21:06:36 +0000 (21:06 +0000)]
(rmail-new-summary): Make sure summary buffer is current when selecting message.
(rmail-summary-browse-body): Deleted.
(rmail-summary-rmail-update, rmail-summary-get-message-at-point,
rmail-summary-goto-msg): Use string-to-number.
(rmail-summary-toggle-header, rmail-summary-add-label,
rmail-summary-kill-label): Use with-current-buffer.
(rmail-summary-previous-msg): Add docstring.

18 years ago*** empty log message ***
Henrik Enberg [Mon, 16 Jan 2006 21:05:46 +0000 (21:05 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Alex Schroeder [Mon, 16 Jan 2006 20:35:53 +0000 (20:35 +0000)]
*** empty log message ***

18 years ago(rmail-ignored-headers): Merged several terms using
Alex Schroeder [Mon, 16 Jan 2006 18:59:29 +0000 (18:59 +0000)]
(rmail-ignored-headers): Merged several terms using
grouping, added simple "from " (without a colon), and several
other headers.
(rmail): Automatically convert BABYL files to mbox files.
(rmail-decode-babyl-format): Deleted, since conversion is handled
by unrmail.

18 years ago(unrmail): Use regular expression search to find
Alex Schroeder [Mon, 16 Jan 2006 17:50:30 +0000 (17:50 +0000)]
(unrmail): Use regular expression search to find
message separators such that the fake separators inserted by
rmime.el are not matched.  The sections added by rmime.el are
removed.

18 years ago*** empty log message ***
Henrik Enberg [Mon, 16 Jan 2006 04:11:37 +0000 (04:11 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Henrik Enberg [Mon, 16 Jan 2006 03:57:31 +0000 (03:57 +0000)]
*** empty log message ***

18 years agomore misplaced parens from merge
Henrik Enberg [Mon, 16 Jan 2006 01:35:11 +0000 (01:35 +0000)]
more misplaced parens from merge

18 years agofix misplaced parens
Henrik Enberg [Mon, 16 Jan 2006 01:32:30 +0000 (01:32 +0000)]
fix misplaced parens

18 years ago*** empty log message ***
Henrik Enberg [Mon, 16 Jan 2006 01:18:13 +0000 (01:18 +0000)]
*** empty log message ***

18 years agosync with trunk
Henrik Enberg [Mon, 16 Jan 2006 00:03:54 +0000 (00:03 +0000)]
sync with trunk

18 years agoChangeLog for RMAIL mbox work
Henrik Enberg [Sun, 15 Jan 2006 23:02:10 +0000 (23:02 +0000)]
ChangeLog for RMAIL mbox work

20 years ago(rmail): Convert Babyl files using decode-babyl-file.
Richard M. Stallman [Sun, 3 Oct 2004 01:21:55 +0000 (01:21 +0000)]
(rmail): Convert Babyl files using decode-babyl-file.
(rmail-use-spam-filter): Add defvar.

20 years agoMostly rewritten. Parses the file directly and converts.
Richard M. Stallman [Sun, 3 Oct 2004 01:20:20 +0000 (01:20 +0000)]
Mostly rewritten.  Parses the file directly and converts.
(batch-convert-babyl, convert-babyl-file, decode-babyl-file)
(decode-babyl): New functions.
(unrmail, batch-unrmail): Now aliases.

20 years ago(rmail-message-deleted-p): Add as alias.
Richard M. Stallman [Mon, 27 Sep 2004 23:09:05 +0000 (23:09 +0000)]
(rmail-message-deleted-p): Add as alias.

20 years ago(rmail-message-vector, rmail-deleted-vector)
Richard M. Stallman [Mon, 27 Sep 2004 23:05:55 +0000 (23:05 +0000)]
(rmail-message-vector, rmail-deleted-vector)
(rmail-msgref-vector, rmail-summary-vector): Vars deleted.
All code to initialize them deleted too.
(rmail-forget-messages): Function deleted.  Callers changed.
(rmail-set-message-counters): Function deleted.  Callers changed.
(rmail-count-new-messages): Function deleted.  Callers changed.
(rmail-set-message-counters-counter): Likewise.
(rmail-maybe-set-message-counters): Now no-op.
(rmail-message-deleted-p, rmail-set-message-deleted-p): Fns deleted.
(rmail-msg-number-after-expunge): Fn deleted.
(rmail): Delete excess closeparen.
(rmail-initialize-messages): Doc fix.
(rmail-expunge-confirmed): Update to use rmail-desc-deleted-p.

20 years ago(rmail-make-summary-line): Function deleted.
Richard M. Stallman [Mon, 27 Sep 2004 07:41:45 +0000 (07:41 +0000)]
(rmail-make-summary-line): Function deleted.
(rmail-new-summary): Make it work once again as in old version.
(rmail-summary-get-summary): Call rmail-summary-line-decoder.

20 years ago(rmail): Error if file is Babyl format.
Richard M. Stallman [Mon, 20 Sep 2004 16:34:08 +0000 (16:34 +0000)]
(rmail): Error if file is Babyl format.
(rmail-process-new-messages, rmail-reply-callback, rmail-mark-message)
(rmail-narrow-to-message): Doc fix.
(rmail-reply, rmail-forward, rmail-resend, rmail-retry-failure)
(rmail-browse-body): Immediate error if file is empty.

(rmail-convert-file, rmail-insert-rmail-file-header)
(rmail-convert-to-babyl-format): Functions deleted.
(rmail-mode): Don't call rmail-convert-file.

20 years ago(browse-url-activate-urls): Add autoload.
Richard M. Stallman [Mon, 20 Sep 2004 16:29:22 +0000 (16:29 +0000)]
(browse-url-activate-urls): Add autoload.

20 years ago(rmail-edit-current-message): Immediate error if file is empty.
Richard M. Stallman [Mon, 20 Sep 2004 16:28:51 +0000 (16:28 +0000)]
(rmail-edit-current-message): Immediate error if file is empty.

20 years ago(rmail-read-label, rmail-set-label): Immediate error if file is empty.
Richard M. Stallman [Mon, 20 Sep 2004 16:28:13 +0000 (16:28 +0000)]
(rmail-read-label, rmail-set-label): Immediate error if file is empty.
(rmail-parse-file-keywords): Function deleted.

21 years ago(rmail-get-new-mail): Make sure that the summary gets updated to
Paul Reilly [Sun, 23 Feb 2003 00:33:25 +0000 (00:33 +0000)]
(rmail-get-new-mail): Make sure that the summary gets updated to
reflect deleted spam messages.

21 years agoAdd patches from Eli Tziperman <eli@beach.weizmann.ac.il>, and John Paul
Paul Reilly [Sat, 22 Feb 2003 15:37:59 +0000 (15:37 +0000)]
Add patches from Eli Tziperman <eli@beach.weizmann.ac.il>, and John Paul
Wallington <jpw@gnu.org>

Avoid loading CL at runtime.

(vm-use-spam-filter.el, spam-filter-working-with-vm): Add support for
use by VM.

(rmail-spam-filter-min-region-length-added-to-spam-list): New
variable.

(rmail-spam-filter): Do not assume the message is narrowed, do it
explicitly using the rmail message descriptor; use `rmail-output'
instead of `rmail-output-to-rmail-file'; take into account the state
of the `rmail-delete-after-output' variable.

(rmail-spam-filter-add-region-to-spam-list,
spam-filter-bbdb-dont-create-entries-for-deleted-messages): Rewrite.

21 years ago(rmail-get-new-mail): Integrate the rmail spam filter into rmail.
Paul Reilly [Fri, 21 Feb 2003 18:44:45 +0000 (18:44 +0000)]
(rmail-get-new-mail): Integrate the rmail spam filter into rmail.

21 years agoInitial commit.
Paul Reilly [Tue, 18 Feb 2003 18:41:20 +0000 (18:41 +0000)]
Initial commit.

21 years ago(rmail-message-subject-p, rmail-message-senders-p): Rewrite for mbox
Paul Reilly [Tue, 18 Feb 2003 16:47:23 +0000 (16:47 +0000)]
(rmail-message-subject-p, rmail-message-senders-p): Rewrite for mbox
format.

(rmail-make-summary-line-1, rmail-make-basic-summary-line): Use the
rmail message descriptor instead of deprecated functions.

21 years ago(rmail-sort-by-lines, rmail-fetch-field): Use the rmail message
Paul Reilly [Tue, 18 Feb 2003 16:40:21 +0000 (16:40 +0000)]
(rmail-sort-by-lines, rmail-fetch-field): Use the rmail message
descriptor instead of deprecated functions.

(rmail-sort-messages): Overhaul to use mbox format.

21 years ago(rmail-read-label, rmail-set-label): Update status comments.
Paul Reilly [Tue, 18 Feb 2003 16:28:30 +0000 (16:28 +0000)]
(rmail-read-label, rmail-set-label): Update status comments.

21 years ago(rmail-msg-restore-non-pruned-header, rmail-msg-prune-header): Use the
Paul Reilly [Tue, 18 Feb 2003 16:25:49 +0000 (16:25 +0000)]
(rmail-msg-restore-non-pruned-header, rmail-msg-prune-header): Use the
rmail message descriptor.

(rmail-msgbeg, rmail-msgend): Even though these are deprecated, update
them to DTRT for external callers.

21 years ago(browse-url-visited-urls, browse-url-activation-alist): New variables.
Paul Reilly [Sat, 15 Feb 2003 18:03:27 +0000 (18:03 +0000)]
(browse-url-visited-urls, browse-url-activation-alist): New variables.

(browse-url-at-point): Add support for marking and remembering visited
URLs.

(browse-url-activate-urls): New function.

21 years ago(unrmail, rmail-unprune): Mbox conversion.
Paul Reilly [Sat, 15 Feb 2003 17:16:29 +0000 (17:16 +0000)]
(unrmail, rmail-unprune): Mbox conversion.

21 years agoCommentary: Add text.
Paul Reilly [Sat, 15 Feb 2003 17:13:03 +0000 (17:13 +0000)]
Commentary: Add text.

History: Add header and mbox item.

Overhaul summary buffer movement.

(rmail-summary-font-lock-keywords): Compress the attribute character
display field by one character.

(rmail-new-summary): Rewrite.

(rmail-make-summary-line-1): Slight rewrite to deal with small changes
in the summary format.

(rmail-make-basic-summary-line): Use the rmail message vector.

(rmail-summary-next-msg): Rewrite.

(rmail-summary-next-labeled-message): Set the summary buffer copy of
the rmail-current-message to force the display to show it.

(rmail-summary-next-same-subject): Rewrite.

(rmail-summary-delete-forward): Remove some questionable code and make
summary buffer movement explicit.

(rmail-summary-mark-deleted): Make sure to reflect the deletion for
the Rmail buffer.

(rmail-summary-deleted-p): Rewrite.

(rmail-summary-undelete-many): Set the summary buffer copy of
the rmail-current-message to force the display to show it.

(rmail-summary-rmail-update): Rewrite.

(rmail-summary-mode-map): Use "B" to send the message body to a
browser; use (rmail-summary-output) instead of
(rmail-summary-output-to-rmail-file).  Similarly for the menu item.

(rmail-summary-mouse-goto-msg): Set the summary buffer copy of the
rmail-current-message to force the display to show it.

(rmail-summary-get-message-at-point): New function.

(rmail-summary-goto-msg): Rewrite.

(rmail-summary-expunge, rmail-summary-expunge-and-save,
rmail-summary-get-new-mail, rmail-summary-toggle-header): Rewrite.

(rmail-summary-get-line-count, rmail-summary-get-summary-attributes,
rmail-summary-get-summary, rmail-summary-update-attribute,
rmail-summary-browse-body): New functions.

21 years agoAttempt to minimize byte compilation warnings.
Paul Reilly [Sat, 15 Feb 2003 15:40:39 +0000 (15:40 +0000)]
Attempt to minimize byte compilation warnings.

21 years agoAttempt to minimize byte compilation warnings.
Paul Reilly [Sat, 15 Feb 2003 15:38:18 +0000 (15:38 +0000)]
Attempt to minimize byte compilation warnings.

(rmail-output-to-rmail-file): Eliminate Babyl 5 code by using
(rmail-output).

(rmail-output): Generalize the use by GNUS; rewrite to reflect mbox as
the default format.

(rmail-output-body-to-file): Use the rmail message descriptor in
setting the "stored" attribute.

21 years agoAttempt to eliminate some byte compiler warnings.
Paul Reilly [Sat, 15 Feb 2003 15:12:08 +0000 (15:12 +0000)]
Attempt to eliminate some byte compiler warnings.

(rmail-add-label): Force the display of the labels.

(rmail-read-label): Remove call to rmail-parse-file-keywords which is
no longer used.

(rmail-set-label): Rewrite.

(rmail-keywords): Use (rmail-keyword-init).

(rmail-keyword-init, rmail-keyword-register-keywords): New function.

(rmail-install-keyword): Rewrite.

21 years agoAttempt to eliminate some byte compiler warnings.
Paul Reilly [Sat, 15 Feb 2003 13:53:57 +0000 (13:53 +0000)]
Attempt to eliminate some byte compiler warnings.

(rmail-cease-edit): Use the rmail message descriptor; simplify.

21 years agoModify requires and evals to reduce byte compilation warnings.
Paul Reilly [Sat, 15 Feb 2003 13:36:53 +0000 (13:36 +0000)]
Modify requires and evals to reduce byte compilation warnings.

(rmail-ignored-headers): Ignore "from" but not "mail-from".  Ignore
"x-authentication-warning", "x-operating-system", and new babyl-V6
headers.

(rmail-displayed-headers): Add basic headers.

(rmail-message-vector, rmail-deleted-vector, rmail-msgref-vector,
rmail-convert-file): Deprecated.

(rmail-unix-mail-delimiter): Updated comment, anchored the "From"
string to the beginning of the line.

(rmail): Do not convert the buffer to Babyl format; Add support for
initializing and getting mbox format mail

(rmail-insert-rmail-file-header): Replace the Babyl identifier text
with an X-BABYL mail header.

(rmail-initialize-message): New function.

(rmail-url-map): Use "B" to send a mail message body to a browser; Map
"j" to (rmail-message) rather than (rmail-show-message); Map "o" to
(rmail-output) rather than (rmail-output-to-rmail-file); Add support
for handling embedded URLs.

(rmail-mode-map): Map the "Output (inbox)" menubar item to use
rmail-output.

(rmail-revert): Do not convert to Babyl 5 format; Use the new
initialization function.

(rmail-expunge-and-save): Use (rmail-display-summary-maybe).

(rmail-display-summary-maybe): New function.

(rmail-duplicate-message): Use the new rmail message descriptor to
access the message start and end positions.

(rmail-construct-io-menu): Use (rmail-output) instead of
(rmail-output-to-rmail-file).

(rmail-get-new-mail): Do not do a partial initialization; add a local
variable: 'current-message'; remove local variable 'success'; overhaul
the Babyl 5 specific parts.

(rmail-msg-is-pruned): Rewrite using the rmail message descriptor.

(rmail-toggle-header): Complete rewrite.

(rmail-narrow-to-non-pruned-header): Use the rmail message descriptor.

(rmail-display-labels, rmail-set-attribute): Rewrite.

(rmail-widen-to-current-msgbeg): Use the rmail message descriptor.

(rmail-process-new-messages): New (refactored) method.

(rmail-show-message): Rewrite.

(rmail-redecode-body): Rewrite using rmail message descriptor.

(rmail-auto-file): Make a little clearer; user (rmail-output) instead
of (rmail-output-to-rmail-file).

(rmail-next-undeleted-message): Slight rewrite.

(rmail-first-message, rmail-last-message, rmail-search-last-regexp):
Do not do partial initialization.

(rmail-what-message, rmail-search-message, rmail-message-regexp-p,
rmail-narrow-to-header): Use the rmail message descriptor.

(rmail-first-unseen-message, rmail-next-same-subject): Rewrite.

(rmail-message-deleted-p, rmail-delete-message,
rmail-undelete-previous-message, rmail-delete-forward, rmail-forward):
Use the rmail message descriptor.

(rmail-only-expunge, rmail-expunge): Rewrite.

(rmail-reply): Rewrite.

(rmail-narrow-to-message): New function.

(rmail-activate-urls, rmail-visit-url-at-mouse,
rmail-visit-url-at-point, rmail-browse-body, rmail-get-sender): New
functions.

21 years agoMbox format support. Initial commit.
Paul Reilly [Fri, 14 Feb 2003 16:28:39 +0000 (16:28 +0000)]
Mbox format support. Initial commit.

21 years ago("Cyrillic-KOI8"): Fix input-method.
Dave Love [Fri, 14 Feb 2003 12:55:08 +0000 (12:55 +0000)]
("Cyrillic-KOI8"): Fix input-method.
("Russian"): New.
("Bulgarian"): Add tutorial.

21 years ago(utf-8-ccl-encode): Fix use of character constants.
Juanma Barranquero [Fri, 14 Feb 2003 11:09:52 +0000 (11:09 +0000)]
(utf-8-ccl-encode): Fix use of character constants.

21 years ago*** empty log message ***
Juanma Barranquero [Fri, 14 Feb 2003 10:01:29 +0000 (10:01 +0000)]
*** empty log message ***

21 years ago(mm-uu-dissect): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:59:52 +0000 (09:59 +0000)]
(mm-uu-dissect): Fix use of character constant.

21 years ago(idlwave-show-begin): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:59:13 +0000 (09:59 +0000)]
(idlwave-show-begin): Fix use of character constant.

21 years ago(cperl-next-bad-style): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:58:50 +0000 (09:58 +0000)]
(cperl-next-bad-style): Fix use of character constant.

21 years ago(ses-exercise-signals): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:58:27 +0000 (09:58 +0000)]
(ses-exercise-signals): Fix use of character constant.

21 years ago(xml-parse-elem-type): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:58:04 +0000 (09:58 +0000)]
(xml-parse-elem-type): Fix use of character constant.

21 years ago(widget-choose): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:57:45 +0000 (09:57 +0000)]
(widget-choose): Fix use of character constant.

21 years ago(strokes-read-complex-stroke): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:57:24 +0000 (09:57 +0000)]
(strokes-read-complex-stroke): Fix use of character constant.

21 years ago(backward-delete-char-untabify): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:57:03 +0000 (09:57 +0000)]
(backward-delete-char-untabify): Fix use of character constant.

21 years ago(dired-query-alist): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:56:30 +0000 (09:56 +0000)]
(dired-query-alist): Fix use of character constant.

21 years ago(display-time-string-forms): Add face property to mail string.
Juanma Barranquero [Fri, 14 Feb 2003 07:02:13 +0000 (07:02 +0000)]
(display-time-string-forms): Add face property to mail string.

21 years ago(view-hello-file): Use `view-file' instead of `find-file-read-only'.
Juanma Barranquero [Fri, 14 Feb 2003 06:55:32 +0000 (06:55 +0000)]
(view-hello-file): Use `view-file' instead of `find-file-read-only'.

21 years agoAdd coding spec.
Dave Love [Thu, 13 Feb 2003 23:05:37 +0000 (23:05 +0000)]
Add coding spec.

21 years ago(sort-coding-systems): Use \'.
Stefan Monnier [Thu, 13 Feb 2003 20:06:36 +0000 (20:06 +0000)]
(sort-coding-systems): Use \'.
(select-safe-coding-system): Remove redundant assq check.
Remove raw-text, emacs-mule and no-conversion from the list of
proposed encodings unless there's nothing else.

21 years ago*** empty log message ***
Stefan Monnier [Thu, 13 Feb 2003 20:04:17 +0000 (20:04 +0000)]
*** empty log message ***

21 years ago(find-alternate-file): Undo last change.
Markus Rost [Thu, 13 Feb 2003 19:38:19 +0000 (19:38 +0000)]
(find-alternate-file): Undo last change.

21 years ago(dired-directory): Add autoload cookie.
Markus Rost [Thu, 13 Feb 2003 19:34:17 +0000 (19:34 +0000)]
(dired-directory): Add autoload cookie.

21 years ago*** empty log message ***
Juanma Barranquero [Thu, 13 Feb 2003 16:04:13 +0000 (16:04 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Thu, 13 Feb 2003 15:56:16 +0000 (15:56 +0000)]
*** empty log message ***

21 years agoUse new ?\s syntax instead of "? " followed by a comment.
Juanma Barranquero [Thu, 13 Feb 2003 15:56:09 +0000 (15:56 +0000)]
Use new ?\s syntax instead of "? " followed by a comment.

21 years ago(comment-indent): Ensure space before added comment.
Dave Love [Thu, 13 Feb 2003 15:54:19 +0000 (15:54 +0000)]
(comment-indent): Ensure space before added comment.

21 years ago(Character Type): New \s escape for space.
Kim F. Storm [Thu, 13 Feb 2003 13:15:45 +0000 (13:15 +0000)]
(Character Type): New \s escape for space.

21 years ago*** empty log message ***
Kim F. Storm [Thu, 13 Feb 2003 13:15:29 +0000 (13:15 +0000)]
*** empty log message ***

21 years ago(read_escape): Interpret \s as a SPACE character, except
Kim F. Storm [Thu, 13 Feb 2003 12:44:57 +0000 (12:44 +0000)]
(read_escape): Interpret \s as a SPACE character, except
for \s-X in a character constant which still is the super modifier.
(read1): Signal an `invalid read syntax' error if a character
constant is immediately followed by a digit or symbol character.

21 years agoChange the policy of background/foreground default color.
Juanma Barranquero [Thu, 13 Feb 2003 11:57:42 +0000 (11:57 +0000)]
Change the policy of background/foreground default color.
(ps-print-version): New version number (6.5.9).
(ps-default-fg, ps-default-bg): Adjust default value.
(ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg variables now use
`t' to indicate the use of Emacs session background/foreground color.
(ps-output-string-prim): If index out of range, insert hexadecimal
representation of character.

21 years ago(Fmatch_data): Doc fix. Explicitly state that
Kim F. Storm [Thu, 13 Feb 2003 10:33:49 +0000 (10:33 +0000)]
(Fmatch_data): Doc fix.  Explicitly state that
match-data is undefined if last search failed.

21 years ago(* Extra fonts): Say that Emacs doesn't include fonts.
Kenichi Handa [Thu, 13 Feb 2003 00:24:02 +0000 (00:24 +0000)]
(* Extra fonts): Say that Emacs doesn't include fonts.

21 years agoRenamed remap-command to command-remapping.
Kim F. Storm [Wed, 12 Feb 2003 23:16:20 +0000 (23:16 +0000)]
Renamed remap-command to command-remapping.

21 years agoRenamed remap-command to command-remapping. All uses changed.
Kim F. Storm [Wed, 12 Feb 2003 23:13:43 +0000 (23:13 +0000)]
Renamed remap-command to command-remapping.  All uses changed.

21 years ago(fortran-fill): Fill lines that do not have comments.
Glenn Morris [Wed, 12 Feb 2003 21:52:37 +0000 (21:52 +0000)]
(fortran-fill): Fill lines that do not have comments.

21 years ago(makefile-font-lock-keywords): Simplify last change.
Juanma Barranquero [Wed, 12 Feb 2003 15:49:41 +0000 (15:49 +0000)]
(makefile-font-lock-keywords): Simplify last change.

21 years ago(Fdefmacro): Fix typo.
Juanma Barranquero [Wed, 12 Feb 2003 15:45:05 +0000 (15:45 +0000)]
(Fdefmacro): Fix typo.

21 years ago(fortran-mode): Set comment-use-syntax.
Stefan Monnier [Wed, 12 Feb 2003 15:23:21 +0000 (15:23 +0000)]
(fortran-mode): Set comment-use-syntax.
(fortran-fill-paragraph): Use fill-comment-paragraph.

21 years ago(file-truename): Revert change from 2002-11-27.
Juanma Barranquero [Wed, 12 Feb 2003 14:14:15 +0000 (14:14 +0000)]
(file-truename): Revert change from 2002-11-27.

21 years ago(describe-function-1): Change output for keyboard macros.
Juanma Barranquero [Wed, 12 Feb 2003 11:41:37 +0000 (11:41 +0000)]
(describe-function-1): Change output for keyboard macros.

21 years ago(Fstart_kbd_macro): If appending, and last keyboard
Kim F. Storm [Wed, 12 Feb 2003 11:08:36 +0000 (11:08 +0000)]
(Fstart_kbd_macro): If appending, and last keyboard
macro is a string, convert meta modifiers in string when copying
the string into a vector.

21 years ago.
Andreas Schwab [Wed, 12 Feb 2003 10:21:27 +0000 (10:21 +0000)]
.

21 years ago(sh-mode-map): Don't remap
Andreas Schwab [Wed, 12 Feb 2003 10:21:06 +0000 (10:21 +0000)]
(sh-mode-map): Don't remap
beginning-of-defun to the non-existing command
sh-beginning-of-compound-command.

21 years ago(find-alternate-file): Check whether `dired-directory' is bound.
Juanma Barranquero [Wed, 12 Feb 2003 09:26:17 +0000 (09:26 +0000)]
(find-alternate-file): Check whether `dired-directory' is bound.

21 years ago(makefile-font-lock-keywords): Fontify single character variable references, but
Juanma Barranquero [Tue, 11 Feb 2003 23:47:11 +0000 (23:47 +0000)]
(makefile-font-lock-keywords): Fontify single character variable references, but
protect shell variables references.
(makefile-mode): Make `$' be punctuation in font-lock-defaults.

21 years ago(diary-attrtype-convert): Convert an attribute value string to the desired type.
Juanma Barranquero [Tue, 11 Feb 2003 23:26:55 +0000 (23:26 +0000)]
(diary-attrtype-convert): Convert an attribute value string to the desired type.
(diary-pull-attrs): New function that pulls the attributes off a diary entry,
merges with file-global attributes, and returns the (possibly modified) entry
and a list of attribute/values using diary-attrtype-convert above.
(list-diary-entries, fancy-diary-display, show-all-diary-entries)
(mark-diary-entries, mark-sexp-diary-entries, list-sexp-diary-entries): Add
handling of file-global attributes, add handling of entry attributes using
diary-pull-attrs above.
(mark-calendar-days-named, mark-calendar-days-named, mark-calendar-date-pattern)
(mark-calendar-month, add-to-diary-list): Add optional paramater `color' for
passing face attribute info through the callchain.  Pass this parameter around.

21 years ago(diary-face-attrs): New custom.
Juanma Barranquero [Tue, 11 Feb 2003 23:23:10 +0000 (23:23 +0000)]
(diary-face-attrs): New custom.
(diary-file-name-prefix-function): New custom.
(diary-glob-file-regexp-prefix): New custom.
(diary-file-name-prefix): New custom.
(generate-calendar-window): Check that font-lock-mode is bound before checking
value.
(mark-visible-calendar-date): Add the ability to pass face attribute/value pairs
in the mark argument. Handle the mark.

21 years agoDocstring typo.
Stefan Monnier [Tue, 11 Feb 2003 21:40:32 +0000 (21:40 +0000)]
Docstring typo.

21 years ago(find-tag-tag): Move (default foo) to before `:' in the prompt.
Stefan Monnier [Tue, 11 Feb 2003 21:40:17 +0000 (21:40 +0000)]
(find-tag-tag): Move (default foo) to before `:' in the prompt.
(find-tag): Make sure we move point in the proper window.

21 years ago(meta-fill-paragraph): Remove.
Stefan Monnier [Tue, 11 Feb 2003 21:24:35 +0000 (21:24 +0000)]
(meta-fill-paragraph): Remove.
(meta-common-initialization): Don't set fill-paragraph-function
now that fill-paragraph takes care of comments.

21 years ago(scheme-mode-syntax-table): Don't switch the current buffer's syntax-table.
Stefan Monnier [Tue, 11 Feb 2003 21:23:00 +0000 (21:23 +0000)]
(scheme-mode-syntax-table): Don't switch the current buffer's syntax-table.

21 years ago(simula-font-lock-syntactic-keywords): New var.
Stefan Monnier [Tue, 11 Feb 2003 21:19:36 +0000 (21:19 +0000)]
(simula-font-lock-syntactic-keywords): New var.
(simula-font-lock-keywords-1): Simplify.
(simula-font-lock-keywords-2): Use regexp-opt.
(simula-emacs-features): Remove.
(simula-mode-syntax-table): Setup %...\n as comment style b.
(simula-mode-map): Remove compatibility cruft.
(simula-keep-region-active): Remove.
(simula-popup-menu): Simplify.
(simula-mode): Move abbrev-table setup to top-level.
(simula-match-string-or-comment): Remove.

21 years ago(tcl-omit-ws-regexp): Correctly handle cases like `proc foo {a {b c} d} {'.
Stefan Monnier [Tue, 11 Feb 2003 21:04:50 +0000 (21:04 +0000)]
(tcl-omit-ws-regexp): Correctly handle cases like `proc foo {a {b c} d} {'.
(tcl-mode): Make comment-start-skip more selective.

21 years ago(info-xref-check): Use line-beginning-position.
Stefan Monnier [Tue, 11 Feb 2003 21:00:58 +0000 (21:00 +0000)]
(info-xref-check): Use line-beginning-position.
(info-xref-all-info-files): Cons a bit less.
(info-xref-check-buffer): Use push and replace-regexp-in-string.
(info-xref-output): Call insert only once.
(info-xref-whitespace): Remove.

21 years ago("Vietnamese"): Fix typos.
Juanma Barranquero [Tue, 11 Feb 2003 17:06:46 +0000 (17:06 +0000)]
("Vietnamese"): Fix typos.

21 years ago(nntp-accept-process-output): Don't use point-max to get the buffer's size.
Stefan Monnier [Tue, 11 Feb 2003 17:00:45 +0000 (17:00 +0000)]
(nntp-accept-process-output): Don't use point-max to get the buffer's size.

21 years ago(toplevel): Don't require `font-lock';
John Paul Wallington [Tue, 11 Feb 2003 15:01:47 +0000 (15:01 +0000)]
(toplevel): Don't require `font-lock';
require `font-core' instead, even though it is dumped.

21 years ago(ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
John Paul Wallington [Tue, 11 Feb 2003 14:59:54 +0000 (14:59 +0000)]
(ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
(ibuffer-add-to-tmp-show): Doc fixes.

21 years ago("Tamil"): Doc fix.
John Paul Wallington [Tue, 11 Feb 2003 14:50:15 +0000 (14:50 +0000)]
("Tamil"): Doc fix.