1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

47514 Commits

Author SHA1 Message Date
Martin Rudalics
c19aae894a (custom-group-value-create): Don't throw an error
when WIDGET has no doc-string.  (Bug#2356)
2009-02-18 12:55:35 +00:00
Juanma Barranquero
0d3e93a66f * progmodes/cc-menus.el (imenu-progress-message):
Remove bogus cc-bytecomp-defun.
  (cc-imenu-objc-function): Don't call `imenu-progress-message'.
  Don't let-bind variable `stupid'.  (Bug#1638)
2009-02-18 09:23:28 +00:00
Glenn Morris
134859bc3c (rmail-get-new-mail-filter-spam): Show a message rather than the raw
mbox while prompting.
2009-02-18 08:02:56 +00:00
Glenn Morris
c925297d14 (rmail-spam-filter): Show a message rather than the raw mbox while prompting. 2009-02-18 08:01:56 +00:00
Martin Rudalics
57a97b446f (flymake): Add defgroup. (Bug#2356) 2009-02-18 07:41:10 +00:00
Glenn Morris
1bfadfb2a1 (mail-mbox-from): Move here from rmailout.el. 2009-02-18 04:35:18 +00:00
Glenn Morris
7b692c1062 (unrmail): Use mail-mbox-from. 2009-02-18 04:34:43 +00:00
Glenn Morris
6aa7fc5b92 (rmail-mbox-from): Move to mail-utils.
Update callers for name change.
2009-02-18 04:34:24 +00:00
Glenn Morris
8e7a0f839f (rmail-get-new-mail-1): Fix the spam beep test.
(rmail-get-new-mail-filter-spam): Simplify.  Don't mess with
rmail-deleted-vector.
(rmail-insert-inbox-text, rmail-collect-deleted)
(rmail-set-message-deleted-p, rmail-only-expunge)
(rmail-make-in-reply-to-field): Replace ?\  with ?\s.
(rmail-get-labels): Remove unused local `blurb'.
(rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
(rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
(rmail-set-message-deleted-p): Doc fixes.
2009-02-18 04:34:04 +00:00
Glenn Morris
8ad667fabb (rmail-summary-mode-map): Remove unneeded declaration.
(top-level): No need for cl now.
(rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
(rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
(rsf-autosave-newly-added-definitions, rsf-white-list)
(rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
(rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
(rsf-customize-spam-definitions, rsf-customize-group)
(rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
(rsf-check-field): Use setcar and setcdr rather than setf.
(rmail-spam-filter): Simplify.
(rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
(rsf-add-region-to-spam-list): Use rmail-get-header or
buffer-substring-no-properties.  Regexp-quote the extracted data.
Make the messages less verbose.
(rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
simplify things.
(rsf-add-content-type-field): Make the message less verbose.
2009-02-18 04:33:30 +00:00
Richard M. Stallman
57d2296ade (set-rmail-inbox-list): Doc fix. 2009-02-17 18:11:26 +00:00
Richard M. Stallman
5a34da0465 (rmail-copy-headers): When copying full headers,
correctly put point at the end.
2009-02-17 18:10:32 +00:00
Sam Steingold
2017951613 (compilation-filter): Call comint-carriage-motion', just like comint-output-filter'. 2009-02-17 16:49:40 +00:00
Juanma Barranquero
1227224193 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'. 2009-02-17 14:58:15 +00:00
Jason Rumney
bb4a52db9f (make-directory): Stop recursing if parent is self. (Bug#2309) 2009-02-17 14:27:28 +00:00
Juanma Barranquero
33ee2fc873 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix. 2009-02-17 10:59:12 +00:00
Miles Bader
24a517fc67 Tweak copyright-regexp
Tweaked to match copyright statements where the years follow the name.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1549
2009-02-17 10:13:59 +00:00
Glenn Morris
4431546e80 (copyright-update-year): Don't let y-or-n-p move point. (Bug#2209) 2009-02-17 03:02:25 +00:00
Glenn Morris
1640a85f9c (rmail-mbox-from): New function.
(rmail-output-as-mbox): Use rmail-mbox-from.
(rmail-output): Ensure a From line in the not-rmail Babyl case.
2009-02-17 02:54:14 +00:00
Glenn Morris
f58faced4e (rmail-get-attr-names): Give a warning rather than an error if the
header is corrupt.
2009-02-17 02:37:40 +00:00
Glenn Morris
5b148883d2 (rmail-fields-not-to-output): Doc fix.
(rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
(rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to
"not-rmail", and make it work.  Simplify.
2009-02-17 02:36:51 +00:00
Glenn Morris
95ccabb5ad Comment. 2009-02-17 02:32:34 +00:00
Ulf Jasper
c6193b5379 newsticker: offer deletion of old groups file. 2009-02-16 20:45:14 +00:00
Miles Bader
9eb59592ad Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1548
2009-02-16 09:32:19 +00:00
Glenn Morris
554fda1a96 (rmail-output, rmail-output-as-seen): Further doc fixes. 2009-02-16 01:33:10 +00:00
Glenn Morris
d4653d3c30 (rmail-delete-unwanted-fields)
(rmail-output-as-babyl, rmail-output-to-babyl-buffer)
(rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
(rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
(rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
2009-02-16 01:18:38 +00:00
Glenn Morris
dfeab39416 (rmail-update-summary): Move declaration earlier in file. 2009-02-15 20:45:03 +00:00
Glenn Morris
050f62bf25 (rmail-output-as-mbox): Start search from point-min. If constructing a
"From " line, prefer the date header over the current time.
2009-02-15 03:26:17 +00:00
Glenn Morris
8f8cecb318 (rmail-summary-output-as-seen): Doc fix. 2009-02-15 02:52:14 +00:00
Glenn Morris
aab4c09b6b (rmail-output-decode-coding): Fix custom type, group.
(rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
unnecessary use of with-no-warnings.
(rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
2009-02-15 02:51:21 +00:00
Richard M. Stallman
59a6d2495a (rmail-edit-diff-headers): Delete spurious reference to OLD. 2009-02-15 02:32:03 +00:00
Glenn Morris
e38658c49b (rmail-insert-rmail-file-header, rmail-count-new-messages)
(rmail-show-message): Remove unnecessary autoloads.
(rmail-default-rmail-file): Remove unnecessary declaration.
(gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2009-02-15 00:31:07 +00:00
Stefan Monnier
002645bd38 (with-buffer-prepared-for-jit-lock): Swap the `let' and
the `with-buffer-unmodified' to avoid useless `readlink' calls.
2009-02-14 21:41:26 +00:00
Roland Winkler
03db5e5fb8 (bibtex-global-key-alist, bibtex-initialize): Exclude current buffer
if it does not use bibtex-mode.
(bibtex-parse-strings, bibtex-strings, bibtex-initialize)
(bibtex-sort-buffer, bibtex-search-entry)
(bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
test whether bibtex-strings and bibtex-reference-keys have their
initial values.
2009-02-14 16:58:04 +00:00
Eli Zaretskii
b46957e2f4 (translation-table-for-input): Declare obsolete again. 2009-02-14 09:08:08 +00:00
Eli Zaretskii
a6c39c14a2 (quoted-insert, zap-to-char): Use `with-no-warnings' around forms that refer
to translation-table-for-input.
2009-02-14 09:06:30 +00:00
Eli Zaretskii
9dcb8cd0bb (quail-input-string-to-events, quail-store-decode-map-key, quail-char-equal-p):
Use `with-no-warnings' around forms that refer to translation-table-for-input.
2009-02-14 09:05:59 +00:00
Eli Zaretskii
0d58bedde6 (isearch-search-string): Use `with-no-warnings' around forms that refer
to translation-table-for-input.
2009-02-14 09:04:46 +00:00
Eli Zaretskii
580fe9f55c (ispell-insert-word): Use `with-no-warnings' around forms that refer
to translation-table-for-input.
2009-02-14 09:03:19 +00:00
Glenn Morris
fef8d38ee0 (rmail-output-to-rmail-file): Remove autoload added in previous change.
(gnus-summary-save-in-mail): Use gnus-output-to-rmail rather than
rmail-output-to-rmail-file.
2009-02-14 05:09:13 +00:00
Stefan Monnier
6d3e4d2287 (end-of-defun-function): Docstring fix. 2009-02-14 04:19:34 +00:00
Richard M. Stallman
1945c7a74c Handle editing of header fields.
(rmail-old-headers): New variable.
(rmail-edit-current-message): Set it, recording current headers.
(rmail-cease-edit): Compute new headers and diff against old ones.
Update the mbox buffer with the changes that were made.
(rmail-edit-headers-alist): New function.
(rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
2009-02-14 04:01:53 +00:00
Glenn Morris
40f9db320d (rmail): When reverting, swap buffers before setting counters. (Bug#2229)
(rmail-revert): Swap buffers before replacing contents.
2009-02-14 03:40:39 +00:00
Glenn Morris
f5107fea3e Ian Eure <ian at digg.com> (tiny change)
(sql-product-alist, sql-connect-sqlite): Remove host, user, password
options not applicable to SQlite. (Bug#1904)
2009-02-14 03:38:00 +00:00
Glenn Morris
1faded47fb (rmail-output-to-rmail-file): Move autoload here from gnus.el. 2009-02-14 03:36:27 +00:00
Glenn Morris
fe1f089f30 (rmail-default-rmail-file): Remove declaration of deleted
variable (only used in gnus-util, which declares it anyway).
(rmail-output-to-rmail-file): Move autoload to gnus-art, the only place
that uses it.
(rmail-insert-rmail-file-header): Remove autoload of deleted function,
only used in gnus-util, which autoloads it itself.
(rmail-update-summary): Fix autoload.
2009-02-14 03:35:37 +00:00
Richard M. Stallman
fe6dd7e2ed (rmail-output-body-to-file): Avoid space and colon in default file name. 2009-02-14 02:54:00 +00:00
Richard M. Stallman
c7eb0ba1f8 (rmail-convert-file-maybe): Turn off case-fold-search.
(rmail-add-mbox-headers): Likewise.
2009-02-14 02:52:17 +00:00
Eli Zaretskii
c9ae6ddd1e (locate-library): Doc fix. (Bug#2291) 2009-02-13 15:19:06 +00:00
Eli Zaretskii
e005ff0da1 (load-library): Doc fix. 2009-02-13 15:14:33 +00:00