Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (calendar-goto-julian-date): Use assoc-string instead of | Glenn Morris | 2004-02-19 | 1 | -2/+2 |
| | | | | assoc-ignore-case. | ||||
* | (calendar-goto-islamic-date, mark-islamic-diary-entries): Use | Glenn Morris | 2004-02-19 | 1 | -6/+6 |
| | | | | assoc-string instead of assoc-ignore-case. | ||||
* | (calendar-goto-hebrew-date, mark-hebrew-diary-entries) | Glenn Morris | 2004-02-19 | 1 | -11/+11 |
| | | | | (list-yahrzeit-dates): Use assoc-string instead of assoc-ignore-case. | ||||
* | (calendar-goto-french-date): Use assoc-string instead of | Glenn Morris | 2004-02-19 | 1 | -2/+2 |
| | | | | assoc-ignore-case. | ||||
* | (coptic-prompt-for-date): Use assoc-string instead of assoc-ignore-case. | Glenn Morris | 2004-02-19 | 1 | -2/+2 |
| | |||||
* | (calendar-holidays): Doc fix. | Glenn Morris | 2004-02-19 | 1 | -3/+3 |
| | | | | (calendar-read-date): Use assoc-string rather than assoc-ignore-case. | ||||
* | (appt-display-format): Change default to'ignore, for backwards compatability. | Glenn Morris | 2004-02-19 | 1 | -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 Morris | 2004-02-19 | 1 | -0/+23 |
| | |||||
* | (executable-command-find-posix-p): Fix choice of the directory. | Markus Rost | 2004-02-18 | 2 | -6/+7 |
| | |||||
* | (interprogram-cut-function) | Luc Teirlinck | 2004-02-18 | 2 | -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 reference | Eli Zaretskii | 2004-02-17 | 2 | -3/+13 |
| | | | | rmail-use-spam-filter if rmail-spam-filter is not loaded. | ||||
* | *** empty log message *** | Luc Teirlinck | 2004-02-17 | 1 | -1/+2 |
| | |||||
* | (auto-revert-buffer-p): Only revert dired buffers if one of | Luc Teirlinck | 2004-02-17 | 2 | -6/+14 |
| | | | | global-auto-revert-non-file-buffers or autorevert-mode is non-nil. | ||||
* | Resolve CVS conflicts | Miles Bader | 2004-02-16 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2004-02-16 | 1 | -0/+5 |
| | |||||
* | (delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>. | Eli Zaretskii | 2004-02-16 | 1 | -10/+6 |
| | |||||
* | * net/telnet.el (telnet-interrupt-subjob): Move doc string to the correct place. | Eli Zaretskii | 2004-02-16 | 4 | -3/+10 |
| | | | | | * progmodes/icon.el (icon-indent-command): Ditto. * textmodes/paragraphs.el (repunctuate-sentences): Ditto. | ||||
* | *** empty log message *** | Eli Zaretskii | 2004-02-16 | 1 | -0/+5 |
| | |||||
* | (grep-compute-defaults): Undo change from | Eli Zaretskii | 2004-02-16 | 1 | -6/+1 |
| | | | | 2004-01-29: don't use executable-command-find-posix-p. | ||||
* | *** empty log message *** | Eli Zaretskii | 2004-02-16 | 1 | -0/+5 |
| | |||||
* | Use require instead of eval-and-compile. | Eli Zaretskii | 2004-02-16 | 1 | -72/+119 |
| | | | | (highlight-compare-buffers): New function. | ||||
* | (Man-fontify-manpage): Render section headings in | Eli Zaretskii | 2004-02-16 | 2 | -0/+11 |
| | | | | | `Man-overstrike-face' even when overstrike was not used by man formatter for section headings. | ||||
* | (vm-use-spam-filter) | Eli Zaretskii | 2004-02-16 | 2 | -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 Zaretskii | 2004-02-16 | 2 | -0/+10 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2004-02-16 | 1 | -0/+5 |
| | |||||
* | (unload-feature): Doc fix. Rename flist to unload-hook-features-list. | Eli Zaretskii | 2004-02-16 | 1 | -6/+16 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2004-02-16 | 1 | -0/+5 |
| | |||||
* | (calc-do-embedded-activate): Add autoload | Eli Zaretskii | 2004-02-16 | 1 | -2/+3 |
| | | | | cookie. Don't check if we are looking-at open-formula. | ||||
* | *** empty log message *** | Eli Zaretskii | 2004-02-16 | 1 | -0/+4 |
| | |||||
* | (match-string-no-properties): Use substring-no-properties. | Eli Zaretskii | 2004-02-16 | 1 | -4/+2 |
| | |||||
* | (rx-check, rx-check-any, rx-check-not) | Eli Zaretskii | 2004-02-16 | 2 | -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 Zaretskii | 2004-02-16 | 2 | -2/+34 |
| | |||||
* | Autorevert: Add support for VC controlled files. | Eli Zaretskii | 2004-02-16 | 2 | -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 Zaretskii | 2004-02-16 | 2 | -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 Zaretskii | 2004-02-16 | 2 | -6/+12 |
| | | | | to make it easy to read *Messages* buffer. | ||||
* | *** empty log message *** | Eli Zaretskii | 2004-02-16 | 1 | -0/+9 |
| | |||||
* | Added support to detect changed dired buffers. | Eli Zaretskii | 2004-02-16 | 1 | -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 Zaretskii | 2004-02-16 | 2 | -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 Zaretskii | 2004-02-16 | 2 | -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 Zaretskii | 2004-02-16 | 2 | -1/+6 |
| | |||||
* | (TAGS, TAGS-LISP): Filter out of `els' only loaddefs* and ldefs-boot*. | Eli Zaretskii | 2004-02-16 | 2 | -2/+7 |
| | |||||
* | (rmail-dont-reply-to): Anchor user login | Eli Zaretskii | 2004-02-16 | 2 | -2/+16 |
| | | | | name and email address at the beginning and end of the address. | ||||
* | (rmail-default-dont-reply-to-names): Make "info-" | Eli Zaretskii | 2004-02-16 | 1 | -3/+3 |
| | | | | anchored at the beginning of the email address. | ||||
* | *** empty log message *** | Stefan Monnier | 2004-02-16 | 1 | -10/+21 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2004-02-16 | 1 | -0/+5 |
| | |||||
* | (ccl-compile-write): Pass `left' to | Kenichi Handa | 2004-02-16 | 1 | -1/+2 |
| | | | | ccl-embed-code to generate correct code of write-expr-register. | ||||
* | Move "ends here" comment to end; nfc. | Thien-Thi Nguyen | 2004-02-15 | 1 | -2/+1 |
| | |||||
* | (grep-compute-defaults): Fix typos. | Thien-Thi Nguyen | 2004-02-15 | 2 | -3/+7 |
| | |||||
* | * x-dnd.el: Mention support for Motif in commentary. | Jan Djärv | 2004-02-15 | 2 | -3/+7 |
| | | | | (x-dnd-handle-drag-n-drop-event): Ditto. | ||||
* | *** empty log message *** | Jonathan Yavner | 2004-02-15 | 1 | -0/+9 |
| |