*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 5b07a0d..e49d713 100644 (file)
@@ -1,3 +1,213 @@
+2001-02-24  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/fontset.el (x-complement-fontset-spec): In the
+       case that we use ASCII font for the other charsets, use only
+       family and regisry part of it.
+
+2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
+       (shrink-window-if-larger-than-buffer): Doc fix.
+
+2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
+       predicate passed to completing-read.
+
+2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * startup.el (command-line): Fix last change.
+
+2001-02-23  Jason Rumney  <jasonr@gnu.org>
+
+       * startup.el (tool-bar-originally-present): New variable.
+       (command-line): Set it if the tool-bar is switched on at startup.
+
+       * frame.el (frame-notice-user-settings): Only adjust frame height
+       for no tool-bar case if tool-bar was originally switched on.
+       From E. Jay Berkenbilt.
+
+2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * server.el (server-switch-buffer): Only switch window if the
+       current one is dedicated.
+
+       * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
+       rather than using (match-beginning 0) when searching for break point.
+
+2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
+       @ follows an accent command such as @'.  Support optional braces
+       in commands that insert accents, like makeinfo does.
+
+2001-02-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * startup.el (fancy-splash-text): Add a line for ordering
+       manuals.  Reverse order of splash screens shown.
+       (use-fancy-splash-screens-p): Adapt to the text line added.
+
+       * menu-bar.el (menu-bar-help-menu): Add an item for ordering
+       manuals from the FSF.
+
+       * help.el (view-order-manuals): New function.
+       (toplevel): Bind C-h C-m to this function.
+
+2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * newcomment.el (comment-forward): Skip the comment-start before
+       searching for the comment-end.
+
+2001-02-21  Dave Love  <fx@gnu.org>
+
+       * custom.el (custom-initialize-changed, defcustom): Doc fix.
+
+       * international/mule-cmds.el, international/mule.el: Doc fixes.
+
+       * play/fortune.el: Fix autoload cookies.  Add types to defcustoms.
+       (fortune) <defgroup>: Add :link.
+       (fortune-from-region): Use eq, not eql.
+
+2001-02-21  Gerd Moellmann  <gerd@gnu.org>
+
+       * startup.el (fancy-splash-screens): Use display-hourglass
+       instead of display-busy-cursor.
+
+       * frame.el (display-hourglass): Renamed from busy-cursor.
+       (hourglass-delay): Renamed from busy-cursor-delay-seconds.
+       (show-cursor-in-non-selected-windows): Doc fix.
+
+2001-02-20  Dave Love  <fx@gnu.org>
+
+       * international/utf-8.el: Doc and commentary fixes.
+
+2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * ehelp.el (with-electric-help): Doc fix.
+
+2001-02-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * msb.el (msb-mode): Call the update-buffers function explicitly
+       with a FORCE argument.
+
+       * menu-bar.el (menu-bar-update-buffers): Add optional parameter
+       FORCE.  If set, update the menu even if frame-or-buffer-changed-p
+       returns nil.
+
+2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Timestamp package replacement.  Some enhancements.
+       Some XEmacs compatibility.  Doc fix.
+       (ps-print-version): New version number (6.4).
+       (ps-printer-name): Initialization fix.
+       (ps-zebra-stripe-follow): Funcionality enhancement.
+       (ps-prologue-file): Code enhancement.
+       (ps-right-header): Timestamp package replacement.
+       (ps-setup, ps-face-bold-p, ps-face-italic-p,
+       ps-get-page-dimensions)
+       (ps-generate-header, ps-begin-file, ps-begin-job)
+       (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
+       (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
+       (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
+       (coding-system-for-write): Var declaration (XEmacs compatibility).
+       
+2001-02-20  Miles Bader  <miles@gnu.org>
+
+       * image-file.el (image-file-name-extensions): Add "tif".
+
+2001-02-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * wid-edit.el (widget-button-click): Save the selected window
+       around the code handling clicks on buttons.
+
+2001-02-18  Dave Love  <fx@gnu.org>
+
+       * imenu.el (imenu--generic-function): Use mapc to iterate over
+       syntax characters.
+
+2001-02-17  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
+
+       * uniquify.el (uniquify-buffer-name-style): Doc fix.
+
+2001-02-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * mouse.el (mouse-save-then-kill): If the distance from the new
+       point to the mark is equal to the distance of point from the new
+       point, move point instead of the mark.
+
+2001-02-16  Dave Love  <fx@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-get-word): Return string without
+       properties.
+
+2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * generic.el (generic-find-file-regexp): Doc fix.
+       (generic-ignore-files-regexp): New defcustom.
+       (generic-mode-find-file-hook): If the file's name matches the
+       regexp in `generic-ignore-files-regexp', don't enter
+       default-generic-mode.  Doc fix.
+
+2001-02-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-region, flyspell-buffer): 
+       Add autoload cookies.
+
+       * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting 
+       of cal-tex-24.
+
+2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
+
+       * progmodes/compile.el (grep-regexp-alist): Remove the blank from
+       the character class after the (optional) drive, to support file
+       names with embedded blanks.
+
+2001-02-15  Sam Steingold  <sds@gnu.org>
+
+       * textmodes/tex-mode.el (tex-shell-running):
+       Check the process buffer too.
+
+2001-02-15  Dave Love  <fx@gnu.org>
+
+       * battery.el (battery-status-function): Fix doc, :type.
+
+       * calendar/timeclock.el (timeclock-get-workday-function): Fix
+       :type.
+
+2001-02-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * subr.el (read-passwd): Clear Lisp memory holding password.
+
+2001-02-15  Miles Bader  <miles@gnu.org>
+
+       * info.el (Info-copy-current-node-name): New function.
+       (Info-mode-menu): Add it to the menu.
+
+2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
+
+       * international/mule-cmds.el (toggle-input-method): Doc fix.
+
+2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * replace.el (occur): Stop at end of buffer.
+
+2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * international/mule-cmds.el (set-input-method): Another doc fix.
+
+2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
+
+       * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
+
+2001-02-13  Miles Bader  <miles@gnu.org>
+
+       * faces.el (set-face-background, set-face-foreground)
+       (set-face-stipple): Treat a value of nil as being `unspecified'.
+
 2001-02-12  Dave Love  <d.love@dl.ac.uk>
 
        * international/latin1-disp.el:  Doc fixes.
        (speedbar-buffers-line-path): Return file for tags, and dir for files.
 
 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
-       
+
        * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
        for remote files.
        (ediff-coding-system-for-read): Replaced the no-conversion default
        with raw-text.
-       
+
        * ediff-init.el: Removed :version from defcustom vars.
-       
+
        * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
        handling of the diff mode
-       
+
        * ediff.texi: Added ediff-coding-system-for-read.
-       
+
        * viper.texi: Fix typos.
-       
+
 2001-02-11  Dave Love  <fx@gnu.org>
 
        * shadowfile.el: Doc fixes.
 
 2001-02-06  Dave Love  <fx@gnu.org>
 
-       * add-log.el (add-log-current-defun-function) 
+       * add-log.el (add-log-current-defun-function)
        (add-log-buffer-file-name-function, add-log-file-name-function):
        Fix :type.
        (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
        (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
        * 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
        * 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.
 
        * 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.
 
        * 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.
+       correct the frame size and sync tool-bar-mode.
 
        * startup.el (command-line): Remove manipulation of frame
        height for tool bars.
 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
 
        * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
-       changes to list them here.
+       changes to list them here.
 
        * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
        many changes to list them here.
 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
 
        * textmodes/reftex.el (reftex-scanning-info-available-p): New
-       function
+       function
        (reftex-TeX-master-file): Check for `tex-main-file' early enough.
 
        * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug