summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Change rmail-spam-filter- or spam-filter-Richard M. Stallman2004-01-272-309/+342
| | | | | | | | | | | | | | | | | | 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-find-posix-p): New function. Detect Cygwin.Richard M. Stallman2004-01-271-6/+43
| | | | | | | | (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.
* (fill-delete-newlines): Don't add a space if aKenichi Handa2004-01-272-1/+14
| | | | | setence ends with one of a character in sentence-end-without-space.
* (sentence-end-without-space): New variable.Kenichi Handa2004-01-271-1/+10
| | | | (sentence-end): Define using sentence-end-without-space.
* (font-lock): Add jit-lock as explicit group member.Stefan Monnier2004-01-262-19/+21
| | | | | | (jit-lock): Group declaration moved to jit-lock.el. (toplevel): Don't explicitly require jit-lock, since it's autoloaded when necessary.
* (jit-lock): Move group declaration from font-lock.el.Stefan Monnier2004-01-261-25/+31
| | | | | (jit-lock-context-unfontify-pos): Rename from jit-lock-first-unfontify-pos. (jit-lock-defer-buffers): Rename from jit-lock-buffers.
* (fortran-break-before-delimiters): Doc fix.Glenn Morris2004-01-252-36/+78
| | | | | | | | | | | (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-break-delimiters): Doc fix.Glenn Morris2004-01-251-4/+11
| | | | (f90-no-break-re): Add some extra tokens. Doc fix.
* (Man-fontify-manpage): Clean up message.Richard M. Stallman2004-01-241-1/+1
|
* Use two semicolons as Commentary line prefix.Thien-Thi Nguyen2004-01-242-56/+66
| | | | | | Add ";;; Code:" stylized comment. Delete end-of-line whitespace. Wrap (require 'cl) with `eval-when-compile'.
* #André Spiegel2004-01-231-0/+5
|
* (vc-annotate): Fix improper use of `make-local-variable' at the topAndré Spiegel2004-01-231-7/+5
| | | | level of vc.el. (Patch by Benjamin Rutt.)
* #André Spiegel2004-01-221-0/+7
|
* (vc-current-line): Function removed. This is now done by the newAndré Spiegel2004-01-221-16/+3
| | | | | | function line-at-pos in simple.el. (vc-annotate-warp-version): Use line-at-pos instead of vc-current-line.
* (line-at-pos): New defun.Kim F. Storm2004-01-222-14/+26
| | | | (what-line): Use it. Optimize by only counting lines in narrowed region once.
* (ccl-encode-windows-1251-font): RearrangeKenichi Handa2004-01-222-5/+10
| | | | code point (register r0) only for charset mule-unicode-0100-24ff.
* *** empty log message ***Stefan Monnier2004-01-211-1/+6
|
* (rmail-convert-to-babyl-format): Avoid deleting trailing white spaceMarkus Rost2004-01-212-1/+16
| | | | and ensure a final newline.
* (rmail-use-spam-filter): Add autoload cookie.Markus Rost2004-01-211-0/+1
|
* #André Spiegel2004-01-211-0/+5
|
* (vc-annotate-mode): Inherit from fundamental-mode and activateAndré Spiegel2004-01-211-2/+3
| | | | view-mode explicitly.
* Enable clipboard on the menu bar and make Paste from the menu bar firstJan Djärv2004-01-212-6/+22
| | | | use clipboard. For compliance with freedesktop.org.
* (outline-insert-heading): Tighten up match.Stefan Monnier2004-01-212-25/+28
| | | | | (outline-demote, outline-move-subtree-down): Don't assume anything about outline-regexp.
* (texinfo-mode): Remove ^ from outline-regexp.Stefan Monnier2004-01-211-5/+4
| | | | (texinfo-show-structure): Explicitly add ^, and simplify.
* (appt-check): Restore usage of appt-issue-message deleted in previousGlenn Morris2004-01-201-1/+5
| | | | | | change. (top-level): Activate package when loaded (needed for backwards compatibility).
* *** empty log message ***Glenn Morris2004-01-201-0/+7
|
* Jesper Harder <harder@ifa.au.dk>Glenn Morris2004-01-201-7/+2
| | | | | (smtpmail-via-smtp): No need to add two bytes following previous change to smtpmail-send-data.
* *** empty log message ***Glenn Morris2004-01-201-0/+5
|
* (vc-mcvs-mode-line-string): Remove. Does not work.Stefan Monnier2004-01-201-19/+6
| | | | | | (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs. (vc-mcvs-cvs): Remove. (vc-mcvs-command): Remove use of assert.
* #André Spiegel2004-01-201-0/+22
|
* * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): NewAndré Spiegel2004-01-201-1/+9
| | | | function.
* * vc.el (vc-default-previous-version): Doc enhancement.André Spiegel2004-01-201-22/+235
| | | | | | | | | | | | | | | | | | (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.
* texinfo.elKarl Berry2004-01-201-0/+5
|
* Use "Texinfo" consistently, no "TeXinfo" or "TexInfo".Karl Berry2004-01-201-5/+5
|
* *** empty log message ***Luc Teirlinck2004-01-201-0/+4
|
* (delete-dups): New function.Luc Teirlinck2004-01-191-0/+15
|
* textmodes/texinfo.elKarl Berry2004-01-191-0/+6
|
* (texinfo-mode): define outline-regexp to startKarl Berry2004-01-191-2/+2
| | | | | with ^, since that's what texinfo-show-structure documentation says (plus it works much better in texinfo.txi).
* Jesper Harder <harder@ifa.au.dk>Glenn Morris2004-01-182-21/+15
| | | | (smtpmail-send-data): Don't append spurious newline.
* David Ponce <david@dponce.com>Glenn Morris2004-01-181-1/+2
| | | | (which-function-mode): Don't cancel which-func-update-timer if not set.
* (mm-delete-duplicates): Remove redundant space in docstring.Luc Teirlinck2004-01-181-1/+1
|
* (diary-entry-time): Fix typo/bug:Thien-Thi Nguyen2004-01-172-1/+6
| | | | Remove spurious left square bracket in XX:XXam regexp.
* Do not require cl at run time.Luc Teirlinck2004-01-172-1/+5
|
* Comment change.Richard M. Stallman2004-01-162-2/+16
|
* (rmail-get-new-mail): New local rsf-number-of-spam.Richard M. Stallman2004-01-161-9/+59
| | | | | | | | | | | 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-cannot-unload): New function.Richard M. Stallman2004-01-161-0/+4
| | | | (cl-unload-hook): Defvar this to run cl-cannot-unload.
* *** empty log message ***Luc Teirlinck2004-01-162-1/+6
|
* Add `fmakunbound' for `declare'.Luc Teirlinck2004-01-161-0/+1
|
* (declare): New macro.Luc Teirlinck2004-01-161-14/+20
|
* (scheme-font-lock-keywords-2): Add "force".Thien-Thi Nguyen2004-01-152-1/+5
|