summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * loadup.el (top level): Adjust load path if program name isKen Raeburn2000-10-312-1/+9
| | | | | "../src/bootstrap-emacs", in case it's not dumped and thus the load path adjustment hasn't already been done.
* (elp-unload-hook): New function.Dave Love2000-10-312-0/+9
|
* (unload-feature): Call elp-restore-function,Dave Love2000-10-311-3/+5
| | | | | checking for symbols; don't use elp-restore-all. (loadhist-hook-functions): Doc fix.
* Little programming improvement.Gerd Moellmann2000-10-312-31/+19
| | | | | (delimit-columns-str): New macro. (delimit-columns-region, delimit-columns-rectangle): Code fix.
* Fix bug on selected pages for printing. UseGerd Moellmann2000-10-312-205/+237
| | | | | | | | | | | | | | | | | | | | `color-values' for Emacs 21. Ensure fontification when jit-lock is on. Try to avoid warning messages when compiling. Doc Fix. (ps-print-version): New version number (6.3). (ps-color-device): Use `color-values' to determine if device supports color. (ps-color-values): Try to use `x-color-values' when using XEmacs. (ps-print-page-p): Changed from defsubst to defun. (ps-page-number): Changed from defmacro to defun. (ps-header-sheet, ps-header-page): Fix bug on selected pages for printing. (ps-print-ensure-fontified): Ensure fontification when jit-lock is on. (ps-end-file, ps-dummy-page): Funs eliminated. (ps-print-color-scale): Changed default value. (ps-page-n-up, ps-print-page-p): New internal vars. (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page) (ps-plot-region, ps-generate, ps-end-job): Code fix.
* (decode-mac-roman, encode-mac-roman, mac-roman): Moved to european.el.Kenichi Handa2000-10-311-113/+21
| | | | | | | (ccl-encode-mac-roman-font, fontset-mac): Modified for mule-unicode-2500-33ff and mule-unicode-e000-ffff. (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted. (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
* *** empty log message ***Kenichi Handa2000-10-311-0/+11
|
* (imenu-generic-expression)Dave Love2000-10-302-2/+8
| | | | (imenu-progress-message): Only defvar when compiling.
* Fix 2000-10-27 change properly.Dave Love2000-10-301-70/+70
|
* *** empty log message ***Stefan Monnier2000-10-301-7/+14
|
* (log-edit-confirm): Fix the default.Stefan Monnier2000-10-301-3/+3
|
* *** empty log message ***Gerd Moellmann2000-10-301-1/+7
|
* Little fix: replace delimit-columns-align-columns byGerd Moellmann2000-10-301-4/+4
| | | | | delimit-columns-format. (delimit-columns-region, delimit-columns-rectangle): Code fix.
* (comint-get-old-input-default): Reword error message.Miles Bader2000-10-301-1/+1
|
* (comint-replace-by-expanded-history): Don't useMiles Bader2000-10-302-8/+18
| | | | | | comint-get-old-input (we're not looking at *old* input). (comint-get-old-input-default): If using fields, signal an error when the point is not in an input field.
* 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>Michael Kifer2000-10-302-4/+13
| | | | | * ediff-wind.el (ediff-setup-control-frame): enclose face-attribute in condition-case to avoid errors in older emacsen.
* (mac-roman-decoder, mac-roman-encoder): New translation tables.Kenichi Handa2000-10-301-0/+183
| | | | | | | (decode-mac-roman, encode-mac-roman): Definition of these CCL programs are modified and moved from mac-win.el. (mac-roman): Definition of this coding system is modified and moved from mac-win.el.
* (fontset-default): Modified for mule-unicode-2500-33ff andKenichi Handa2000-10-301-11/+30
| | | | | | | mule-unicode-e000-ffff. (x-font-name-charset-alist): Likewise. (ccl-encode-unicode-font): New CCL program. Record it in font-ccl-encoder-alist to be used for fonts "ISO10646-1".
* (encode-coding-char): Check property safe-chars instead ofKenichi Handa2000-10-301-4/+4
| | | | safe-charsets.
* *** empty log message ***Kenichi Handa2000-10-301-2/+1
|
* (decode-char, encode-char): New functions.Kenichi Handa2000-10-301-2/+62
| | | | | (make-coding-system): Accept a symbol of translation table as a value of property `safe-chars'.
* New charsets mule-unicode-2500-33ff and mule-unicode-e000-ffff.Kenichi Handa2000-10-301-2/+9
|
* *** empty log message ***Kenichi Handa2000-10-301-0/+26
|
* bogus commitKai Großjohann2000-10-294-163/+132
|
* install-info syntax compat change.Kai Großjohann2000-10-294-132/+163
|
* Format fixes in latest entries.Eli Zaretskii2000-10-291-24/+24
|
* (custom-add-to-group): Remove debugging code.Miles Bader2000-10-291-1/+0
|
* (custom-add-to-group): Allow multiple entries for a given value OPTION,Miles Bader2000-10-292-6/+15
| | | | as long as their widget types are different.
* (custom-face-value-create): If face name doesn't end with "face", addMiles Bader2000-10-291-1/+3
| | | | such here (similar to custom group widgets).
* (comint-highlight-prompt): Add :type.Miles Bader2000-10-291-0/+1
|
* See ChangeLogJohn Wiegley2000-10-2917-291/+809
|
* 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>Michael Kifer2000-10-2911-190/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * viper-cmd.el (viper-preserve-cursor-color): new test that avoids rewrawing the screen when changing cursor color. (viper-insert-state-pre-command-sentinel, viper-replace-state-pre-command-sentinel, viper-replace-state-post-command-sentinel): use viper-preserve-cursor-color. Many functions changed to use viper= instead of = when comparing characters. * viper-util.el (viper-memq-char,viper=): new functions for working with characters. (viper-change-cursor-color): fixed buglet. Many functions changed to use viper= instead of = when comparing characters. * viper.el (viper-insert-state-mode-list): added eshell. * ediff-init.el (ediff-before-setup-hook): new hook. Several typos fixed in various docstrings. * ediff-merg.el (ediff-show-clashes-only): docstring typo fixed. * ediff-nult.el (ediff-before-session-group-setup-hooks): new hook. (ediff-show-meta-buffer): run ediff-before-session-group-setup-hooks. * ediff-util.el (ediff-setup): run ediff-before-setup-hook. (ediff-other-buffer): use selected buffers if in Buffer-menu buffer. (ediff-get-selected-buffers): new function. * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal, ediff-vc-merge-internal,ediff-rcs-merge-internal): use save-window-excursion. * ediff-wind.el (ediff-skip-unsuitable-frames): more robust termination check in while loop. * ediff.el (ediff-get-default-file-name): better defaults when in dired buffer. (ediff-files,ediff-merge-files,ediff-files3, ediff-merge-files-with-ancestor): use ediff-get-default-file-name.
* *** empty log message ***Dave Love2000-10-281-0/+4
|
* (Info-fontify-node): Add help-echo for menu items.Dave Love2000-10-281-4/+4
|
* (normal-top-level): If the value of $TERM indicates thatEli Zaretskii2000-10-282-1/+20
| | | | | we are running from xterm or one of its work-alikes, default to a light background mode.
* *** empty log message ***Eli Zaretskii2000-10-281-0/+18
|
* (x-long-option-alist, msdos-handle-args): Remove;Eli Zaretskii2000-10-281-72/+0
| | | | startup.el now does that for all character-terminal frames.
* (tty-long-option-alist): New variable.Eli Zaretskii2000-10-281-0/+78
| | | | | (tty-handle-args): New function. (command-line): Call tty-handle-args.
* (frame-notice-user-settings): Don't applyEli Zaretskii2000-10-281-5/+23
| | | | | | default-frame-alist and initial-frame-alist to MS-DOS frames. Call tty-handle-reverse-video, frame-set-background-mode, and face-set-after-frame-default for non-MS-DOS frames.
* (tty-handle-reverse-video): New function.Eli Zaretskii2000-10-281-0/+20
| | | | (tty-create-frame-with-faces): Call it.
* (gnus-read-save-file-name): Remove extraneous paren.Miles Bader2000-10-282-1/+5
|
* Update.Miles Bader2000-10-281-286/+462
|
* Doc fix.Miles Bader2000-10-281-1/+3
|
* (define-minor-mode): Generate `turn-on-MODE' and `turn-off-MODE'Miles Bader2000-10-282-5/+56
| | | | | | | functions unless the mode is global. If :global is followed by a non-nil but non-t value, make the mode buffer-local, but also generate a `global-MODE' version using `easy-mmode-define-global-mode'. Add :conditional-turn-on keyword argument.
* *** empty log message ***Dave Love2000-10-272-0/+16
|
* (latin1-char-displayable-p): Don'tDave Love2000-10-271-1/+1
| | | | use window-system.
* 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>Dave Love2000-10-271-10/+21
| | | | | | | | | | | | | * gnus-draft.el (gnus-draft-send-message): Typo. 2000-10-07 08:19:17 ShengHuo ZHU <zsh@cs.rochester.edu> * gnus-draft.el (gnus-draft-send-message): Ditto. (gnus-group-send-drafts): Ditto. * gnus-agent.el (gnus-agent-possibly-do-gcc): (gnus-agent-restore-gcc): (gnus-agent-possibly-save-gcc): New functions.
* 2000-10-27 Simon Josefsson <simon@josefsson.org>Dave Love2000-10-272-87/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * nnimap.el (nnimap-group-overview-filename): Create directory for newfile (when use long filenames is nil). Copy+delete file if rename didn't work. (nnimap-group-overview-filename): `rename-file' and `copy-file' doesn't return anything useful, use ignore-errors instead. (nnimap-verify-uidvalidity): Delete overview file when uid validity changes. (nnimap-group-overview-filename): Store uidvalidity in filenames. Rename old files into new format. (nnimap-request-accept-article): Remove \n's from From_ lines. (nnimap-request-accept-article): Remove From[^:] lines. (imap-starttls-p): Check for starttls binary. (imap-starttls-open): More verbose. (imap-gssapi-auth): Ditto. (imap-kerberos4-auth): Ditto. (imap-cram-md5-auth): Ditto. (imap-login-auth): Ditto. (imap-anonymous-auth): Ditto. (imap-digest-md5-auth): Ditto. (imap-open): Ditto. (imap-digest-md5-p): Check capability first. (imap-parse-flag-list): Correctly parse empty lists. (imap-login-p): Support LOGINDISABLED. (imap-parse-body): Work around bug in Sun SIMS.
* 2000-10-27 John Wiegley <johnw@gnu.org>Dave Love2000-10-272-37/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnus-art.el (gnus-treat-hide-citation-maybe): Added this variable to correspond with `gnus-article-hide-citation-maybe'. (gnus-treatment-function-alist): Added entry for the above correlation. 2000-10-27 Richard M. Alderson III <alderson@netcom2.netcom.com> * gnus-art.el (gnus-read-save-file-name): expand-file-name. 2000-10-27 Kai Gro�ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> * gnus-art.el (article-strip-banner): Use gnus-group-find-parameter rather than gnus-group-get-parameter, to allow inheritance on the banner. From elkin@tverd.astro.spbu.ru. 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu> * gnus-art.el (gnus-request-article-this-buffer): gnus-refer-article-method might be a single method. (gnus-article-mime-total-parts): New function. (gnus-mm-display-part): Use it. (gnus-mime-display-single): Ditto. (gnus-mime-display-alternative): Ditto. (gnus-mime-inline-part): Check validity of charset. (gnus-treat-display-smileys): Default value in Emacs 21. * gnus-art.el: Define dynamic variables in eval-when-compile. (gnus-article-prepare): Configure it again. (gnus-insert-mime-button): Use gnus-overlay-buffer, gnus-overlay-start. (gnus-article-prepare): Configure windows before gnus-article-prepare-display is called. Otherwise, BBDB's popup window might be overrided. (gnus-mime-inline-part): Use prefix argument only when it is called interactively. (gnus-mime-action-alist): New variable. (gnus-mime-action-on-part): Use it. (gnus-mime-button-commands): Add command ".". (gnus-mime-inline-part): Support prefix argument. (gnus-article-banner-alist): New variable. (article-strip-banner): Use it.
* Add maintainer and modify keywords header.Dave Love2000-10-271-1/+2
|