emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101646: Fix typos in ChangeLogs.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101646: Fix typos in ChangeLogs.
Date: Mon, 27 Sep 2010 16:56:27 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101646
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2010-09-27 16:56:27 +0200
message:
  Fix typos in ChangeLogs.
modified:
  lisp/ChangeLog
  lisp/ChangeLog.3
  lisp/cedet/ChangeLog
  lisp/org/ChangeLog
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-27 14:35:22 +0000
+++ b/lisp/ChangeLog    2010-09-27 14:56:27 +0000
@@ -1524,8 +1524,7 @@
 2010-08-26  David Reitter  <address@hidden>
 
        * 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  <address@hidden>
@@ -1866,10 +1865,10 @@
 2010-08-22  Leo  <address@hidden>
 
        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  <address@hidden>  (tiny change)
             Stefan Monnier  <address@hidden>
@@ -3383,7 +3382,7 @@
 2010-06-22  Dan Nicolaescu  <address@hidden>
 
        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  <address@hidden>
 
        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  <address@hidden>
 
        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  <address@hidden>
 
        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  <address@hidden>
@@ -3472,7 +3471,7 @@
 
 2010-06-16  Stefan Monnier  <address@hidden>
 
-       * vc-annotate.el (vc-annotate): Use vc-read-revision.
+       * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
 
 2010-06-16  Glenn Morris  <address@hidden>
 
@@ -3490,7 +3489,7 @@
 
 2010-06-16  Bob Rogers  <address@hidden>  (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  <address@hidden>
@@ -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  <address@hidden>  (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  <address@hidden>
 
@@ -5529,25 +5528,25 @@
 
 2010-04-18  Jay Belanger  <address@hidden>
 
-       * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
+       * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
 
-       * calc-bin.el (calc-radix): Have the "O" option turn on
+       * calc/calc-bin.el (calc-radix): Have the "O" option turn on
        twos-complement mode.
 
 2010-04-17  Jay Belanger  <address@hidden>
 
-       * 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/calc-misc.el (calc-help): Add "Option" entry.
 
-       * calc.el (calc-local-var-list): Add `calc-option-flag'.
+       * 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  <address@hidden>
 
        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  <address@hidden>
 
@@ -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  <address@hidden>
-
-       * 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  <address@hidden>
 
        * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect

=== modified file 'lisp/ChangeLog.3'
--- a/lisp/ChangeLog.3  2010-07-24 11:53:19 +0000
+++ b/lisp/ChangeLog.3  2010-09-27 14:56:27 +0000
@@ -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-...

=== modified file 'lisp/cedet/ChangeLog'
--- a/lisp/cedet/ChangeLog      2010-09-25 18:55:16 +0000
+++ b/lisp/cedet/ChangeLog      2010-09-27 14:56:27 +0000
@@ -524,6 +524,11 @@
        * ede/make.el (ede-make-check-version): Use
        with-current-buffer instead of save-excursion.
 
+2010-02-24  Eduard Wiebe  <address@hidden>
+
+       * 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  <address@hidden>
 
        * data-debug.el (data-debug): Move to extensions group.

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2010-09-25 12:04:35 +0000
+++ b/lisp/org/ChangeLog        2010-09-27 14:56:27 +0000
@@ -373,7 +373,7 @@
 
 2010-07-19  Carsten Dominik  <address@hidden>
 
-       * 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  <address@hidden>
 
-       * 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]