]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(info-initialize): Remove the test for system-type when
[gnu-emacs] / lisp / ChangeLog
index ad9fa785ad4cf5ef1862ab7074f9c0b27f7d1635..6f92636e46135dade9270dad4bfa1dccad80d76f 100644 (file)
@@ -1,5 +1,155 @@
+2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * 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  <andrewi@gnu.org>
+
+       * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
+       absolute.
+
+2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
+
+       * 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  <gerd@gnu.org>
+
+       * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
+       dabbrev-ignored-regexps.
+
+2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * simple.el (kill-line): Doc fix.
+
+2001-02-05  Dave Love  <fx@gnu.org>
+
+       * loadup.el: Revert last two changes -- bootstrapping works with
+       regenerated loaddefs.
+
+2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * 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  <gerd@gnu.org>
+
+       * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
+       X-Complaints-To, NNTP-Posting-Date, and User-Agent.
+
+2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * 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  <gerd@gnu.org>
+
+       * simple.el (next-line): Goto end-of-line before inserting a newline.
+
+2001-02-05  Miles Bader  <miles@gnu.org>
+
+       * 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  <handa@etl.go.jp>
+
+       * isearch.el (isearch-forward): Add description about input method
+       in the docsting.
+
+2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * skeleton.el (skeleton-internal-1): Always push the mark for @.
+
+2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * 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  <gerd@gnu.org>
+
+       * 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  <miles@gnu.org>
+
+       * image-file.el (insert-image-file): When visiting an image,
+       suppress the cursor in the image buffer.
+
+2001-02-01  Dave Love  <fx@gnu.org>
+
+       * progmodes/f90.el (f90-mode): Remove startup message.
+
+       * vc-cvs.el: Remove autoloads.  Require vc when compiling.
+       
+2001-02-01  Gerd Moellmann  <gerd@gnu.org>
+
+       * startup.el (command-line): Fix code determining whether or not
+       to use delete-key-deletes-forward-mode.
+
+2001-02-01  Andre Spiegel  <spiegel@gnu.org>
+
+       * 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  <gerd@gnu.org>
+
+       * msb.el (toplevel): Quote hook symbols.
+
+2001-02-01  Kenichi Handa  <handa@etl.go.jp>
+
+       * 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  <gerd@gnu.org>
 
+       * 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'.