changeset 110607:be2bf8f5f3ed

Fix typos in ChangeLogs.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Sep 2010 16:56:27 +0200
parents b4f4c3e9b976
children 06497cf3e920
files lisp/ChangeLog lisp/ChangeLog.3 lisp/cedet/ChangeLog lisp/org/ChangeLog
diffstat 4 files changed, 39 insertions(+), 43 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Sep 27 16:35:22 2010 +0200
+++ b/lisp/ChangeLog	Mon Sep 27 16:56:27 2010 +0200
@@ -1524,8 +1524,7 @@
 2010-08-26  David Reitter  <david.reitter@gmail.com>
 
 	* server.el (server-visit-files): Run pre-command-hook and
-	post-command-hook for each buffer while it is current
-	(Bug#6910).
+	post-command-hook for each buffer while it is current (Bug#6910).
 	(server-execute): Do not run hooks here.
 
 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
@@ -1866,10 +1865,10 @@
 2010-08-22  Leo  <sdl.web@gmail.com>
 
 	Fix buffer-list rename&refresh after killing a buffer in ido.
-	* lisp/ido.el: Revert Óscar's.
+	* ido.el: Revert Óscar's.
 	(ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
 	Remember the buffers at head, rather than their name.
-	* lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
+	* iswitchb.el (iswitchb-kill-buffer): Re-make the list.
 
 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
             Stefan Monnier  <monnier@iro.umontreal.ca>
@@ -3383,7 +3382,7 @@
 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	Fix vc-annotate for renamed files when using Git.
-	* vc-git.el (vc-git-find-revision): Deal with empty results from
+	* vc/vc-git.el (vc-git-find-revision): Deal with empty results from
 	ls-files.  Doe not pass the object as a file name to cat-file, it
 	is not a file name.
 	(vc-git-annotate-command): Pass the file name using -- to avoid
@@ -3404,28 +3403,28 @@
 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	Fix annotating other revisions for renamed files in vc-annotate.
-	* vc-annotate.el (vc-annotate): Add an optional argument for the
+	* vc/vc-annotate.el (vc-annotate): Add an optional argument for the
 	VC backend.  Use it when non-nil.
 	(vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
 	(Bug#6487)
 
 	Fix vc-annotate-show-changeset-diff-revision-at-line for git.
-	* vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
+	* vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
 	Do not pass the file name to the 'previous-revision call when we
 	don't want a file diff.  (Bug#6489)
 
 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	Fix finding revisions for renamed files in vc-annotate.
-	* vc.el (vc-find-revision): Add an optional argument for
+	* vc/vc.el (vc-find-revision): Add an optional argument for
 	the VC backend.  Use it when non-nil.
-	* vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
+	* vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
 	backend to vc-find-revision.  (Bug#6487)
 
 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	Fix reading file names in Git annotate buffers.
-	* vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
+	* vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
 	trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
 
 2010-06-20  Alan Mackenzie  <acm@muc.de>
@@ -3472,7 +3471,7 @@
 
 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-	* vc-annotate.el (vc-annotate): Use vc-read-revision.
+	* vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
 
 2010-06-16  Glenn Morris  <rgm@gnu.org>
 
@@ -3490,7 +3489,7 @@
 
 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
 
-	* vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
+	* vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
 	older than version 1.6.  (Bug#6361)
 
 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
@@ -4210,7 +4209,7 @@
 	* bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
 	* skeleton.el, term.el, time.el, wid-edit.el, woman.el,
 	* calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
-	* calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
+	* calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
 	* emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
 	* eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
 	* gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
@@ -4881,7 +4880,7 @@
 
 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
 
-	* lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
+	* epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
 
 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
 
@@ -5529,25 +5528,25 @@
 
 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
 
-	* calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
-
-	* calc-bin.el (calc-radix): Have the "O" option turn on
+	* calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
+
+	* calc/calc-bin.el (calc-radix): Have the "O" option turn on
 	twos-complement mode.
 
 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
 
-	* calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
-	Add `calc-option-prefix-help' to calc-help autoloads.
+	* calc/calc-ext.el (calc-init-extensions): Add keybinding for
+	'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
 	(calc-inverse): Add "Option" to message, as appropriate.
 	(calc-hyperbolic): Add "Option" to message, as appropriate.
 	(calc-option, calc-is-option): New functions.
 
-	* calc-help.el (calc-full-help): Add `calc-option-help'.
+	* calc/calc-help.el (calc-full-help): Add `calc-option-help'.
 	(calc-option-prefix-help): New function.
 
-	* calc-misc.el (calc-help): Add "Option" entry.
-
-	* calc.el (calc-local-var-list): Add `calc-option-flag'.
+	* calc/calc-misc.el (calc-help): Add "Option" entry.
+
+	* calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
 	(calc-option-flag): New variable.
 	(calc-do): Set `calc-option-flag to nil.
 	(calc-set-mode-line): Add "Opt " as appropriate.
@@ -6118,9 +6117,9 @@
 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
 
 	Restore GDB/MI fuctionality removed by r99212.
-	* lisp/progmodes/gdb-mi.el: Restore.
-	* lisp/progmodes/gdb-ui.el: Remove.
-	* lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
+	* progmodes/gdb-mi.el: Restore.
+	* progmodes/gdb-ui.el: Remove.
+	* progmodes/gud.el: Re-accommodate for gdb-mi.el.
 
 2010-03-25  Glenn Morris  <rgm@gnu.org>
 
@@ -6803,11 +6802,6 @@
 	* files.el (hack-local-variables-filter): For eval forms, also
 	check safe-local-variable-p (Bug#5636).
 
-2010-02-24  Eduard Wiebe  <usenet@pusto.de>
-
-	* javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
-	and use c(ad)r of cddr (Bug#5640).
-
 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
--- a/lisp/ChangeLog.3	Mon Sep 27 16:35:22 2010 +0200
+++ b/lisp/ChangeLog.3	Mon Sep 27 16:56:27 2010 +0200
@@ -172,7 +172,7 @@
 	Choose string< or < as predicate.
 	Reorder messages by exchanging them, with inhibit-quit bound.
 	(rmail-fetch-field): Start by widening.
-	(rmail-sortable-date-strng): Deleted.
+	(rmail-sortable-date-string): Deleted.
 	(rmail-make-date-sortable): New function, used instead.
 
 	* paths.el (gnus-local-organization): Renamed from ...-your-...
--- a/lisp/cedet/ChangeLog	Mon Sep 27 16:35:22 2010 +0200
+++ b/lisp/cedet/ChangeLog	Mon Sep 27 16:56:27 2010 +0200
@@ -524,6 +524,11 @@
 	* ede/make.el (ede-make-check-version): Use
 	with-current-buffer instead of save-excursion.
 
+2010-02-24  Eduard Wiebe  <usenet@pusto.de>
+
+	* semantic/wisent/javascript.el (wisent-javascript-jv-expand-tag):
+	Avoid c(ad)ddr and use c(ad)r of cddr (Bug#5640).
+
 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
 
 	* data-debug.el (data-debug): Move to extensions group.
--- a/lisp/org/ChangeLog	Mon Sep 27 16:35:22 2010 +0200
+++ b/lisp/org/ChangeLog	Mon Sep 27 16:56:27 2010 +0200
@@ -373,7 +373,7 @@
 
 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
 
-	* org.el (org-confirm-shell-link-function):
+	* org.el (org-confirm-shell-link-function)
 	(org-confirm-elisp-link-function): Limit the values that can be set by
 	file variables.
 
@@ -391,8 +391,7 @@
 	* org-capture.el (org-capture-position-for-last-stored)
 	(org-capture-bookmark-last-stored-position): New functions.
 	(org-capture-place-table-line): Better error catching.
-	(org-capture-place-item):
-	(org-capture-place-entry):
+	(org-capture-place-item, org-capture-place-entry)
 	(org-capture-place-plain-text): Call
 	`org-capture-position-for-last-stored'.
 	(org-capture-finalize): Just call
@@ -449,7 +448,7 @@
 	* org-macs.el (org-not-nil): Return the value if not interpreted
 	as nil.
 
-	* org.el (org-entry-get):
+	* org.el (org-entry-get)
 	(org-entry-get-with-inheritance): Interpret the value "nil"
 	as nil for properties.
 
@@ -481,9 +480,7 @@
 	* org.el (org-timestamp-change): New optional argument UPDOWN.
 	Use this to identify calls from org-timestamp-up/down, so that we can
 	skip by rounding minutes in this case.
-	(org-timestamp-up):
-	(org-timestamp-down):
-	(org-timestamp-up-day):
+	(org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
 	(org-timestamp-down-day): Call org-timestamp-change with the
 	updown argument.
 
@@ -546,7 +543,7 @@
 
 2010-07-19  Bastien Guerry  <bzg@altern.org>
 
-	* org-agenda.el (org-agenda-get-deadlines):
+	* org-agenda.el (org-agenda-get-deadlines)
 	(org-agenda-get-scheduled):
 	* org.el (org-time-string-to-seconds):
 	For deadline and scheduled agenda display ignore the cyclic repeater
@@ -5064,8 +5061,8 @@
 	* org.el (org-global-properties-fixed): Add default for
 	CLOCK_MODELINE_TOTAL.
 
-	* org-clock.el (org-clock-sum): Accept lists and strigs as tstart
-	andd tend.
+	* org-clock.el (org-clock-sum): Accept lists and strings as tstart
+	and tend.
 	(org-clock-sum-current-item): Optional argument TSTART, pass it to
 	org-clock-sum.
 	(org-clock-get-sum-start): New function.
@@ -8029,7 +8026,7 @@
 	set-text-properties to remove text properties from the clipboard
 	value.
 
-	* lisp/org-clock.el (org-update-mode-line): Support limiting the
+	* org-clock.el (org-update-mode-line): Support limiting the
 	modeline clock string, and display the full todo value in the
 	tooltip.  Set a local keymap so mouse-3 on the clock string goes to
 	the currently clocked task.