*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 1d6077e..95bcab0 100644 (file)
@@ -1,3 +1,814 @@
+2004-06-07  Juanma Barranquero  <lektu@terra.es>
+
+       * completion.el (completion-kill-region): Doc fix.
+
+       * format.el (format-insert-annotations)
+       (format-annotate-location): Doc fixes.
+       (format-subtract-regions): Make arguments match their use in
+       docstring.
+
+       * simple.el (kill-region): Doc fix.
+
+       * subr.el (insert-buffer-substring-no-properties)
+       (insert-buffer-substring-as-yank): Doc fixes.
+
+2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * dired.el (dired-undo): Call `dired-build-subdir-alist'.
+       Limit scope of `buffer-read-only' binding.
+
+2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
+
+       * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
+       eshell-explicit-command-char.
+
+2004-06-06  Juanma Barranquero  <lektu@terra.es>
+
+       * help-fns.el (help-argument-name): Inherit from italic face only
+       if the frame supports it.
+
+2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm,
+       * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
+       * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
+       * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
+       * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
+       * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
+       * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
+       New conversions from xpm files.
+
+       * toolbar/README: New file.
+
+2004-06-06  Richard M. Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-mode-map): Undo previous change.
+
+2004-06-05  Juri Linkov  <juri@jurta.org>
+
+       * bindings.el (debug-ignored-errors): Add regexps for history
+       related messages.  Remove $ from "No further undo information".
+       Move Ediff's messages to ediff.el.
+
+       * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
+
+       * cus-edit.el (custom-display): Add `min-colors'.
+
+       * custom.el (defface): Add `supports' to docstring.
+
+       * help-fns.el (help-argument-name): Add :group 'help.
+
+2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * find-dired.el (find-ls-subdir-switches): New user option.
+       (find-dired): No longer call `abbreviate-file-name' on DIR.
+       Set `dired-subdir-switches' buffer-locally.
+
+       * locate.el: Merge the two `Commentary' sections.
+       (locate-ls-subdir-switches): New user option.
+       (locate): Update for other changes.
+       (locate-mode-map): Restore Dired binding for mouse-2.
+       Bind `locate-mouse-view-file' to M-mouse-2.
+       Bind `l' to `locate-do-redisplay'.
+       (locate-main-listing-line-p, locate-do-redisplay): New functions.
+       (locate-mouse-view-file, locate-tags, locate-find-directory):
+       Print message if used outside main listing.
+       (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
+       Various changes to support inserted subdirectories.
+       (locate-insert-header): Change header of *Locate* buffer.
+
+       * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
+       Change interactive default switches.
+       (dired-rename-subdir-2): Update `dired-switches-alist'.
+       (dired-insert-subdir, dired-kill-subdir):
+       Handle `dired-switches-alist'.  Do not mark buffer modified.
+       (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
+       (dired-insert-subdir-doinsert): Omit messages.
+       Handle `dired-subdir-switches'.
+       (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
+
+       * dired.el (dired-subdir-switches, dired-switches-alist):
+       New vars.
+       (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
+       subdirs if -R switch is used for a subdir.
+       (dired-mode): Set `dired-switches-alist'.
+       (dired-build-subdir-alist): Only print number of directories in
+       echo area when invoked interactively.
+
+2004-06-05  Lars Hansen  <larsh@math.ku.dk>
+
+       * dired-x.el (dired-omit-mode): Rename from
+       dired-omit-files-p.  Use define-minor-mode to define it.
+       (dired-omit-files-p): Add as alias for dired-omit-mode.
+       (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
+       dired-mark-omitted.
+       (dired-mark-omitted): Add.  Bind to M-O.
+
+2004-06-05  Kenichi Handa  <handa@m17n.org>
+
+       * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
+
+2004-06-05  Juanma Barranquero  <lektu@terra.es>
+
+       * help-fns.el (help-argument-name): Reintroduce face.
+       (help-default-arg-highlight): Use it, now that
+       `face-differs-from-default-p' can be trusted.
+
+2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
+
+       * textmodes/table.el: Sentence commands added to Point Motion
+       group; kill and backward-kill commands added to Extraction group.
+
+2004-06-04  Mario Lang  <mlang@delysid.org>
+
+       * battery.el (battery-linux-proc-acpi): mA was hardcored, but some
+       systems appear to use mW, make the code handle this.  Fix a
+       division-by-zero bug while at it, and handle kernels with
+       a slightly different layout in /proc/acpi.
+
+2004-06-04  Karl Fogel  <kfogel@red-bean.com>
+
+       * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
+       because the latter is a CL-ism.  This fixes the bug reported by
+       Shawn Boyette <mdxi@collapsar.net> in
+        http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
+
+2004-06-04  Miles Bader  <miles@gnu.org>
+
+       * faces.el (display-supports-face-attributes-p): Function moved to
+       C code.  Previously only the tty-related portion of this function
+       was done in C; however the previous attempt to do a halfway-proper
+       job for non-tty displays in lisp didn't work properly because of
+       funny conditions during Emacs startup.
+       (face-differs-from-default-p): Simplify, now that
+       display-supports-face-attributes-p works properly on all display
+       types.  Remove :stipple from comparison; it doesn't really work
+       in emacs anyway.
+
+2004-06-04  Miles Bader  <miles@gnu.org>
+
+       * faces.el (face-differs-from-default-p): Use a different
+       implementation, so we can really check whether FACE displays
+       differently or not.
+
+2004-06-04  Miles Bader  <miles@gnu.org>
+
+       * faces.el (display-supports-face-attributes-p): Implement a
+       `different from default' check for non-tty displays.
+
+2004-06-03  David Kastrup  <dak@gnu.org>
+
+       * woman.el (woman-mapcan): More concise code.
+       (woman-topic-all-completions, woman-topic-all-completions-1)
+       (woman-topic-all-completions-merge): Replace by a simpler and
+       much faster implementation based on O(n log n) sort/merge instead
+       of the old O(n^2) behavior.
+
+2004-06-03  Miles Bader  <miles@gnu.org>
+
+       * subr.el (read-number): Use canonical format for default in prompt.
+
+       * minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add
+       regexp for " [...]" style defaults.
+
+2004-06-02  Romain Francoise  <romain@orebokech.com>
+
+       * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
+       groups: if the user asks for a hidden buffer, open the
+       corresponding filter group to expose it.
+
+       * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
+       `ibuffer-jump-to-buffer'.
+       (ibuffer-jump-offer-only-visible-buffers): New user option.
+
+2004-06-02  Juanma Barranquero  <lektu@terra.es>
+
+       * faces.el (frame-update-faces): Add empty docstring so the one
+       for `ignore' doesn't show through.
+
+       * subr.el (process-kill-without-query): Remove spurious "\n" on
+       obsolescence string.
+       (focus-frame, unfocus-frame): Add obsolescence declaration and
+       empty docstring.
+
+       * international/mule.el (register-char-codings): Make alias for
+       `ignore'.  Move docstring to obsolescence info and remove
+       redundancy.
+
+2004-06-02  Kim F. Storm  <storm@cua.dk>
+
+       * frame.el (blink-cursor-start): Turn cursor off initially so blink
+       starts after blink-cursor-delay rather than 2*blink-cursor-delay.
+
+2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-arch.el (vc-arch-state): Don't assume the file exists.
+
+2004-05-31  Lars Hansen  <larsh@math.ku.dk>
+
+       * desktop.el (desktop-save): Don't save minor modes without a
+       known mode initialization function.
+
+2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * replace.el (query-replace-interactive): Convert defvar -> defcustom.
+
+       * autorevert.el: Update `Commentary' section.
+
+2004-05-30  Juanma Barranquero  <lektu@terra.es>
+
+       * dos-fns.el (convert-standard-filename):
+       * files.el (convert-standard-filename):
+       * w32-fns.el (convert-standard-filename):
+       Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
+
+2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
+
+       Sync with Tramp.
+
+       * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
+       (tramp-let-maybe): Move to an earlier spot in the file.
+       Patch by Andreas Schwab.
+
+2004-05-30  Andreas Schwab  <schwab@suse.de>
+
+       * dired.el (dired-get-filename): Don't use dired-re-dot.
+
+2004-05-30  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (find-file): Doc fix.
+
+       * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
+
+2004-05-30  Nick Roberts  <nickrob@gnu.org>
+
+       * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
+       (gdb-locals-mode, gdb-frame-handler): Display current frame in the
+       modeline of the locals buffer.
+       (gdb-goto-breakpoint): Handle gdbmi.
+       (gdb-get-frame-number): Change for gdbmi.
+
+2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.el (file-remote-p): Apply file name handler for operation
+       `file-remote-p'.  It isn' a property any longer.
+       (file-relative-name): `fh' and `fd' get the required value via
+       `find-file-name-handler' already.
+
+       * ange-ftp.el (ange-ftp-file-remote-p): New defun.
+       (top): Remove setting of `file-remote-p' property for
+       `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
+
+2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       Version 2.0.41 of Tramp released.
+
+       * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
+       Throw away if process has died.
+       Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
+       (tramp-out-of-band-prompt-regexp): Rename to
+       `tramp-process-alive-regexp', because its usage is widen.
+       (tramp-actions-copy-out-of-band): Apply it.
+       (tramp-actions-before-shell, tramp-multi-actions):
+       Add `tramp-action-process-alive' action.
+       (tramp-action-process-alive): New defun.
+       (tramp-file-name-handler-alist, tramp-file-name-for-operation):
+       Add entry for `file-remote-p'.
+       (tramp-handle-file-remote-p): New defun.
+       (top): Remove setting of `file-remote-p'.  Don't set
+       `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
+
+       * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
+       `file-remote-p'.
+
+       * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
+       counted for (last) line.  [They should or they shouldn't?  --Stef]
+       Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
+
+2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
+
+       * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
+       not really necessary but seems to keep the shell history smaller
+       in some cases.  It is no substitute for setting HISTFILE and
+       HISTSIZE from tramp-open-connection-setup-interactive-shell,
+       though.  Suggested by Luc Teirlinck.
+       (tramp-open-connection-setup-interactive-shell): Export variables
+       HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
+       (tramp-set-process-query-on-exit-flag): New compat function.
+       (tramp-open-connection-multi, tramp-open-connection-su)
+       (tramp-open-connection-rsh, tramp-open-connection-telnet)
+       (tramp-do-copy-or-rename-file-out-of-band): Use it.
+       (tramp-let-maybe): New macro, let-binds a variable only if it
+       isn't obsolete.
+       (tramp-check-ls-commands, tramp-handle-expand-file-name)
+       (tramp-handle-file-truename): Use it.
+       (tramp-completion-file-name-regexp-unified): Avoid matching
+       filenames starting with "/:" -- those are reserved for
+       file-name-non-special.
+
+       * tramp-smb.el (tramp-smb-open-connection):
+       Use tramp-set-process-query-on-exit-flag compat function.
+
+2004-05-29  Richard M. Stallman  <rms@gnu.org>
+
+       * net/browse-url.el (browse-url-interactive-arg): Doc fix.
+
+       * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
+       (eval-last-sexp-print-value): Print char equivalent regardless
+       of standard-output value.
+
+       * thumbs.el (thumbs-subst-char-in-string): Delete.
+       (thumbs-thumbname): Use subst-char-in-string.
+       (thumbs-resize-image): Use condition-case, not ignore-errors.
+       (thumbs-kill-buffer): Likewise.
+
+       * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
+       (thumbs-mode): Make buffer read-only.
+       (thumbs-make-thumb): Unconditionally accept an existing file.
+       (thumbs-insert-thumb): Add thumb-image-file property to the image.
+       (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
+       (thumbs-show-thumbs-list): Error if images not supported.
+       (thumbs-save-current-image): Improve prompt string.
+       (thumbs-mode-map): Define u, R, x.
+       (thumbs-unmark): New command.
+       (thumbs-emboss-image): Minor cleanup.
+       (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
+       (thumbs-rename-images): New command.
+       (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
+
+       * thumbs.el (thumbs-current-image): New function.
+       (thumbs-file-list, thumbs-file-alist): New functions.
+       (thumbs-find-image): Delete arg L.
+       Don't set up thumbs-fileL as buffer-local global var.
+       (thumbs-find-image-at-point): Use thumbs-current-image.
+       (thumbs-set-image-at-point-to-root-window): Likewise.
+       (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
+       Record and warn about errors.  Update thumbs-markedL for deletions.
+       (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
+       (thumbs-redraw-buffer): Use thumbs-file-list.
+       (thumbs-mark): Use thumbs-current-image.
+       (thumbs-show-name): Use thumbs-current-image.
+
+       * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
+       and imenu--last-menubar-index-alist.
+
+       * subr.el (with-selected-window): Undo previous change.
+
+2004-05-29  John Paul Wallington  <jpw@gnu.org>
+
+       * thumbs.el (thumbs-show-name): Do nothing if no image at point.
+       (thumbs-mouse-find-image): New command.
+       (thumbs-mode-map): Bind it to mouse-2.
+       (thumbs-mode): Make mode-class special.
+       (thumbs-view-image-mode): Likewise.
+
+2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
+
+       * flymake.el: New file.
+
+2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * files.el (find-file-noselect-1): Do not bind
+       `inhibit-read-only' to t during execution of
+       `find-file-not-found-functions'.
+
+2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
+       * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
+
+2004-05-28  Juri Linkov  <juri@jurta.org>
+
+       * simple.el (eval-expression-print-format): New fun.
+
+       * simple.el (eval-expression):
+       * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
+       * emacs-lisp/edebug.el (edebug-compute-previous-result)
+       (edebug-eval-expression): Print additionally the value returned by
+       `eval-expression-print-format'.
+
+       * emacs-lisp/lisp.el (insert-pair-alist): New var.
+       (insert-pair): Make arguments optional.  Find character pair
+       from `insert-pair-alist' according to the last input event.
+       (insert-parentheses): Make arguments optional.
+       (raise-sexp, delete-pair): New funs.
+
+       * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
+       (emacs-lisp-mode-map, lisp-interaction-mode-map):
+       Bind C-M-q to `indent-pp-sexp'.
+
+       * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
+       `pp-to-string' modified to be able to format text with newlines.
+       (pp-to-string): Move the buffer-formatting part of the code to
+       `pp-buffer'.  Call `pp-buffer'.
+
+       * info.el (Info-desktop-buffer-misc-data): Don't save information
+       about virtual files.
+       (Info-restore-desktop-buffer): Restore Info buffers in prepared
+       buffers with names obtained from the desktop file instead of the
+       default *info* buffer.
+
+2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (with-selected-window): Only save/restore the selected window.
+
+       * progmodes/compile.el (compilation-error-regexp-alist):
+       Use expand-file-name and data-directory.
+
+       * progmodes/grep.el (grep-tree): Rework previous fix.
+
+       * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
+       after the user marked text with the mouse.
+
+       * startup.el (command-line): Keep the first regexp of
+       auto-save-file-name-transforms intact.
+
+2004-05-28  Juanma Barranquero  <lektu@terra.es>
+
+       * cus-edit.el (customize-face, customize-face-other-window)
+       (custom-face-edit-delete): Make arguments match their use in
+       docstring.
+       (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
+       docstring.
+
+       * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
+       not `cvs-butlast'.
+
+       * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
+       `nbutlast' are in subr.el).
+
+       * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
+       (set-w32-system-coding-system): Doc fixes.
+
+       * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
+       (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
+       Make arguments match their use in docstring.
+       (artist-draw-region-trim-line-endings)
+       (artist-mouse-choose-operation): Fix typo in docstring.
+       (artist-key-set-point-common): Doc fix.
+
+2004-05-28  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el (smtpmail-open-stream):
+       Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
+
+2004-05-26  Simon Josefsson  <jas@extundo.com>
+
+       * starttls.el: Merge with my GNUTLS based starttls.el.
+       (starttls-gnutls-program, starttls-use-gnutls)
+       (starttls-extra-arguments, starttls-process-connection-type)
+       (starttls-connect, starttls-failure, starttls-success): New variables.
+       (starttls-program, starttls-extra-args): Doc fix.
+       (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
+       (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
+       and pass on to corresponding *-gnutls function if it is set.
+
+2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * autorevert.el (auto-revert-handler): Disable auto-reverting of
+       remote files.
+
+2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.el (file-name-non-special): There are more operations
+       which need handling: `find-backup-file-name',
+       `insert-file-contents', `verify-visited-file-modtime',
+       `write-region'.  Rename t value of method to `add'.  Add new
+       methods `quote' and `unquote-then-quote' to file-arg-indices.
+
+2004-05-25  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-toc): Call Info-mode on intermediate buffer.
+       (Info-index-nodes): Enclose code in condition-case to catch errors.
+       (Info-index-node): Don't search all index nodes if request is only
+       for the current node and file is not in the cache of index nodes.
+       (Info-mode-map): Bind Info-copy-current-node-name to `w'
+       for consistency with dired-copy-filename-as-kill.
+       Bind `S' to Info-search-case-sensitively.
+       (Info-copy-current-node-name): New arg.  With zero prefix arg put
+       the name inside a function call to `info'.  Display copied text in
+       the echo area.
+
+2004-05-25  Sam Steingold  <sds@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
+       strip the package prefix from the symbol name, if any.
+       Make it the `find-tag-default-function' for `lisp-mode'.
+
+2004-05-25  John Paul Wallington  <jpw@gnu.org>
+
+       * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
+       instead of obsolete `process-kill-without-query'.
+
+       * textmodes/texinfmt.el (texinfo-indexvar-alist):
+       Declare as variable, not constant.
+
+2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * files.el (find-file-noselect-1): Fix bug introduced by
+       Revision 1.694.  As a side effect, `inhibit-read-only'
+       is again, by default, t during execution of
+       `find-file-not-found-functions'.
+       (insert-directory): Check that lines were really inserted by
+       the --dired switch, before erasing them.
+
+2004-05-24  Nick Roberts  <nickrob@gnu.org>
+
+       * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
+       (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
+       (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
+       (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
+       gud-minor-mode (gdbmi).
+
+2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
+
+       * net/browse-url.el (browse-url-interactive-arg): Enable user to
+       explicitly select the text to be taken as URL.
+
+2004-05-23  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-index-nodes): New var and fun.
+       (Info-goto-index, Info-index, info-apropos)
+       (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
+       (Info-index): Fix docstring.  Store and restore Info-history-list.
+       (Info-complete-nodes): New var.
+       (Info-complete-menu-item): Use it.
+       (Info-index-node): New fun.
+       (Info-final-node, Info-forward-node, Info-backward-node)
+       (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
+       Use Info-index-node.
+       (Info-extract-menu-item, Info-extract-menu-counting): Set second
+       arg of `Info-extract-menu-node-name' to non-nil for index nodes.
+       (Info-find-node-2): If a node with period in its name not found,
+       try to find a node without the name part after period.
+       (Info-select-node): Call Info-fontify-node only if
+       Info-fontify-maximum-menu-size is not nil.
+       (info-apropos): Set Info-fontify-maximum-menu-size to nil.
+       (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
+       Preserve Info-history-list.
+       (Info-toc): Set Info-current-file.
+       (Info-build-toc): Move point to the beginning of the buffer.
+       Add main-file variable.
+       (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
+       Use backslashed representation of the control character ^_.
+
+       * textmodes/texinfmt.el (texinfo-print-index): Print index line
+       numbers in the new Texinfo 4.7 format.
+
+       * add-log.el (change-log-font-lock-keywords): Remove `:' from
+       regexps for function and variable names.
+
+       * descr-text.el (describe-property-list): Add [show] button for
+       `syntax-table' property with action to pp to a separate buffer.
+       (describe-char): Replace search-forward by re-search-forward with
+       whitespace regexp after "character:" to not fail in too narrow windows.
+
+       * simple.el (next-error-find-buffer): Add a rule to return
+       next-error capable buffer if one window on the selected frame
+       displays such buffer.
+
+2004-05-23  Nick Roberts  <nickrob@gnu.org>
+
+       * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
+       (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
+       (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
+       (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
+       (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
+       Handle new value for gud-minor-mode (gdbmi).
+       (gdb-buffer-type, gdb-input-queue, gdb-prompting)
+       (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
+       Change from local to global gdb variable set.
+       (gdb-ann3): Initialise above gdb variable set.
+       (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
+       (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
+       (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
+       (gdb-stopped, gdb-post-prompt, gdb-concat-output)
+       (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
+       (gdb-info-locals-handler, gdb-invalidate-assembler)
+       (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
+       set as global variables.
+       (gdb-get-create-buffer): Don't make gud-comint buffer-local.
+       Handle gdbmi.
+       (gdb-info-breakpoints-custom): Fix regexp.
+       (def-gdb-var): Delete.
+
+       * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
+       (gud-speedbar-buttons, gud-sentinel, gud-display-line)
+       (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
+       a new mode.  The file (gdb-mi.el) for this mode will be included
+       with the GDB distribution (6.2 onwards) and will use GDB/MI as its
+       primary interface.
+
+2004-05-23  Jesper Harder  <harder@ifa.au.dk>
+
+       * progmodes/grep.el (grep-tree): Ensure that DIR argument is
+       interpreted as a directory.
+
+2004-05-22  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
+       as a close quote.
+
+       * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
+
+       * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
+       Use assoc-string, not assoc-ignore-case.
+
+       * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
+
+       * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
+       If moving back then fwd gets a defun that ends before point,
+       try again moving fwd then back.
+
+       * files.el (file-name-non-special): Allow t in file-arg-indices
+       to mean requote the return value.  Use `identity' as an element
+       rather than as the whole value.
+
+       * gs.el (gs-options): Add -dSAFER.  Mark it risky.
+
+2004-05-22  Juanma Barranquero  <lektu@terra.es>
+
+       * help-fns.el (help-add-fundoc-usage): Use %S only for output of
+       `help-make-usage'.
+       (help-highlight-arguments): Skip function name before searching
+       for arguments.
+
+2004-05-21  Juanma Barranquero  <lektu@terra.es>
+
+       * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
+       Don't mention in the docstring these arguments meant for
+       internal (recursive) use only.
+       (allout-char-spec): Comment out (it's not implemented).
+       (allout-old-expose-topic, allout-exposure): Fix docstring and add
+       obsolescence declaration.
+       (allout-flatten-exposed-to-buffer)
+       (allout-indented-exposed-to-buffer): Fix typos in docstring.
+       (my-mark-marker): Doc fix.
+       (produce-allout-mode-map, allout-sibling-index)
+       (allout-isearch-expose, allout-distinctive-bullet)
+       (allout-open-topic, allout-reindent-body)
+       (allout-rebullet-heading, allout-process-exposed)
+       (allout-insert-listified, allout-latex-verb-quote)
+       (allout-insert-latex-header, allout-insert-latex-trailer):
+       Make arguments match their use in docstring.
+       (allout-primary-bullet, allout-old-style-prefixes)
+       (allout-inhibit-protection, allout-init, allout-mode)
+       (allout-before-change-protect, allout-flag-region):
+       Use "Emacs" instead of "emacs" in docstrings.
+
+2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
+
+       * international/characters.el: Modify syntax of more characters.
+
+2004-05-21  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
+       (etags-tags-completion-table): Show parsing progress.
+
+2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * locate.el (locate-prompt-for-command): Shorten first line of
+       docstring.
+       (locate-mode): Expand docstring and include keymap summary.
+
+       * files.el (find-file-noselect-1): Limit the scope of the
+       `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
+       is, by default, nil during the execution of
+       `find-file-not-found-functions' and `find-file-hook'.
+
+2004-05-20  Michael Mauger  <mmaug@yahoo.com>
+
+       * facemenu.el (facemenu-color-name-equal): New function.
+       (list-colors-display): Use it to compare colors instead of
+       facemenu-color-equal.
+
+2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * compare-w.el (compare-windows-face): Use min-colors instead of
+       checking for tty or pc types.
+
+2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
+       (completion-setup-function): Use with-current-buffer.
+       Properly save excursion.  Simplify.
+       Don't assume there is necessarily a `mouse-face' property somewhere.
+
+       * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
+
+       * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
+
+       * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
+       (byte-compile-log-1): Don't call (byte-goto-log-buffer).
+       Use with-current-buffer.
+       (byte-goto-log-buffer): Delete.
+       (byte-compile-log-file): Call compilation-forget-errors.
+
+2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
+
+       * net/ldap.el (ldap-search-internal): Avoid mixing standard error
+       output messages into the search result.
+
+2004-05-19  Masatake YAMATO  <jet@gyve.org>
+
+       * wid-edit.el (widget-radio-button-notify): Revert my last
+       change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
+
+2004-05-19  Kenichi Handa  <handa@m17n.org>
+
+       * international/characters.el: Fix syntax (open/close) of CJK chars.
+
+2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
+
+       * help-mode.el (help-go-back): Don't depend on position of back button.
+
+2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
+       files files don't contain an accidental additional /.
+
+       * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
+       in source buffer.
+
+2004-05-18  Masatake YAMATO  <jet@gyve.org>
+
+       * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
+       to widget-apply.  :action method assumes 2 arguments, not 3.
+
+2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
+       New constants.
+       (hs-special-modes-alist): Add an f90-mode entry.
+
+2004-05-17  Sam Steingold  <sds@gnu.org>
+
+       * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
+       Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
+
+2004-05-16  Kim F. Storm  <storm@cua.dk>
+
+       * emacs-lisp/timer.el (timer-event-handler): Fix last change.
+
+2004-05-15  John Wiegley  <johnw@newartisans.com>
+
+       * eshell/esh-io.el (eshell-get-target): Whitespace changes.
+       (eshell-output-object-to-target): Improve output speed 20% by not
+       calling `eshell-stringify' if something is already known to be a string.
+
+2004-05-15  Alex Ott  <ott@jet.msk.su>
+
+       * textmodes/ispell.el (ispell-local-dictionary-alist):
+       Add windows-1251 to the choice of coding systems.
+       (ispell-dictionary-alist-6): Add support for "russianw.aff",
+       encoded in cp1251.
+
+2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/compile.el (compilation-warning-face)
+       (compilation-info-face): Use min-colors.
+
+2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
+       * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
+       * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
+       * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
+       * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
+       * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
+       * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
+       * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
+       * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
+       * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
+       * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
+       * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
+       * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
+       * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
+
+2004-05-15  Kim F. Storm  <storm@cua.dk>
+
+       * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
+       Use it to set triggered-p element of timer.
+       (timer-event-handler): Set triggered-p element non-nil while running
+       the timer function.
+
+2004-05-14  David Ponce  <david@dponce.com>
+
+       * tree-widget.el: New file.
+
+2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
+
+       * language/european.el ("Brazilian Portuguese"): Add support for
+       Brazilian Portuguese.
+
+2004-05-13  John Wiegley  <johnw@newartisans.com>
+
+       * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
+       `recentf-mode' if this variable has been customized to t.
+
+       * eshell/esh-test.el (eshell-test): Call the function
+       `emacs-version' rather than trying to build a custom version string.
+
 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * net/telnet.el (telnet-mode): Use define-derived-mode.
 
        * faces.el (face-spec-set-match-display): Handle type gtk in display.
 
+2004-05-12  Kenichi Handa  <handa@m17n.org>
+
+       * descr-text.el: Require quail at comile time.
+       (describe-char): If an input method is on and it supports the
+       character, show how to input it.
+
+       * international/quail.el (quail-install-decode-map): Accept a
+       char-table whose subtype is `quail-decode-map'.
+       (quail-store-decode-map-key, quail-gen-decode-map1)
+       (quail-gen-decode-map, quail-find-key1, quail-find-key)
+       (quail-show-key): New functions.
+
 2004-05-12  Juanma Barranquero  <lektu@terra.es>
 
        * generic.el (define-generic-mode): Remove redundant arglist info.
 
 2004-05-11  Juanma Barranquero  <lektu@terra.es>
 
-       * custom.el (custom-initialize-default, defcustom): Typo in docstring.
+       * custom.el (custom-initialize-default, defcustom):
+       Fix typo in docstring.
 
        * files.el (set-visited-file-name, file-expand-wildcards):
        Fix docstring.
        list of arguments in a string.
        (help-highlight-arguments): Highlight the function arguments and
        all uses of them in the docstring.
-       (describe-function-1): Use it. Do docstring output via `insert',
+       (describe-function-1): Use it.  Do docstring output via `insert',
        not 'princ', so text attributes are preserved.
 
        * winner.el (winner-mode-map): Move `winner-undo' and
        (bibtex-parse-entry): Fix docstring.
        (bibtex-print-help-message): Use bibtex-field-list.
        (bibtex-make-field): Use bibtex-field-list.
-       (bibtex-entry-index): Bugfix. Return crossref key if required.
+       (bibtex-entry-index): Bugfix.  Return crossref key if required.
        (bibtex-lessp): Fix docstring.
 
 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
        * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
        than duplicate call to `line-beginning-position'.
 
-       * progmodes/f90.el (f90-get-present-comment-type): Return
-       whitespace, as well as comment chars, for consistent filling
+       * progmodes/f90.el (f90-get-present-comment-type):
+       Return whitespace, as well as comment chars, for consistent filling
        of comment blocks.  Use `match-string-no-properties'.
-       (f90-break-line): Do not leave trailing whitespace when filling
-       comments.
+       (f90-break-line): Trim trailing whitespace when filling comments.
 
 2004-04-30  Dave Love  <fx@gnu.org>
 
        * calendar/diary-lib.el (diary-outlook-formats): New variable.
        (diary-from-outlook-internal, diary-from-outlook)
-       (diary-from-outlook-gnus, diary-from-outlook-rmail): New
-       functions to import diary entries from Outlook-format
+       (diary-from-outlook-gnus, diary-from-outlook-rmail):
+       New functions to import diary entries from Outlook-format
        appointments in mail messages.
 
 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/sql.el (sql-product-alist): Rename variable
        `sql-product-support'.  Add Postgres login parameters.
-       (sql-set-product, sql-product-feature): Update with renamed
-       variable.
+       (sql-set-product, sql-product-feature): Update with renamed variable.
        (sql-connect-postgres): Add username prompt.
        (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
        Make patterns less product specific.
-       (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
+       (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
        (sql-mode-abbrev-table): Modify initialization.
        (sql-builtin-face): Add variable.
        (sql-keywords-re): Add macro.
        (sql-mode-sqlite-font-lock-keywords)
        (sql-mode-db2-font-lock-keywords): Default to nil.
        (sql-product-font-lock): Always highlight ANSI keywords.
-       (sql-add-product-keywords): Made similar to
-       `font-lock-add-keywords'.
+       (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
        (sql-send-string): Add function.
 
 2004-04-29  Dave Love  <fx@gnu.org>
 
 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * printing.el: Dox fix.
+       * printing.el: Doc fix.
 
 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
 
 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-hooks.el (vc-file-not-found-hook): Fix typo.
-       From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
+       From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
 
 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
 
        if the source location can't be found.
        (edebug-compute-previous-result): Use prin1-char.
 
-       * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
+       * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
        (debug-ignored-errors): Add an entry.
 
        * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
 
 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
 
-       * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
+       * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
        and vc-BACKEND-diff.
        (vc-print-log): If the print-log implementation supports it, use
        the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
        (ffap-file-at-point): Use the new regexp to strip the prompts from
        the file names.  This is an issue mostly for user prompts that
        don't have a trailing space and find-file-at-point is invoked from
-       within a shell inside emacs.
+       within a shell inside Emacs.
 
 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
 
@@ -7290,7 +8111,7 @@ See ChangeLog.10 for earlier changes.
 ;; coding: iso-2022-7bit
 ;; End:
 
-    Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+    Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.