* longlines.el (longlines-post-command-function): Handle open-line
[bpt/emacs.git] / lisp / ChangeLog
index c3621a3..b23e8b5 100644 (file)
@@ -1,3 +1,505 @@
+2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * longlines.el (longlines-post-command-function): Handle open-line
+       too.
+
+2006-07-12  Richard Stallman  <rms@gnu.org>
+
+       * progmodes/grep.el (grep-last-buffer): Doc fix.
+
+       * info.el (Info-try-follow-nearest-node): Doc fix.
+
+       * emacs-lisp/edebug.el (edebug-instrument-function):
+       Err if find-function-noselect gives no position.
+
+       * emacs-lisp/find-func.el (find-function-search-for-symbol):
+       If can't find definition, return nil for position.
+       (find-function-do-it): Handle new return value
+       of find-definition-noselect.
+       (find-definition-noselect, find-variable-noselect): Doc fix.
+       (find-function-noselect): Doc fix.
+
+       * help-mode.el (help-variable-def): Handle find-variable-noselect
+       returning no position.
+       (help-function-def): Likewise for find-function-search-for-symbol.
+       (help-face-def): Likewise.
+
+       * help-fns.el (describe-variable): Handle find-variable-noselect
+       returning no position.
+
+       * files.el (locate-file-completion): Avoid duplicates in result.
+
+       * cus-edit.el (custom-no-edit): New command.
+       (custom-mode-map): Remap to custom-no-edit instead of
+       using suppress-keymap.
+
+2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
+
+       * tumme.el (tumme-create-thumb)
+       (tumme-thumbnail-display-external, tumme-display-image)
+       (tumme-rotate-thumbnail, tumme-rotate-original)
+       (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
+
+       * thumbs.el (thumbs-call-convert): Use shell-command-switch.
+
+2006-07-11  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-copy-current-file-name): Use buffer-name if
+       buffer-file-name is nil.
+
+2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (undo-ask-before-discard): Set to nil.
+
+       * vc.el (vc-exec-after): Don't delete process manually.
+       (vc-print-log): Run log-view-mode in process sentinel inside
+       inhibit-read-only.  Don't shrink window due to timing issues.
+
+       * progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
+       using with-output-to-temp-buffer, which clobbers local vars.
+
+2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Fix ambiguity introduced by last change.
+       (compilation-find-file): Move save-excursion to where it may
+       make sense.  Fix a left over `find-file'.
+
+2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
+
+       * textmodes/texinfmt.el (texinfo-format-separate-node):
+       Insert a string before point, which fits documentation, not after.
+       (texinfo-multitable-item): In a multitable row, insert any
+       additional needed @tabs and spaces.
+
+2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
+
+       * tumme.el (tumme-create-thumb)
+       (tumme-thumbnail-display-external, tumme-display-image)
+       (tumme-rotate-thumbnail, tumme-rotate-original)
+       (tumme-set-exif-data, tumme-get-exif-data): Use call-process
+       instead of shell-command.
+       (tumme-create-thumbnail-buffer)
+       (tumme-create-display-image-buffer, tumme-display-thumbs)
+       (tumme-modify-mark-on-thumb-original-file, tumme-display-image)
+       (tumme-get-exif-data): Use with-current-buffer.
+       (tumme-display-properties-format)
+       (tumme-dired-insert-marked-thumbs, tumme-rotate-original)
+       (tumme-get-exif-file-name)
+       (tumme-thumbnail-set-image-description, tumme-gallery-generate):
+       Fit to 80 columns.
+
+2006-07-11  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
+       Remove special case for seconds < 0.  Use (redisplay t) instead.
+
+2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
+       compilation error.
+
+       * subr.el (sit-for): New function.
+
+       * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
+
+2006-07-10  Richard Stallman  <rms@gnu.org>
+
+       * ldefs-boot.el (edebug): Update page.
+
+2006-07-10  Kim F. Storm  <storm@cua.dk>
+
+       * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
+       to FOR-RELEASE and TODO.
+
+2006-07-10  Romain Francoise  <romain@orebokech.com>
+
+       * emacs-lisp/authors.el (authors-aliases): Update.
+
+2006-07-10  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
+       * cc-mode.el: Changes to eradicate eval-after-load.
+
+2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
+       on non-char events.
+
+2006-07-09  Romain Francoise  <romain@orebokech.com>
+
+       * progmodes/compile.el (compilation-mode-font-lock-keywords):
+       Don't highlight start/end markers as compilation messages.
+
+       * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
+       to t.
+
+2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
+
+2006-07-08  Richard Stallman  <rms@gnu.org>
+
+       * term/x-win.el (x-handle-display): Add doc string.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
+
+       * subr.el (def-edebug-spec): Move here.
+       * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
+
+       * imenu.el (imenu-choose-buffer-index): Doc fix.
+
+2006-07-08  Romain Francoise  <romain@orebokech.com>
+
+       * term/x-win.el (x-display-name): Fix typo.
+
+2006-07-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * hexl.el (hexl-find-file): Doc fix.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
+
+2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * term/x-win.el (x-display-name): Doc fix.
+
+2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
+       long prefixes.
+       (fill-region-as-paragraph): Don't round up to a whole line.
+       (fill-comment-paragraph): Don't include the code-before-the-comment
+       when calling fill-region-as-paragraph.
+
+       * international/mule.el (make-char): Remove redundancy.
+
+       * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
+       property may contain an anonymous function rather than a symbol.
+
+       * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
+       Use shy regexp.  Fix incorrect backref to potentially unmatched group.
+
+       * dirtrack.el (dirtrack-default-directory-function): Remove.
+       (dirtrack-directory-function): Use file-name-as-directory.
+       (dirtrack-windows-directory-function): Simplify.
+       (dirtrack-forward-slash, dirtrack-backward-slash)
+       (dirtrack-replace-slash): Remove.
+       (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
+       (dirtrack): Fix wrong parenthesizing; use match-string.
+
+       * progmodes/octave-inf.el: Remove spurious * in docstrings.
+       (inferior-octave-mode): Only change the buffer-local value of
+       comint-dynamic-complete-functions.
+       (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
+       Move the initialization to the declaration.
+       (inferior-octave-complete): Remove unused var `filter'.
+
+       * shell.el (shell-mode): Only change the buffer-local value of
+       comint-dynamic-complete-functions.
+
+2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
+       entry is skipped because it has been scheduled.
+       (org-prepare-agenda-buffers): Don't mark buffers as modified when
+       changing `:org-archived' and `:org-comment' properties.
+
+2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * server.el (server-select-display): Don't make the temp frame
+       minibuffer-only, in case it's not a temp frame.
+       (server-process-filter): Don't delete the temp frame if it's the
+       only one we have on that display.
+
+       * files.el (find-alternate-file): Doc fix.
+
+2006-07-05  Richard Stallman  <rms@gnu.org>
+
+       * files.el (abbreviate-file-name): Add save-match-data.
+
+2006-07-03  Richard Stallman  <rms@gnu.org>
+
+       * faces.el (read-face-name): Doc fix.
+
+2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * net/goto-addr.el (goto-address): Mark as safe for local evals.
+
+2006-07-05  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el (vc-diff-internal): Fix prev change.
+
+2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
+       * play/dunnet.el (dun-load-d, dun-eval): Likewise.
+
+2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
+       fails if the symbol contains chars like ( or '.
+       (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
+       (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
+       `short'.
+
+2006-07-04  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (set-language-info): If LANG-ENV is
+       the current one, don't call set-language-environment, but call one
+       of set-language-environment-XXX to make INFO effective now.
+       (set-language-environment): Call set-language-environment-XXX
+       functions instead of doing the various setups directly.
+       (set-language-environment-coding-systems): Delete argument eol-type.
+       (set-language-environment-input-method)
+       (set-language-environment-nonascii-translation)
+       (set-language-environment-charset)
+       (set-language-environment-fontset)
+       (set-language-environment-unibyte): New functions.
+
+2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * locate.el (locate-update-when-revert): New option.
+       (locate-update-path): New option (suggested by Michael Albinus).
+       (locate-prompt-for-command): Whitespace change.
+       (locate-update): No longer offer to update the locate database by
+       default.  Implement the two new options.
+
+2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
+
+       * tooltip.el: Move comment about track-mouse...
+
+       * progmodes/gud.el: ...to here.
+
+2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
+
+       * facemenu.el (facemenu-listed-faces): New var.
+       (facemenu-unlisted-faces): Variable deleted.
+       (facemenu-add-new-face): Use facemenu-listed-faces.
+
+       * emulation/viper-init.el, calendar/calendar.el:
+       * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
+
+2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-mode): Remove no invalid settings for
+       calc embedded mode.
+       (org-mode-p): New defsubst.
+       (org-save-all-org-buffers): New function.
+       (org-first-headline-recenter): Enclose outline-regexp in group
+       delimiters.
+       (org-set-tags): Keep single space after stars.
+
+2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.el (set-window-text-height): Only set window-min-height to
+       1 if that's the requested size.
+
+       * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
+       (diff-unified->context, diff-context->unified)
+       (diff-reverse-direction): Make sure the end marker stays at the end.
+       (diff-mode): Add the keymap table at the end of docstring.
+       Use lexical-let rather than constructing a closure manually.
+
+       * files.el (find-file-noselect-1): Remove unused var assignment.
+       (hack-local-variables-confirm): Print lists of strings as lists of
+       strings rather than lists of symbols.
+       (abbreviate-file-name, hack-local-variables-prop-line):
+       Use match-string.
+       (hack-one-local-variable): Move `make-local-variable' nearer its use.
+       (recover-session-finish): Use line-end-position.
+
+2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
+
+2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
+
+       * progmodes/make-mode.el (makefile-macroassign-regex):
+       Accept preceding keyword.
+       (makefile-gmake-statements): Reorganize, now that makepp has
+       "override" and also handle forgotten "override define".
+       (makefile-makepp-statements): Add new "global", "override export"
+       and "override global".
+
+2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
+       (ada-compile-mouse-goto-error, ada-deactivate-properties)
+       (ada-no-auto-case): Fix typos in docstrings.
+
+2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
+
+       * info.el (Info-find-node-2): Search for makeinfo version more
+       carefully.
+
+2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-prepare-agenda-buffers):
+       Use `invisible-OK' argument for `org-end-of-subtree'.
+       (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
+       (org-beginning-of-item): Fix bug in regular expression for white line.
+       (org-export-as-html): Enforce space after bullet in plain list items.
+       (org-set-autofill-regexps): Require space after plain list bullet
+       for paragraph-start.
+       (org-ts-regexp3): New constant.
+       (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
+       (org-timestamp-up-day, org-timestamp-down-day)
+       (org-timestamp-change): Work with inactive timestamps.
+       (org-ts-regexp1): Don't allow brackets in time stamps.
+
+2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
+
+       * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
+       for ignoring links.
+
+       * faces.el (read-face-name): Use it.
+
+2006-06-28  Juri Linkov  <juri@jurta.org>
+
+       * buff-menu.el (list-buffers-noselect): Compare Info file
+       with the string "dir" to detect Info directory.
+
+       * complete.el (partial-completion-mode): In lambda for
+       `choose-completion-string-functions' use full function signature
+       with 4 args, and move point to the end of the minibuffer only if arg
+       `mini-p' is non-nil.
+
+2006-06-28  John Paul Wallington  <jpw@pobox.com>
+
+       * ibuffer.el (ibuffer-mode): Doc fix.
+
+2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-context): New contexts :item-bullet,
+       :latex-fragment, :latex-preview.
+       (org-overlays-at, org-overlay-start, org-overlay-end):
+       New compatibility functions.
+       (org-inside-LaTeX-fragment-p): More accurate matching, using the
+       exact regexp that will be used during export.
+       (org-latex-regexps): New variable.
+       (org-cdlatex-mode): Improve advice for `texmathp'.
+       (turn-on-org-cdlatex): New function.
+
+2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el (mac-handle-font-selection): Change keys of
+       mac-atsu-font-table from strings to numbers.
+       (mac-ts-caret-position): Use also when cursor-type is nil.
+       (mac-ts-update-active-input-area): Add Mac OS Classic support.
+       Relax condition for using overlay strings.
+       Use mac-ts-caret-position face when cursor-type is nil.
+
+2006-06-26  Kim F. Storm  <storm@cua.dk>
+
+       * help.el (view-emacs-news): Declare `res' in the right let* form.
+
+2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/rcompile.el (remote-compile): Replace ange-ftp based
+       implementation by Tramp functions.  Based on a patch published by
+       Marc Abramowitz <msabramo@gmail.com>.
+
+       * net/tramp.el (tramp-unload-tramp): Provide a doc string.
+
+2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
+
+       * international/fontset.el (setup-default-fontset): Fix a typo in
+       the "Oriya-Akruti" registry name.
+
+2006-06-23  Lars Hansen  <larsh@soem.dk>
+
+       * desktop.el (desktop-full-file-name): New function.
+       (desktop-kill, desktop-save, desktop-remove, desktop-read)
+       (desktop-revert): Use it.
+       (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
+       (desktop-after-read-hook): Add option list-buffers.
+       (desktop-locals-to-save): Add tab-width.
+       (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
+       Fix docstring.
+
+2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-cdlatex-mode-map)
+       (org-cdlatex-texmathp-advice-is-done): New variables.
+       (org-cdlatex-mode): New minor mode.
+       (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
+       (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
+       (org-export-with-archived-trees): New option.
+       (org-open-file): Remove the call to `convert-standard-filename'.
+       (org-archive-tag, org-agenda-skip-archived-trees)
+       (org-cycle-open-archived-trees)
+       (org-sparse-tree-open-archived-trees): New options.
+       (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
+       (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
+       New functions.
+       (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
+       (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
+       (org-mode-map): Add binding for `org-toggle-archive-tag'.
+       (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
+       Call `org-prepare-agenda-buffers'.
+       (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
+       (org-file-apps, org-file-apps-defaults-gnu)
+       (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
+       Handle remote files by forcing them to be opened in Emacs.
+
+2006-06-23  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el (vc-diff-knows-L): New variable.
+       (vc-diff-internal): Use it to handle "diff" programs that don't
+       understand -L.  This works automatically, no user action is necessary.
+
+2006-06-23  Daniel Brockman  <daniel@brockman.se>
+
+       * net/rcirc.el (rcirc-default-user-full-name): Default to
+       `rcirc-default-user-name' instead of `rcirc-user-name' (which no
+       longer exists).
+       (rcirc-process-list): Check `buffer-live-p' before attempting to
+       switch to a buffer.
+
+2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
+
+       * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
+       based on rcirc-coding-system-alist.
+
+2006-06-23  Martin Rudalics  <rudalics@gmx.at>
+
+       * cus-edit.el (customize-apropos): A better error message.
+       (top level) <debug-ignored-errors>: Extend and update the list of
+       ignored error messages.
+
+2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
+
+       * complete.el (PC-do-completion): Retain capitalization of user
+       input, when possible, even if completion-ignore-case is set.
+
+2006-06-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * generic-x.el (bat-generic-mode): Support .cmd files.
+
+       * dos-w32.el (top level): Use find-file-not-found-functions
+       instead of the obsolete find-file-not-found-hooks.
+
+2006-06-22  Kim F. Storm  <storm@cua.dk>
+
+       * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
+       to recognize mode name containing submodes, such as Grep/lw.
+
+2006-06-21  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (line-move-1): Check for move-end-of-line instead of
+       end-of-line when setting temporary-goal-column.
+
+2006-06-21  Miles Bader  <miles@gnu.org>
+
+       * play/cookie1.el (cookie): Work properly when there's only one entry.
+
+2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
+       (gdb-frame-handler): Generalize frame regexp for templates.
+
 2006-06-20  Glenn Morris  <rgm@gnu.org>
 
        * calendar/appt.el (appt-display-format): Default value must be
 
 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
 
-       * term/xterm.el (terminal-init-xterm): Update key availability
-       info.
+       * term/xterm.el (terminal-init-xterm): Update key availability info.
+       Bind C-return.
 
-       * term.el (term-delete-lines, term-insert-lines): Clarify
-       comments.
+       * term.el (term-delete-lines, term-insert-lines): Clarify comments.
 
 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
 
+       * files.el (hack-local-variables): Run `hack-local-variables-hook'
+       whether or not a local variables list is defined.
+
        * msb.el (msb): Move `sit-for' hack here to handle both
        "mouse-down and drag" and "mouse-up and select" situations.
        (mouse-select-buffer): Move `sit-for' hack to `msb'.
 
 2006-06-20  Kenichi Handa  <handa@m17n.org>
 
-       * international/characters.el (word-combining-categories): Add
-       entries for 2-byte Han characters.
+       * international/characters.el (word-combining-categories):
+       Add entries for 2-byte Han characters.
 
 2006-06-19  Richard Stallman  <rms@gnu.org>
 
        (org-update-all-dblocks, org-find-dblock): New functions.
        (org-collect-clock-time-entries): New function.
        (org-html-handle-time-stamps): Never export CLOCK timeranges.
-       (org-fixup-indentation): Modified to deadl correctly with lines
+       (org-fixup-indentation): Modify to deal correctly with lines
        starting with TAB.  Only one argument DIFF now.
        (org-demote, org-promote): Call `org-fixup-indentation' with just
        one argument, DIFF.
        (org-mode): Don't mark buffer as modified when aligning tables.
-       (org-clock-sum): Don't makr buffer modified when adding time sum
+       (org-clock-sum): Don't mark buffer modified when adding time sum
        properties.
-       (org-export-as-html): Added support for a link validation
-       function.
+       (org-export-as-html): Add support for a link validation function.
        (org-archive-all-done): New function.
        (org-archive-subtree): New prefix argument.  When set, archive all
        done subtrees in this buffer.
        (org-remove-clock-overlays)
-       (org-remove-occur-highlights): Use
-       `org-inhibit-highlight-removal'.
-       (org-inhibit-highlight-removal): New variable, for dynamic
-       scoping.
+       (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
+       (org-inhibit-highlight-removal): New variable, for dynamic scoping.
        (org-put-clock-overlay): Don't swallow last headline character
        when displaying overlay.
        (org-store-link): Link to `image-mode' with just the file name.
 
 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * viper-cmd.el (viper-special-read-and-insert-char): use
-       read-key-sequence.
-       (viper-after-change-undo-hook): enhancements.
-       (viper-after-change-undo-hook): new hook.
-       (viper-undo): use viper-after-change-undo-hook.
-       (viper-add-newline-at-eob-if-necessary): widen before making changes.
+       * viper-cmd.el (viper-special-read-and-insert-char):
+       Use read-key-sequence.
+       (viper-after-change-undo-hook): Misc enhancements.
+       (viper-after-change-undo-hook): New hook.
+       (viper-undo): Use viper-after-change-undo-hook.
+       (viper-add-newline-at-eob-if-necessary): Widen before making changes.
        (viper-next-line-at-bol): If point is on a widget or a button, simulate
        clicking on that widget/button.
 
-       * viper.el (viper-mode): allow for a separate cursor color in Emacs
-       state.
+       * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
 
-       * ediff-diff (ediff-test-patch-utility): catch errors.
-       (ediff-actual-diff-options, ediff-actual-diff3-options): new variables.
-       (ediff-set-actual-diff-options): new function.
+       * ediff-diff (ediff-test-patch-utility): Catch errors.
+       (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
+       (ediff-set-actual-diff-options): New function.
        (ediff-reset-diff-options, ediff-toggle-ignore-case):
-       use ediff-set-actual-diff-options.
-       (ediff-extract-diffs): catch errors.
-       (ediff-whitespace): add nonbreakable space.
-       (ediff-same-file-contents): catch errors.
+       Use ediff-set-actual-diff-options.
+       (ediff-extract-diffs): Catch errors.
+       (ediff-whitespace): Add non-breakable space.
+       (ediff-same-file-contents): Catch errors.
 
-       * ediff-mult.el (ediff-collect-custom-diffs): save
-       coding-system-for-read.
+       * ediff-mult.el (ediff-collect-custom-diffs):
+       Save coding-system-for-read.
 
-       * ediff-vers.el (ediff-keep-tmp-versions): new var.
-       (ediff-vc-internal, ediff-vc-merge-internal): use
-       ediff-delete-version-file.
-       (ediff-delete-version-file): new function.
+       * ediff-vers.el (ediff-keep-tmp-versions): New variable.
+       (ediff-vc-internal, ediff-vc-merge-internal):
+       Use ediff-delete-version-file.
+       (ediff-delete-version-file): New function.
 
-       * ediff-wind.el (ediff-control-frame-parameters): set frame fringes.
+       * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
 
-       * ediff.el (ediff-directories, ediff-directory-revisions,
-       ediff-merge-directories, ediff-merge-directories-with-ancestor,
-       ediff-directories-internal, ediff-merge-directory-revisions,
-       ediff-merge-directory-revisions-with-ancestor,
-       ediff-directories3): use read-directory-name.
+       * ediff.el (ediff-directories, ediff-directory-revisions)
+       (ediff-merge-directories, ediff-merge-directories-with-ancestor)
+       (ediff-directories-internal, ediff-merge-directory-revisions)
+       (ediff-merge-directory-revisions-with-ancestor)
+       (ediff-directories3): Use read-directory-name.
 
 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
 
-       * textmodes/tex-mode.el (tex-font-lock-match-suscript): Remove
-       superfluous part of regexp for brace matching which is handled by
-       `scan-lists' call.
+       * textmodes/tex-mode.el (tex-font-lock-match-suscript):
+       Remove superfluous part of regexp for brace matching which is handled
+       by `scan-lists' call.
 
 2006-06-16  Richard Stallman  <rms@gnu.org>
 
 
 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el: (org-agenda-mode-map): Add bindings for
+       * textmodes/org.el (org-agenda-mode-map): Add bindings for
        clocking functions.
 
        (org-agenda-clock-in, org-check-running-clock)
 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * diff-mode.el (diff-mode): Set buffer-read-only to t when
-       diff-default-read-only is non-nill.
+       diff-default-read-only is non-nil.
        (diff-hunk-kill, diff-file-kill, diff-split-hunk)
        (diff-refine-hunk): Set inhibit-read-only to t.
 
 
 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el: (org-archive-subtree): Use end-of-subtree as
+       * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
        insertion point and control the number of empty lines.
        (org-paste-subtree): Limit the number of empty lines at the end of
        the inserted tree.
        (authors-canonical-file-name): Don't report error for wildcards.
 
        * help.el (view-emacs-news): Rewrite to support new NEWS,
-       NEWS.major, and NEWS.1-17 file naming.  Add more intelligense,
+       NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
        e.g. version 10 matches 1.10, and don't be confused by version 1.1
-       begin a prefix of 1.12 (etc).  A numeric prefix arg also works.
+       being a prefix of 1.12 (etc).  A numeric prefix arg also works.
 
 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
 
 2006-06-02  Masatake YAMATO  <jet@gyve.org>
 
        * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
-       Almost rewrite. Underlines over all lines of gcov output are too
+       Almost rewrite.  Underlines over all lines of gcov output are too
        uncomfortable to read.  Suggested by Dan Nicolaescu.
 
 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gud.el (gud-query-cmdline, gud-common-init):
-       Revert inadvertant changes made with last commit.
+       Revert inadvertent changes made with last commit.
 
 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
 
 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp
+       * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
        only matches in the right place.
        (org-upcoming-deadline): New face.
        (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
        (org-export-as-html): Many changes to emit valid XHTML.
        (org-par-open): New variable.
        (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
-       (org-html-do-expand, org-section-number): Fixedcase in `replace-match'.
+       (org-html-do-expand, org-section-number): Fix case in `replace-match'.
        (org-timeline): Pass `org-timeline-show-empty-dates' to
-       `org-get-all-dates'. Interpret empty dates returned by `org-get-all-dates'.
+       `org-get-all-dates'.  Interpret empty dates returned by
+       `org-get-all-dates'.
        (org-get-all-dates): New argument EMPTY.  Add dates without
        entries to the list, mark large ranges of empty dates.
        (org-point-in-group, org-context): New functions.
 
 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el: (org-next-item, org-previous-item): Emit more
+       * textmodes/org.el (org-next-item, org-previous-item): Emit more
        compact error message.
        (org-tags-view): Refresh category table in each file.
        (org-table-justify-field-maybe): Remove superfluous arguments to
 
 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el: (org-open-at-point): Use renamed variable
+       * textmodes/org.el (org-open-at-point): Use renamed variable
        `org-confirm-shell-link-function'.
        (org-confirm-shell-link-function): Rename from
        `org-confirm-shell-links'.
        make command.
        (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
 
-
 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * emacs-lisp/ewoc.el (ewoc-delete): New function.
 
 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
 
-       * allout.el: (allout-view-change-hook): Mark as being deprecated,
+       * allout.el (allout-view-change-hook): Mark as being deprecated,
        to be replaced by `allout-exposure-change-hook'.
        (allout-exposure-change-hook): New, replacing
        `allout-view-change-hook'.
 
 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
-       * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
+       * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
        MacJapanese if text is ASCII-only.
 
 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
 
        * cus-start.el (all): Add mac-dnd-known-types.
 
-       * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
+       * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
        (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
        (mac-TIFF-to-string): New functions.
        (x-get-selection, x-selection-value)
 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * isearch.el (isearch-update-ring): Take history-delete-duplicates
-       into consideration. Replace one arm ifs with whens.
+       into consideration.  Replace one arm ifs with whens.
 
 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
 
 
 2006-05-02  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-embed.el: (calc-override-minor-modes-map)
+       * calc/calc-embed.el (calc-override-minor-modes-map)
        (calc-override-minor-modes): New variables.
        (calc-do-embedded): Make sure that Calc keystrokes aren't
        overwritten by minor modes.
        (Man-abstract-xref-man-page): If Man-target-string is a function,
        call it.
        (Man-highlight-references): Use Man-default-man-entry to get the
-       target. Deal with xrefs too.
+       target.  Deal with xrefs too.
        (Man-highlight-references0): Don't call the target function.
 
        * woman.el (WoMan-xref-man-page): Strip the section number, woman