*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 2f23a9c..3cce2f2 100644 (file)
@@ -1,3 +1,909 @@
+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.
        (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): 
-       made 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
+
+       * 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): made 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.
+       (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.
+       (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. Replaced some defsubsts with
+       (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
        defuns.
-       (ediff-submit-report): pass the values of ediff-diff3-program,
+       (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
        * 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 changet 2006-02-17 (force update).
+       (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.
 
 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>