]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 0a966a4f06cc339c684e1dc951f6a7b1782b6560..72fced9d7e842f327a4b53849323f9f44355b229 100644 (file)
@@ -1,7 +1,609 @@
+2000-11-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * abbrev.el (prepare-abbrev-list-buffer): Get the value of
+       local-abbrev-table before changing buffers because it might
+       have a buffer-local binding.
+
+2000-11-28  Miles Bader  <miles@gnu.org>
+
+       * simple.el (delete-horizontal-space): Handle fields more generally.
+
+2000-11-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * simple.el (delete-horizontal-space): Handle minibuffer prompt.
+
+2000-11-28  Dave Love  <fx@gnu.org>
+
+       * progmodes/fortran.el (fortran-mode): Don't set
+       fortran-comment-line-start-skip.  Set comment-start to
+       fortran-comment-line-start.
+       (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
+       (fortran-comment-line-start-skip): Simplify slightly.
+
+2000-11-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * play/5x5.el: Remove RCS keyword.
+
+       * bs.el: Update from author.
+
+2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
+
+       * textmodes/tildify.el (tildify-string-alist): Add
+       `plain-tex-mode' here.
+
+2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
+
+       * chistory.el (Command-history-setup): Remove extraneous `keymap'
+       reference.
+
+2000-11-28  Miles Bader  <miles@gnu.org>
+
+       * cus-face.el (custom-face-attributes): Add post-filter function
+       for :box.  Make pre-filter function for :box handle all cases.
+
+       * wid-edit.el (widget-choose): Make sure pop-up window is large
+       enough to display all the choices, as there's no way to scroll it.
+
+2000-11-28  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule-conf.el: Make the coding system no-conversion
+       safe for all characters.
+
+2000-11-27  Dave Love  <fx@gnu.org>
+
+       * net/ldap.el (ldap) <defgroup>: Add :version.
+
+       * tooltip.el (tooltip-use-echo-area): Doc fix.
+
+       * cus-start.el <minibuffer-prompt-properties>: Add version.
+       <read-buffer-function>: Add.
+
+       * apropos.el (apropos-print): Add help-echo to active text.
+
+       * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
+
+2000-11-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
+       type, group and version.
+
+2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * select.el (x-get-selection): Docstring fix.
+
+2000-11-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * play/5x5.el: Update from author.
+
+2000-11-27  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt (.SUFFIXES): Add .SUFFIXES.
+
+       * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
+
+2000-11-27  Miles Bader  <miles@gnu.org>
+
+       * dired.el (dired-get-filename): Return filename verbatim if
+       LOCALP is `verbatim'.
+       * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
+       `verbatim' so that we don't inadvertently delete a non-existant
+       directory name.
+
+2000-11-27  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/characters.el: Specify cases and syntaxes for
+       mule-unicode-0100-24ff.
+
+2000-11-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
+       that foreground and/or background colors of the face `tool-bar'
+       are unspecified.
+
+2000-11-27  Miles Bader  <miles@gnu.org>
+
+       * wid-edit.el (widget-field-buffer, widget-field-start) 
+       (widget-field-end): Handle widget field `pseudo-overlays'.
+       (widget-field-value-delete): Delete WIDGET from `widget-field-new'
+       if it's there instead of in `widget-field-list'.
+
+       * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
+       (help-make-xrefs): Delete extraneous newlines at the end of the
+       docstring.
+
+2000-11-25  Jason Rumney  <jasonr@gnu.org>
+
+       * startup.el (command-line): Call set-locale-environment after
+       Window System init file is read, as it can result in a call to
+       redraw-frame.
+
+2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * simple.el (shell-command): Mention the effect of the prefix
+       argument in the doc string.
+
+2000-11-25  Miles Bader  <miles@gnu.org>
+
+       * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
+
+       * wid-edit.el (widget-field-value-delete): Don't try to delete
+       overlay when it's the `pseudo-overlay' that exists at some points.
+
+2000-11-24  Jason Rumney  <jasonr@gnu.org>
+
+       * international/mule-cmds.el (locale-language-names): Add "jp" as
+       a non-standard alternative for Japanese.
+
+2000-11-24  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-hooks.el: Require 'cl during compilation.
+
+2000-11-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * faces.el (face-set-after-frame-default): Let face attributes
+       specified for new frames override frame parameters.
+
+       * startup.el (command-line): Fix computation of the source file
+       for user-init-file when user-init-file is a compiled file.
+
+2000-11-24  Miles Bader  <miles@gnu.org>
+
+       * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec) 
+       (custom-post-filter-face-spec): New functions.
+       (custom-face-set, custom-face-value-create): Filter the face spec
+       before and after customization.
+       (custom-face-set): If VALUE specifies a null face, pass a
+       non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
+       * cus-face.el (custom-face-attributes): Remove SET and GET
+       functions.  Add some IN-FILTER and OUT-FILTER functions in the few
+       cases they're needed.
+
+       * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
+       that it's distinguishable from the :off-glyph on dark-background
+       displays.  Set its background color too.
+
+       * cus-start.el (all): Restore entry for `mode-line-inverse-video',
+       so that people can easily turn it off.
+
+2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
+       
+       * ediff-diff.el: Moved variables around to have it compile under NT.
+       
+       * ediff-help.el (ediff-use-long-help-message): Made it customizable.
+       
+       * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
+       
+       * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
+       redundant skip-small-frames test.
+       
+       * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
+       (viper-downgrade-to-insert): protect against errors in hooks.
+       
+       * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
+       (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
+       (viper-restore-cursor-type,viper-set-insert-cursor-type): New
+       functions.
+       
+       * viper-util.el (viper-memq-char): Bug fixes.
+       
+       * viper.el (viper-mode): Fix cursor handling.
+       
+2000-11-24  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule-diag.el (list-iso-charset-chars): For
+       two-byte charset, fix the `while' condition.
+       (list-non-iso-charset-chars): Fix the `while' condition.
+
+2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * subr.el (add-hook, remove-hook): Don't call make-local-hook
+       if the variable is make-variable-buffer-local.
+
+       * progmodes/ada-stmt.el (ada-template-map): Initialize
+       and bind it to C-c t in ada-mode-map.
+       (ada-stmt-mode-hook): New function extracted from old code.
+       Only change the buffer-local side of skeleton-*.
+       (ada-mode-hook): Use it.
+
+2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * iswitchb.el (iswitchb-minibuf-depth): New variable.
+       (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
+       we expect to be returned by minibuffer-depth once we prompt the
+       user in the minibuffer.
+       (iswitchb-entryfn-p): If minibuffer-depth returns the same value
+       as recorded in iswitchb-minibuf-depth, return non-nil.
+
+2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
+
+       * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
+       (hscroll-window-maybe): Docstring fix.
+
+2000-11-23  Dave Love  <fx@gnu.org>
+
+       * rect.el (string-rectangle): Don't test delete-selection-mode.
+
+2000-11-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
+       is in the tool bar.
+
+       * dired-aux.el (dired-add-entry): Don't call dired-get-filename
+       with `no-dir'; we want the directory part to be able to remove
+       it.
+
+2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/outline.el (outline-flag-region):
+       Don't bind inhibit-read-only since we don't modify the buffer.
+       (outline-isearch-open-invisible): Don't jump to overlay-start
+       since we're trying to unhide text around point.
+       (outline-discard-overlays): Use dolist.
+
+       * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
+
+2000-11-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/rmail.el (rmail-confirm-expunge): Default to 
+       y-or-n-p.
+       
+2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/tex-mode.el (tex-font-lock-keywords-1):
+       Fix ARG regexp to skip quoted braces.
+       (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
+       Remove `bf' and `it' from `bold' and `italic' (they were wrong and
+       are (correctly) handled separately).
+       Remove `caption' and `footnote' from `citations': they contain text.
+       Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
+       (latex-skeleton-end-hook): New function.
+       (latex-mode): Use it.
+       (tex-start-tex-marker): Remove.
+       (tex-send-tex-command): Don't set tex-start-tex-marker.
+       (tex-error-parse-syntax-table): New var.
+       (tex-compilation-parse-errors): Use it.
+       Ignore tex-start-tex-marker.  Don't bother with marker-position.
+       (tex-validate-buffer): Don't bother with marker-position.
+
+       * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
+       (flyspell-generic-progmode-verify): Use it.
+
+2000-11-22  Sam Steingold  <sds@gnu.org>
+
+       * simple.el (delete-trailing-whitespace): New interactive
+       function.
+       
+       * progmodes/ada-mode.el (ada-mode): Use it instead of
+       `ada-remove-trailing-spaces'.
+       (ada-remove-trailing-spaces): Removed.
+       
+       * textmodes/two-column.el (2C-merge): Recommend it in the doc.
+       
+       * textmodes/picture.el (picture-clean): Removed.
+       (picture-mode-exit): Call it instead of `picture-clean'.
+
+2000-11-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * frame.el (show-cursor-in-non-selected-windows): Doc fix.
+
+       * hi-lock.el (hi-lock-refontify): Don't call non-existent
+       jit-lock-fontify-buffer; it should anyway be unneccessary to
+       do anything special when jit-lock is active.
+       (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
+
+2000-11-22  Dave Love  <fx@gnu.org>
+
+       * calendar/todo-mode.el (todo-top-priorities): Use
+       todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
+
+       * language/chinese.el, language/cyrillic.el:
+       * language/devanagari.el, language/ethiopic.el, language/greek.el:
+       * language/hebrew.el, language/indian.el, language/japanese.el:
+       * language/korean.el, language/lao.el, language/misc-lang.el:
+       * language/thai.el, language/tibetan.el, language/vietnamese.el:
+       Use provide.
+
+       * cus-edit.el (custom-buffer-create-internal): Save some consing.
+       (custom-variable-set): Improve validation error mesage.
+
+       * rect.el (string-rectangle): Revert last change.
+       (string-rectangle-line): New arg DELETE.
+       (string-rectangle): Check delete-selection-mode.
+
+       * emacs-lisp/edebug.el (edebug-version)
+       (edebug-maintainer-address): Deleted.
+       (edebug-submit-bug-report): Just alias to report-emacs-bug.
+       (edebug-read-function): Account for other `'#' read forms.
+       (edebug-mode-menus): Make some items toggles.
+       (edebug-outside-unread-command-event, unread-command-event):
+       Remove these to avoid warnings.
+
+2000-11-22  David Ponce  <david@dponce.com>
+
+       * recentf.el (recentf-menu-items-for-commands)
+       (recentf-make-menu-items, recentf-make-menu-item)
+       (recentf-filter-changer): Added :help and :active menu-item properties.
+
+       (recentf-build-dir-rules, recentf-dump-variable)
+       (recentf-edit-list, recentf-open-files-item)
+       (recentf-open-files): Replaced unnecessary `mapcar' with new
+       built-in `mapc'.
+
+2000-11-23  Miles Bader  <miles@gnu.org>
+
+       * faces.el (menu): Make inverse-video on ttys too.
+
+2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * simple.el (comment-line-break-function): Use the new name
+       indent-new-comment-line -> comment-indent-new-line.
+       (clone-indirect-buffer): Don't ignore NORECORD.
+       (next-completion): Properly handle the case where items are adjacent.
+
+       * mouse.el (popup-menu): Stupid typo.
+
+2000-11-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/authors.el: Remove autoload cookies, add author,
+       maintainer, keywords tags.
+
+       * rect.el (replace-rectangle): Don't call string-rectangle-line
+       with too many arguments.
+
+2000-11-22  Andre Spiegel  <spiegel@gnu.org>
+
+       * ediff-util.el (ediff-file-checked-out-p)
+       (ediff-file-checked-in-p): Call vc-state instead of
+       vc-locking-user, which no longer exists.
+
+       * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
+
+2000-11-22  Dave Love  <fx@gnu.org>
+
+       * md5.el (md5): Provide.
+       (md5): Fix error call.
+
+2000-11-22  Miles Bader  <miles@gnu.org>
+
+       * textmodes/refill.el (refill-adjust-ignorable-overlay)
+       (refill-fill-paragraph-at): Remove debugging code.
+
+       * calendar/calendar.el (generate-calendar-window): When we don't
+       call `fit-window-to-buffer', make sure the top line is fully visible.
+
+       * image-file.el (insert-image-file): Don't make `read-only'
+       property rear-nonsticky.
+
+       * isearch.el (isearch-original-minibuffer-message-timeout): New var.
+       (isearch-mode): Set `minibuffer-message-timeout' to nil, after
+       stashing away its original value.
+       (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
+       in the recursive edit.
+       Bind `isearch-original-minibuffer-message-timeout' to protect it.
+       (isearch-done): Restore `minibuffer-message-timeout'.
+
+       * cus-start.el: Remove entry for `mode-line-inverse-video'.
+
+2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
+
+       * find-lisp.el (find-lisp-find-files-internal):
+       Use dolist, when and file-name-as-directory.
+
+       * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
+       (define-derived-mode, define-minor-mode): Add specs.
+
+       * window.el: General comment and spacing fixes.
+       (save-selected-window): Use backquotes.
+       (window-safely-shrinkable-p): New function.
+       (shrink-window-if-larger-than-buffer): Use it.
+
+       * subr.el (make-local-hook): Docstring fix.
+
+       * shell.el (shell-mode): Use define-derived-mode.
+
+       * newcomment.el (comment-indent): Insert comment before calling
+       comment-indent-function.  Don't insert in column 0.
+       (comment-dwim): Indent before inserting comment.
+
+       * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
+       (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
+       (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
+       Use mapc rather than map.
+
+       * files.el (find-buffer-visiting): Compare all attributes before
+       declaring two files identical (rather than just their inode-no).
+       (auto-mode-alist): Use \' rather than $.
+
+       * which-func.el: Update maintainer line.
+
+       * pcvs.el (uniquify-buffer-file-name): Remove advice.
+       * uniquify.el (uniquify-list-buffers-directory-modes): New var.
+       (uniquify-buffer-file-name): Use it.
+
+2000-11-22  Miles Bader  <miles@gnu.org>
+
+       * cus-start.el: Add entry for `minibuffer-prompt-properties'.
+       * simple.el (minibuffer-avoid-prompt): New function.
+
+2000-11-21  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (.SUFFIXES): Add .SUFFIXES.
+
+2000-11-21  Miles Bader  <miles@gnu.org>
+
+       * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
+       inclusion of `track-mouse'.
+
+       * textmodes/refill.el (refill-ignorable-overlay): New variable.
+       (refill-adjust-ignorable-overlay): New function.
+       (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
+       only the paragraph's tail if possible.
+       Update `refill-ignorable-overlay'.
+       (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
+
+       * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
+       point inside the fill-prefix.
+
+       * textmodes/refill.el (refill-post-command-function): Don't reset
+       refill-doit in the case where a self-insertion command doesn't
+       case a refill.  Use `refill-fill-paragraph-at', getting position
+       from `refill-doit'.
+       (refill-after-change-function): Set `refill-doit' to END.
+       (refill-fill-paragraph-at): New function, mostly from old
+       refill-fill-paragraph.
+       (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
+       (refill-pre-command-function): New function.
+       (refill-mode): Add it to `pre-command-hook'.
+
+2000-11-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * textmodes/artist.el (artist-mode): Fix autoload cookie.
+
+       * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
+       javadoc tags.
+
+2000-11-20  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el, vc-hooks.el: Undo prev change (moved functions back to
+       vc.el).
+
+       * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
+       require vc.
+
+       * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
+       checkouts.
+
+2000-11-20  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (DONTCOMPILE): Omit bindings.el.
+
+2000-11-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * calculator.el: New version from author.
+
+2000-11-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * info.el (info-menu-5): Doc fix.
+
+       * textmodes/artist.el: New file.
+
+2000-11-19  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
+       and differentiate according to checkout model.
+       (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
+       since this function is only concerned with master state.
+
+       * vc-hooks.el (vc-workfile-unchanged-p,
+       vc-default-workfile-unchanged-p): Moved here from vc.el.
+
+       * vc.el (vc-workfile-unchanged-p,
+       vc-default-workfile-unchanged-p): See above.
+
+2000-11-19  Miles Bader  <miles@gnu.org>
+
+       * image-file.el (insert-image-file): Make `intangible' and
+       `read-only' properties rear-nonsticky too.
+
+2000-11-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * ps-print.el: Update copyright notice.
+
+       * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
+       (tooltip-show): Use the offsets.
+
+       * bindings.el (mode-line-modified): Fix a typo.
+       (mode-line-toggle-modified, mode-line-widen)
+       (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
+
+2000-11-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * ps-print.el: Minor fixes from author.
+
+2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
+       (vc-version-backup-file): Docstring fix.
+
+2000-11-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * files.el (basic-save-buffer): Don't add a newline if
+       find-file-literally is non-nil.
+       (find-file-literally): Extend doc string.
+
+       * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
+       sort(1) with the `-f' argument.
+
+2000-11-16  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el: Updated backend documentation.
+       (vc-default-check-headers): New function.
+
+       * vc-{cvs,rcs,sccs}.el: Functions reordered.
+
+       * vc.el (vc-revert-buffer): Ask for confirmation if file seems
+       up-to-date.
+       (vc-do-command): In the asynchronous case, output messages only if
+       the minibuffer is not active.
+
+       * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
+       `vc-cvs-use-edit' is on.
+       (vc-cvs-checkout): When this is used for reverting the workfile,
+       make a backup of the original contents and revert to that in case
+       of error.
+       (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
+       remote repositories.
+
+       * vc.el (vc-annotate): Changed handling of prefix arg; now asks
+       for both version and ratio in the minibuffer.
+
+       * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
+       Use vc-do-command to perform the annotation, not call-process.
+
+2000-11-16  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/quail.el (quail-start-translation): Don't call
+       `message' before reading key sequence.
+
+2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
+
+       * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
+
+2000-11-16  Kenichi Handa  <handa@etl.go.jp>
+
+       * window.el (fit-window-to-buffer): Be sure to acquire at least
+       one text line even if the buffer is empty.
+
+2000-11-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * net/ange-ftp.el (ange-ftp-file-writable-p)
+       (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
+       ange-ftp-process-verbose to nil.
+
+2000-11-15  Dave Love  <fx@gnu.org>
+
+       * wid-edit.el (widget-specify-field, widget-specify-button): If
+       :help-echo is a function, set help-echo of overlay to
+       widget-mouse-help.
+       (widget-mouse-help): New function.
+       (widget-echo-help): Rewritten for :help-echo functions only taking
+       a widget arg.
+
+       * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
+       display-graphic-p.
+       (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
+       and that JPEG is available.
+       (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
+
+       * international/mule-cmds.el (locale-charset-language-names):
+       Match @euro.
+
 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
 
        * faces.el (face-set-after-frame-default): If
-       `inhibit-default-face-x-resources' is bound, don't intiialize the
+       `inhibit-default-face-x-resources' is bound, don't intialize the
        default face from X resources.
 
 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * calculator.el: New maintainer version.
 
-       * diff-mode.el (diff-imenu-generic-expression): Modify unidiff
-       pattern.
+       * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
 
        * cmuscheme.el: Doc fixes.
        (cmuscheme) <defgroup>: Use `scheme' as parent.
        available, using :enable to (de)activate them.
        (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
        (gud-mode-map): New map.
-       (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file) 
+       (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
        (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
        Don't set up gud's menu (it's done by the minor-mode).
        (gud-minibuffer-local-map): New.
        (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
        (texinfo-update-the-node, texinfo-sequentially-update-the-node)
        (texinfo-update-menu-same-level-regexps): Update.
-       (texinfo-update-node, texinfo-every-node-update) 
+       (texinfo-update-node, texinfo-every-node-update)
        (texinfo-sequential-node-update): Remove autoload cookie.
 
        * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
        (make-mode-line-mouse2-map): Rewritten.
        (mode-line-modified, mode-line-format, minor-mode-alist): Use new
        functions so that C-h k can show something with a doc string.
-       
+
        * startup.el (fancy-splash-delay): Set to 10 seconds.
        (fancy-splash-max-time): New user-option.
        (fancy-splash-stop-time): New variable.
        * frame.el (after-setting-font-hook): Rename hooks -> hook.
        (set-frame-font): Use the new name (and the old for compatibility).
 
-       * toolbar/tool-bar.el (tool-bar-mode): 
-       * time.el (display-time-mode): 
-       * recentf.el (recentf-mode): 
-       * paren.el (show-paren-mode): 
-       * mwheel.el (mouse-wheel-mode): 
-       * msb.el (msb-mode): 
-       * jka-compr.el (auto-compression-mode): 
-       * image-file.el (auto-image-file-mode): 
-       * hl-line.el (hl-line-mode): 
-       * delsel.el (delete-selection-mode): 
-       * autoinsert.el (auto-insert-mode): 
+       * toolbar/tool-bar.el (tool-bar-mode):
+       * time.el (display-time-mode):
+       * recentf.el (recentf-mode):
+       * paren.el (show-paren-mode):
+       * mwheel.el (mouse-wheel-mode):
+       * msb.el (msb-mode):
+       * jka-compr.el (auto-compression-mode):
+       * image-file.el (auto-image-file-mode):
+       * hl-line.el (hl-line-mode):
+       * delsel.el (delete-selection-mode):
+       * autoinsert.el (auto-insert-mode):
        * complete.el (partial-completion-mode): Drop unneeded positional args.
 
-       * info.el (Info-mode): 
-       * comint.el (comint-mode): Don't both with make-local-hook.
+       * info.el (Info-mode):
+       * comint.el (comint-mode): Don't bother with make-local-hook.
 
        * log-edit.el (log-edit-menu): New menu.
 
 
 2000-11-02  Miles Bader  <miles@gnu.org>
 
-       * calendar/calendar.el (diary-face, calendar-today-face) 
+       * calendar/calendar.el (diary-face, calendar-today-face)
        (holiday-face): Remove dependency on `window-system'.
 
 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
        column-number items.  Add help-echo for the background.
        (mode-line-mule-info): Modify help-echo.
 
-       * avoid.el (mouse-avoidance-mode): Add autoload cookie to
-       defcustom.
+       * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
 
        * files.el (load-file): Allow completion to .elc.