diff lisp/ChangeLog @ 90519:138ce2701550

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 320-342) - Update from CVS - Merge from gnus--rel--5.10 - lisp/play/cookie1.el (cookie): Work properly when there's only one entry - Add note about "link" button-class to etc/TODO * gnus--rel--5.10 (patch 108-112) - Merge from emacs--devo--0 - Clean up merge mistakes - Update from CVS - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-86
author Miles Bader <miles@gnu.org>
date Thu, 06 Jul 2006 08:59:39 +0000
parents 4094c5298ae1 51afa28213f2
children 8a8e69664178
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jul 05 17:38:31 2006 +0000
+++ b/lisp/ChangeLog	Thu Jul 06 08:59:39 2006 +0000
@@ -1,7 +1,313 @@
+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
+	one of the customize options.
+
+2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* term/xterm.el (terminal-init-xterm): Update key availability info.
+	Bind C-return.
+
+	* 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>
 
@@ -13,7 +319,7 @@
 	* mouse.el (mouse-drag-vertical-line-rightward-window): New function.
 	(mouse-drag-vertical-line): Call it.
 
-	* cus-edit.el (customize-option, customize-option-other-window): 
+	* cus-edit.el (customize-option, customize-option-other-window):
 	Error if SYMBOL is nil.
 
 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
@@ -26,72 +332,67 @@
 	(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.
-	
-	* 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.
+
+	* 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-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.
-	
-	* 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-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.
-	
+	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-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.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>
 
@@ -164,7 +465,7 @@
 
 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)
@@ -241,7 +542,7 @@
 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.
 
@@ -252,7 +553,7 @@
 
 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.
@@ -318,9 +619,9 @@
 	(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>
 
@@ -394,7 +695,7 @@
 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>
@@ -438,7 +739,7 @@
 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>
 
@@ -449,7 +750,7 @@
 
 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'.
@@ -459,9 +760,10 @@
 	(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.
@@ -687,7 +989,7 @@
 
 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
@@ -809,7 +1111,7 @@
 
 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'.
@@ -885,7 +1187,6 @@
 	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.
@@ -1212,7 +1513,7 @@
 
 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'.
@@ -1488,7 +1789,7 @@
 
 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>
@@ -1575,7 +1876,7 @@
 
 	* 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)
@@ -1620,7 +1921,7 @@
 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>
 
@@ -1633,7 +1934,7 @@
 
 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.
@@ -2616,7 +2917,7 @@
 	(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