X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b4f30ec503718a549ddc9bd5e45d848c5a0e8f08..fecd556a3bdce361a5bdf2374490ffad18bf829e:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad9fa785ad..6f92636e46 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,155 @@ +2001-02-06 Eli Zaretskii + + * info.el (info-initialize): Remove the test for system-type when + invocation-directory is non-nil. + + * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member + of `font-lock-defaults' to `backward-paragraph' rather than nil. + +2001-02-06 Andrew Innes + + * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path + absolute. + +2001-02-06 David M. Koppelman + + * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all + buffers. When hi-lock turned on rather than only checking current + buffer for regexps, all buffers are checked. Moved activation of + font-lock to hi-lock-refontify. When font-lock turned off rather + than removing added highlighting just in current buffer, remove it + in all buffers. Changed edit menu text from "Automatic + Highlighting" to "Regexp Highlighting" Documentation for + highlighting phrases, minor documentation changes. + (hi-lock-set-file-patterns): Execute only if there are new or + existing file patterns. + (hi-lock-refontify): Assume font-lock-fontify-buffer will first + unfontify and, if a support mode is active, will not refontify the + whole buffer. If necessary, turn on font lock. (Removed + font-lock-unfontify and font-lock support-mode-specific calls, + such as lazy-lock-fontify-window.) + (hi-lock-find-patterns): Do not turn on hi-lock-mode even if + patterns are found. Not useful now since find-file-hook is removed + if hi-lock is off, but may be needed for per-buffer hi-lock + activation. + (hi-lock-face-phrase-buffer): New function. Also added related + menu item and keybinding. + (highlight-phrase): New alias, to hi-lock-face-phrase-buffer. + (hi-lock-process-phrase): New function. + (hi-lock-line-face-buffer): Doc fixes. + (hi-lock-face-buffer): Doc fixes. + (hi-lock-unface-buffer): Doc fixes. + +2001-02-06 Gerd Moellmann + + * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from + dabbrev-ignored-regexps. + +2001-02-06 Eli Zaretskii + + * simple.el (kill-line): Doc fix. + +2001-02-05 Dave Love + + * loadup.el: Revert last two changes -- bootstrapping works with + regenerated loaddefs. + +2001-02-05 Eli Zaretskii + + * isearch.el (isearch-forward): Doc fix. + + * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part + of font-lock-defaults to backward-paragraph. + +2001-02-05 Gerd Moellmann + + * mail/rmail.el (rmail-ignored-headers): Add X-Trace, + X-Complaints-To, NNTP-Posting-Date, and User-Agent. + +2001-02-05 Vinicius Jose Latorre + + * ebnf2ps.el: Eliminate time-stamp functions. + (ebnf-version): New version (3.5). + (ebnf-eps-finish-and-write): Replace time-stamp functions by + format-time-string. + +2001-02-05 Gerd Moellmann + + * simple.el (next-line): Goto end-of-line before inserting a newline. + +2001-02-05 Miles Bader + + * image-file.el (insert-image-file): When visiting an image, also + set `truncate-lines' to t so that any fringe arrow looks correct. + +2001-02-05 Kenichi Handa + + * isearch.el (isearch-forward): Add description about input method + in the docsting. + +2001-02-04 Stefan Monnier + + * skeleton.el (skeleton-internal-1): Always push the mark for @. + +2001-02-02 Eli Zaretskii + + * info.el (info-initialize): If installation-directory is nil, for + DOS/Windows systems try looking in a sibling of + invocation-directory. + +2001-02-02 Gerd Moellmann + + * wid-edit.el (widget-button-click): Fix last change. + + * frame.el (frame-notice-user-settings): When resizing the initial + frame because the tool bar is off, also change the frame's top + position if a negative top position was specified. + +2001-02-02 Miles Bader + + * image-file.el (insert-image-file): When visiting an image, + suppress the cursor in the image buffer. + +2001-02-01 Dave Love + + * progmodes/f90.el (f90-mode): Remove startup message. + + * vc-cvs.el: Remove autoloads. Require vc when compiling. + +2001-02-01 Gerd Moellmann + + * startup.el (command-line): Fix code determining whether or not + to use delete-key-deletes-forward-mode. + +2001-02-01 Andre Spiegel + + * vc.el (vc-diff-switches): New user option. + (vc-version-diff): Use it. + (vc-diff-switches-list): New macro. + + * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New + customization options. + (vc-BACKEND-diff): Use new options via vc-diff-switches-list. + + * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status. + +2001-02-01 Gerd Moellmann + + * msb.el (toplevel): Quote hook symbols. + +2001-02-01 Kenichi Handa + + * international/mule.el (make-coding-system): Add description + about recognized properties in the docstring. + + * international/mule-conf.el: Remove unused charsets + mac-roman-lower and mac-roman-upper. + 2001-01-31 Gerd Moellmann + * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point + is in front of the left-margin, if any. + * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete' like `delete'.