| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
or rmail-spam- to rsf- in all function and variable names.
(rsf-min-region-to-spam-list): New variable.
(rsf-bbdb-auto-delete-spam-entries): Renamed from
rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
scanned together with the recipients field for spam testing; Don't
delete spam message if rmail-delete-after-output is non-nil;
(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. The content-type: field was
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.
(rmail-use-spam-filter): Add autoload cookie.
|
|
|
|
|
|
|
|
| |
(file-cache-add-directory-using-find): Added Cygwin support.
(file-cache-find-command-posix-flag): New user variable.
(file-cache-add-directory): Check for directories and remove them from
dir-files.
|
|
|
|
|
| |
setence ends with one of a character in
sentence-end-without-space.
|
|
|
|
| |
(sentence-end): Define using sentence-end-without-space.
|
|
|
|
|
|
| |
(jit-lock): Group declaration moved to jit-lock.el.
(toplevel): Don't explicitly require jit-lock, since it's autoloaded
when necessary.
|
|
|
|
|
| |
(jit-lock-context-unfontify-pos): Rename from jit-lock-first-unfontify-pos.
(jit-lock-defer-buffers): Rename from jit-lock-buffers.
|
|
|
|
|
|
|
|
|
|
|
| |
(fortran-break-delimiters-re, fortran-no-break-re): New defconsts.
(fortran-fill): When filling a string, adjust re-search-backward
argument for special case of string just on fill-column.
When filling non-string, allow one extra char if
fortran-break-before-delimiters is non-nil. Suggested by
Michael Hagemann <michael.hagemann@unibas.ch>.
Use fortran-break-delimiters-re and fortran-no-break-re to
correctly handle cases such as "**".
|
|
|
|
| |
(f90-no-break-re): Add some extra tokens. Doc fix.
|
| |
|
|
|
|
|
|
| |
Add ";;; Code:" stylized comment.
Delete end-of-line whitespace.
Wrap (require 'cl) with `eval-when-compile'.
|
| |
|
|
|
|
| |
level of vc.el. (Patch by Benjamin Rutt.)
|
| |
|
|
|
|
|
|
| |
function line-at-pos in simple.el.
(vc-annotate-warp-version): Use line-at-pos instead of
vc-current-line.
|
|
|
|
| |
(what-line): Use it. Optimize by only counting lines in narrowed region once.
|
|
|
|
| |
code point (register r0) only for charset mule-unicode-0100-24ff.
|
| |
|
|
|
|
| |
and ensure a final newline.
|
| |
|
| |
|
|
|
|
| |
view-mode explicitly.
|
|
|
|
| |
use clipboard. For compliance with freedesktop.org.
|
|
|
|
|
| |
(outline-demote, outline-move-subtree-down): Don't assume anything
about outline-regexp.
|
|
|
|
| |
(texinfo-show-structure): Explicitly add ^, and simplify.
|
|
|
|
|
|
| |
change.
(top-level): Activate package when loaded (needed for backwards
compatibility).
|
| |
|
|
|
|
|
| |
(smtpmail-via-smtp): No need to add two bytes following previous
change to smtpmail-send-data.
|
| |
|
|
|
|
|
|
| |
(vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
(vc-mcvs-cvs): Remove.
(vc-mcvs-command): Remove use of assert.
|
| |
|
|
|
|
| |
function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(vc-default-next-version): New function.
(vc-print-log): New arg FOCUS-REV.
(vc-annotate-mode): Derives from view-mode now.
(vc-annotate): New args REVISION, DISPLAY-MODE.
(vc-annotate-prev-version): New function.
(vc-annotate-prev-version): New function.
(vc-annotate-next-version): New function.
(vc-annotate-workfile-version): New function.
(vc-annotate-extract-revision-at-line): New function.
(vc-annotate-revision-at-line): New function.
(vc-annotate-revision-previous-to-line): New function.
(vc-annotate-show-log-revision-at-line): New function.
(vc-annotate-show-diff-revision-at-line): New function.
(vc-current-line): New function.
(vc-annotate-warp-version): New function.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
with ^, since that's what texinfo-show-structure
documentation says (plus it works much better in texinfo.txi).
|
|
|
|
| |
(smtpmail-send-data): Don't append spurious newline.
|
|
|
|
| |
(which-function-mode): Don't cancel which-func-update-timer if not set.
|
| |
|
|
|
|
| |
Remove spurious left square bracket in XX:XXam regexp.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Call rmail-spam-filter. Delete and expunge spam.
Print number of spam messages deleted.
Save and restore the deletion status of old messages when reading
new mail with spam filter, so that expunging spam does not expunge
msgs deleted by the user.
(rmail-only-expunge): added an optional argument dont-show to
prevent showing message after expunge.
|
|
|
|
| |
(cl-unload-hook): Defvar this to run cl-cannot-unload.
|
| |
|
| |
|
| |
|
| |
|