]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(info-initialize): Remove the test for system-type when
[gnu-emacs] / lisp / ChangeLog
index 19c1278085ee7779d0594eee3062d5a292f1a8ee..6f92636e46135dade9270dad4bfa1dccad80d76f 100644 (file)
@@ -1,6 +1,247 @@
+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'.
+
+       * bindings.el: Define `kp-delete' like `delete' in
+       function-key-map.
+
+       * term/w32-win.el (mouse-set-font): Doc fix.
+
+2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
+       
+       * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
+       (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
+       on already.
+
+2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
+
+       * files.el (save-buffer): Don't give message if (buffer-file-name)
+       returns nil.
+       
+2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
+
+       * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
+       concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
+
+       * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
+       display problems.
+
+2001-01-31  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule.el (charset-info): Fix docstring.
+
+       * international/mule-diag.el (describe-character-set): Check final
+       char valid before printing it.
+
+2001-01-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
+
+       * frame.el (frame-notice-user-settings): Do the tool-bar
+       stuff only for graphical displays.  Fix a braino.
+       
+       * frame.el (frame-initialize): Create initial frame visible.
+       (frame-notice-user-settings): When tool-bar has been switched off,
+       correct the frame size and sync too-bar-mode.
+
+       * startup.el (command-line): Remove manipulation of frame
+       height for tool bars.
+
+2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * lpr.el: Compatibility with XEmacs and doc fixes.
+       (lpr-windows-system, lpr-lp-system): New vars.
+       (lpr-printer-switch): New defcustom.
+       (printer-name, lpr-command): Customization fix.
+       (print-region-1): Code fix.
+       (print-region-new-buffer, printify-region): Indentation fix.
+       (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
+       functions.
+
+2001-01-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * msb.el (toplevel): Fix the eval-after-load.
+
+2001-01-29  Dave Love  <fx@gnu.org>
+
+       * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
+
+       * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
+
+       * progmodes/tcl.el (outline, dabbrev, add-log): Require when
+       compiling.
+       (tcl-using-emacs-19-23): Consider Emacs 21+.
+       (tcl-help-directory-list, tcl-command-switches): Fix :type.
+       (tcl-add-emacs-menu): Supply menu name.
+       (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
+
+2001-01-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
+
+2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * pcvs.el (cvs-mark-fis-dead): New function.
+       (cvs-mode-add): Use it.
+       (cvs-mode-add-change-log-entry-other-window):
+       Rebind change-log-default-name to itself rather than to nil.
+
 2001-01-29  Sam Steingold  <sds@gnu.org>
 
-       * vc-cvs.el: replaced (require 'vc) with a bunch of
+       * vc-cvs.el: Replaced (require 'vc) with a bunch of
        `autoload' statements.
 
 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>