aboutsummaryrefslogtreecommitdiffstats
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
|
* tiny change is tinyGlenn Morris2009-02-191-1/+1
|
* (Fx_create_frame): Give Xft driver a higher priority.Chong Yidong2009-02-191-1/+1
|
* * xfns.c (Fx_create_frame): Give Xft driver a higher priority.Chong Yidong2009-02-191-0/+4
|
* (detect_coding): Preserve coding->mode.Kenichi Handa2009-02-192-0/+6
|
* (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)
* (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.Dan Nicolaescu2009-02-182-0/+7
|
* rmail-spam-filter update.Glenn Morris2009-02-181-7/+1
|
* (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
|
* Typo.Glenn Morris2009-02-181-1/+1
|
* rmail-spam-filter comments.Glenn Morris2009-02-181-1/+6
|
* (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.
* (struct font_driver): Fix typo.Kenichi Handa2009-02-181-3/+3
|
* (Ffont_spec): Fix typo.Kenichi Handa2009-02-181-1/+1
|
* *** empty log message ***Kenichi Handa2009-02-181-5/+25
|
* (font_check_otf_features): Fix handling of `nil' element.Kenichi Handa2009-02-182-3/+35
| | | | (Ffont_spec): Describe :lang and :otf in the docstring.
* add @insertcopying, bug#1988Karl Berry2009-02-172-4/+12
|
* (Antinews): Mention Babyl format.Richard M. Stallman2009-02-173-0/+38
|
* (Top): Delete `Out of Rmail' from subnode menu.Richard M. Stallman2009-02-171-1/+0
|
* Update for mbox format.Richard M. Stallman2009-02-171-91/+51
| | | | | | | | | | | | Various small fixes, as well as the following. (Out of Rmail): Node deleted. (Rmail): Update menu. (Rmail Files): Comment out set-rmail-inbox-list. Document rmail-inbox-list instead. (Rmail Output): Substantial changes since C-o is now rmail-output-as-seen and o is rmail-output. (Rmail Attributes): Delete `stored', add `retried'. (Rmail Display): Editing headers works in all cases.
* (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
* (Position Info): M-x count-lines-region is not always on M-=. (Bug#2269)Glenn Morris2009-02-172-6/+12
|
* (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.
* message.el is ok with rmail now following 2009-02-17 changes to rmailout.Glenn Morris2009-02-171-17/+1
|
* (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
|
* consistently use @insertcopying, @direntry, @contentsKarl Berry2009-02-1646-191/+271
|
* (Fcheck_coding_systems_region): Fix test for unibyteAndreas Schwab2009-02-162-2/+7
| | | | string.
* Add bug reference.Juanma Barranquero2009-02-161-4/+4
|