emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107032: Fix typos in ChangeLogs.
Date: Tue, 31 Jan 2012 17:15:03 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107032
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2012-01-31 17:15:03 +0100
message:
  Fix typos in ChangeLogs.
modified:
  doc/emacs/ChangeLog
  doc/lispintro/ChangeLog
  lisp/ChangeLog
  lisp/gnus/ChangeLog
  lisp/mh-e/ChangeLog
  lisp/org/ChangeLog
  lisp/url/ChangeLog
  msdos/ChangeLog
  nextstep/ChangeLog
  nt/ChangeLog
  src/ChangeLog
  test/ChangeLog
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-01-31 06:32:14 +0000
+++ b/doc/emacs/ChangeLog       2012-01-31 16:15:03 +0000
@@ -13,7 +13,7 @@
 
        * buffers.texi (Select Buffer): Clarify explanation of switching
        to new buffers.  Fix description of next-buffer and
-       previous-buffer (Bug#10334).
+       previous-buffer (Bug#10334).
        (Misc Buffer): Add xref to View Mode.
 
        * text.texi (Fill Commands): Fix description of

=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2012-01-28 19:16:02 +0000
+++ b/doc/lispintro/ChangeLog   2012-01-31 16:15:03 +0000
@@ -1,7 +1,7 @@
 2012-01-28  Andreas Schwab  <address@hidden>
 
        * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
-       of @menu. (Bug#10628)
+       of @menu.  (Bug#10628)
 
 2012-01-19  Juanma Barranquero  <address@hidden>
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-01-31 08:38:58 +0000
+++ b/lisp/ChangeLog    2012-01-31 16:15:03 +0000
@@ -69,8 +69,8 @@
 
        * progmodes/python.el: Require ansi-color at top-level.
 
-       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define
-       and use in Emacs Lisp mode (Bug#9360).
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
+       Define and use in Emacs Lisp mode (Bug#9360).
        (lisp-mode-abbrev-table): Add doc.
        (lisp-mode-variables): Don't set local-abbrev-table.
        (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
@@ -184,8 +184,8 @@
 
 2012-01-25  Jérémy Compostella  <address@hidden>
 
-       * window.el (window--state-get-1, window--state-put-2): Don't
-       save and restore the mark.
+       * window.el (window--state-get-1, window--state-put-2):
+       Don't save and restore the mark.
 
 2012-01-25  Chong Yidong  <address@hidden>
 
@@ -532,7 +532,7 @@
        first prompt in `sql-interacive-mode'.
        (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
        keywords.
-       (sql-mode-mysql-font-lock-keywords):  Add ELSEIF keyword.
+       (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
        (sql-product-interactive): Bug fix: Set `sql-buffer' in
        context of original buffer.  Invoke `sql-login-hook'.
 
@@ -4046,7 +4046,7 @@
 
        * cus-start.el (all): Add entry for bidi-paragraph-direction.
 
-       * international/uni-bidi.el: Regenerated.
+       * international/uni-bidi.el: Regenerate.
 
 2011-08-23  Kenichi Handa  <address@hidden>
 

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2012-01-30 23:30:22 +0000
+++ b/lisp/gnus/ChangeLog       2012-01-31 16:15:03 +0000
@@ -7153,7 +7153,7 @@
        "failed" all the time.
 
        * gnus.el: Throughout all files, replace (save-excursion (set-buffer
-       ...)) with (with-current-buffer ... ).
+       ...)) with (with-current-buffer ...).
 
        * nntp.el (nntp-open-server): Return whether the open was successful or
        not.

=== modified file 'lisp/mh-e/ChangeLog'
--- a/lisp/mh-e/ChangeLog       2012-01-19 07:21:25 +0000
+++ b/lisp/mh-e/ChangeLog       2012-01-31 16:15:03 +0000
@@ -52,7 +52,7 @@
        pop-to-buffer-same-window.
        * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
        (mh-make-folder): Call mh-pop-to-buffer-same-window instead of
-       switch-to-buffer. The previous change which used pop-to-buffer
+       switch-to-buffer.  The previous change which used pop-to-buffer
        produced the wrong behavior.
 
 2011-07-12  Henrique Martins  <address@hidden>  (tiny change)
@@ -73,8 +73,8 @@
 
        * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
        (mh-make-folder): Replace calls to switch-to-buffer with of
-       pop-to-buffer. The former is intended for interactive use only and
-       generates warnings in Emacs 24.
+       pop-to-buffer.  The former is intended for interactive use only
+       and generates warnings in Emacs 24.
 
 2011-07-09  Bill Wohler  <address@hidden>
 
@@ -96,7 +96,7 @@
        * mh-e.el: Just require mh-loaddefs since loading it in an
        eval-and-compile block causes compilation errors in XEmacs.
 
-       * mh-acros.el,  mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:
+       * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:
        * mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in
        mh-do-in-xemacs block.
 
@@ -107,7 +107,7 @@
 
        * mh-letter.el (mh-letter-mode-map, mh-letter-complete)
        (mh-complete-word): Remove FIXME comments since these functions
-       are still needed in other Emacsen. However, they can probably
+       are still needed in other Emacsen.  However, they can probably
        stand to be generalized like completion-at-point.
        (mh-letter-complete-or-space): Remove unused variable.
 
@@ -173,7 +173,7 @@
 2010-05-14  Peter S Galbraith  <address@hidden>
 
        * mh-mime.el (mh-decode-message-subject): New function to decode
-       RFC2047 encoded Subject lines. Used for reply drafts.
+       RFC2047 encoded Subject lines.  Used for reply drafts.
        * mh-comp.el (mh-compose-and-send-mail): Call
        `mh-decode-message-subject' on (reply or forward) message drafts.
 

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2012-01-19 07:21:25 +0000
+++ b/lisp/org/ChangeLog        2012-01-31 16:15:03 +0000
@@ -924,8 +924,8 @@
 
 2012-01-03  Matt Lundin  <address@hidden>
 
-       * org-agenda.el: (org-class): Fix holidays symbol in
-       org-class.  This was resulting in an "Bad sexp..." warning.
+       * org-agenda.el (org-class): Fix holidays symbol in org-class.
+       This was resulting in an "Bad sexp..." warning.
 
 2012-01-03  Carsten Dominik  <address@hidden>
 
@@ -968,13 +968,13 @@
 
 2012-01-03  Eric Schulte  <address@hidden>
 
-       * ob-sql.el (org-babel-header-arg-names:sql): Sql specific header
+       * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
        argument names which should be inherited.
 
 2012-01-03  Nicolas Goaziou  <address@hidden>
 
-       * org.el (org-in-block-p): Return matched name of block, if
-       any.  It can be useful when a list of block names is provided as
+       * org.el (org-in-block-p): Return matched name of block, if any.
+       It can be useful when a list of block names is provided as
        an argument.
 
 2012-01-03  Nicolas Goaziou  <address@hidden>
@@ -1038,10 +1038,10 @@
        * org-exp.el (org-export-protect-quoted-subtrees): More accurate
        regexp.  Also use new regexp to match generic headlines.
 
-       * org-html.el (org-export-as-html): More accurate regexp.  Also
-       use new regexp to match generic headlines.
+       * org-html.el (org-export-as-html): More accurate regexp.
+       Also use new regexp to match generic headlines.
 
-       * org-mouse.el (org-mouse-match-todo-keyword): Removed unused
+       * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
        and now erroneous function.
 
        * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
@@ -1071,8 +1071,8 @@
 
 2012-01-03  David Maus  <address@hidden>
 
-       * org.el (org-loop-over-headlines-in-active-region): New
-       customization variable.  Loop over headlines in active region.
+       * org.el (org-loop-over-headlines-in-active-region):
+       New customization variable.  Loop over headlines in active region.
        (org-schedule, org-deadline): Apply to headlines in region depending
        on new customization variable.
 
@@ -1092,8 +1092,8 @@
 
 2012-01-03  Bastien Guerry  <address@hidden>
 
-       * org.el (org-format-agenda-item, org-scan-tags): Rename
-       `org-format-agenda-item' to `org-agenda-format-item'.
+       * org.el (org-format-agenda-item, org-scan-tags):
+       Rename `org-format-agenda-item' to `org-agenda-format-item'.
 
 2012-01-03  Bastien Guerry  <address@hidden>
 

=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2012-01-19 07:21:25 +0000
+++ b/lisp/url/ChangeLog        2012-01-31 16:15:03 +0000
@@ -86,16 +86,15 @@
 2011-05-02  Lars Magne Ingebrigtsen  <address@hidden>
 
        * url-queue.el: New file.
-       (url-queue-run-queue): Pick the first waiting job, and not the
-       last.
+       (url-queue-run-queue): Pick the first waiting job, and not the last.
        (url-queue-parallel-processes): Lower the concurrency level, since
        Emacs doesn't seem to like too many async processes.
        (url-queue-prune-old-entries): Fix up the pruning code.
 
 2011-04-16  Lars Magne Ingebrigtsen  <address@hidden>
 
-       * url-http.el (url-http-wait-for-headers-change-function): Protect
-       against malformed headerless responses from servers.
+       * url-http.el (url-http-wait-for-headers-change-function):
+       Protect against malformed headerless responses from servers.
 
 2011-04-02  Chong Yidong  <address@hidden>
 
@@ -123,9 +122,9 @@
 
 2011-02-03  Lars Ingebrigtsen  <address@hidden>
 
-       * url-http.el (url-http-wait-for-headers-change-function): Don't
-       move point if the callback function has moved changed/killed the
-       process buffer.
+       * url-http.el (url-http-wait-for-headers-change-function):
+       Don't move point if the callback function has moved/changed/killed
+       the process buffer.
 
 2010-12-16  Miles Bader  <address@hidden>
 
@@ -198,8 +197,8 @@
 
 2010-10-01  Lars Magne Ingebrigtsen  <address@hidden>
 
-       * url-cookie.el (url-cookie-handle-set-cookie): Use
-       url-lazy-message for the cookie warning, which isn't very interesting.
+       * url-cookie.el (url-cookie-handle-set-cookie): Use url-lazy-message
+       for the cookie warning, which isn't very interesting.
 
        * url-http.el (url-http-async-sentinel): Check that the buffer is
        still alive before switching to it.
@@ -265,13 +264,13 @@
 2010-07-01  Mark A. Hershberger  <address@hidden>
 
        * url-http.el (url-http-create-request): Add a CRLF on the end so
-       that POSTs with content to https urls work.
+       that POSTs with content to https URLs work.
        See <https://bugs.launchpad.net/mediawiki-el/+bug/540759>
 
 2010-06-22  Mark A. Hershberger  <address@hidden>
 
        * url-parse.el (url-user-for-url, url-password-for-url):
-       Convenience functions that get usernames and passwords for urls
+       Convenience functions that get usernames and passwords for URLs
        from auth-source functions.
 
 2010-06-12  Štěpán Němec  <address@hidden>  (tiny change)

=== modified file 'msdos/ChangeLog'
--- a/msdos/ChangeLog   2012-01-19 07:21:25 +0000
+++ b/msdos/ChangeLog   2012-01-31 16:15:03 +0000
@@ -642,7 +642,7 @@
        b-emacs.exe to 3072K.
 
        * mainmake.v2 (emacs lispref lispintro): Chdir under doc/.
-       (emacs): Renamed from `man', to reflect changes in doc directory
+       (emacs): Rename from `man', to reflect changes in doc directory
        structure.  All callers changed.
        (clean mostlyclean distclean maintainer-clean extraclean): Chdir
        into doc/ for manuals.  Add misc subdirectory.
@@ -1097,7 +1097,7 @@
 
 1996-08-04  Richard Stallman  <address@hidden>
 
-       * is_exec.c: Renamed from is-exec.c.
+       * is_exec.c: Rename from is-exec.c.
 
 1996-07-27  Richard Stallman  <address@hidden>
 
@@ -1132,7 +1132,7 @@
 
        * mainmake.v2 (src): Create a file with sed commands instead of using
        a long sed command line (some versions of Sed don't handle that).
-       (gdb): Merged back into src, undoing April 13 change.
+       (gdb): Merge back into src, undoing April 13 change.
        (install): Do use if statements, but not a loop.
 
 1996-04-13  Richard Stallman  <address@hidden>

=== modified file 'nextstep/ChangeLog'
--- a/nextstep/ChangeLog        2012-01-19 07:21:25 +0000
+++ b/nextstep/ChangeLog        2012-01-31 16:15:03 +0000
@@ -99,8 +99,8 @@
 
 2009-02-01  Adrian Robert  <address@hidden>
 
-       * Cocoa/Emacs.base/Contents/Resources/preferences.nib: Remove
-       cursor blink slider, add confirm quit checkbox.
+       * Cocoa/Emacs.base/Contents/Resources/preferences.nib:
+       Remove cursor blink slider, add confirm quit checkbox.
 
 2009-01-05  Glenn Morris  <address@hidden>
 

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-01-19 07:21:25 +0000
+++ b/nt/ChangeLog      2012-01-31 16:15:03 +0000
@@ -4,8 +4,8 @@
        (UINT64_MAX) [_WIN64]: Fix definition.
        (uintmax_t, intmax_t): Fix definitions.
 
-       * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]: Provide
-       correct definitions.
+       * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
+       Provide correct definitions.
 
        * config.nt (HAVE_DECL_STRTOLL): Define.
        (va_copy) [_WIN64]: Provide a better definition.

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-01-31 03:33:16 +0000
+++ b/src/ChangeLog     2012-01-31 16:15:03 +0000
@@ -14,7 +14,6 @@
 
 2012-01-28  Chong Yidong  <address@hidden>
 
-
        * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
 
 2012-01-26  Chong Yidong  <address@hidden>
@@ -2369,7 +2368,7 @@
        Remove unreachable code.
        (read_hex, load_charset_map_from_file): Check for integer overflow.
 
-       * xterm.c: don't go over XClientMessageEvent limit
+       * xterm.c: Don't go over XClientMessageEvent limit.
        (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
        (x_send_scroll_bar_event): Likewise.  Check that the size does not
        exceed limits imposed by XClientMessageEvent, as well as the usual
@@ -5660,7 +5659,7 @@
 
        * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
 
-       ccl: add integer overflow checks
+       ccl: Add integer overflow checks.
        * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
        (IN_INT_RANGE): New macros.
        (ccl_driver): Use them to check for integer overflow when

=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2012-01-29 12:28:20 +0000
+++ b/test/ChangeLog    2012-01-31 16:15:03 +0000
@@ -7,7 +7,7 @@
 
        * automated/compile-tests.el (compile-tests--test-regexps-data):
        Increase column numbers by one to reflect change in how
-       compilation-message is recorded (Bug#10172).
+       compilation-message is recorded (Bug#10172).
 
 2011-11-22  Glenn Morris  <address@hidden>
 
@@ -26,7 +26,7 @@
 2011-10-30  Ulf Jasper  <address@hidden>
 
        * automated/newsticker-tests.el
-       (newsticker--group-manage-orphan-feeds): Removed fsetting of
+       (newsticker--group-manage-orphan-feeds): Remove fsetting of
        newsticker--treeview-tree-update.
 
 2011-10-29  Ulf Jasper  <address@hidden>
@@ -63,7 +63,7 @@
        (icalendar--format-ical-event)
        (icalendar--parse-summary-and-rest)
        (icalendar-tests--do-test-import)
-       (icalendar-tests--do-test-cycle) : Changed argument order of
+       (icalendar-tests--do-test-cycle): Change argument order of
        string= to EXPECTED ACTUAL.
        (icalendar--import-format-sample)
        (icalendar--format-ical-event)
@@ -71,7 +71,7 @@
        (icalendar-import-rrule)
        (icalendar-import-duration)
        (icalendar-import-bug-6766)
-       (icalendar-real-world): Adjusted to string= instead of
+       (icalendar-real-world): Adjust to string= instead of
        icalendar-tests--compare-strings.
        (icalendar-import-multiple-vcalendars): New.
 
@@ -258,8 +258,8 @@
 2010-02-19  Ulf Jasper  <address@hidden>
 
        * icalendar-testsuite.el
-       (icalendar-testsuite--run-function-tests): Added new tests.
-       (icalendar-testsuite--test-diarytime-to-isotime): Added another
+       (icalendar-testsuite--run-function-tests): Add new tests.
+       (icalendar-testsuite--test-diarytime-to-isotime): Add another
        testcase.
        (icalendar-testsuite--test-convert-ordinary-to-ical): New.
        (icalendar-testsuite--test-convert-weekly-to-ical): New.
@@ -284,14 +284,14 @@
 2009-12-18  Ulf Jasper  <address@hidden>
 
        * icalendar-testsuite.el
-       (icalendar-testsuite--run-function-tests): Added
+       (icalendar-testsuite--run-function-tests): Add
        icalendar-testsuite--test-parse-vtimezone.
        (icalendar-testsuite--test-parse-vtimezone): New.
        (icalendar-testsuite--do-test-cycle): Doc changes.
-       (icalendar-testsuite--run-real-world-tests): Removed trailing
+       (icalendar-testsuite--run-real-world-tests): Remove trailing
        whitespace -- see change of icalendar--add-diary-entry in
        icalendar.el.
-       (icalendar-testsuite--run-cycle-tests): Re-enabled all tests.
+       (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
 
 2009-09-30  Glenn Morris  <address@hidden>
 
@@ -312,12 +312,12 @@
 2009-01-25  Ulf Jasper  <address@hidden>
 
        * icalendar-testsuite.el
-       (icalendar-testsuite--run-function-tests): Added
-       icalendar-testsuite--test-diarytime-to-isotime.
-       (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to
+       (icalendar-testsuite--run-function-tests):
+       Add icalendar-testsuite--test-diarytime-to-isotime.
+       (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
        recent icalendar fixes.
        (icalendar-testsuite--test-diarytime-to-isotime): New.
-       (icalendar-testsuite--test-create-uid): Adjusted to recent
+       (icalendar-testsuite--test-create-uid): Adjust to recent
        icalendar changes.
 
 2008-11-30  Shigeru Fukaya  <address@hidden>


reply via email to

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