summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (convert-standard-filename): Start replacing slashesEli Zaretskii2001-05-082-5/+13
| | | | | | from the beginning of the file name, not from where the last invalid character was. From "Andrew Maguire (SWW)" <Andrew.Maguire@Smallworld.co.uk>
* Increment version number.Gerd Moellmann2001-05-081-1/+1
|
* *** empty log message ***Gerd Moellmann2001-05-083-163/+327
|
* *** empty log message ***Gerd Moellmann2001-05-081-0/+68
|
* (rmail-message-subject-p): Process the resultGerd Moellmann2001-05-081-15/+22
| | | | | | | | | | | | | | | | | | | of mail-fetch-field by rmail-summary-line-decoder. (rmail-new-summary): Be sure to go to the Rmail buffer. If rmail-enable-mime is non-nil, set rmail-summary-buffer of rmail-view-buffer to nil. (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to rmail-view-buffer. (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not rmail-buffer. (rmail-summary-scroll-msg-down): Likewise. (rmail-summary-beginning-of-message): Likewise. (rmail-summary-wipe): Likewise. (rmail-summary-toggle-header): Use save-window-excursion, not save-excursion. Update point in rmail-view-buffer, not in rmail-buffer. (rmail-summary-reply): Before calling rmail-reply, set buffer to rmail-view-buffer, not rmail-buffer.
* (rmail-output-read-rmail-file-name): Be sure toGerd Moellmann2001-05-081-3/+4
| | | | | | set-buffer to the Rmail buffer. (rmail-output-to-rmail-file): Likewise. (rmail-output): Likewise.
* (rmail-read-label): Be sure to work in theGerd Moellmann2001-05-081-54/+57
| | | | | Rmail buffer. (rmail-set-label, rmail-next-labeled-message): Likewise.
* (rmail-insert-mime-forwarded-message-function)Gerd Moellmann2001-05-081-59/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (rmail-search-mime-message-function) (rmail-search-mime-header-function): New variables. (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer. (rmail-quit): Bury `rmail-buffer' after `rmail-view-buffer' is hidden. (rmail-get-new-mail): Likewise. (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil, call rmai-show-mime-function. (rmail-display-labels): If rmail-enable-mime is non-nil, update mode-line-process of rmail-view-buffer. (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer. (rmail-show-message): Be sure to call rmail-auto-file in the Rmail buffer. (rmail-next-message): Be sure to set-buffer to the Rmail buffer. (rmail-next-undeleted-message): Likewise. (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call rmail-search-mime-header-function. (rmail-search-message): New function. (rmail-search): Call rmail-search-message to check if a message matches REGEXP, lastly update point after calling rmail-show-message. (rmail-undelete-previous-message): Be sure to set-buffer to the Rmail buffer. (rmail-expunge-confirmed): Likewise. (rmail-only-expunge): Likewise. (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to header region, refer to rmail-msgref-vector while setting the current buffer to rmail-buffer temporarily. (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer. If rmail-enable-mime is non-nil, call rmail-insert-mime-forwarded-message-function instead of inserting forwarded message by itself.
* *** empty log message ***Gerd Moellmann2001-05-071-0/+3
|
* (custom-file): Signal an error if user-init-file isGerd Moellmann2001-05-071-5/+8
| | | | nil (running -q).
* (rmail-edit-mode-hook): Add :version.Gerd Moellmann2001-05-072-0/+6
|
* (smtpmail-warn-about-unknown-extensions): Add :version.Gerd Moellmann2001-05-071-0/+1
|
* (smtpmail-warn-about-unknown-extensions): NewGerd Moellmann2001-05-072-3/+15
| | | | | | option. (smtpmail-via-smtp): Print warnings about unknown SMTP extensions only if smtpmail-warn-about-unknown-extensions is set.
* (rmail-mode-map): Use rmail-sort-by-labelsGerd Moellmann2001-05-072-1/+11
| | | | instead of rmail-sort-by-keywords.
* (rmail-sort-by-labels): Renamed fromGerd Moellmann2001-05-071-2/+2
| | | | rmail-sort-by-keywords.
* (rmail-summary-sort-by-labels): RenamedGerd Moellmann2001-05-071-5/+5
| | | | | from rmail-summary-sort-by-keywords. Doc fix. (rmail-summary-mode): Doc fix.
* (rmail-edit-mode): Doc fix.Gerd Moellmann2001-05-072-3/+16
| | | | (rmail-edit-mode-hook): New user-option.
* (rmail-edit): New Custom group.Gerd Moellmann2001-05-071-0/+5
|
* (help-xref-symbol-regexp): Recognize "source of"Richard M. Stallman2001-05-051-10/+21
| | | | | | and friends, meaning make a link to the source file. (help-make-xrefs): Handle "source of" and friends by constructing a link that visits the source file.
* (dabbrev-select-buffers-function): Doc fix.Richard M. Stallman2001-05-052-2/+11
|
* (cperl-font-lock-keywords)Stefan Monnier2001-05-042-49/+61
| | | | | | | | (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2): Renamed from perl-font-lock-keywords to avoid clashes. (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces) (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2): Updated correspondingly.
* (diff-nonexistent-face, diff-font-lock-keywords):Stefan Monnier2001-05-042-7/+12
| | | | Typo `nonexistant' -> `nonexistent'.
* *** empty log message ***Eli Zaretskii2001-05-041-0/+4
|
* *** empty log message ***Eli Zaretskii2001-05-041-0/+13
|
* Bind c-electric-delete-forward to C-d and c-electric-backspace to DEL.Eli Zaretskii2001-05-041-17/+13
|
* (c-electric-delete, c-electric-delete-forward): Split `c-electric-delete'Eli Zaretskii2001-05-041-36/+37
| | | | | | | | | | | into two functions where `c-electric-delete-forward' always deletes forward and `c-electric-delete' only contains the code necessary for XEmacs to choose between backward and forward deletion. `c-electric-delete-forward' is now bound to C-d to get the electric behavior on that key too. (c-fill-paragraph): Fixed bogus direct use of c-comment-prefix-regexp, which caused an error when it's a list.
* *** empty log message ***Stefan Monnier2001-05-031-0/+3
|
* (dired-diff): Doc fix.Eli Zaretskii2001-05-033-2/+10
|
* (ispell-change-dictionary): Doc fix.Eli Zaretskii2001-05-032-1/+5
|
* (vc-next-action-on-file): Only force buffer+file to writableStefan Monnier2001-05-031-6/+6
| | | | if both the buffer and the file are read-only.
* (sh-prev-line): Look for sh-heredoc-faceStefan Monnier2001-05-022-11/+16
| | | | | rather than font-lock-string-face. (sh-get-indent-info): Treat heredocs like strings.
* *** empty log message ***Gerd Moellmann2001-05-021-0/+10
|
* (texinfo-format-parse-args): Don'tGerd Moellmann2001-05-021-3/+20
| | | | | | | | | | | consume a newline following `}'. (texinfo-format-email): New function. (toplevel): Use texinfo-format-email for @email. (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp): Add `display'. (texinfo-sort-region): Goto point-min before sorting. (texinfo-set): Remove leading white space from value. From yagi@is.titech.ac.jp.
* (query-replace-regexp-eval): Doc fix.Gerd Moellmann2001-05-022-4/+8
|
* *** empty log message ***Stefan Monnier2001-05-011-11/+14
|
* (diff-nonexistant-face): New face.Stefan Monnier2001-05-011-3/+8
| | | | (diff-font-lock-keywords): Use it.
* *** empty log message ***Gerd Moellmann2001-04-301-0/+4
|
* (sh-font-lock-heredoc): AllowGerd Moellmann2001-04-301-2/+2
| | | | | optional backslash at the start of the here-document delimiter. (sh-font-lock-syntactic-keywords): Likewise.
* (font-lock-mode): Doc fix.Eli Zaretskii2001-04-302-2/+5
|
* (dired-do-rename-regexp, dired-do-copy-regexp)Eli Zaretskii2001-04-302-4/+14
| | | | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
* (rmail-message-regexp-p): Yet another fix.Gerd Moellmann2001-04-302-5/+12
|
* (tty-color-define, tty-color-off-gray-diag)Eli Zaretskii2001-04-292-4/+21
| | | | | (tty-color-translate, tty-color-by-index, tty-color-values) (tty-color-desc): Doc fix.
* (dired-do-create-files, dired-do-copy)Eli Zaretskii2001-04-272-5/+20
| | | | | (dired-do-symlink, dired-do-hardlink, dired-do-rename): Mention dired-dwim-target in the doc string.
* (dabbrev--ignore-buffer-p): New function.Miles Bader2001-04-272-10/+20
| | | | | (dabbrev--find-expansion): Use it. (dabbrev--select-buffers): Don't select ignored buffers.
* *** empty log message ***Gerd Moellmann2001-04-271-0/+5
|
* (rmail-message-regexp-p): Don't match beforeGerd Moellmann2001-04-271-2/+3
| | | | headers.
* Add doc strings for some functions.Richard M. Stallman2001-04-261-30/+59
| | | | | | | | (dabbrev--eliminate-newlines): New variable. (dabbrev--substitute-expansion): Convert newlines to spaces if dabbrev--eliminate-newlines is set. If abbrev and expansion are both all-lower-case, leave dabbrev--last-case-pattern nil.
* *** empty log message ***Richard M. Stallman2001-04-261-0/+9
|
* (rmail-message-regexp-p): Use rfc822-goto-eohGerd Moellmann2001-04-262-16/+25
| | | | if necessary, like in rmail-show-message.
* Color specified by number is forced to be float number.Gerd Moellmann2001-04-262-62/+82
| | | | | | | | | | | | (ps-print-version): New version number (6.5.1.1). (ps-header-frame-alist, ps-footer-frame-alist): Adjust color initialization. (ps-prefix-quote): New internal var. (ps-print-quote): New fun. (ps-setup, ps-output-frame-properties, ps-float-format) (ps-format-color): Code fix. (ps-plot-region): Eliminate redundant foreground color text setting.