]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(flyspell-get-word): Return string without
[gnu-emacs] / lisp / ChangeLog
index 69bf37b1ce3040a6ce8460d7949e27a3e061b133..6b7ad6f8081ad450b800e930d0c15c094578e6d5 100644 (file)
@@ -1,3 +1,341 @@
+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.
+       (latin1-display) <defgroup>: Add :link.
+       (latin1-display) <function>: Set variable latin1-display.
+
+2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * international/mule-cmds.el (set-input-method): Doc fix.
+
+2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
+
+       * speedbar.el (speedbar-frame-parameters): No toolbar lines.
+       (speedbar-line-file): Return nil if not a file.
+       (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.
+       (shadow) <defgroup>: Add :link.
+       (shadowfile-unload-hook): New function.
+       (shadow-initialize): Use defalias, not fset.
+       (shadow-define-cluster, shadow-define-literal-group)
+       (shadow-define-regexp-group, shadow-initialize): Add autoload
+       cookie.
+
+       * international/mule.el: Doc and message fixes.
+
+       * international/ccl.el (define-ccl-program): Doc fix.
+
+2001-02-11  Kenichi Handa  <handa@etl.go.jp>
+
+       * faces.el (mode-line): Set :line-width property to -1.
+
+2001-02-10  Richard M. Stallman  <rms@gnu.org>
+
+       * complete.el (partial-completion-mode): Doc fix.
+
+       * simple.el (delete-key-deletes-forward-mode):
+       Change `let' to `let*' to fix gross bug in last change.
+
+       * repeat.el (repeat): Don't let execute-kbd-macro alter
+       real-last-command.
+
+2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * simple.el (eval-expression): Doc fix.
+
+2001-02-09  Dave Love  <fx@gnu.org>
+
+       * imenu.el (imenu-generic-expression): Doc fix.
+
+       * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.  From
+       Juanma Barranquero.
+
+       * emacs-lisp/authors.el (authors): Expand `root' before running
+       find.
+
+2001-02-09  Kenichi Handa  <handa@etl.go.jp>
+
+       * faces.el (set-face-attribute): Describe the case of a negative
+       value specified for :line-width.
+
+2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * which-func.el (which-func-mode): Invert which-func-mode-global.
+       Fix from Juanma Barranquero <lektu@uol.com.br>.
+
+2001-02-08  Dave Love  <fx@gnu.org>
+
+       * wid-edit.el (widget-plist-convert-widget): Replace binding of
+       widget-plist-value-type.
+       (widget-alist-convert-widget): Replace binding of
+       widget-alist-value-type.
+
+       * textmodes/paragraphs.el (sentence-end): Doc fix.
+
+       * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
+       `backward-line'.
+
+       * play/pong.el (pong-blank-color, pong-bat-color)
+       (pong-ball-color, pong-border-color, pong-left-key)
+       (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
+       (pong-pause-key, pong-resume-key, pong-timer-delay):
+       * mail/mh-comp.el (mh-compose-letter-function):
+       * eshell/esh-mode.el (eshell-skip-prompt-function):
+       * emulation/viper-ex.el (ex-unix-type-shell-options):
+       * recentf.el (recentf-menu-filter):
+       * ps-print.el (ps-print-region-function):
+       * lpr.el (print-region-function):
+       * forms.el (forms-mode-hooks):
+       * dirtrack.el (dirtrack-directory-change-hook):
+       * cus-start.el (temp-buffer-show-function, display-buffer-function):
+       * textmodes/spell.el (spell-filter):
+       * textmodes/fill.el (adaptive-fill-function):
+       * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
+       * progmodes/etags.el (find-tag-default-function):
+       * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
+       * progmodes/ada-mode.el (ada-popup-key): Fix :type.
+
+2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * emulation/viper-init.el (viper-fast-keyseq-timeout)
+       (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
+       Meyering <jim@meyering.net>.
+
+       * loadup.el: Revert last change.
+
+2001-02-07  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule.el (transform-make-coding-system-args): Make
+       it work also for coding systems not using CCL.
+
+2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * simple.el (previous-matching-history-element)
+       (next-matching-history-element): Doc fix.
+
+       * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
+       specific part.
+
+2001-02-06  Dave Love  <fx@gnu.org>
+
+       * 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.
+
+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.
        * 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.
        from 2001-01-12.  It is not needed, since backspace is mapped into
        DEL.
 
-2001-01-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+2001-01-27  Richard M. Stallman  <rms@gnu.org>
 
        * dabbrev.el (dabbrev--substitute-expansion):
        Treat a one-capital-letter abbrev as "not all upper case",
        * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
        twice.
 
-2001-01-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+2001-01-26  Richard M. Stallman  <rms@gnu.org>
 
        * simple.el (next-line): Don't let `newline' expand abbrevs.
        Simplify slightly.
        * bookmark.el (bookmark-maybe-historicize-string):
        Use new backquote syntax.
 
-2001-01-12  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+2001-01-12  Richard M. Stallman  <rms@gnu.org>
 
        * subr.el (last): Handle a list that doesn't end in nil.
 
        accepts extra latin codes, register such codes as safe for the
        coding system.
 
-2001-01-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+2001-01-08  Richard M. Stallman  <rms@gnu.org>
 
        * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
        don't mention the file name or the date here, because they are
 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