aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (rmail-get-new-mail-filter-spam): Be more careful about error-handling.Glenn Morris2009-02-191-13/+41
| | | | | Restore the feature of temporarily setting all old messages undeleted before expunging (removed 2009-02-18).
* (rsf-beep, rsf-sleep-after-message, rmail-spam-filter): Don't declare.Glenn Morris2009-02-191-37/+5
| | | | | | | (rmail-get-new-mail-filter-spam): Declare. Move definition to rmail-spam-filter.el. (rmail-get-new-mail-1): Move the beep and sleep to rmail-get-new-mail-filter-spam.
* (rmail-get-new-mail-filter-spam): Move here from rmail.el.Glenn Morris2009-02-191-0/+24
|
* (custom-group-value-create): Insert someMartin Rudalics2009-02-182-2/+10
| | | | informatory text in the WIDGET-misses-doc-string case.
* Insert change from yesterdayJason Rumney2009-02-181-0/+5
|
* Require comint at top level to fix the last patch.Sam Steingold2009-02-182-1/+7
|
* (custom-group-value-create): Don't throw an errorMartin Rudalics2009-02-182-6/+12
| | | | when WIDGET has no doc-string. (Bug#2356)
* * progmodes/cc-menus.el (imenu-progress-message):Juanma Barranquero2009-02-182-5/+7
| | | | | | Remove bogus cc-bytecomp-defun. (cc-imenu-objc-function): Don't call `imenu-progress-message'. Don't let-bind variable `stupid'. (Bug#1638)
* (rmail-get-new-mail-filter-spam): Show a message rather than the rawGlenn Morris2009-02-182-8/+15
| | | | mbox while prompting.
* (rmail-spam-filter): Show a message rather than the raw mbox while prompting.Glenn Morris2009-02-181-2/+9
|
* (flymake): Add defgroup. (Bug#2356)Martin Rudalics2009-02-182-0/+9
|
* (mail-mbox-from): Move here from rmailout.el.Glenn Morris2009-02-182-0/+52
|
* (unrmail): Use mail-mbox-from.Glenn Morris2009-02-181-17/+3
|
* (rmail-mbox-from): Move to mail-utils.Glenn Morris2009-02-181-16/+3
| | | | Update callers for name change.
* (rmail-get-new-mail-1): Fix the spam beep test.Glenn Morris2009-02-181-52/+46
| | | | | | | | | | | | (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.
* (rmail-summary-mode-map): Remove unneeded declaration.Glenn Morris2009-02-181-383/+263
| | | | | | | | | | | | | | | | | | | | (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.
* (set-rmail-inbox-list): Doc fix.Richard M. Stallman2009-02-172-1/+10
|
* (rmail-copy-headers): When copying full headers,Richard M. Stallman2009-02-171-2/+5
| | | | correctly put point at the end.
* (compilation-filter): Call `comint-carriage-motion', just like ↵Sam Steingold2009-02-172-1/+10
| | | | `comint-output-filter'.
* * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.Juanma Barranquero2009-02-172-5/+7
|
* (make-directory): Stop recursing if parent is self. (Bug#2309)Jason Rumney2009-02-171-1/+6
|
* * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.Juanma Barranquero2009-02-172-2/+6
|
* Tweak copyright-regexpMiles Bader2009-02-172-1/+7
| | | | | | Tweaked to match copyright statements where the years follow the name. Revision: [email protected]/emacs--devo--0--patch-1549
* (copyright-update-year): Don't let y-or-n-p move point. (Bug#2209)Glenn Morris2009-02-172-5/+10
|
* (rmail-mbox-from): New function.Glenn Morris2009-02-172-15/+27
| | | | | (rmail-output-as-mbox): Use rmail-mbox-from. (rmail-output): Ensure a From line in the not-rmail Babyl case.
* (rmail-get-attr-names): Give a warning rather than an error if theGlenn Morris2009-02-172-10/+20
| | | | header is corrupt.
* (rmail-fields-not-to-output): Doc fix.Glenn Morris2009-02-171-123/+113
| | | | | | (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.
* Comment.Glenn Morris2009-02-171-1/+7
|
* newsticker: offer deletion of old groups file.Ulf Jasper2009-02-162-1/+9
|
* Merge from gnus--devo--0Miles Bader2009-02-162-1/+9
| | | | Revision: [email protected]/emacs--devo--0--patch-1548
* (rmail-output, rmail-output-as-seen): Further doc fixes.Glenn Morris2009-02-161-22/+18
|
* (rmail-delete-unwanted-fields)Glenn Morris2009-02-162-29/+54
| | | | | | | (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.
* (rmail-update-summary): Move declaration earlier in file.Glenn Morris2009-02-152-3/+4
|
* (rmail-output-as-mbox): Start search from point-min. If constructing aGlenn Morris2009-02-152-24/+18
| | | | "From " line, prefer the date header over the current time.
* (rmail-summary-output-as-seen): Doc fix.Glenn Morris2009-02-152-1/+10
|
* (rmail-output-decode-coding): Fix custom type, group.Glenn Morris2009-02-151-34/+31
| | | | | | (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.
* (rmail-edit-diff-headers): Delete spurious reference to OLD.Richard M. Stallman2009-02-152-3/+8
|
* (rmail-insert-rmail-file-header, rmail-count-new-messages)Glenn Morris2009-02-152-21/+64
| | | | | | (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.
* (with-buffer-prepared-for-jit-lock): Swap the `let' andStefan Monnier2009-02-142-11/+18
| | | | the `with-buffer-unmodified' to avoid useless `readlink' calls.
* (bibtex-global-key-alist, bibtex-initialize): Exclude current bufferRoland Winkler2009-02-142-27/+47
| | | | | | | | | 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.
* (translation-table-for-input): Declare obsolete again.Eli Zaretskii2009-02-142-0/+24
|
* (quoted-insert, zap-to-char): Use `with-no-warnings' around forms that referEli Zaretskii2009-02-141-7/+12
| | | | to translation-table-for-input.
* (quail-input-string-to-events, quail-store-decode-map-key, quail-char-equal-p):Eli Zaretskii2009-02-141-12/+17
| | | | Use `with-no-warnings' around forms that refer to translation-table-for-input.
* (isearch-search-string): Use `with-no-warnings' around forms that referEli Zaretskii2009-02-141-5/+13
| | | | to translation-table-for-input.
* (ispell-insert-word): Use `with-no-warnings' around forms that referEli Zaretskii2009-02-141-5/+6
| | | | to translation-table-for-input.
* (rmail-output-to-rmail-file): Remove autoload added in previous change.Glenn Morris2009-02-142-8/+9
| | | | | (gnus-summary-save-in-mail): Use gnus-output-to-rmail rather than rmail-output-to-rmail-file.
* (end-of-defun-function): Docstring fix.Stefan Monnier2009-02-141-2/+3
|
* Handle editing of header fields.Richard M. Stallman2009-02-142-6/+153
| | | | | | | | | (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.
* (rmail): When reverting, swap buffers before setting counters. (Bug#2229)Glenn Morris2009-02-142-1/+14
| | | | (rmail-revert): Swap buffers before replacing contents.
* Ian Eure <ian at digg.com> (tiny change)Glenn Morris2009-02-141-7/+1
| | | | | (sql-product-alist, sql-connect-sqlite): Remove host, user, password options not applicable to SQlite. (Bug#1904)