summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (command-line): Fix computation of the source fileGerd Moellmann2000-11-242-17/+29
| | | | for user-init-file when user-init-file is a compiled file.
* (all): Restore entry for `mode-line-inverse-video', so that people canMiles Bader2000-11-242-0/+4
| | | | easily turn it off.
* (checkbox): Add a small `X' to the the :on-glyph, so that it'sMiles Bader2000-11-242-3/+10
| | | | | distinguishable from the :off-glyph on dark-background displays. Set its background color too.
* (custom-face-attributes): Remove SET and GET functions. Add someMiles Bader2000-11-242-121/+59
| | | | IN-FILTER and OUT-FILTER functions in the few cases they're needed.
* (custom-filter-face-spec, custom-pre-filter-face-spec)Miles Bader2000-11-241-2/+58
| | | | | | | | (custom-post-filter-face-spec): New functions. (custom-face-set, custom-face-value-create): Filter the face spec before and after customization. (custom-face-set): If VALUE specifies a null face, pass a non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
* * ediff-diff.el: Moved variables around to have it compile under NT.Michael Kifer2000-11-249-43/+77
| | | | | | | | | | | | | | | | | | | | | * ediff-help.el (ediff-use-long-help-message): made it customizable. * ediff-init.el (ediff-abbrev-jobname): use capitalize. * ediff-wind.el (ediff-skip-unsuitable-frames): deleted the redundant skip-small-frames test. * viper-cmd.el (viper-change-state-to-vi): disable overwrite mode. (viper-downgrade-to-insert): protect against errors in hooks. * viper-init.el (viper-vi-state-hook,viper-insert-state-hook, viper-replace-state-hook,viper-emacs-state-hook): do cursor handling. (viper-restore-cursor-type,viper-set-insert-cursor-type): new functions. * viper-util.el (viper-memq-char): bug fixes * viper.el (viper-mode): fix cursor handling.
* (list-iso-charset-chars): For two-byte charset, fix the `while' condition.Kenichi Handa2000-11-231-2/+2
| | | | (list-non-iso-charset-chars): Fix the `while' condition.
* *** empty log message ***Kenichi Handa2000-11-231-0/+6
|
* Undoing the changes erroneously committed just before.Stefan Monnier2000-11-231-13/+7
|
* (add-hook, remove-hook): Don't call make-local-hookStefan Monnier2000-11-232-10/+19
| | | | if the variable is make-variable-buffer-local.
* *** empty log message ***Dave Love2000-11-233-0/+2
|
* *** empty log message ***Stefan Monnier2000-11-231-0/+8
|
* (ada-template-map): Initialize and bind it to C-c t in ada-mode-map.Stefan Monnier2000-11-231-84/+74
| | | | | | (ada-stmt-mode-hook): New function extracted from old code. Only change the buffer-local side of skeleton-*. (ada-mode-hook): Use it.
* Doc fixes.Dave Love2000-11-232-201/+210
| | | | | | | | | | | (mailcap-mime-data): Various adjustments. (mailcap): New group. (mailcap-download-directory): Customize. (mailcap-generate-unique-filename, mailcap-binary-suffixes) (mailcap-temporary-directory): Deleted (unused). (mailcap-unescape-mime-test): Simplify slightly. (mailcap-viewer-passes-test): Use functionp. (mailcap-command-p): Aliased to executable-find.
* (uudecode): Require.Dave Love2000-11-231-12/+18
| | | | | | | | (uudecode-decode-region, uudecode-decode-region-external): Don't autoload. (mm-uu-copy-to-buffer): Doc fix. (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom type fix.
* *** empty log message ***Eli Zaretskii2000-11-231-0/+9
|
* (iswitchb-minibuf-depth): New variable.Eli Zaretskii2000-11-231-8/+7
| | | | | | | | (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value we expect to be returned by minibuffer-depth once we prompt the user in the minibuffer. (iswitchb-entryfn-p): If minibuffer-depth returns the same value as recorded in iswitchb-minibuf-depth, return non-nil.
* (turn-on-hscroll, hscroll-mode, hscroll-global-mode)Eli Zaretskii2000-11-232-4/+13
| | | | (hscroll-window-maybe): Docstring fix.
* (rfc2047-encode-message-header): Don't encode ifDave Love2000-11-231-1/+5
| | | | default-enable-multibyte-characters is nil.
* Require ring when compiling.Dave Love2000-11-231-1/+3
|
* commentDave Love2000-11-231-0/+4
|
* (mouse-avoidance-too-close-p): Return nil if mouseGerd Moellmann2000-11-232-10/+20
| | | | is in the tool bar.
* (string-rectangle): Don't test delete-selection-mode.Dave Love2000-11-232-2/+11
|
* *** empty log message ***Gerd Moellmann2000-11-231-0/+6
|
* (dired-add-entry): Don't call dired-get-filenameGerd Moellmann2000-11-231-14/+14
| | | | | with `no-dir'; we want the directory part to be able to remove it.
* *** empty log message ***Dave Love2000-11-231-0/+3
|
* (outline-discard-overlays): Missing paren.Stefan Monnier2000-11-231-1/+1
|
* *** empty log message ***Stefan Monnier2000-11-232-1/+11
|
* (outline-flag-region):Stefan Monnier2000-11-231-32/+25
| | | | | | | Don't bind inhibit-read-only since we don't modify the buffer. (outline-isearch-open-invisible): Don't jump to overlay-start since we're trying to unhide text around point. (outline-discard-overlays): Use dolist.
* (todo-top-priorities): UseDave Love2000-11-221-3/+3
| | | | todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
* (auto-insert-alist): Add `provide' to elisp skeleton.Stefan Monnier2000-11-221-0/+3
|
* *** empty log message ***Gerd Moellmann2000-11-221-1/+10
|
* (rmail-confirm-expunge): Default toGerd Moellmann2000-11-221-1/+1
| | | | y-or-n-p.
* (tex-font-lock-keywords-1): Fix ARG regexp to skip quoted braces.Stefan Monnier2000-11-222-37/+58
| | | | | | | | | | | | | | | | (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces. Remove `bf' and `it' from `bold' and `italic' (they were wrong and are (correctly) handled separately). Remove `caption' and `footnote' from `citations': they contain text. Don't highlight `textmd', `texttt' and `textrm' with bold-italic. (latex-skeleton-end-hook): New function. (latex-mode): Use it. (tex-start-tex-marker): Remove. (tex-send-tex-command): Don't set tex-start-tex-marker. (tex-error-parse-syntax-table): New var. (tex-compilation-parse-errors): Use it. Ignore tex-start-tex-marker. Don't bother with marker-position. (tex-validate-buffer): Don't bother with marker-position.
* (flyspell-prog-text-faces): New var.Stefan Monnier2000-11-221-1/+5
| | | | (flyspell-generic-progmode-verify): Use it.
* * simple.el (delete-trailing-whitespace): New interactive function.Sam Steingold2000-11-225-139/+143
| | | | | | | | | | * progmodes/ada-mode.el (ada-mode): Use it instead of `ada-remove-trailing-spaces' (ada-remove-trailing-spaces): Removed. * textmodes/two-column.el (2C-merge): Recommend it in the doc. * textmodes/picture.el (picture-mode-exit): Call it instead of `picture-clean'. (picture-clean): Removed.
* (show-cursor-in-non-selected-windows): Doc fix.Gerd Moellmann2000-11-222-1/+4
|
* *** empty log message ***Stefan Monnier2000-11-221-3/+11
|
* *** empty log message ***Gerd Moellmann2000-11-221-0/+7
|
* (comment-line-break-function): Use the new nameStefan Monnier2000-11-221-20/+22
| | | | | | indent-new-comment-line -> comment-indent-new-line. (clone-indirect-buffer): Don't ignore NORECORD. (next-completion): Properly handle the case where items are adjacent.
* (hi-lock-refontify): Don't call non-existentGerd Moellmann2000-11-221-5/+6
| | | | | | jit-lock-fontify-buffer; it should anyway be unneccessary to dp anything special when jit-lock is active. (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
* *** empty log message ***Dave Love2000-11-221-0/+7
|
* Use provide.Dave Love2000-11-2214-0/+28
|
* *** empty log message ***Dave Love2000-11-222-0/+8
|
* (custom-buffer-create-internal): Save some consing.Dave Love2000-11-221-18/+17
| | | | (custom-variable-set): Improve validation error mesage.
* (string-rectangle): Revert last change.Dave Love2000-11-222-3/+20
| | | | | (string-rectangle-line): New arg DELETE. (string-rectangle): Check delete-selection-mode.
* *** empty log message ***Gerd Moellmann2000-11-221-0/+12
|
* (recentf-menu-items-for-commands)Gerd Moellmann2000-11-221-42/+60
| | | | | | | | | | (recentf-make-menu-items, recentf-make-menu-item) (recentf-filter-changer): Added :help and :active menu-item properties. (recentf-build-dir-rules, recentf-dump-variable) (recentf-edit-list, recentf-open-files-item) (recentf-open-files): Replaced unnecessary `mapcar' with new built-in `mapc'.
* (popup-menu): Stupid typo.Stefan Monnier2000-11-221-3/+3
|
* (message-send-news): Use buffer-substring-no-properties.ShengHuo ZHU2000-11-222-4/+4
|