summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (redisplay-dont-pause): Set to t to alleviate display problems.Eli Zaretskii2001-01-312-0/+9
|
* (charset-info): Fix docstring.Kenichi Handa2001-01-311-1/+3
|
* (describe-character-set): Pay attention to charsets that don't haveKenichi Handa2001-01-312-3/+5
| | | | ISO2022's final char.
* *** empty log message ***Kenichi Handa2001-01-311-0/+5
|
* Set version to 21.0.98.Gerd Moellmann2001-01-301-1/+1
|
* *** empty log message ***Gerd Moellmann2001-01-304-25/+54
|
* (lpr-windows-system, lpr-lp-system): Add autoload cookies.Gerd Moellmann2001-01-301-1/+3
|
* *** empty log message ***Gerd Moellmann2001-01-301-0/+3
|
* (frame-notice-user-settings): Do the tool-barGerd Moellmann2001-01-301-94/+95
| | | | stuff only for graphical displays. Fix a braino.
* (command-line): Remove manipulation of frameGerd Moellmann2001-01-302-19/+12
| | | | height for tool bars.
* (frame-initialize): Create initial frame visible.Gerd Moellmann2001-01-301-145/+176
| | | | | (frame-notice-user-settings): When tool-bar has been switched off, correct the frame size and sync too-bar-mode.
* 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
|