summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* XEmacs compatibility and doc fixes from Vinicius Jose LatorreEli Zaretskii2001-01-302-54/+116
| | | | | | | | | | | <vinicius@cpqd.com.br>: (lpr-windows-system, lpr-lp-system): New vars. (lpr-printer-switch): New defcustom. (printer-name, lpr-command): Customization fix. (print-region-1): Code fix. (print-region-new-buffer, printify-region): Indentation fix. (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New funcsions.
* (eshell-ls-exclude-regexp): Fix :type.Dave Love2001-01-292-1/+5
|
* (eshell-windows-shell-file): Fix :type.Dave Love2001-01-291-1/+1
|
* *** empty log message ***Gerd Moellmann2001-01-291-0/+4
|
* Update copyright.Gerd Moellmann2001-01-291-1/+2
|
* (toplevel): Fix the eval-after-load.Gerd Moellmann2001-01-291-1/+1
|
* (outline, dabbrev, add-log): Require whenGerd Moellmann2001-01-292-17/+31
| | | | | | | | compiling. (tcl-using-emacs-19-23): Consider Emacs 21+. (tcl-help-directory-list, tcl-command-switches): Fix :type. (tcl-add-emacs-menu): Supply menu name. (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
* (delete-trailing-whitespace): Don't delete formfeeds.Gerd Moellmann2001-01-292-0/+7
|
* (cvs-mark-fis-dead): New function.Stefan Monnier2001-01-292-3/+15
| | | | | | (cvs-mode-add): Use it. (cvs-mode-add-change-log-entry-other-window): Rebind change-log-default-name to itself rather than to nil.
* *** empty log message ***Dave Love2001-01-291-0/+2
|
* replaced require with autoloadsSam Steingold2001-01-292-3/+16
|
* (elide-head): Make overlay evaporate.Dave Love2001-01-291-0/+1
|
* *** empty log message ***Eli Zaretskii2001-01-291-0/+2
|
* (confirm-kill-emacs): Doc fix.Eli Zaretskii2001-01-291-1/+3
|
* (frame-initialize): Doc fix.Eli Zaretskii2001-01-292-1/+3
|
* (time-stamp-string): Doc fix.Eli Zaretskii2001-01-292-1/+4
|
* (WoMan-log-1): Make the log buffer writable. FromEli Zaretskii2001-01-292-0/+6
| | | | Markus Rost <rost@math.ohio-state.edu>.
* (imenu-syntax-alist): Add autoload cookie forGerd Moellmann2001-01-292-0/+6
| | | | the `make-variable-buffer-local'.
* (ansi-color-for-comint-mode): Add :version.Gerd Moellmann2001-01-292-2/+10
| | | | | | (ansi-color-for-comint-mode-on, ansi-color-process-output): Add autoload cookie. (ansi-color-apply-sequence): Fix typo.
* (menu-bar-files-menu): Add menu items forGerd Moellmann2001-01-292-1/+11
| | | | Postscript printing in black and white.
* (chinese-big5-1, chinese-big5-2): DocDave Love2001-01-292-2/+7
| | | | fix.
* (rmail-ignored-headers): Add X-Sign, X-BeenThere,Gerd Moellmann2001-01-292-2/+22
| | | | | | X-Mailman-Version, Precedence, List-Help, List-Post, List-Subscribe, List-Id, List-Unsubscribe, List-Archive, Content-Type, Content-Length.
* Set version to 21.0.97.Gerd Moellmann2001-01-281-1/+1
|
* *** empty log message ***Gerd Moellmann2001-01-283-340/+368
|
* (isearch-highlight): Don't punt if the displayEli Zaretskii2001-01-282-1/+7
| | | | | doesn't support colors, since isearch faces are defined for monochrome displays as well.
* shell-write-history-on-exit: make sure the error message goes to the right ↵Sam Steingold2001-01-282-27/+35
| | | | buffer
* *** empty log message ***Eli Zaretskii2001-01-271-0/+4
|
* (transient-mark-mode): Doc fix.Eli Zaretskii2001-01-271-1/+1
|
* (find-tag-noselect): Don't bindGerd Moellmann2001-01-272-2/+6
| | | | tags-file-name.
* (shell-unquote-argument): If the shell is one of theEli Zaretskii2001-01-272-5/+20
| | | | | | | | mentioned in shell-dumb-shell-regexp, don't treat a backslash as a quote character. (shell-dumb-shell-regexp): Document that the shells which match this regexp are supposed to not treat a backslash as a quote character.
* (lisp-mode-shared-map): Undo the change from 2001-01-12. It is not needed,Eli Zaretskii2001-01-272-1/+10
| | | | since backspace is now mapped into DEL.
* (dabbrev--substitute-expansion):Gerd Moellmann2001-01-272-2/+13
| | | | | | Treat a one-capital-letter abbrev as "not all upper case", so as to force preservation of the expansion's pattern if the expansion starts with a capital letter.
* Fix last change.Eli Zaretskii2001-01-271-2/+3
|
* (facemenu-set-face, facemenu-set-face-from-menu): Doc fix.Eli Zaretskii2001-01-272-4/+7
|
* (transient-mark-mode): Document the fact that manyEli Zaretskii2001-01-272-1/+14
| | | | commands act on the region when mark is active.
* (quail-setup-completion-buf): Make theKenichi Handa2001-01-271-4/+7
| | | | | | | | | multibyteness of current buffer inherited to Quail completion buffer. (quail-show-guidance-buf): Make the multibyteness of current buffer inherited to Quail guidance buffer. (quail-help): Make the multibyteness of current buffer inherited to Quail help buffer.
* *** empty log message ***Kenichi Handa2001-01-271-0/+10
|
* *** empty log message ***Dave Love2001-01-261-0/+2
|
* Doc fixes.Dave Love2001-01-261-12/+14
|
* *** empty log message ***Dave Love2001-01-261-1/+10327
|
* (delphi-comment-face, delphi-string-face)Dave Love2001-01-262-10332/+12
| | | | (delphi-keyword-face, delphi-other-face): Fix :type.
* (cvs-mode-revert-buffer): Doc fix.Dave Love2001-01-261-2/+2
|
* *** empty log message ***Dave Love2001-01-262-0/+19
|
* Remove un-logged bogus changes from 2000-12-20.Dave Love2001-01-261-34/+39
| | | | | | | (quoted-printable-encode-region): Doc fix. Don't call string-as-multibyte on class. Clarify line-folding. (quoted-printable-encode-string): Make temp buffer inherit string's multibyteness.
* (mm-multibyte-string-p): New.Dave Love2001-01-261-1/+2
|
* Doc fixes. Add :version to new options.Dave Love2001-01-261-36/+47
|
* (feedmail): Add :link.Dave Love2001-01-261-6/+4
| | | | (feedmail-send-it): Doc fix.
* Doc fixes.Dave Love2001-01-261-6/+13
| | | | | (sendmail-send-it): Fix the non-ASCII regexp and use rfc2047-encode-string.
* *** empty log message ***Dave Love2001-01-261-0/+7
|
* Revert last change.Dave Love2001-01-262-67/+81
|