*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 04cf2be..3cce2f2 100644 (file)
+2006-03-16  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-edit-input): Use selected match, if any.
+
+2006-03-16  Bill Wohler  <wohler@newt.com>
+
+       * image.el (image-load-path-for-library): Prefer user's images in
+       image-load-path.
+
+2006-03-16  Martin Rudalics  <rudalics@gmx.at>
+
+       * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
+       when checking for attempt to drag leftmost or rightmost scrollbar.
+
+2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
+       (gdb-force-mode-line-update): New function.
+       (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
+       (gdb-exited): Use them.
+       (gdb-signal): New fuction.
+       (gdb-annotation-rules): Provide a rule for it.
+
+2006-03-16  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (auto-coding-regexp-alist): Add entries
+       for Unicode BOM.
+
+       * sort.el (sort-build-lists): Temporarily bind
+       inhibit-field-text-motion to t.
+
+2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * locate.el (locate-command, locate-make-command-line)
+       (locate-fcodes-file, locate-update-command)
+       (locate-prompt-for-command, locate, locate-with-filter)
+       (locate-get-file-positions): Doc fixes.
+       (locate-buffer-name, locate-header-face): Remove leading `*' in
+       defcustom.
+       (locate-filter-output): Use `keep-lines' instead of its alias
+       `delete-non-matching-lines'.
+       (locate-get-filename, locate-get-dirname): Add introductory comment.
+       (locate-find-directory-other-window): Give appropriate error
+       message if used outside main listing.
+
+2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
+       the new extend-region feature.
+       (font-lock-after-change-function): Update correspondingly.
+       * jit-lock.el (jit-lock-after-change): Update correspondingly.
+       * progmodes/grep.el (font-lock-lines-before): Don't disable.
+
+2006-03-15  Bill Wohler  <wohler@newt.com>
+
+       * image.el (image-load-path-for-library): Fix example by not
+       recommending that one binds image-load-path. Just defvar it to
+       placate compiler and only use it if previously defined.
+
+2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-insert-centered): Use `string-width' to
+       make underlining work for wide characters.
+       (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
+       TAB to `org-cycle', to make sure that no binding in
+       `outline-mode-map' can supercede it.
+
+2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el: Increment version to 2.2.1 in file commentary.
+
+       (allout-version): Increment to 2.2.1.
+
+       (allout-default-layout): New customization variable, used when the
+       file lacks a specific allout-layout.  Uses allout-layout-type for
+       recursively nested definition.
+
+       (allout-layout-type): Widget defining allout layouts, necessary for
+       self-recursive definition.
+
+       (allout-mode): Incorporate allout-default-layout as fallback for
+       allout-layout.
+
+       (allout-layout): Mark as 'safe-local-variable', and refer mention
+       fallback to `allout-default-layout' in absence of a specified value.
+       (allout-passphrase-verifier-string)
+       (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
+
+       (allout-file-passphrase-verifier-string): Obsolete variable, removed.
+
+       (allout-get-encryption-passphrase-verifier): Use correct name of
+       passphrase verifier in docstring.
+
+2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
+       elements.
+       (gdb-find-watch-expression): Make it work for arrays too.  Follow
+       change to gdb-var-list.
+       (gud-watch): Allow the user to enter variable name with a prexix
+       arg.  Create keybindings.
+       (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
+       (gdb-var-list-children-handler, gdb-var-update-handler)
+       (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
+       (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
+       Follow change to gdb-var-list.
+       (gdb-starting): Don't show the overlay arrows when program is
+       running.
+
+       * progmodes/gud.el (gud-speedbar-buttons): Follow change to
+       gdb-var-list.
+
+2006-03-14  Bill Wohler  <wohler@newt.com>
+
+       * image.el (image-load-path-for-library): Pass value of path
+       rather than symbol.  Always return list of directories.  Guarantee
+       that image directory comes first.
+
+2006-03-14  Alan Mackenzie  <acm@muc.de>
+
+       * font-core.el: New function/variable
+       font-lock-extend-region\(-function\)?.
+
+       * font-lock.el (font-lock-after-change-function): Call
+       font-lock-extend-region.  Obey font-lock-lines-before.
+       (font-lock-default-fontify-region): Remove reference to
+       font-lock-lines-before.
+
+       * jit-lock.el (jit-lock-after-change): Call
+       font-lock-extend-region.  Obey font-lock-lines-before.
+
+2006-03-14  David Ponce  <david@dponce.com>
+
+       * tree-widget.el (tree-widget-themes-load-path)
+       (tree-widget-themes-directory, tree-widget-theme): Doc fix.
+
+2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
+
+       * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
+       (rcirc-print): Mark the start of text at the end of the prompt.
+       (rcirc-track-minor-mode): Add autoload cookie.
+       (rcirc-update-activity-string): Add space to front of mode-line
+       indicator.
+
+2006-03-13  Miles Bader  <miles@gnu.org>
+
+       * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
+       (rcirc-abbrev-nick): Remove function.
+       (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
+
+2006-03-13  David Ponce  <david@dponce.com>
+
+       * tree-widget.el: Handle themes across all occurrences of the main
+       themes sub-directory found in tree-widget-themes-load-path.
+       (tree-widget-themes-directory, tree-widget-theme): Doc fix.
+       (tree-widget--locate-sub-directory): Return all occurrences.
+       (tree-widget-themes-path): New function.  Replace
+       tree-widget-themes-directory, and return a list of directories.
+       (tree-widget-set-parent-theme)
+       (tree-widget-lookup-image): Use it.
+
+2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-link-search): Avoid self-matching of
+       links, allow target text to be distributed over several lines.
+       (org-search-not-link): New function.
+       (org-set-regexps-and-options, org-get-current-options):
+       New startup options.
+       (org-export-as-html): Take odd-level setting from local variable.
+       (org-fontify-emphasized-text): New option.
+       (org-set-font-lock-defaults): Include emphasized text.
+       (org-follow-mhe-link): Allow folder-only links, fix folder name.
+       (org-font-lock): Customize group renamed from `org-faces'.
+
+2006-03-13  John Paul Wallington  <jpw@pobox.com>
+
+       * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
+       keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
+
+2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * cus-start.el (all): Delete :version keyword for members of the
+       fringe group, since the entire group is new in 22.1.
+
+2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
+       map if value is hexadecimal (an address).
+       (gud-watch): Only search roots for existing watch expressions.
+       (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
+       prevent caching problems with speedbar-update-directory-contents.
+
+2006-03-12  Juri Linkov  <juri@jurta.org>
+
+       * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
+       before comparing with `low' and `warn'.
+
+       * info.el (Info-dir-remove-duplicates): Move point to the
+       beginning of the current line after deleting the entries from
+       redundant heading.  Use marker for `limit' and compare it with
+       point before calling `re-search-forward'.
+
+2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * simple.el (yank): Fix typo in docstring.
+
+2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
+
+       * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
+       messages, where "D" is the 6th character.
+
+2006-03-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple.el (yank): Fix last change.
+
+2006-03-11  David Ponce  <david@dponce.com>
+
+       * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
+       merging elements from the standard ispell-dictionary-alist.
+       (ispell-aspell-add-aliases): Add aliases to the passed dictionary
+       alist, and return the new alist.
+
+2006-03-11  Richard Stallman  <rms@gnu.org>
+
+       * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
+
+       * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
+       the way it is implemented is too unclean.
+
+       * simple.el (kill-region, yank): Doc fix.
+
+       * battery.el (battery-echo-area-format): Doc fix.
+       (battery-mode-line-format): Likewise.
+       (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
+       (battery-linux-proc-acpi): Ignore batteries that say "charged".
+
+2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
+
+       * progmodes/octave-mod.el (octave-indent-for-comment):
+       Behave according to do string.
+
+2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
+
+       * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
+       Be visible only if major mode is Mail Mode.
+
+       * textmodes/flyspell.el (flyspell-external-point-words)
+       (flyspell-process-localwords): Fix last changes.
+
+2006-03-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * calendar/holidays.el (list-holidays): Doc fix.
+
+       * international/mule.el (auto-coding-alist): Add .odt
+       (OpenOffice's open document) files.
+
+       * files.el (auto-mode-alist): Add .odt (OpenOffice's open
+       document) files.  Mention in the doc string the need to sync with
+       auto-coding-alist.
+
+2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (hack-local-variables-confirm): Don't prompt for ! if
+       enable-local-variables is set to always query, or there is no
+       savable variable.
+
+2006-03-10  Bill Wohler  <wohler@newt.com>
+
+       * image.el (image-load-path-for-library): Merge at least three
+       functions from Gnus and MH-E into this one function that can now
+       be shared.
+
+2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
+       gdb-remove-mouse-face and remove help-echo too.
+       (gdb-enqueue-input): Correct conditional clause.
+
+2006-03-10  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (calendar-holidays): Doc fix.
+       * calendar/holidays.el (list-holidays): Doc fix.
+
+2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
+       it gets called in gdb-prompt anyway.
+       (gdb-use-separate-io-buffer): Only restore window arrangement for
+       gdb-many-windows.
+       (gdb-enqueue-input): Make it harder to send GDB input when program
+       is running.
+       (gdb-buffer-list): New variable.
+       (gdb-remove-mouse-face): New function.
+       (gdb-starting): Use it when GDB input won't get sent.
+
+2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help.el (view-lossage): Remove trailing whitespace before
+       inserting "\n".
+
+2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (hack-local-variables-confirm): Set
+       coding-system-for-read to nil before writing to .emacs.
+
+       * arc-mode.el (archive-extract): Check if an existing buffer name
+       comes from a different archive.
+
+       * help.el (describe-key-briefly): If KEY is a down event, read and
+       discard the up event.
+
+2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
+       be edited and use font-lock-warning-face for any changes.
+
+       * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
+       (gdb-edit-value): Use it to report any errors.
+
+2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help.el (describe-key): Remove leftover test code.
+
+2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el: Move defvars out of eval-when-compile.  Use
+       buffer-file-name variable.
+       (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
+       arg `file'.
+       (org-level-faces): Remove startup dependency.
+       (org-cycle, org-map-tree, org-scan-tags)
+       (org-remember-handler): Don't call `outline-level' directly.
+       (org-mhe-search-all-folders): New option.
+       (org-mhe-get-message-folder-from-index)
+       (org-mhe-get-message-folder): Fix indexing search.
+       (org-format-agenda-item): Handle nil TAGS argument.
+       (org-cleaned-string-for-export, org-activate-target-links)
+       (org-make-target-link-regexp): Deal with empty radio target list.
+       (org-tag): New face.
+       (org-get-level-face): New function.
+       (org-set-font-lock-defaults): Simplify setup for headlines.
+       (org-complete): Pass common substring to
+       `display-completion-list'.
+
+2006-03-06  David Ponce  <david@dponce.com>
+
+       * tree-widget.el: Update Commentary header.
+       (tree-widget-theme-name): Ignore parent themes.
+       (tree-widget-set-parent-theme): New function.
+       (tree-widget-set-theme): Use it.
+       (tree-widget-set-image-properties): Move definition.  Does nothing
+       if image properties have already been set.
+       (tree-widget-image-properties): Move definition.  Receive an image
+       name.  Set the :pointer property.
+       (tree-widget-lookup-image): Doc fix.  Search in parent themes.
+       Don't set the :pointer image property.
+       (tree-widget-convert-widget): New function.  Handle :dynargs
+       compatibility here.
+       (tree-widget): Use it to :convert-widget.  Add the :expander-p
+       predicate to control when the :expander function is entered.
+       Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
+       (tree-widget-value-create): Handle :expander-p.  widget-apply
+       :expander.
+       (tree-widget-expander-p): New function.  Default value of the
+       :expander-p property.
+
+2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * help.el (describe-key): Properly handle the return value of
+       read-key-sequence when grabbing an up-event.  Cleanup mouse-1
+       remaps.  Handle string and vector `follow-link' values.
+
+2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * complete.el (PC-expand-many-files): Try be more careful when parsing
+       the shell's output.
+
+2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * outline.el (hide-sublevels): Provide better interactive default.
+
+2006-03-06  Kenichi Handa  <handa@m17n.org>
+
+       * international/fontset.el (create-fontset-from-fontset-spec):
+       Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
+
+2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
+       backslashes instead of one in regexp.
+       (gud-tooltip-dereference): Add missing optional argument.
+
+2006-03-04  John Paul Wallington  <jpw@pobox.com>
+
+       * wdired.el (toplevel): Require `cl' at compile-time.
+
+2006-03-04  Andreas Schwab  <schwab@suse.de>
+
+       * server.el (server-process-filter): Handle errors during
+       evaluation of the argument.
+
+2006-03-03  John Paul Wallington  <jpw@pobox.com>
+
+       * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
+       escape parentheses at beginning of line.
+       (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
+       (t-mouse-mode): Remove period from end of error message.
+
+2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
+
+       * textmodes/flyspell.el (flyspell-process-localwords):
+       Be case-sensitive.
+
+2006-03-03  Martin Rudalics  <rudalics@gmx.at>
+
+       * cus-edit.el (custom-quote): Remove function, since it has been
+       moved to custom.el.
+
+       * font-lock.el (lisp-font-lock-keywords-2)
+       * emacs-lisp/rx.el (rx-check-any, rx-check-not)
+       * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
+       they have no special meaning.
+
+       * midnight.el (clean-buffer-list): Handle case where base-buffer of
+       indirect buffer gets killed before indirect buffer.  Use dolist.
+
+2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
+       value instead of a literal constant (1) on more pauses.
+
+2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
+
+       * textmodes/flyspell.el (flyspell-external-point-words):
+       Be case-sensitive.
+
+2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
+
+       * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
+       with "www".
+
+2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el: Restablish intermediate missing comment header to
+       preserve outline structure.
+       (allout-beginning-of-current-entry): Skip invisible text.
+       (allout-open-topic): Fix opening a topic at end-of-buffer.
+       (allout-minor-mode): Move nearer to allout-mode function.
+
+2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-paste-subtree): Remove (debug) form.
+
+2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
+
+       * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
+       is nil.
+
+       * progmodes/gud.el (gud-speedbar-menu-items):
+       Use buffer-local-value and add missing :visible keyword.
+
+       * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
+
+2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
+       must be `follow-link'.
+
+       * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
+
+       * textmodes/org.el (org-export-as-html): Fix bugs in HTML
+       formatting: No nested anchors.
+       (org-all-targets): Fix bug with XEmacs compatibility.
+       (org-read-date): Add (require 'parse-time).
+       (org-set-tags): Fix bug with extra inserted space.
+       (org-export-html-style): Define a style class for targets.
+       (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
+       (org-hide-leading-stars): New option.
+       (org-hide): New face.
+       (org-set-font-lock-defaults): Allow to hide leading stars.
+       (org-get-legal-level, org-tr-level): New functions.
+       (org-odd-levels-only): New option.
+       (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
+       (org-demote, org-promote): Deal with double-star levels.
+       (org-convert-to-odd-levels): New command.
+
+2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * speedbar.el (speedbar-update-localized-contents): Try to
+       preserve window-start.
+       (speedbar-update-directory-contents): Try to preserve window-start
+       and window-point.
+       (speedbar-update-special-contents): Don't move back to start of window.
+
+       * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
+       gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
+       speedbar-timer-fn.
+       (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
+       (gdb-speedbar-expand-node): Use speedbar-delete-subblock
+       instead of gdb-speedbar-timer-fn.
+
+2006-02-28  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
+       (math-compose-expr): Use latex option when calling
+       `math-compose-tex-matrix' for latex mode.
+
+2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
+
+       * speedbar.el: Re-instate comments about developing for speedbar
+       [this is what info and gdb-ui use even if better methods exist now].
+
+       * t-mouse.el: New file.
+       (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
+       (t-mouse-lispy-buffer-posn-from-coords): Remove.  Use the C
+       primitive...
+       (t-mouse-make-event-element): ...posn-at-x-y instead.
+       (t-mouse-make-event): Deal with Fedora Core 3.
+       (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
+       (t-mouse-mouse-position-function): New function.  Use it instead
+       of advising mouse-position.
+       (t-mouse-mode): New minor mode.
+       (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
+
+2006-02-27  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (calendar-holidays): Doc fix.
+
+2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-source-window): New variable.
+       Re-introduce the concept of a source window.
+       (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
+       consistency with get-buffer-create.
+       (def-gdb-auto-update-handler, gdb-info-locals-handler)
+       (gdb-data-list-register-values-handler)
+       (gdb-stack-list-locals-handler): Try to preserve window-start as
+       well as window-point.
+       (gdb-display-source-buffer): New function (old concept).
+       (gdb-goto-breakpoint): Use it.
+
+       * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
+       for gdb-ui/gdb-mi (old concept).
+
+2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
+       binding.
+
+       * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
+       binding.
+
+       * textmodes/reftex-sel.el (reftex-select-label-map)
+       (reftex-select-bib-map): Add `follow-mouse' binding.
+
+2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * jka-cmpr-hook.el (jka-compr-compression-info-list)
+       (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
+       Give :set functions to provide automatic updating.
+       Update docstring.  Give compiler defvars early in the file
+       and move the defcustoms to a later spot where all called functions
+       are defined.
+       (jka-compr-file-name-handler-entry): Doc fix.
+       (jka-compr-compression-info-list--internal)
+       (jka-compr-mode-alist-additions--internal)
+       (jka-compr-load-suffixes--internal): New variables.
+       (jka-compr-install): Set the three above variables.
+       Update `load-file-rep-suffixes' instead of `load-suffixes'.
+       (jka-compr-update, jka-compr-set): New functions.
+       (auto-compression-mode): Doc fix.
+
+       * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
+       Update `load-file-rep-suffixes' instead of `load-suffixes'.
+       Use jka-compr-compression-info-list--internal,
+       jka-compr-mode-alist-additions--internal and
+       jka-compr-load-suffixes--internal.
+
+       * files.el (load-library):
+       * loadhist.el (file-loadhist-lookup):
+       * startup.el (command-line):
+       * subr.el (locate-library):
+       * emacs-lisp/autoload.el (update-directory-autoloads):
+       * emacs-lisp/find-func.el (find-library-suffixes):
+       Use `get-load-suffixes' instead of `load-suffixes'.
+
+       * subr.el (locate-library):
+       * emacs-lisp/find-func.el (find-library-name):
+       Use `load-file-rep-suffixes' instead of '("").
+
+2006-02-26  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-save-history, ido-load-history): Simplify.
+       Don't use find-file-noselect to avoid interference from other modes.
+
+2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
+       to use the default shell if filename is not available.
+       Reported by Giorgos Keramidas.
+
+2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
+
+       * progmodes/etags.el (tags-completion-table): Do completion from
+       all the tables in the current list, as documented in the manual.
+
+2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+
+       * CC Mode Update to 5.31.3.
+
+2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-mode.el (c-postprocess-file-styles):
+       Bind inhibit-read-only to t, around the call to
+       c-remove-any-local-eval-or-mode-variables, so that it works on a
+       RO file.
+
+2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-awk.el: Correct a typo.
+
+2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
+       c-hungry-delete-backwards, at the request of RMS.  Leave the old
+       name as an alias.
+
+2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-mode.el: Correct a typo.
+
+2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-defs.el: Update the version number to 5.31.3.
+
+2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
+       brace-else-brace (error due to mbeg, mend being undefined).
+
+2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-mode.el: File Local variables: Solve the problem
+       where both `mode' and c-file-offsets are specified: `mode' will
+       overwrite c-f-o's settings:
+       (c-remove-any-local-eval-or-mode-variables): New function.
+       (c-postprocess-file-styles): Call the above new function, within
+       c-tentative-buffer-change, to splat `mode' and `eval' before the
+       second hack-local-variables.
+
+2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-mode.el:
+       [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
+       (c-after-change): Protect the match data with save-match-data.
+       It was getting corrupted by c-after-change-check-<>-operators.
+
+       * cc-defs.el: [Supersedes patch V1.38]:
+       (top level): Check for a buggy font-lock-compile-keywords ONLY in
+       XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
+
+       * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
+       with save-match-data.  It was being corrupted when Font Lock was
+       not enabled.
+
+2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
+       Mode and Subword Mode.
+
+       * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
+       real labels ("case 1:" or "foo:") from non-labels ("public:").
+       (c-forward-objc-directive): Replace c-forward-token-2 with crude
+       coding; c-f-t-2 doesn't move over a token at EOB.
+
+       * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
+
+       * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
+       (c-update-modeline): Concatenate the minor mode indicators
+       directly onto mode-name, removing c-submode-indicators.
+       Sometimes, c-s-i got separated from the mode name on the mode line.
+
+       * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
+       (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
+
+2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
+       error message when there's an evaluation error to show whether
+       it's loaded from source or not.
+       (c-filter-ops): Make it available at runtime too to work when
+       `c-make-init-lang-vars-fun' needs to evaluate from source.
+
+2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help.el (help): Revert last part of 2006-02-23 change (deletion
+       of the `provide' call).
+
+2006-02-23  Juri Linkov  <juri@jurta.org>
+
+       * compare-w.el (compare-windows-highlight): Add new value
+       `persistent' and change :type from `boolean' to `choice'.
+       (compare-windows-overlays1, compare-windows-overlays2):
+       New internal variables.
+       (compare-windows-highlight): If compare-windows-highlight is
+       `persistent', add current overlays to compare-windows-overlays[12]
+       instead of adding compare-windows-dehighlight to pre-command-hook.
+       (compare-windows-dehighlight): Delete all overlays from
+       compare-windows-overlays[12].
+
+       * info.el (Info-search): Don't bind search-spaces-regexp to
+       Info-search-whitespace-regexp in non-regexp isearch mode.
+
+2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * help.el (describe-mode): Pass `mode-name' to format-mode-line.
+
+2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * textmodes/org.el (org-xemacs-p)
+       (org-export-html-show-new-buffer, org-table-may-need-update)
+       (org-insert-item, org-mhe-get-message-real-folder)
+       (org-mhe-get-message-folder-from-index)
+       (org-mhe-get-message-folder, org-mhe-get-message-num)
+       (org-mhe-get-header, org-make-org-heading-search-string)
+       (org-make-org-heading-camel, org-table-sort-lines)
+       (org-format-org-table-html, org-format-table-table-html):
+       Fix typos in docstrings.
+
+12006-02-23  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-cleaned-string-for-export)
+       (org-solidify-link-text): New function.
+       (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
+       XEmacs, just to silence the compiler.
+       (org-export-as-ascii, org-export-as-html-and-open):
+       Use `org-cleaned-string-for-export' and create internal links.
+       (org-follow-mhe-link): Require mh-e, use folder.
+
+2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
+
+       * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
+       gdb-debug-log-length.
+       (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
+       it a real ring but...
+       (gud-gdba-marker-filter): ...make it work like mark-ring.
+       (gdb-enable-debug): Rename from gdb-enable-debug-log.
+       (gdb-mouse-jump): New function.  Add bindings.
+
+2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
+       (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
+       (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
+       (gdb-debug-log-length): Customize it's length.
+       (gud-watch, gdb-var-create-handler): Display function::var format
+       but don't use to create variable object.
+       (gdb-var-create-handler): Use message-box in place of message.
+       (gdb-stopped): Call gdb-exited if signalled.
+
+2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
+
+       * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
+
+       * textmodes/reftex.el (reftex-locate-file): Search all extensions
+       if `reftex-try-all-extensions' is set.
+
+       * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
+       fail silently when there is no valid argument at point.
+       (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
+       `fail-silently' argument.  From a patch by David Reiter.
+
+       * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
+       New commands.
+       (org-mark-ring): New variable.
+       (org-mark-ring-length): New option.
+       (org-open-at-point, org-goto, org-open-file): Push old position
+       onto the mark ring.
+       (org-add-hook): New function.
+       (org-export-table-remove-special-lines): New option.
+       (org-skip-comments, org-format-org-table-html): Respect new
+       option `org-export-table-remove-special-lines'.
+       (org-open-file): Allow special command configuration for
+       directory link.
+       (org-file-apps): Fix bugs in customize type, added setting
+       for directories.
+       (org-activate-tags, org-format-agenda-item, org-complete)
+       (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
+       (org-get-tags, org-get-buffer-tags, org-open-at-point)
+       (org-link-search, org-make-org-heading-search-string)
+       (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
+       (org-radio-targets, org-file-link-context-use-camel-case)
+       (org-activate-camels): New options.
+       (org-update-radio-target-regexp, org-all-targets)
+       (org-make-target-link-regexp, org-activate-target-links):
+       New functions.
+       (org-make-org-heading-search-string): New function.
+       (org-store-link, org-insert-link): Use new option
+       `org-file-link-context-use-camel-case'.
+       (org-activate-camels): Use new option `org-activate-camels'.
+       (org-link-regexp): Add mhe prefix.
+       (org-open-at-point, org-store-link): Support for mhe links.
+       (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
+       (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
+       (org-mhe-get-header, org-follow-mhe-link): New functions.
+       (org-remove-angle-brackets, org-add-angle-brackets):
+       New functions.
+       (org-bracket-link-regexp): New constant.
+       (org-read-date): Fix bug that was rejecting all typed dates.
+       (org-link-search): Make hierarchy above visible after a match.
+       (org-follow-bbdb-link): Inhibit electric mode for BBDB.
+       (org-store-link): Fix bug with link creation when cursor is in
+       an empty line.
+       (org-open-at-point): Fix bug with matching a link.
+       Fixed buggy argument sequence in call to `org-view-tags'.
+       (org-compile-prefix-format): Set `org-prefix-has-tag'.
+       (org-prefix-has-tag): New variable.
+       (org-format-agenda-item): Remove tags from headline
+       if appropriate.
+       (org-agenda-remove-tags-when-in-prefix): New option.
+
+2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
+
+       * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
+       Fix the regular expressions.
+
+2006-02-21  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/sh-script.el (sh-mode): Set shell type based on file name
+       if there's no other specific basis.
+
+       * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
+       as variables at all.
+       (unsafep-variable): Rename arg; doc fix.
+
+       * abbrevlist.el (list-one-abbrev-table): Add autoload.
+
+       * calendar/appt.el (diary-selective-display): Add defvar.
+
+       * sort.el (sort-columns): Use Posix arg syntax for `sort'.
+
+       * isearch.el (search-whitespace-regexp): Fix custom type.
+
+       * help.el (describe-key-briefly): Compute interactive args
+       in same was as before previous change.
+
+       * files.el (enable-local-variables): Doc fix.
+
+2006-02-21  Kim F. Storm  <storm@cua.dk>
+
+       * fringe.el: Cleanup as file is now pre-loaded.
+       (fringe-bitmaps): Initialize unconditionally.
+       (fringe-mode, set-fringe-style): Remove autoload cookies.
+
+2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
+
+       * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
+       `horizontal-bar'.
+       (fringe-cursor-alist): Use `horizontal-bar'.
+
+2006-02-20  Kim F. Storm  <storm@cua.dk>
+
+       * fringe.el (fringe-bitmaps): Update to new bitmap names.
+       (fringe-indicator-alist, fringe-cursor-alist): Initialize.
+
+       * loadup.el: Load "fringe" on window systems.
+
+2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
+       out of scope components.
+
+       * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
+       default.
+
+2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
+
+       * custom.el (customize-mark-to-save, customize-mark-as-set):
+       Load the symbol first.
+
+2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
+       strech spec so it doesn't display as "^J" on the header line
+       when `Buffer-menu-use-header-line' is t.
+
+2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
+
+       * speedbar.el (speedbar-make-button): Keep text properties
+       of string arguments if desired.
+
+       * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
+       expessions.
+
+       * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
+       of speedbar.
+
+2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
+
+       * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
+       to value of `read-file-name-completion-ignore-case'.
+
+2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * custom.el (customize-mark-as-set): Push to `user' theme.
+
+       * cus-edit.el (custom-save-variables): Allow unthemed values.
+       (customize-set-variable): Push setting to `user' theme.
+
+2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el: Don't require font-lock as it's now
+       automatically loaded.
+       (gud-speedbar-buttons): Replace gdb-var-changed with
+       gdb-force-update.
+
+       * progmodes/gdb-ui.el (gdb-force-update): Rename from
+       gdb-var-changed.
+       (gdb-post-prompt): Use it.
+       (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
+       (gdb-var-update-handler, gdb-var-delete)
+       (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
+       (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
+       gdb-force-update in gdb-post-prompt.
+       (gdb-reset): Clear watch expressions from speedbar when quitting.
+
+2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
+
+       * viper-cmd.el (viper-insert-state-post-command-sentinel)
+       (viper-change-state-to-vi, viper-change-state-to-emacs):
+       Make aware of cursor coloring in the Emacs state.
+       (viper-special-read-and-insert-char): Use read-char-exclusive.
+       (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
+
+       * viper-init.el (viper-emacs-state-cursor-color): New variable.
+
+       * viper-util.el (viper-save-cursor-color)
+       (viper-get-saved-cursor-color-in-replace-mode)
+       (viper-get-saved-cursor-color-in-insert-mode)
+       (viper-restore-cursor-color): Make aware of the cursor color in Emacs
+       state.
+       (viper-get-saved-cursor-color-in-emacs-mode): New function.
+
+       * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
+       (ediff-ignore-case-option3, ediff-actual-diff-options)
+       (ediff-actual-diff3-options): New variables to control case sensitivity.
+       (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
+       (ediff-setup-diff-regions3): Make aware of case-sensitivity.
+       (ediff-toggle-ignore-case): New function.
+       (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
+
+       * ediff-help.el (ediff-long-help-message-narrow2)
+       (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
+       (ediff-long-help-message-word-mode): Add ignore-case command.
+       (ediff-help-for-quick-help): Add ignore-case command.
+
+       * ediff-merg.el: Move provide to the end.
+
+       * ediff-ptch.el: Move provide to the end.
+
+       * ediff-wind.el: Move provide to the end.
+
+       * ediff-mult.el: Move provide to the end.
+       (ediff-set-meta-overlay): Enable follow-link.
+
+       * ediff.el: Move provide to the end.
+       Break recursive load cycle in eval-when-compile.
+       (ediff-patch-buffer): Better heuristics.
+
+       * ediff-util.el: Move provide to the end.
+       Break recursive load cycle in eval-when-compile.
+       (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
+       defuns.
+       (ediff-submit-report): Pass the values of ediff-diff3-program,
+       ediff-diff3-options.
+
+2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
+       the opening bracket of the following bracketing pairs: {}, [], (), <>,
+       `' (for example, in the docstring of `windmove-default-keybindings').
+
+2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-speedbar-buttons): Update properly for
+       shadow face.  Don't provide binding to edit variable when it is
+       out of scope.
+
+       * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
+       (gdb-var-update-handler): Detect out of scope variables with pre
+       GDB 6.4 too.
+       (gdb-post-prompt): Revert change from 2006-02-17 (force update).
+       Reset status of variable objects to nil in update handlers.
+       (gdb-var-update-handler-1): Detect when a variable object comes
+       in scope.  setcar on var changes gdb-var-list directly.
+
+2006-02-17  Juri Linkov  <juri@jurta.org>
+
+       * ffap.el (ffap) <defface>: Add explicit face declaration.
+       (ffap-highlight): Use face `ffap' directly instead of checking
+       for its existence.
+
+       * icomplete.el (icomplete-get-keys): Use `t' for the second arg
+       `visible-ok' of `other-buffer' to find the right original buffer.
+
+       * info.el (Info-search): Skip `Local Variables' node.
+
+2006-02-17  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-find-file): Check for symbols `apropos', `history',
+       `toc' in the input filename, and return these symbols as is.
+       (Info-find-node-2): Set Info-current-file to symbols `apropos',
+       `history', `toc' instead of strings.
+       (Info-set-mode-line): For non-string Info-current-file use the
+       symbol's name inside **.
+       (Info-isearch-push-state): Add quote before Info-current-file and
+       Info-current-node.
+       (Info-isearch-pop-state): Use `equal' instead of `string='.
+       (Info-extract-pointer, Info-following-node-name): Use
+       `match-string-no-properties' instead of `match-string'.
+       (Info-up): Check `old-file' for `stringp'.
+       (Info-history): Use `equal' instead of `string-equal'.
+       Check `file' for `stringp'.
+       (Info-history): Use symbol `history' instead of string as first arg
+       of `Info-find-node'.
+       (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
+       `toc' instead of string.
+       (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
+       instead of `buffer-substring', and `match-string-no-properties'
+       instead of `match-string'.
+       (Info-index-nodes): Check for symbols `apropos', `history', `toc'
+       instead of strings.
+       (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
+       Use symbol `apropos' instead of string.
+       (Info-copy-current-node-name): Check `Info-current-file' for
+       `stringp' and construct a command with `Info-find-node' from it.
+       (Info-fontify-node): Use `match-string-no-properties' instead of
+       `match-string' and check file names for `stringp'.
+       (Info-desktop-buffer-misc-data): Check for symbols `apropos',
+       `history', `toc' instead of strings.
+
+2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el: Rearrange functions and variables in the file local
+       variables section.
+
+2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * files.el: Add truncate-lines, ispell-check-comments and
+       ispell-local-dictionary as safe local variables.
+
+2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
+       out of scope variables.
+       (gud-speedbar-buttons): Use unless.
+
+       * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
+       (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
+       (gdb-show-changed-values): Also use for out of scope variables.
+       (gdb-var-update-handler-1): Note if variable goes out of scope.
+
+2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
+
+       * net/rcirc.el (rcirc-connect): Make all arguments optional, and
+       default to global variable values for unsupplied args.
+       (rcirc-get-buffer-create): Fix bug with setting the target.
+       (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
+       test for rcirc-always-use-server-buffer-flag here.
+       (rcirc-response-formats): Add %N, which is a facified nick.  %n
+       uses the default face.  Change the ACTION format string.  If the
+       "nick" is the server, don't print anything for that field.
+       Comment fixes.
+       (rcirc-target-buffer): Don't test
+       rcirc-always-use-server-buffer-flag here.
+       (rcirc-print): Squeeze extra spaces out of the text before message.
+       (rcirc-put-nick-channel): Strip potential "@" char from nick
+       before adding them to nick table.
+       (rcirc-url-regexp): Improve to match address like "foo.com".
+
+2006-02-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * allout.el (allout-hidden-p): Move this defsubst before
+       allout-overlay-interior-modification-handler, where it is first
+       used.
+
+2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el: Use allout invisible-text overlays instead of
+       selective display for concealed text.  Also, lots of general
+       cleanup, and improved compatibility code.
+
+       (allout-version) Incremented, corrected, revised, and refined
+       module commentary.
+
+       (provide 'allout): Moved to the bottom, added a require of overlay.
+
+       (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
+       `except-current'.
+       (allout-write-file-hook-handler): Minimize delay.
+       (count-trailing-whitespace-region): New function so
+       auto-encryption of current topic can resituate cursor exactly.
+       PGP/GPG encryption trims trailing whitespace from lines, which
+       must be accounted for across encryption then decryption.
+
+       (allout-command-prefix): Now defaults to "\C-c<space>" rather than
+       just plain "\C-c", to avoid intruding on user's keybinding space.
+
+       (allout-toggle-current-subtree-encryption): Pass along fetch-pass
+       parameter, so user request to provide a new password is done.
+
+       (allout-outside-normal-auto-fill-function, allout-auto-fill):
+       Refined mechanism for auto-filling behavior while in allout mode.
+
+       (allout-mode): Explicitly specify the mode map in the docstring.
+       Clarify provision for various write-file hook var names.
+       Adjusted for invisible-text overlays instead of selective-display.
+
+       (allout-depth): Really return 0 if not within any topic.  This
+       rectifies `allout-beginning-of-level' and sequence numbering
+       errors that occur when cutting and pasting numbered topics.
+       Changed from a in-line subst to a regular function, as well.
+
+       (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
+
+       (allout-end-of-subtree, allout-end-of-subtree)
+       (allout-end-of-entry, allout-end-of-current-heading)
+       (allout-next-visible-heading, allout-open-topic, allout-show-entry)
+       (allout-show-children, allout-show-to-offshoot)
+       (allout-hide-current-entry, allout-show-current-entry): Rectified
+       handling of trailing blank lines between items.
+
+       (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
+       (allout-current-depth, allout-unprotected, allout-hidden-p)
+       (allout-on-current-heading-p, allout-listify-exposed)
+       (allout-chart-subtree, allout-goto-prefix)
+       (allout-back-to-current-heading, allout-get-body-text)
+       (allout-snug-back, allout-flag-current-subtree, allout-show-all)
+       (allout-hide-region-body, allout-toggle-subtree-encryption)
+       (allout-encrypt-string, allout-encrypted-key-info)
+       (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
+       (allout-file-vars-section-data): Adjusted for use with
+       invisible-text overlays instead of selective-display.
+
+       (allout-kill-line, allout-kill-topic, allout-yank-processing):
+       Reworked for use with invisible text overlays.
+
+       (allout-current-topic-collapsed-p): New function.
+
+       (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
+       to know when to close the containing topic.
+
+       (allout-pre-command-business, allout-post-command-business):
+       Simplify undo-batching and dynamic isearch exposure.
+
+       (allout-set-overlay-category): New for invisible-text overlays.
+       Sets properties of allout-overlay-category, used by
+       allout-flag-region to set invisible-text overlay properties.
+       (allout-get-invisibility-overlay): Get the first qualifying
+       invisibility overlay, so we can find the extent of it.
+       (allout-back-to-visible-text): Get to just before the beginnining
+       of the current invisibility overlay, if any.
+
+       (allout-overlay-insert-in-front-handler)
+       (allout-overlay-interior-modification-handler)
+       (allout-before-change-handler, allout-isearch-end-handler): New
+       functions to handle extraordinary actions affecting concealed
+       text.
+
+       (allout-flag-region): Use overlays instead of selective-display
+       for invisible text - by inheritence from the properties of
+       allout-overlay-category in mainline Emacs, and applied
+       property-by-property in XEmacs, some recent versions of which
+       don't inherit the properties from the category.  Provisions to
+       respond to concealed-text edits simplified drastically.
+
+       (allout-isearch-rectification, allout-isearch-was-font-lock)
+       (allout-isearch-expose, allout-enwrap-isearch)
+       (allout-isearch-abort, allout-pre-was-isearching)
+       (allout-isearch-prior-pos, allout-isearch-did-quit)
+       (allout-isearch-dynamic-expose)
+       (allout-hide-current-entry-completely): Functions deleted.
+
+       (allout-undo-aggregation): Explicit undo aggregation no longer
+       necessary due to transition away from selective-display.
+
+       (set-allout-regexp, allout-up-current-level)
+       (allout-next-visible-heading, allout-forward-current-level)
+       (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
+       (allout-kill-line, allout-yank-processing, allout-show-children)
+       (allout-expose-topic, allout-old-expose-topic)
+       (allout-listify-exposed, allout-insert-latex-header)
+       (allout-toggle-subtree-encryption, allout-encrypt-string)
+       (remove-from-invisibility-spec, allout-hide-current-subtree):
+       Ditched unused variables.
+
+2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
+
+       * textmodes/ispell.el (ispell-change-dictionary): Call
+       ispell-buffer-local-dict instead of
+       ispell-accept-buffer-local-defs.
+       (ispell-local-dictionary-alist): Accept as valid any coding-system
+       supported by Emacs.
+       (ispell-dictionary-alist-3): Esperanto dictionary's coding system
+       changed to iso-8859-3.
+
+2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
+
+       * speedbar.el (speedbar-frame-width): Make an inline function
+       instead of a macro.  Use frame-width.
+       (speedbar-try-completion, speedbar-update-contents)
+       (speedbar-timer-fn): Use consp.
+       (speedbar-update-localized-contents): Try to preserve point.
+
+       * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
+       (menu): Re-order menu items.
+       (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
+       field.
+       (gdb-var-update-handler-1): Use it for GDB 6.4+.
+       (gdb-post-prompt): Speed things by not forcing update.
+
+2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * wid-edit.el (widget-button-click): For mouse-1, cancel button
+       press and perform default action if we get a mouse movement event.
+
+2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * calendar/icalendar.el (icalendar--get-event-property)
+       (icalendar--get-event-property-attributes): Fix typos in
+       docstrings.
+
+       * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
+       docstring.
+
+2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs-mode): Use `buffer-disable-undo'.
+       (bs--get-file-name): Simplify.
+       (bs-show-in-buffer): Mark the buffer as not modified.
+
+2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * wid-edit.el (widget-keymap): Bind down-mouse-1 to
+       widget-button-click.
+
+       * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
+       (custom-mode): Update docstring.
+
+       * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
+       binding.
+
+       * files.el (hack-local-variables-confirm): Allow scrolling if the
+       file variable list is too long.  Kill temp buffer after use.
+
+2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gdb): Improve doc string.
+       (gdb-script-font-lock-keywords): Expand allowed character set.
+
+       * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
+       (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
+       (gdb-separate-io-interrupt, gdb-separate-io-quit)
+       (gdb-separate-io-stop, gdb-separate-io-eof):
+       Rename from gdb-inferior-* to gdb-separate-*.
+       (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
+
+2006-02-14  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-arith.el (math-check-known-scalarp): Make sure
+       expression is a symbol before checking that it is bound.
+
+       * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
+       test to see if equation can be solved.
+
+2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * wid-edit.el (widget-button-click): Use :pressed-face property
+       for overlay face, if it exists.
+
+       * cus-edit.el (custom-manual, custom-add-see-also)
+       (custom-add-parent-links, custom-group-link): Add :pressed-face
+       property to links.
+
+       * files.el (hack-local-variables): Remove ignored variables before
+       checking if any variables need setting.
+
+2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
+
+2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help.el (where-is): Fix message for remapped commands.
+
+       * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
+       Fix typos in docstrings.
+
+2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (safe-local-variable-values): New option.
+       (hack-local-variables-prop-line): Return a list of variable-value
+       pairs if MODE-ONLY is non-nil.
+       (hack-local-variables): Construct list of variable-value pairs,
+       and apply or reject them in one go.  Ask for confirmation if
+       variables are not known safe.
+       (hack-local-variables-confirm): Complete rewrite.  Support
+       `safe-local-variable-values'.
+       (enable-local-variables): Update docstring to reflect new
+       behavior.
+       (ignored-local-variables): Ignore ignored-local-variables and
+       safe-local-variable-values.
+       (safe-local-variable-p): New function.
+       (risky-local-variable-p): `safe-local-variable' property check
+       moved to safe-local-variable-p.
+       (hack-one-local-variable): Checks moved to hack-local-variables.
+
+       (byte-compile-dynamic, c-basic-offset, c-file-style)
+       (c-indent-level, comment-column, fill-column, fill-prefix)
+       (indent-tabs-mode, kept-new-versions, no-byte-compile)
+       (no-update-autoloads, outline-regexp, page-delimiter)
+       (paragraph-start, paragraph-separate, sentence-end)
+       (sentence-end-double-space tab-width, version-control):
+       Add `safe-local-variable' property.
+
+       * find-lisp.el: Delete nonexistent `autocompile' file variable.
+
+       * icomplete.el, play/landmark.el: Change nonexistent
+       `outline-layout' file variable to `allout-layout'.
+
+2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
+       (gdb-get-changed-registers): Test value of gud-minor-mode relative
+       to gud-comint-buffer.
+       (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
+       gdb-ui.el for gdb-mi.el.
+       (gdb-post-prompt, gdb-get-changed-registers): Move test for
+       registers buffer to gdb-get-changed-registers.
+       (gdb-breakpoint-regexp): New regexp.  Allow toggling and
+       deletion of catchpoints (throw and catch).
+       (gdb-toggle-breakpoint, gdb-delete-breakpoint)
+       (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
+       (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
+       (gdb-var-list-children-1, gdb-info-breakpoints-custom)
+       (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
+
+2006-02-13  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-arith.el (math-check-known-matrixp): Make sure
+       expression is a symbol before checking that it is bound.
+
+2006-02-13  Richard M. Stallman  <rms@gnu.org>
+
+       * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
+       for the minibuffer too, but not if resize-mini-windows will interfere.
+
+       * help.el (describe-key-briefly, describe-key): Do all arg-reading
+       inside `interactive' spec.
+       (describe-key-briefly-internal, describe-key-internal):
+       Functions merged back into their callers.
+
+2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+
+       * info.el (info-xref-visited): Inherit from info-xref too.
+       (Info-set-mode-line): Replace occurrences of `%' by `%%'
+       when propertizing Info-current-file and Info-current-node.
+
+2006-02-13  Juri Linkov  <juri@jurta.org>
+
+       * tumme.el (tumme-thumbnail-storage): Fix docstring.
+       (tumme-thumb-name): Fix per-directory format.
+
+2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (substitute-key-definition): Doc fix (hide internal arg).
+
+2006-02-12  Miles Bader  <miles@gnu.org>
+
+       * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
+
+2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el: Remove history section.  If someone needs the it, it
+       can always be found in CVS.
+
+2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
+       about the Thumbnail Managing Standard option.
+
+2006-02-12  Richard M. Stallman  <rms@gnu.org>
+
+       * subr.el (substitute-key-definition): Doc fix.
+
+       * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
+
+       * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
+
+       * info.el (Info-mode): Doc fix.
+
+       * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
+
+2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
+       because on Solaris a POSIX compatible "id" is needed.  Reported by
+       Magnus Henoch <mange@freemail.hu>.
+
+2006-02-12  Juri Linkov  <juri@jurta.org>
+
+       * tumme.el: Remove todo item about Thumbnail Managing Standard.
+       (tumme) <defgroup>: Change :group to `multimedia'.
+       (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
+       Managing Standard.
+       (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
+       Fix dostring.
+       (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
+       and %y.  Fix docstring.
+       (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
+       (tumme-cmd-create-standard-thumbnail-command): New user options.
+       (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
+       is `standard'.  Fix docstring.
+       (tumme-thumb-width, tumme-thumb-height): New user options.
+       (tumme-external-viewer): Try to find various viewers.
+       (tumme-get-thumbnail-image): Use `create-image' instead of
+       constructing the `image' structure.
+       (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
+       `standard'.
+       (tumme-thumb-name): Add file name generation for standard storage.
+       Simplify code for other storages.
+       (tumme-thumb-name): Use width %w and height %h instead of size %s.
+       Add modification time %m and thumbnail-nq8 %q.
+       Use `tumme-cmd-create-standard-thumbnail-command' if
+       tumme-thumbnail-storage is `standard'.
+       (tumme-dired-insert-marked-thumbs): New autoload command.
+       (tumme-dired-after-readin-hook): New function.
+       (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
+       `tumme-thumb-size'.
+       (tumme-display-image): Replace size-x %x and size-y %y with
+       width %w and height %h.
+
+       * dired.el (dired-mode-map): Bind `\C-t\C-t' to
+       `tumme-dired-insert-marked-thumbs'.
+
+2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el (tumme-write-tag): Fix small bug (file name did not
+       include path).
+       (tumme-mark-tagged-files): Fix bug in regexp used to find rows
+       matching tag.
+
+2006-02-12  Miles Bader  <miles@gnu.org>
+
+       * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
+       New variables.
+       (rcirc-abbrev-nick): New function.
+       (rcirc-format-response-string): Rewrite to use the formats in
+       `rcirc-response-formats' and expand escape sequences therein.
+       A text-property `rcirc-text' is added over the actual response
+       text to make easy to find inside the returned string.
+       (rcirc-print): When filling, just look for the `rcirc-text'
+       text-property to find the appropriate fill prefix, instead of
+       using hardwired patterns.
+
+2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
+
+       * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
+       Managing Standard.
+
+2006-02-11  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
+       Don't use insert-buffer; do insert-buffer-substring directly.
+       (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
+
+2006-02-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * files.el (revert-buffer, recover-file): Replace buffer-read-only
+       with inhibit-read-only.  Suggested by Stefan Monnier.
+       (revert-buffer): Let insert-file-contents discard
+       buffer-undo-list.  Simplify code.
+       (find-file, find-file-existing, revert-buffer): Doc-string fixes.
+
+2006-02-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * menu-bar.el (menu-bar-select-yank): Add a doc string.
+
+       * help.el (describe-key-briefly): Now a wrapper for
+       describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
+       to t.  Populate yank-menu if empty.
+       (describe-key-briefly-internal): Renamed from describe-key-briefly.
+       (describe-key): Now a wrapper for describe-key-internal.  Bind
+       enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
+       (describe-key-internal): Renamed from describe-key.
+
+2006-02-11  Milan Zamazal  <pdm@zamazal.org>
+
+       * progmodes/glasses.el (glasses-separator): Doc fix.
+       (glasses-original-separator): New defcustom.
+       (glasses-make-readable, glasses-convert-to-unreadable): Use it.
+
+2006-02-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * mwheel.el (mouse-wheel-up-event): Doc fix.
+
+2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
+
+       * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
+       (tumme-dir): New function.  Copied from thumbs.el.
+
+2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * desktop.el (desktop-outvar): Fix typo.
+       (desktop-save-buffer-p): Doc fix.
+
+       * subr.el (substitute-key-definition): Fix typo.
+
+2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * frame.el (select-frame-set-input-focus): Call x-focus-frame also
+       when window-system is mac.
+
+       * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
+
+2006-02-10  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (substitute-key-definition-key): Pass t for NOERROR to
+       indirect-function instead of using condition-case.
+
+2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
+       less `colloquial'...
+
+2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el: Add a couple of todo items.
+
+2006-02-09  Lars Hansen  <larsh@soem.dk>
+
+       * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
+       (highlight-changes-mode): Don't change desktop-locals-to-save.
+
+2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image-mode.el (image-toggle-display): Clear image cache if using
+       filename.
+
+2006-02-09  Masatake YAMATO  <jet@gyve.org>
+
+       * dired-x.el (dired-guess-shell-alist-default): Add .man as
+       a `dired-man' target.
+
+       * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
+       boundary of symbols.
+
+2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
+
+       * vc-svn.el (vc-svn-print-log): Show recent commits as well.
+
+2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
+       `mapcar'; return nil.
+
+2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mouse.el (mouse-drag-track): Don't change window if we rebind to
+       some other event.
+
+2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
+
+       * net/rcirc.el (rcirc-startup-channels-alist):
+       Add irc.freenode.net and #emacs as defaults.
+       (rcirc-ignore-all-activity-flag): Remove variable.
+       (rcirc-authinfo): New variable.
+       (rcirc-authinfo-filename): Remove variable.
+       (rcirc-always-use-server-buffer-flag): New flag.
+       (rcirc): M-x rcirc will automatically connect without prompting.
+       C-u M-x rcirc will prompt.  Use rcirc-connect to create a
+       connection in lisp.
+       (rcirc-process-server-response-1): Remove everything but the nick
+       portion of the sender so it doesn't need to be done everywhere
+       else.  Update related code.
+       (global-map): Remove global keybindings.
+       (rcirc-get-buffer-create): Make sure rcirc-topic is set.
+       (rcirc-send-input): Split into several functions.
+       (rcirc-process-input-line, rcirc-process-message)
+       (rcirc-process-command): New functions.
+       (rcirc-target-buffer): New function to determine where to route
+       messages.
+       (rcirc-user-nick): Save match data.
+       (rcirc-toggle-ignore-buffer-activity)
+       (rcirc-update-activity-string): Remove global ignore functionality,
+       which can be done now by toggling rcirc-track-minor-mode.
+       (rcirc-track-minor-mode-map): New keymap.
+       (rcirc-track-minor-mode): New minor-mode.
+       (ignore): Make the ignore output nicer.  Always print it when
+       adding or removing nicks.
+       (rcirc-url-regexp): Improve.
+       (rcirc-mangle-text): Remove properties before using text in the
+       modeline.
+       (rcirc-authenticate): Authentication data comes from
+       rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
+       (rcirc-server-prefix): Inherit from rcirc-server.
+
+2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
+
+       * Makefile.in (compile): Append "|| true" to the end of the `find'
+       command, like compile-always does.
+
+2006-02-08  Sam Steingold  <sds@gnu.org>
+
+       * net/tramp.el (tramp-maybe-open-connection): Do not wait for
+       output from a dead connection.
+
+2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
+
+       * dired.el (dired-mode-map): Add more bindings for tumme.
+
+2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * wdired.el (wdired-mode-map): Use remap.
+       (wdired-get-filename): Massage.
+       (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
+       (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
+       `keymap' property rather than `local-map'.
+
+2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
+
+       * tumme.el (tumme-get-thumbnail-image): New utility function.
+       Suggested by from Chong Yidong.
+       (tumme-dired-with-window-configuration): Rename from
+       `tumme-dired'.  Add code to save window configuration.
+       (tumme-restore-window-configuration): New command to restore the
+       window configuration that `tumme-dired-with-window-configuration'
+       saves before it changes the window configuration.
+       (tumme-show-all-from-dir): New command to display thumbnails for
+       all files in a directory entered by the user, like M-x thumbs.
+       (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
+       have been created.
+       (tumme-display-thumbnail-original-image): Call `display-buffer'.
+       (obsolete-tumme-display-thumbnail-original-image-and-buffer):
+       Remove obsolete test function.
+
 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
 
+       * vc.el (small-temporary-file-directory): Remove defvar; there's
+       a defcustom for it in files.el.
+
        * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
        Fix typo in message.
        (tumme-gallery-generate): Fix typo in `error' message.
        * international/latexenc.el: Add a suitable `coding:' tag.
        (latexenc-find-file-coding-system): Undo last change.
 
-2006-01-27  Arne J\e,bx\e(Brgensen  <arne@arnested.dk>
+2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
 
        * international/latexenc.el (latexenc-find-file-coding-system):
        Make sure latexenc-main-file is a regular file and is readable.
 
 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
+       * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
        Preserve user position.
 
 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
 
 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
-       string.
+       * viper-utils.el (viper-non-word-characters-reformed-vi):
+       Quote `-' in string.
 
        * viper.el (viper-emacs-state-mode-list): Ensure that
        rcirc-mode buffers come up in Emacs state.
 
-       * ediff-util (ediff-make-temp-file): Use proper file-name-handler
+       * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
        operation.
 
 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>