*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 1c0c2c8..0abf9ac 100644 (file)
@@ -1,3 +1,95 @@
+2000-11-02  Dave Love  <fx@gnu.org>
+
+       * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
+
+2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
+       punctuation in the warning inserted into the *mail* buffer.
+
+2000-11-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/authors.el (authors-public-domain-files): New variable.
+       (authors-public-domain-p): New function.
+       (authors-print): Use it.
+
+       * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
+
+       * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
+
+2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Extension for even/odd printing.  Doc fix.
+       (ps-print-version): New version number (6.3.1).
+       (ps-even-or-odd-pages): Customization fix.
+       (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
+       (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
+       (ps-page-count): Var replaced by `ps-page-column'.
+       (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
+       (ps-print-sheet-p): New fun.
+
+2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
+
+       * tooltip.el (tooltip-gud-tips-setup): New function.
+       (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
+       (tooltip-mode): Call tooltip-gud-tips-setup.
+       (tooltip-gud-tips): Use `gud-basic-call' instead of
+       process-send-string, so the prompt gets frobbed appropriately.
+       Handle nil return value from `tooltip-gud-print-command'.
+
+2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
+
+       * comint.el (comint-add-to-input-history): New function.
+       (comint-send-input): Use `comint-add-to-input-history'.
+
+2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
+
+       * info.el (info-menu-header): New face.
+       (Info-fontify-menu-headers): New function.
+       (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
+
+       * info.el (Info-insert-dir): Don't include blank lines at
+       beginning of additional dir files (one is added automatically).
+
+2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode):
+       Revert the latest changes.
+       Allow the three positional arguments to be skipped and replaced
+       by keyword arguments.
+       Add a :toggle argument to determine whether a nil arg means toggle
+       or means turn-on.  The default is unchanged.
+       Add a call to force-mode-line-update.
+
+2000-11-01  Dave Love  <fx@gnu.org>
+
+       * emacs-lisp/elp.el (elp-restore-function): Remove autoload
+       cookie.
+
+2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
+
+       * calendar/calendar.el (diary-face, holiday-face): Add
+       dark-background variants.
+
+2000-10-31  Sam Steingold  <sds@gnu.org>
+
+       * textmodes/tex-mode.el (tex-file): Use `default-directory' when
+       `tex-main-file' does not have directory in it.
+
+2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
+
+2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
+       functional change.
+
+2000-10-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * files.el (find-file-noselect): When we expand a wildcard, return
+       a list of buffers, as we should do according to the doc string.
+
 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
 
        * loadup.el (top level): Adjust load path if program name is
        (ps-page-number): Changed from defmacro to defun.
        (ps-header-sheet, ps-header-page): Fix bug on selected pages for
        printing.
-       (ps-print-ensure-fontified): Ensure fontification when jit-lock is
-       on.
+       (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
        (ps-end-file, ps-dummy-page): Funs eliminated.
        (ps-print-color-scale): Changed default value.
        (ps-page-n-up, ps-print-page-p): New internal vars.
 
 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
 
-       * term/mac-win.el: (decode-mac-roman, encode-mac-roman,
-       mac-roman): Moved to european.el.
+       * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
+       Moved to european.el.
        (ccl-encode-mac-roman-font, fontset-mac): Modified for
        mule-unicode-2500-33ff and mule-unicode-e000-ffff.
-       (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions
-       deleted.
-       (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables
-       deleted.
+       (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
+       (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
 
 2000-10-30  Dave Love  <fx@gnu.org>
 
        * delim-col.el: Little fix: replace delimit-columns-align-columns by
        delimit-columns-format.
        (delimit-columns-region, delimit-columns-rectangle): Code fix.
-       
+
 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
 
        * comint.el (comint-replace-by-expanded-history): Don't use
        programs are modified and moved from mac-win.el.
        (mac-roman): Definition of this coding system is modified and
        moved from mac-win.el.
-       
+
 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
-       
+
        * ediff-wind.el (ediff-setup-control-frame): Enclose
        face-attribute in condition-case to avoid errors in older emacsen.
 
        command name names an aliased.
 
 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
-       
+
        * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
        redrawing the screen when changing cursor color.
        (viper-insert-state-pre-command-sentinel)
        Many functions changed to use viper= instead of = when comparing
        characters.
        * viper.el (viper-insert-state-mode-list): Added eshell.
-       
+
        * ediff-init.el (ediff-before-setup-hook): New hook.
        Several typos fixed in various docstrings.
        * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
        dired buffer.
        (ediff-files,ediff-merge-files,ediff-files3)
        (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
-       
+
 2000-10-28  Dave Love  <fx@gnu.org>
 
        * info.el (Info-fontify-node): Add help-echo for menu items.
 
 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
 
-       * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for 
+       * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
        manual backups and file.~<rev>.~ for automatic ones.
        (vc-make-version-backup): Don't do it on MS-DOS without long file
        names.
-       
+
        * vc.el (vc-version-other-window): If an automatic backup of the
        desired version exists, rename it instead of copying it.
 
-       * vc-cvs.el (vc-cvs-checkin): Check both status and error message 
-       after command.  If there's an unexpected error, signal it instead 
+       * vc-cvs.el (vc-cvs-checkin): Check both status and error message
+       after command.  If there's an unexpected error, signal it instead
        of being silent.
        (vc-cvs-merge-news): Be prepared for no news at all.
-       
+
 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
 
        * shell.el (shell): Add BUFFER argument.
 
        * ps-print.el: Avoid compilation gripes.
        (ps-print-version): New version number (6.2.1).
-       
+
 2000-10-26  Dave Love  <fx@gnu.org>
 
        * menu-bar.el: Modify some menu item help strings.
        (authors): Set file coding system to iso-2022-7bit.  Add
        file-local variables to output buffer.
 
-       * files.el (after-find-file): Don't print any warnings if 
+       * files.el (after-find-file): Don't print any warnings if
        WARN is nil.
 
 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
        (delimit-columns-region, delimit-columns-rectangle)
        (delimit-columns-rectangle-line): Modified to support column
        formatting.
-       
+
 2000-10-24  Dave Love  <fx@gnu.org>
 
        * log-edit.el (log-edit): Add :version and a :group for vc.
        (imenu--create-keymap-1): Avoid append.
 
        * textmodes/refill.el: Remove bits redundant with define-minor-mode.
+
 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
 
        [the following changes fix a bug where `define-minor-mode' didn't
 
        * faces.el (face-user-default-spec, face-default-spec): New functions.
        (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
-       (frame-set-background-mode, face-set-after-frame-default): 
+       (frame-set-background-mode, face-set-after-frame-default):
        Use `face-user-default-spec'.  Simplify code slightly.
 
-       * woman.el (woman-italic-face, woman-bold-face) 
+       * woman.el (woman-italic-face, woman-bold-face)
        (woman-unknown-face): Add dark-background variants.
        (woman-default-faces): Renamed from `woman-colour-faces'.
        Set using the stored defaults, rather than using hard-wired colors.
 
 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
 
-       * vc-hooks.el (vc-version-backup-file-name): New optional args 
+       * vc-hooks.el (vc-version-backup-file-name): New optional args
        MANUAL and REGEXP.
-       (vc-delete-automatic-version-backups, vc-make-version-backup): 
+       (vc-delete-automatic-version-backups, vc-make-version-backup):
        New functions.
        (vc-before-save): Use the latter.
        (vc-default-make-version-backups-p): Added `-p' suffix to avoid
        confusion.
 
-       * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as 
+       * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
        expected by vc[-hooks].el.
 
        * vc.el (vc-checkout): Added `-p' suffix in call to
        (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
        (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
        (sh-electric-less, sh-set-here-doc-region)
-       (sh-remove-our-text-properties, sh-search-word, sh-scan-case) 
+       (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
        (sh-scan-buffer, sh-rescan-buffer): Remove.
 
 2000-10-21  Andrew Innes  <andrewi@gnu.org>
 
        * play/doctor.el (doctor-death): Update the Samaritans'
        anonymous address, and add a website for Befrienders International.
-       
+
 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
        * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
        (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
        (ps-print-begin-column-hook): Now are defvar instead of
        make-local-hook.
-       
+
 2000-10-18  Miles Bader  <miles@gnu.org>
 
        * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
        (whitespace-unload-hook): New function.
 
        * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
-       (Info-fontify-node, Info-goto-node, Info-mode-menu) 
+       (Info-fontify-node, Info-goto-node, Info-mode-menu)
        (Info-fontify-node): `Goto' goes to `Go to'.
        (Info-fontify-node): Add help-echo to xref links.
 
        (tex-common-initialization): Don't setup the syntax-table any more.
        (latex-insert-item): New skeleton.
        (tex-next-unmatched-end): Fix copy/paste braino.
-       (latex-syntax-after, latex-skip-close-parens, latex-down-list) 
+       (latex-syntax-after, latex-skip-close-parens, latex-down-list)
        (latex-indent, latex-find-indent): New functions.
-       (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table) 
+       (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
        (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
        (tex-compilation-parse-errors): Use with-syntax-table.
 
        * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
        fix.
 
-       * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace 
+       * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
        transparent -colors 8).
 
 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
 
 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
 
-       * image-file.el (image-file-name-extensions) 
+       * image-file.el (image-file-name-extensions)
        (image-file-name-regexps): Add autoload cookies.
 
 2000-10-13  Kenichi Handa  <handa@etl.go.jp>