aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-09-27 16:56:27 +0200
committerJuanma Barranquero2010-09-27 16:56:27 +0200
commit76e3243a566a6df958972e814cf5dc27577fe2f5 (patch)
tree227a7cbb9fb30b26b72cefaf68f544f644f1dcbe
parentd2e9d0bbb2d63fc9588d8b2a13b46be8c67dd944 (diff)
downloademacs-76e3243a566a6df958972e814cf5dc27577fe2f5.tar.gz
emacs-76e3243a566a6df958972e814cf5dc27577fe2f5.zip
Fix typos in ChangeLogs.
-rw-r--r--lisp/ChangeLog52
-rw-r--r--lisp/ChangeLog.32
-rw-r--r--lisp/cedet/ChangeLog5
-rw-r--r--lisp/org/ChangeLog19
4 files changed, 37 insertions, 41 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cd30925d9fb..3d66ee0984c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1524,8 +1524,7 @@
15242010-08-26 David Reitter <david.reitter@gmail.com> 15242010-08-26 David Reitter <david.reitter@gmail.com>
1525 1525
1526 * server.el (server-visit-files): Run pre-command-hook and 1526 * server.el (server-visit-files): Run pre-command-hook and
1527 post-command-hook for each buffer while it is current 1527 post-command-hook for each buffer while it is current (Bug#6910).
1528 (Bug#6910).
1529 (server-execute): Do not run hooks here. 1528 (server-execute): Do not run hooks here.
1530 1529
15312010-08-26 Michael Albinus <michael.albinus@gmx.de> 15302010-08-26 Michael Albinus <michael.albinus@gmx.de>
@@ -1866,10 +1865,10 @@
18662010-08-22 Leo <sdl.web@gmail.com> 18652010-08-22 Leo <sdl.web@gmail.com>
1867 1866
1868 Fix buffer-list rename&refresh after killing a buffer in ido. 1867 Fix buffer-list rename&refresh after killing a buffer in ido.
1869 * lisp/ido.el: Revert Óscar's. 1868 * ido.el: Revert Óscar's.
1870 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh. 1869 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1871 Remember the buffers at head, rather than their name. 1870 Remember the buffers at head, rather than their name.
1872 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list. 1871 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1873 1872
18742010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change) 18732010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1875 Stefan Monnier <monnier@iro.umontreal.ca> 1874 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -3383,7 +3382,7 @@
33832010-06-22 Dan Nicolaescu <dann@ics.uci.edu> 33822010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3384 3383
3385 Fix vc-annotate for renamed files when using Git. 3384 Fix vc-annotate for renamed files when using Git.
3386 * vc-git.el (vc-git-find-revision): Deal with empty results from 3385 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3387 ls-files. Doe not pass the object as a file name to cat-file, it 3386 ls-files. Doe not pass the object as a file name to cat-file, it
3388 is not a file name. 3387 is not a file name.
3389 (vc-git-annotate-command): Pass the file name using -- to avoid 3388 (vc-git-annotate-command): Pass the file name using -- to avoid
@@ -3404,28 +3403,28 @@
34042010-06-22 Dan Nicolaescu <dann@ics.uci.edu> 34032010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3405 3404
3406 Fix annotating other revisions for renamed files in vc-annotate. 3405 Fix annotating other revisions for renamed files in vc-annotate.
3407 * vc-annotate.el (vc-annotate): Add an optional argument for the 3406 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3408 VC backend. Use it when non-nil. 3407 VC backend. Use it when non-nil.
3409 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. 3408 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3410 (Bug#6487) 3409 (Bug#6487)
3411 3410
3412 Fix vc-annotate-show-changeset-diff-revision-at-line for git. 3411 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3413 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal): 3412 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3414 Do not pass the file name to the 'previous-revision call when we 3413 Do not pass the file name to the 'previous-revision call when we
3415 don't want a file diff. (Bug#6489) 3414 don't want a file diff. (Bug#6489)
3416 3415
34172010-06-21 Dan Nicolaescu <dann@ics.uci.edu> 34162010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3418 3417
3419 Fix finding revisions for renamed files in vc-annotate. 3418 Fix finding revisions for renamed files in vc-annotate.
3420 * vc.el (vc-find-revision): Add an optional argument for 3419 * vc/vc.el (vc-find-revision): Add an optional argument for
3421 the VC backend. Use it when non-nil. 3420 the VC backend. Use it when non-nil.
3422 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC 3421 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3423 backend to vc-find-revision. (Bug#6487) 3422 backend to vc-find-revision. (Bug#6487)
3424 3423
34252010-06-21 Dan Nicolaescu <dann@ics.uci.edu> 34242010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3426 3425
3427 Fix reading file names in Git annotate buffers. 3426 Fix reading file names in Git annotate buffers.
3428 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove 3427 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
3429 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481) 3428 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
3430 3429
34312010-06-20 Alan Mackenzie <acm@muc.de> 34302010-06-20 Alan Mackenzie <acm@muc.de>
@@ -3472,7 +3471,7 @@
3472 3471
34732010-06-16 Stefan Monnier <monnier@iro.umontreal.ca> 34722010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3474 3473
3475 * vc-annotate.el (vc-annotate): Use vc-read-revision. 3474 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3476 3475
34772010-06-16 Glenn Morris <rgm@gnu.org> 34762010-06-16 Glenn Morris <rgm@gnu.org>
3478 3477
@@ -3490,7 +3489,7 @@
3490 3489
34912010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) 34902010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3492 3491
3493 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions 3492 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3494 older than version 1.6. (Bug#6361) 3493 older than version 1.6. (Bug#6361)
3495 3494
34962010-06-16 Helmut Eller <eller.helmut@gmail.com> 34952010-06-16 Helmut Eller <eller.helmut@gmail.com>
@@ -4210,7 +4209,7 @@
4210 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el, 4209 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4211 * skeleton.el, term.el, time.el, wid-edit.el, woman.el, 4210 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4212 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el, 4211 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4213 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el, 4212 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4214 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el, 4213 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4215 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el, 4214 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4216 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el, 4215 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
@@ -4881,7 +4880,7 @@
4881 4880
48822010-05-07 Christian von Roques <roques@mti.ag> (tiny change) 48812010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
4883 4882
4884 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592). 4883 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4885 4884
48862010-05-07 Katsumi Yamaoka <yamaoka@jpl.org> 48852010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4887 4886
@@ -5529,25 +5528,25 @@
5529 5528
55302010-04-18 Jay Belanger <jay.p.belanger@gmail.com> 55292010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5531 5530
5532 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'. 5531 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5533 5532
5534 * calc-bin.el (calc-radix): Have the "O" option turn on 5533 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
5535 twos-complement mode. 5534 twos-complement mode.
5536 5535
55372010-04-17 Jay Belanger <jay.p.belanger@gmail.com> 55362010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
5538 5537
5539 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'. 5538 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5540 Add `calc-option-prefix-help' to calc-help autoloads. 5539 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
5541 (calc-inverse): Add "Option" to message, as appropriate. 5540 (calc-inverse): Add "Option" to message, as appropriate.
5542 (calc-hyperbolic): Add "Option" to message, as appropriate. 5541 (calc-hyperbolic): Add "Option" to message, as appropriate.
5543 (calc-option, calc-is-option): New functions. 5542 (calc-option, calc-is-option): New functions.
5544 5543
5545 * calc-help.el (calc-full-help): Add `calc-option-help'. 5544 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
5546 (calc-option-prefix-help): New function. 5545 (calc-option-prefix-help): New function.
5547 5546
5548 * calc-misc.el (calc-help): Add "Option" entry. 5547 * calc/calc-misc.el (calc-help): Add "Option" entry.
5549 5548
5550 * calc.el (calc-local-var-list): Add `calc-option-flag'. 5549 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
5551 (calc-option-flag): New variable. 5550 (calc-option-flag): New variable.
5552 (calc-do): Set `calc-option-flag to nil. 5551 (calc-do): Set `calc-option-flag to nil.
5553 (calc-set-mode-line): Add "Opt " as appropriate. 5552 (calc-set-mode-line): Add "Opt " as appropriate.
@@ -6118,9 +6117,9 @@
61182010-03-27 Nick Roberts <nickrob@snap.net.nz> 61172010-03-27 Nick Roberts <nickrob@snap.net.nz>
6119 6118
6120 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz. 6119 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6121 * lisp/progmodes/gdb-mi.el: Restore. 6120 * progmodes/gdb-mi.el: Restore.
6122 * lisp/progmodes/gdb-ui.el: Remove. 6121 * progmodes/gdb-ui.el: Remove.
6123 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el. 6122 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6124 6123
61252010-03-25 Glenn Morris <rgm@gnu.org> 61242010-03-25 Glenn Morris <rgm@gnu.org>
6126 6125
@@ -6803,11 +6802,6 @@
6803 * files.el (hack-local-variables-filter): For eval forms, also 6802 * files.el (hack-local-variables-filter): For eval forms, also
6804 check safe-local-variable-p (Bug#5636). 6803 check safe-local-variable-p (Bug#5636).
6805 6804
68062010-02-24 Eduard Wiebe <usenet@pusto.de>
6807
6808 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
6809 and use c(ad)r of cddr (Bug#5640).
6810
68112010-02-22 Michael Albinus <michael.albinus@gmx.de> 68052010-02-22 Michael Albinus <michael.albinus@gmx.de>
6812 6806
6813 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect 6807 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3
index f99f2ec4ec0..4c36aa94509 100644
--- a/lisp/ChangeLog.3
+++ b/lisp/ChangeLog.3
@@ -172,7 +172,7 @@
172 Choose string< or < as predicate. 172 Choose string< or < as predicate.
173 Reorder messages by exchanging them, with inhibit-quit bound. 173 Reorder messages by exchanging them, with inhibit-quit bound.
174 (rmail-fetch-field): Start by widening. 174 (rmail-fetch-field): Start by widening.
175 (rmail-sortable-date-strng): Deleted. 175 (rmail-sortable-date-string): Deleted.
176 (rmail-make-date-sortable): New function, used instead. 176 (rmail-make-date-sortable): New function, used instead.
177 177
178 * paths.el (gnus-local-organization): Renamed from ...-your-... 178 * paths.el (gnus-local-organization): Renamed from ...-your-...
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index d99c3fd0d95..85f0410541a 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -524,6 +524,11 @@
524 * ede/make.el (ede-make-check-version): Use 524 * ede/make.el (ede-make-check-version): Use
525 with-current-buffer instead of save-excursion. 525 with-current-buffer instead of save-excursion.
526 526
5272010-02-24 Eduard Wiebe <usenet@pusto.de>
528
529 * semantic/wisent/javascript.el (wisent-javascript-jv-expand-tag):
530 Avoid c(ad)ddr and use c(ad)r of cddr (Bug#5640).
531
5272010-02-16 Chong Yidong <cyd@stupidchicken.com> 5322010-02-16 Chong Yidong <cyd@stupidchicken.com>
528 533
529 * data-debug.el (data-debug): Move to extensions group. 534 * data-debug.el (data-debug): Move to extensions group.
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 72d4df0189b..0cef225770d 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -373,7 +373,7 @@
373 373
3742010-07-19 Carsten Dominik <carsten.dominik@gmail.com> 3742010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
375 375
376 * org.el (org-confirm-shell-link-function): 376 * org.el (org-confirm-shell-link-function)
377 (org-confirm-elisp-link-function): Limit the values that can be set by 377 (org-confirm-elisp-link-function): Limit the values that can be set by
378 file variables. 378 file variables.
379 379
@@ -391,8 +391,7 @@
391 * org-capture.el (org-capture-position-for-last-stored) 391 * org-capture.el (org-capture-position-for-last-stored)
392 (org-capture-bookmark-last-stored-position): New functions. 392 (org-capture-bookmark-last-stored-position): New functions.
393 (org-capture-place-table-line): Better error catching. 393 (org-capture-place-table-line): Better error catching.
394 (org-capture-place-item): 394 (org-capture-place-item, org-capture-place-entry)
395 (org-capture-place-entry):
396 (org-capture-place-plain-text): Call 395 (org-capture-place-plain-text): Call
397 `org-capture-position-for-last-stored'. 396 `org-capture-position-for-last-stored'.
398 (org-capture-finalize): Just call 397 (org-capture-finalize): Just call
@@ -449,7 +448,7 @@
449 * org-macs.el (org-not-nil): Return the value if not interpreted 448 * org-macs.el (org-not-nil): Return the value if not interpreted
450 as nil. 449 as nil.
451 450
452 * org.el (org-entry-get): 451 * org.el (org-entry-get)
453 (org-entry-get-with-inheritance): Interpret the value "nil" 452 (org-entry-get-with-inheritance): Interpret the value "nil"
454 as nil for properties. 453 as nil for properties.
455 454
@@ -481,9 +480,7 @@
481 * org.el (org-timestamp-change): New optional argument UPDOWN. 480 * org.el (org-timestamp-change): New optional argument UPDOWN.
482 Use this to identify calls from org-timestamp-up/down, so that we can 481 Use this to identify calls from org-timestamp-up/down, so that we can
483 skip by rounding minutes in this case. 482 skip by rounding minutes in this case.
484 (org-timestamp-up): 483 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
485 (org-timestamp-down):
486 (org-timestamp-up-day):
487 (org-timestamp-down-day): Call org-timestamp-change with the 484 (org-timestamp-down-day): Call org-timestamp-change with the
488 updown argument. 485 updown argument.
489 486
@@ -546,7 +543,7 @@
546 543
5472010-07-19 Bastien Guerry <bzg@altern.org> 5442010-07-19 Bastien Guerry <bzg@altern.org>
548 545
549 * org-agenda.el (org-agenda-get-deadlines): 546 * org-agenda.el (org-agenda-get-deadlines)
550 (org-agenda-get-scheduled): 547 (org-agenda-get-scheduled):
551 * org.el (org-time-string-to-seconds): 548 * org.el (org-time-string-to-seconds):
552 For deadline and scheduled agenda display ignore the cyclic repeater 549 For deadline and scheduled agenda display ignore the cyclic repeater
@@ -5064,8 +5061,8 @@
5064 * org.el (org-global-properties-fixed): Add default for 5061 * org.el (org-global-properties-fixed): Add default for
5065 CLOCK_MODELINE_TOTAL. 5062 CLOCK_MODELINE_TOTAL.
5066 5063
5067 * org-clock.el (org-clock-sum): Accept lists and strigs as tstart 5064 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
5068 andd tend. 5065 and tend.
5069 (org-clock-sum-current-item): Optional argument TSTART, pass it to 5066 (org-clock-sum-current-item): Optional argument TSTART, pass it to
5070 org-clock-sum. 5067 org-clock-sum.
5071 (org-clock-get-sum-start): New function. 5068 (org-clock-get-sum-start): New function.
@@ -8029,7 +8026,7 @@
8029 set-text-properties to remove text properties from the clipboard 8026 set-text-properties to remove text properties from the clipboard
8030 value. 8027 value.
8031 8028
8032 * lisp/org-clock.el (org-update-mode-line): Support limiting the 8029 * org-clock.el (org-update-mode-line): Support limiting the
8033 modeline clock string, and display the full todo value in the 8030 modeline clock string, and display the full todo value in the
8034 tooltip. Set a local keymap so mouse-3 on the clock string goes to 8031 tooltip. Set a local keymap so mouse-3 on the clock string goes to
8035 the currently clocked task. 8032 the currently clocked task.