aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* (blink-cursor-mode): Doc fix.Gerd Moellmann2000-11-291-0/+4
|
* (combine-run-hooks): Only run-hooks if there's a hook to run.Stefan Monnier2000-11-291-0/+6
|
* (face): Fix :format.Dave Love2000-11-291-0/+10
|
* (comment-indent): Save excursion around call to comment-indent-function.Stefan Monnier2000-11-291-0/+5
|
* (member-ignore-case): Return the tail of the list who's car matches,Miles Bader2000-11-291-0/+5
| | | | like `member', not the matching element itself.
* *** empty log message ***Kenichi Handa2000-11-291-0/+5
|
* Update from author.Gerd Moellmann2000-11-281-0/+2
|
* *** empty log message ***Dave Love2000-11-281-0/+3
|
* *** empty log message ***Gerd Moellmann2000-11-281-0/+2
|
* (dired-do-create-files): Construct default fileGerd Moellmann2000-11-281-0/+4
| | | | | name for dired-mark-read-file-name so that when the user enters just RET, the target file will end up in the target directory.
* *** empty log message ***Gerd Moellmann2000-11-281-0/+6
|
* (delete-horizontal-space): Handle fields more generally.Miles Bader2000-11-281-0/+4
|
* *** empty log message ***Gerd Moellmann2000-11-281-0/+4
|
* (fortran-mode): Don't setDave Love2000-11-281-0/+10
| | | | | | | fortran-comment-line-start-skip. Set comment-start to fortran-comment-line-start. (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group. (fortran-comment-line-start-skip): Simplify slightly.
* *** empty log message ***Gerd Moellmann2000-11-281-0/+5
|
* Remove RCS keyword.Gerd Moellmann2000-11-281-0/+2
|
* Update from author.Gerd Moellmann2000-11-281-0/+4
|
* *** empty log message ***Gerd Moellmann2000-11-281-0/+5
|
* (custom-face-attributes): Add post-filter function for :box.Miles Bader2000-11-281-0/+3
| | | | Make pre-filter function for :box handle all cases.
* (widget-choose): Make sure pop-up window is large enough to display allMiles Bader2000-11-281-0/+5
| | | | the choices, as there's no way to scroll it.
* *** empty log message ***Kenichi Handa2000-11-281-0/+5
|
* *** empty log message ***Dave Love2000-11-271-0/+11
|
* *** empty log message ***Gerd Moellmann2000-11-271-1/+6
|
* (x-get-selection): Docstring dix.Eli Zaretskii2000-11-271-0/+4
|
* Update from author.Gerd Moellmann2000-11-271-0/+4
|
* (.SUFFIXES): Add .SUFFIXES.Andrew Innes2000-11-271-0/+6
|
* ChangeLogMiles Bader2000-11-271-0/+8
|
* *** empty log message ***Kenichi Handa2000-11-271-0/+5
|
* (try_window_id): Avoid starting to display in the moddleGerd Moellmann2000-11-271-0/+6
| | | | | | of a character, a TAB for instance. This is easier than to set up the iterator exactly, and it's not a frequent case, so the additional effort wouldn't really pay off.
* (widget-field-buffer, widget-field-start)Miles Bader2000-11-271-0/+5
| | | | | | (widget-field-end): Handle widget field `pseudo-overlays'. (widget-field-value-delete): Delete WIDGET from `widget-field-new' if it's there instead of in `widget-field-list'.
* (help-make-xrefs): Delete extraneous newlines at the end of the docstring.Miles Bader2000-11-271-1/+3
|
* (help-manyarg-func-alist): Correct entry for `vconcat'.Miles Bader2000-11-271-0/+4
|
* Do not call set-locale-environment until after terminal is initialized.Jason Rumney2000-11-251-0/+6
|
* (shell-command): Mention the effect of the prefixEli Zaretskii2000-11-251-0/+5
| | | | argument in the doc string.
* *** empty log message ***Miles Bader2000-11-251-0/+2
|
* *** empty log message ***Miles Bader2000-11-251-0/+5
|
* *** empty log message ***Jason Rumney2000-11-241-0/+5
|
* Fix typos.Eli Zaretskii2000-11-241-2/+2
|
* #André Spiegel2000-11-241-0/+4
|
* *** empty log message ***Gerd Moellmann2000-11-241-0/+3
|
* (command-line): Fix computation of the source fileGerd Moellmann2000-11-241-9/+14
| | | | 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-241-0/+3
| | | | easily turn it off.
* (checkbox): Add a small `X' to the the :on-glyph, so that it'sMiles Bader2000-11-241-0/+4
| | | | | 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-241-0/+12
| | | | IN-FILTER and OUT-FILTER functions in the few cases they're needed.
* * ediff-diff.el: Moved variables around to have it compile under NT.Michael Kifer2000-11-241-0/+23
| | | | | | | | | | | | | | | | | | | | | * 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.
* *** empty log message ***Kenichi Handa2000-11-231-0/+6
|
* (add-hook, remove-hook): Don't call make-local-hookStefan Monnier2000-11-231-1/+4
| | | | if the variable is make-variable-buffer-local.
* *** empty log message ***Stefan Monnier2000-11-231-0/+8
|
* *** empty log message ***Eli Zaretskii2000-11-231-0/+9
|
* (turn-on-hscroll, hscroll-mode, hscroll-global-mode)Eli Zaretskii2000-11-231-0/+5
| | | | (hscroll-window-maybe): Docstring fix.