summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (calendar-goto-julian-date): Use assoc-string instead ofGlenn Morris2004-02-191-2/+2
| | | | assoc-ignore-case.
* (calendar-goto-islamic-date, mark-islamic-diary-entries): UseGlenn Morris2004-02-191-6/+6
| | | | assoc-string instead of assoc-ignore-case.
* (calendar-goto-hebrew-date, mark-hebrew-diary-entries)Glenn Morris2004-02-191-11/+11
| | | | (list-yahrzeit-dates): Use assoc-string instead of assoc-ignore-case.
* (calendar-goto-french-date): Use assoc-string instead ofGlenn Morris2004-02-191-2/+2
| | | | assoc-ignore-case.
* (coptic-prompt-for-date): Use assoc-string instead of assoc-ignore-case.Glenn Morris2004-02-191-2/+2
|
* (calendar-holidays): Doc fix.Glenn Morris2004-02-191-3/+3
| | | | (calendar-read-date): Use assoc-string rather than assoc-ignore-case.
* (appt-display-format): Change default to'ignore, for backwards compatability.Glenn Morris2004-02-191-19/+27
| | | | | | (appt-display-message): If appt-display-format is 'ignore, respect old vars appt-msg-window and appt-visible. (appt-activate): Don't depend on return value of cancel-timer.
* *** empty log message ***Glenn Morris2004-02-191-0/+23
|
* (executable-command-find-posix-p): Fix choice of the directory.Markus Rost2004-02-182-6/+7
|
* (interprogram-cut-function)Luc Teirlinck2004-02-182-16/+30
| | | | | | | (interprogram-paste-function, kill-new, kill-append): Doc fixes. (kill-region): Make it return nil. Doc fix. (yank-pop): Make its argument optional. (yank): Make ARG `-' equivalent to `-1'.
* (rmail-get-new-mail): Don't referenceEli Zaretskii2004-02-172-3/+13
| | | | rmail-use-spam-filter if rmail-spam-filter is not loaded.
* *** empty log message ***Luc Teirlinck2004-02-171-1/+2
|
* (auto-revert-buffer-p): Only revert dired buffers if one ofLuc Teirlinck2004-02-172-6/+14
| | | | global-auto-revert-non-file-buffers or autorevert-mode is non-nil.
* Resolve CVS conflictsMiles Bader2004-02-161-0/+1
|
* *** empty log message ***Eli Zaretskii2004-02-161-0/+5
|
* (delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>.Eli Zaretskii2004-02-161-10/+6
|
* * net/telnet.el (telnet-interrupt-subjob): Move doc string to the correct place.Eli Zaretskii2004-02-164-3/+10
| | | | | * progmodes/icon.el (icon-indent-command): Ditto. * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
* *** empty log message ***Eli Zaretskii2004-02-161-0/+5
|
* (grep-compute-defaults): Undo change fromEli Zaretskii2004-02-161-6/+1
| | | | 2004-01-29: don't use executable-command-find-posix-p.
* *** empty log message ***Eli Zaretskii2004-02-161-0/+5
|
* Use require instead of eval-and-compile.Eli Zaretskii2004-02-161-72/+119
| | | | (highlight-compare-buffers): New function.
* (Man-fontify-manpage): Render section headings inEli Zaretskii2004-02-162-0/+11
| | | | | `Man-overstrike-face' even when overstrike was not used by man formatter for section headings.
* (vm-use-spam-filter)Eli Zaretskii2004-02-162-13/+38
| | | | | | | | | | | | | | | | | | | | | | | (rsf-min-region-length-added-to-spam-list): New variables. (rsf-bbdb-auto-delete-spam-bbdb-entries): Renamed from rmail-bbdb-auto-delete-spam-entries. Added cc: to recipients for spam testing. Don't delete spam message if automatic deletion after output via variable rmail-delete-after-output is turned on. (rsf-bbdb-dont-create-entries-for-deleted-messages): Renamed from rsf-bbdb-dont-create-entries-for-spam. (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 to check the content-type: field 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. (rsf-add-contents-type): New function to convert old format of rmail-spam-definitions-alist into new one. Changed prefixes of all variables and functions from rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
* (unload-hook-features-list): New defvar.Eli Zaretskii2004-02-162-0/+10
|
* *** empty log message ***Eli Zaretskii2004-02-161-0/+5
|
* (unload-feature): Doc fix. Rename flist to unload-hook-features-list.Eli Zaretskii2004-02-161-6/+16
|
* *** empty log message ***Eli Zaretskii2004-02-161-0/+5
|
* (calc-do-embedded-activate): Add autoloadEli Zaretskii2004-02-161-2/+3
| | | | cookie. Don't check if we are looking-at open-formula.
* *** empty log message ***Eli Zaretskii2004-02-161-0/+4
|
* (match-string-no-properties): Use substring-no-properties.Eli Zaretskii2004-02-161-4/+2
|
* (rx-check, rx-check-any, rx-check-not)Eli Zaretskii2004-02-162-19/+51
| | | | | | | | | | | (rx-repeat, rx-check-backref, rx-syntax, rx-to-string): Use lower-case "rx" in all error message. (rx-or): Put group around result. (rx-constituents): Add backref. (rx-syntax): Add string-delimiter, comment-delimiter. (rx-categories): Add combining-diacritic. (rx-check-not, rx-greedy, rx): Doc fix. (rx-backref, rx-check-backref): New.
* (uncomment-region): Allow eob as comment end.Eli Zaretskii2004-02-162-2/+34
|
* Autorevert: Add support for VC controlled files.Eli Zaretskii2004-02-162-11/+78
| | | | | | (eval-when-compile): Defvar dired-directory and vc-mode. (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p) (auto-revert-handler-vc): New functions.
* (auto-revert-dired-file-list): added missing variable `file' to `let'.Eli Zaretskii2004-02-162-3/+8
| | | | | (top level): Byte compiler fixes: defvar `dired-directory' added, autoload `dired-get-filename' added.
* All message and error commands now use prefix `filecache:'Eli Zaretskii2004-02-162-6/+12
| | | | to make it easy to read *Messages* buffer.
* *** empty log message ***Eli Zaretskii2004-02-161-0/+9
|
* Added support to detect changed dired buffers.Eli Zaretskii2004-02-161-18/+79
| | | | | | | | | | | (auto-revert-active-p): New. (auto-revert-list-diff): New. (auto-revert-dired-file-list): New. (auto-revert-dired-changed-p): New. (auto-revert-handler): New. (auto-revert-active-p): New. (auto-revert-buffers): Moved logic to `auto-revert-handler' and `auto-revert-active-p'
* (compilation-directory): New defvar.Eli Zaretskii2004-02-162-2/+15
| | | | | | (compile): Save current directory in compilation-directory. (recompile): Bind default-directory to compilation-directory if that is non-nil.
* (comment-insert-comment-function, comment-region-function,Eli Zaretskii2004-02-162-117/+156
| | | | | | | uncomment-region-function): New functions. (comment-indent): Use comment-insert-comment-function. (uncomment-region): Use uncomment-region-function. (comment-region): Use comment-region-function.
* (rx-not): Bind case-fold-search to nil.Eli Zaretskii2004-02-162-1/+6
|
* (TAGS, TAGS-LISP): Filter out of `els' only loaddefs* and ldefs-boot*.Eli Zaretskii2004-02-162-2/+7
|
* (rmail-dont-reply-to): Anchor user loginEli Zaretskii2004-02-162-2/+16
| | | | name and email address at the beginning and end of the address.
* (rmail-default-dont-reply-to-names): Make "info-"Eli Zaretskii2004-02-161-3/+3
| | | | anchored at the beginning of the email address.
* *** empty log message ***Stefan Monnier2004-02-161-10/+21
|
* *** empty log message ***Kenichi Handa2004-02-161-0/+5
|
* (ccl-compile-write): Pass `left' toKenichi Handa2004-02-161-1/+2
| | | | ccl-embed-code to generate correct code of write-expr-register.
* Move "ends here" comment to end; nfc.Thien-Thi Nguyen2004-02-151-2/+1
|
* (grep-compute-defaults): Fix typos.Thien-Thi Nguyen2004-02-152-3/+7
|
* * x-dnd.el: Mention support for Motif in commentary.Jan Djärv2004-02-152-3/+7
| | | | (x-dnd-handle-drag-n-drop-event): Ditto.
* *** empty log message ***Jonathan Yavner2004-02-151-0/+9
|