emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116159: Fix ChangeLog typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116159: Fix ChangeLog typos.
Date: Sun, 26 Jan 2014 00:48:26 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116159
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2014-01-26 01:47:40 +0100
message:
  Fix ChangeLog typos.
modified:
  leim/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1629
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/ChangeLog.10              
changelog.10-20091113204419-o5vbwnq5f7feedwu-2943
  lisp/ChangeLog.11              
changelog.11-20091113204419-o5vbwnq5f7feedwu-3901
  lisp/ChangeLog.13              
changelog.13-20091113204419-o5vbwnq5f7feedwu-8671
  lisp/ChangeLog.2               
changelog.2-20091113204419-o5vbwnq5f7feedwu-1399
  lisp/ChangeLog.5               
changelog.5-20091113204419-o5vbwnq5f7feedwu-1402
  lisp/ChangeLog.9               
changelog.9-20091113204419-o5vbwnq5f7feedwu-2383
  lisp/mh-e/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-2547
  lisp/mh-e/ChangeLog.1          
changelog.1-20091113204419-o5vbwnq5f7feedwu-3903
  lisp/org/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-8688
  src/ChangeLog.11               changelog.11-20110406121519-kxtjenhap6t9m2qn-1
  src/ChangeLog.3                
changelog.3-20091113204419-o5vbwnq5f7feedwu-1406
  src/ChangeLog.8                
changelog.8-20091113204419-o5vbwnq5f7feedwu-1895
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2014-01-20 07:56:28 +0000
+++ b/leim/ChangeLog    2014-01-26 00:47:40 +0000
@@ -652,7 +652,7 @@
 
 2008-07-10  Teodor Zlatanov  <address@hidden>
 
-       * quail/cyrillic.el : Add more rules to cyrillic-translit, make
+       * quail/cyrillic.el: Add more rules to cyrillic-translit, make
        everything postfix.  Adjust to eliminate conflicts.
 
 2008-06-30  Juanma Barranquero  <address@hidden>

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-25 19:15:42 +0000
+++ b/lisp/ChangeLog    2014-01-26 00:47:40 +0000
@@ -168,7 +168,7 @@
        Bind open-paren-in-column-0-is-defun-start to nil at some entry
        points.
        * progmodes/cc-engine.el (c-invalidate-state-cache-1)
-       (c-parse-state-1, c-guess-basic-syntax):  Bind it here.
+       (c-parse-state-1, c-guess-basic-syntax): Bind it here.
        * progmodes/cc-mode.el (c-before-change, c-after-change)
        (c-font-lock-fontify-region): Bind it here.
 
@@ -662,7 +662,7 @@
 
 2014-01-05  Kenjiro NAKAYAMA  <address@hidden>
 
-       * net/eww.el (eww):  Support single/double quote for search.
+       * net/eww.el (eww): Support single/double quote for search.
        * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
        (eww-history-quit): Delete and use quit-window.
        (eww-history-kill): Delete, because it doesn't work well and
@@ -725,7 +725,7 @@
        * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
        (rmail-epa-decrypt): Turn off mime processing.
 
-       * mail/rmail.el (rmail-make-in-reply-to-field):
+       * mail/rmail.el (rmail-make-in-reply-to-field):
        Add parens in message-id.
 
        * mail/rmail.el (rmail-get-coding-function): Variable.
@@ -6532,7 +6532,7 @@
        Silence byte-compiler warning.
 
        * frameset.el (frameset-p): Don't check non-nullness of the `properties'
-       slot , which can indeed be nil.
+       slot, which can indeed be nil.
        (frameset-live-filter-alist, frameset-persistent-filter-alist):
        Move entry for `left' from persistent to live filter alist.
        (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
@@ -7986,8 +7986,8 @@
 
        Add `remember-notes' function to store random notes across Emacs
        restarts.
-       * textmodes/remember.el (remember-data-file): Add :set callback to 
affect
-       notes buffer (if any).
+       * textmodes/remember.el (remember-data-file): Add :set callback to
+       affect notes buffer (if any).
        (remember-notes): New command.
        (remember-notes-buffer-name, bury-remember-notes-on-kill):
        New defcustoms for the `remember-notes' function.

=== modified file 'lisp/ChangeLog.10'
--- a/lisp/ChangeLog.10 2014-01-16 08:34:43 +0000
+++ b/lisp/ChangeLog.10 2014-01-26 00:47:40 +0000
@@ -7680,7 +7680,7 @@
 
 2002-12-08  Nick Roberts  <address@hidden>
 
-       * gdb-ui.el : Remove inappropriate key-bindings.
+       * gdb-ui.el: Remove inappropriate key-bindings.
        (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
        Parse correctly when breakpoint has no line number.
        (def-gdb-auto-update-handler, gdb-info-locals-handler)
@@ -8116,7 +8116,7 @@
 
 2002-11-21  Nick Roberts  <address@hidden>
 
-       * gdb-ui.el : General tidying.  Patches from Stefan Monnier.
+       * gdb-ui.el: General tidying.  Patches from Stefan Monnier.
 
 2002-11-20  Simon Josefsson  <address@hidden>
 

=== modified file 'lisp/ChangeLog.11'
--- a/lisp/ChangeLog.11 2014-01-16 08:34:43 +0000
+++ b/lisp/ChangeLog.11 2014-01-26 00:47:40 +0000
@@ -12520,7 +12520,7 @@
        (gdb-update-flag): New variables.
        (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
        (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
-       (gud-watch, gdb-var-create-handler) : New functions.
+       (gud-watch, gdb-var-create-handler): New functions.
        (gdb-var-list-children, gdb-var-list-children-handler)
        (gdb-var-create-regexp, gdb-var-update-regexp)
        (gdb-var-list-children-regexp): New constants.

=== modified file 'lisp/ChangeLog.13'
--- a/lisp/ChangeLog.13 2014-01-11 03:55:50 +0000
+++ b/lisp/ChangeLog.13 2014-01-26 00:47:40 +0000
@@ -636,7 +636,7 @@
 
 2008-02-01  Vinicius Jose Latorre  <address@hidden>
 
-       * ps-print.el : Fix doc.
+       * ps-print.el: Fix doc.
        (ps-print-version): New version 7.0.
 
 2008-02-01  Kenichi Handa  <address@hidden>

=== modified file 'lisp/ChangeLog.2'
--- a/lisp/ChangeLog.2  2014-01-17 01:54:23 +0000
+++ b/lisp/ChangeLog.2  2014-01-26 00:47:40 +0000
@@ -3799,7 +3799,7 @@
 
 1986-06-14  Richard M. Stallman  (address@hidden)
 
-       * mh-e.el : Install 3.3f from Larus.
+       * mh-e.el: Install 3.3f from Larus.
 
 1986-06-12  Richard M. Stallman  (address@hidden)
 

=== modified file 'lisp/ChangeLog.5'
--- a/lisp/ChangeLog.5  2014-01-22 07:35:50 +0000
+++ b/lisp/ChangeLog.5  2014-01-26 00:47:40 +0000
@@ -3463,7 +3463,7 @@
 
 1995-02-04  G Dinesh Dutt  (address@hidden)
 
-       * etags.el : Changes to support filenames as tags too and provided
+       * etags.el: Changes to support filenames as tags too and provided
        a drop-in replacement for list-tags.
        (find-tag-noselect): Recognize filenames as valid tags too.
        (find-tag-file-order): New variable holds function to check for match
@@ -3671,7 +3671,7 @@
 
 1994-01-24  G Dinesh Dutt  (address@hidden)
 
-       * etags.el : Changes to support filenames as tags too and provided
+       * etags.el: Changes to support filenames as tags too and provided
        a drop-in replacement for list-tags.
        (find-tag-noselect): Recognize filenames as valid tags too.
        (find-tag-file-order): New variable added.  This contains the name of

=== modified file 'lisp/ChangeLog.9'
--- a/lisp/ChangeLog.9  2014-01-18 01:27:51 +0000
+++ b/lisp/ChangeLog.9  2014-01-26 00:47:40 +0000
@@ -19790,7 +19790,7 @@
        (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
        (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
        (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
-       (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
+       (bibtex-complete-key, bibtex-String): Use the new nomenclature.
 
 2000-02-15  Dirk Herrmann  <address@hidden>
 

=== modified file 'lisp/mh-e/ChangeLog'
--- a/lisp/mh-e/ChangeLog       2014-01-15 03:06:07 +0000
+++ b/lisp/mh-e/ChangeLog       2014-01-26 00:47:40 +0000
@@ -1223,7 +1223,7 @@
        (mh-show-subject, mh-show-to, mh-show-xface)
        (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
        (mh-speedbar-selected-folder)
-       (mh-speedbar-selected-folder-with-unseen-messages): : Add
+       (mh-speedbar-selected-folder-with-unseen-messages): Add
        :package-version keyword to these faces (closes SF #1452724).
 
        * mh-tool-bar.el (mh-tool-bar-define): Add commented-out

=== modified file 'lisp/mh-e/ChangeLog.1'
--- a/lisp/mh-e/ChangeLog.1     2014-01-15 03:06:07 +0000
+++ b/lisp/mh-e/ChangeLog.1     2014-01-26 00:47:40 +0000
@@ -11261,7 +11261,7 @@
        * mh-utils.el (mh-decode-quoted-printable):
        New customizable variable telling whether to run mimedecode on
        MIME message containing quoted-printable parts.  mimedecode will
-       only alter quoted-printable parts , leaving others intact, and the
+       only alter quoted-printable parts, leaving others intact, and the
        resulting message is still fully MIME.
        * mh-utils.el (mh-decode-quoted-printable): New function to run
        mimedecode on the current buffer.

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2014-01-17 02:59:24 +0000
+++ b/lisp/org/ChangeLog        2014-01-26 00:47:40 +0000
@@ -6502,7 +6502,7 @@
        "29.03 16:40".
 
        * org-element.el (org-element-center-block-parser)
-       (org-element-drawer-parser, , org-element-footnote-definition-parser)
+       (org-element-drawer-parser, org-element-footnote-definition-parser)
        (org-element-inlinetask-parser, org-element-plain-list-parser)
        (org-element-quote-block-parser, org-element-special-block-parser)
        (org-element-babel-call-parser, org-element-clock-parser)
@@ -21490,7 +21490,7 @@
 
 2010-11-11  Nicolas Goaziou  <address@hidden>
 
-       * org-list.el : Removed unused variable
+       * org-list.el: Removed unused variable
        `org-suppress-item-indentation'.
 
        * org-list.el (org-renumber-ordered-list): Skip item if bullet

=== modified file 'src/ChangeLog.11'
--- a/src/ChangeLog.11  2014-01-21 08:49:46 +0000
+++ b/src/ChangeLog.11  2014-01-26 00:47:40 +0000
@@ -5255,7 +5255,7 @@
        (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
        before code.
 
-       * nsterm.h : Include sysselect.h.
+       * nsterm.h: Include sysselect.h.
        (x_sync, x_get_focus_frame, x_set_mouse_position)
        (x_set_mouse_pixel_position, x_make_frame_visible)
        (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
@@ -18934,7 +18934,7 @@
        (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
        (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
 
-       * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
+       * xftfont.c (QChinting, QCautohint, QChintstyle, QCrgba)
        (QCembolden): New variables.
        (syms_of_xftfont): DEFSYM them.
        (xftfont_open): Call XftFontMatch.  Don't trust the result of

=== modified file 'src/ChangeLog.3'
--- a/src/ChangeLog.3   2014-01-15 03:06:07 +0000
+++ b/src/ChangeLog.3   2014-01-26 00:47:40 +0000
@@ -12551,7 +12551,7 @@
 
 1990-09-27  Richard Stallman  (address@hidden)
 
-       * emacs.c (main) : Set the DISPLAY environment value when both of
+       * emacs.c (main): Set the DISPLAY environment value when both of
        MAINTAIN_ENVIRONMENT and HAVE_X_WINDOW are defined.
 
        * m-convex.h (LIB_STANDARD, LIBS_MACHINE): Remove these, they

=== modified file 'src/ChangeLog.8'
--- a/src/ChangeLog.8   2014-01-16 08:34:43 +0000
+++ b/src/ChangeLog.8   2014-01-26 00:47:40 +0000
@@ -2742,7 +2742,7 @@
        (PARSE_MULTIBYTE_SEQ): Make it work also for ASCII string.
        (STRING_CHAR_AND_CHAR_LENGTH): This macro removed.
 
-       * charset.c : Lots of comments fixed.
+       * charset.c: Lots of comments fixed.
        (SPLIT_MULTIBYTE_SEQ): Make it work also for ASCII string.
        (CHAR_COMPONENTS_VALID_P): Name changed from
        CHAR_COMPONENT_VALID_P.  Caller changed.


reply via email to

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