emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113086: Fix typos in ChangeLogs.


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r113086: Fix typos in ChangeLogs.
Date: Wed, 19 Jun 2013 20:11:24 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113086
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2013-06-19 22:10:57 +0200
message:
  Fix typos in ChangeLogs.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  admin/ChangeLog                changelog-20091113204419-o5vbwnq5f7feedwu-2226
  doc/lispintro/ChangeLog        changelog-20091113204419-o5vbwnq5f7feedwu-6128
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  leim/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1629
  lib-src/ChangeLog              changelog-20091113204419-o5vbwnq5f7feedwu-1608
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/cedet/ChangeLog           changelog-20100919015713-3rbr456yray5m84f-1
  lisp/erc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-4305
  lisp/gnus/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-1433
  lisp/mh-e/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-2547
  lisp/org/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-8688
  lwlib/ChangeLog                changelog-20091113204419-o5vbwnq5f7feedwu-1447
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-06-19 14:27:21 +0000
+++ b/ChangeLog 2013-06-19 20:10:57 +0000
@@ -4,7 +4,7 @@
 
 2013-06-17  Paul Eggert  <address@hidden>
 
-       Use functions, not macros, for XINT etc. (Bug#11935).
+       Use functions, not macros, for XINT etc.  (Bug#11935).
        * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
        as it generates bogus warnings about reasonable casts of calls.
 
@@ -397,7 +397,7 @@
 
 2013-01-23  Giorgos Keramidas  <address@hidden>  (tiny change)
 
-       * .bzrignore: add lib-src/blessmail.
+       * .bzrignore: Add lib-src/blessmail.
 
 2013-01-23  Paul Eggert  <address@hidden>
 
@@ -546,7 +546,7 @@
 
 2012-12-10  Daniel Colascione  <address@hidden>
 
-       * .bzrignore: add src/emacs.res.
+       * .bzrignore: Add src/emacs.res.
 
        * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
        build how to compile Windows resource files; use these variables

=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2013-06-15 13:21:17 +0000
+++ b/admin/ChangeLog   2013-06-19 20:10:57 +0000
@@ -6,7 +6,7 @@
 
        * admin.el (manual-style-string): Use new file manual.css.
 
-2013-06-02  Eric Ludlam <address@hidden>
+2013-06-02  Eric Ludlam  <address@hidden>
 
        * grammars/srecode-template.wy (variable): Accept a single number
        as a variable value.  Allows the 'priority' to be set to a number.
@@ -158,7 +158,7 @@
 
 2012-12-14  Paul Eggert  <address@hidden>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       Fix permissions bugs with setgid directories etc.  (Bug#13125)
        * CPP-DEFINES (BSD4_2): Remove.
 
 2012-12-08  Paul Eggert  <address@hidden>
@@ -290,7 +290,7 @@
 
        * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
        was copied to grammar.el.  New %provide token to generate prefix
-       which conforms with Emacs conventions.  Remove lexer definition,
+       which conforms with Emacs conventions.  Remove lexer definition,
        which is now in grammar.el.
 
 2012-09-27  Glenn Morris  <address@hidden>

=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2013-06-19 03:49:26 +0000
+++ b/doc/lispintro/ChangeLog   2013-06-19 20:10:57 +0000
@@ -33,7 +33,7 @@
        * emacs-lisp-intro.texi (defcustom, defun)
        (simplified-beginning-of-buffer, defvar, Building Robots, Review)
        (save-excursion): `defun' and `defcustom' are now macros rather
-       than special forms. (Bug#13853)
+       than special forms.  (Bug#13853)
 
 2013-03-16  Glenn Morris  <address@hidden>
 
@@ -53,7 +53,7 @@
 
 2012-12-14  Paul Eggert  <address@hidden>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       Fix permissions bugs with setgid directories etc.  (Bug#13125)
        * emacs-lisp-intro.texi (Files List):
        directory-files-and-attributes now outputs t for attribute that's
        now a placeholder.

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-06-19 13:21:15 +0000
+++ b/doc/misc/ChangeLog        2013-06-19 20:10:57 +0000
@@ -16,7 +16,7 @@
 
 2013-06-13  Albert Krewinkel  <address@hidden>
 
-       * sieve.texi: (Managing Sieve): Fix port in example, fix documentation
+       * sieve.texi (Managing Sieve): Fix port in example, fix documentation
        for keys q and Q.
        (Standards): Reference RFC5804 as the defining document of the
        managesieve protocol.
@@ -62,7 +62,7 @@
 
 2013-03-31  Jay Belanger  <address@hidden>
 
-       * calc.texi: (Basic Operations on Units): Streamline some
+       * calc.texi (Basic Operations on Units): Streamline some
        descriptions.
 
 2013-03-27  Aidan Gauland  <address@hidden>
@@ -517,7 +517,7 @@
 
        Release MH-E manual version 8.4.
 
-       * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
+       * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
        Update for release 8.4.
 
        * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
@@ -579,8 +579,8 @@
        * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & 
ses-range.
        In all file place SES into @acronym{...}.
        (Advanced Features): Add key index and function index for
-       ses-set-header-row. Add description for function
-       ses-rename-cell. Add description for function
+       ses-set-header-row.  Add description for function
+       ses-rename-cell.  Add description for function
        ses-repair-cell-reference-all.
        (Ranges in formulas): Add description for ses-range flags.
 
@@ -973,7 +973,7 @@
 
        * org.texi: The sections in the Exporting section of the manual
        left out articles in the description of the org-export-as-*
-       commands, among other places. This patch adds them, adds a few
+       commands, among other places.  This patch adds them, adds a few
        missing prepositions, and switches instances of "an HTML" to "a
        html" for internal consistency.
 
@@ -1021,7 +1021,7 @@
 2012-09-30  Nicolas Goaziou  <address@hidden>
 
        * org.texi (Literal examples): Remove reference to unknown
-       `org-export-latex-minted' variable. Also simplify footnote since
+       `org-export-latex-minted' variable.  Also simplify footnote since
        `org-export-latex-listings' documentation is exhaustive already.
 
        * org.texi (Plain lists): Remove reference to now hard-coded
@@ -1062,12 +1062,12 @@
        simplifications.
        (Basic Simplifications): Rename from "Limited Simplifications"
        Replace "limited" by "basic" throughout.
-       (Algebraic Simplifications):  Indicate that the algebraic
+       (Algebraic Simplifications): Indicate that the algebraic
        simplifications are done by default.
-       (Unsafe Simplifications):  Mention `m E'.
+       (Unsafe Simplifications): Mention `m E'.
        (Simplification of Units): Mention `m U'.
        (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
-       (Kinds of Declarations, Functions for Declarations):  Mention
+       (Kinds of Declarations, Functions for Declarations): Mention
        "algebraic simplifications" instead of `a s'.
        (Algebraic Entry): Remove mention of default simplifications.
 

=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-06-18 22:13:25 +0000
+++ b/etc/ChangeLog     2013-06-19 20:10:57 +0000
@@ -18,10 +18,10 @@
 
        * NEWS: Document eshell visual subcommands and options.
 
-2013-06-02  Eric Ludlam <address@hidden>
+2013-06-02  Eric Ludlam  <address@hidden>
 
        * srecode/c.srt (header_guard): Add :c parameter so it works
-       standalone
+       standalone.
 
 2013-06-01  Alex Ott  <address@hidden>
 
@@ -35,7 +35,7 @@
 
        * refcards/refcard.tex: Refine some entries.  (Bug#14087)
 
-       * refcards/dired-ref.tex: Refine some entries. (Bug#14072)
+       * refcards/dired-ref.tex: Refine some entries.  (Bug#14072)
 
 2013-05-24  Fabrice Niessen  <address@hidden>
 
@@ -51,7 +51,7 @@
 
 2013-05-07  Paul Eggert  <address@hidden>
 
-       Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
+       Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
        * NEWS: Emacs is no longer limited to POSIX ACLs.  --disable-acl,
        not --without-acl, since we're now using Gnulib's implementation.
 
@@ -123,7 +123,7 @@
 
        * srecode/c.srt (header_guard): Upcase the filename symbol.
 
-2013-03-21  Vladimir Kazanov <address@hidden>
+2013-03-21  Vladimir Kazanov  <address@hidden>
 
        * srecode/java.srt (empty-main): New.
        (class-tag): Decapitalize class.
@@ -213,7 +213,7 @@
 
 2012-12-14  Paul Eggert  <address@hidden>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       Fix permissions bugs with setgid directories etc.  (Bug#13125)
        * NEWS: Document changes to file-attributes,
        file-ownership-preserved-p.
        Mention new functions group-gid, group-real-gid.
@@ -519,7 +519,7 @@
 2012-04-01  Jambunathan K  <address@hidden>
 
        * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
-       New section styles. These sections are indented to the same
+       New section styles.  These sections are indented to the same
        level as the corresponding list entries.  These sections hold
        tables that occur within a list.  (OrgTable):
        Increased relative width from 90% to 96% for aesthetic reasons.
@@ -685,7 +685,7 @@
 
 2011-08-24  Steve Chapel  <address@hidden>  (tiny change)
 
-       * refcards/refcard.tex: Add a few more commands. (Bug#9343)
+       * refcards/refcard.tex: Add a few more commands.  (Bug#9343)
 
 2011-08-22  Juri Linkov  <address@hidden>
 
@@ -3885,7 +3885,7 @@
 
 2005-10-10  Jan Djärv  <address@hidden>
 
-       * NEWS: -nb => -nbi
+       * NEWS: -nb => -nbi.
 
 2005-10-10  Carsten Dominik  <address@hidden>
 

=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2013-05-25 16:05:19 +0000
+++ b/leim/ChangeLog    2013-06-19 20:10:57 +0000
@@ -1,7 +1,7 @@
 2013-05-25  Eli Zaretskii  <address@hidden>
 
-       * Makefile.in (leim-list.el, check-declare): Replace
-       reveal-filename with unmsys--file-name.
+       * Makefile.in (leim-list.el, check-declare):
+       Replace reveal-filename with unmsys--file-name.
 
 2013-05-16  Eli Zaretskii  <address@hidden>
 
@@ -2196,7 +2196,7 @@
 
        * quail/cyrillic.el: For each package, pass t for the SIMPLE
        argument to quail-define-package.
-       * quail/cyril-jis.el: Likewise
+       * quail/cyril-jis.el: Likewise.
        * quail/greek.el: Likewise.
        * quail/ipa.el: Likewise.
        * quail/lao.el: Likewise.

=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2013-05-29 16:48:42 +0000
+++ b/lib-src/ChangeLog 2013-06-19 20:10:57 +0000
@@ -717,7 +717,7 @@
        to avoid potential buffer overflow issues on typical 64-bit hosts.
        (whatlen_max): New static var.
        (main): Avoid buffer overflow if subsidiary command length is
-       greater than BUFSIZ or 2*BUFSIZ + 20. Do not use sprintf when its
+       greater than BUFSIZ or 2*BUFSIZ + 20.  Do not use sprintf when its
        result might not fit in 'int'.
 
        * movemail.c (main): Do not use sprintf when its result might not fit
@@ -8408,7 +8408,7 @@
 
 1988-12-31  Richard Mlynarik  (address@hidden)
 
-       * env.c: Add decl for my-index
+       * env.c: Add decl for my-index.
        * etags.c (file-entries): .oak => scheme.
 
 1988-12-30  Richard Stallman  (address@hidden)

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-06-19 13:14:24 +0000
+++ b/lisp/ChangeLog    2013-06-19 20:10:57 +0000
@@ -890,7 +890,7 @@
        (eieiomt-optimizing-obarray, eieiomt-install)
        (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
        (eieio-generic-form, eieio-defmethod, make-obsolete)
-       (eieio-defgeneric, make-obsolete): Move to eieio-core.el
+       (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
        (defclass): Remove `eval-and-compile' from macro.
        (call-next-method, shared-initialize): Instead of using
        `scoped-class' variable, use new eieio--scoped-class, and
@@ -900,8 +900,8 @@
 
        * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
        eieio.el.
-       (eieio--scoped-class-stack): New variable
-       (eieio--scoped-class): New fcn
+       (eieio--scoped-class-stack): New variable.
+       (eieio--scoped-class): New fcn.
        (eieio--with-scoped-class): New scoping macro.
        (eieio-defclass): Use pushnew instead of add-to-list.
        (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
@@ -1614,9 +1614,9 @@
        * progmodes/octave.el (octave-auto-fill): Remove.
        (octave-indent-new-comment-line): Improve.
        (octave-mode): Use auto fill mode through
-       comment-line-break-function and fill-nobreak-predicate
+       comment-line-break-function and fill-nobreak-predicate.
        (octave-goto-function-definition): Support DEFUN_DLD.
-       (octave-beginning-of-defun): Small Tweak
+       (octave-beginning-of-defun): Small tweak.
        (octave-help): Show parent directory.
 
 2013-05-21  Glenn Morris  <address@hidden>
@@ -2801,7 +2801,7 @@
        Fix pack/unpack coding.  Reported by David Smith <address@hidden>.
 
        * net/tramp-compat.el (tramp-compat-call-process): Move function ...
-       * net/tramp.el (tramp-call-process): ... here
+       * net/tramp.el (tramp-call-process): ... here.
        (tramp-set-completion-function, tramp-parse-putty):
        * net/tramp-adb.el (tramp-adb-execute-adb-command):
        * net/tramp-gvfs.el (tramp-gvfs-send-command):

=== modified file 'lisp/cedet/ChangeLog'
--- a/lisp/cedet/ChangeLog      2013-06-19 07:28:47 +0000
+++ b/lisp/cedet/ChangeLog      2013-06-19 20:10:57 +0000
@@ -10,7 +10,7 @@
        * semantic/ctxt.el (semantic-ctxt-end-of-symbol-default):
        Remove unused free variable `symlist'.
 
-2013-06-02  Eric Ludlam <address@hidden>
+2013-06-02  Eric Ludlam  <address@hidden>
 
        * semantic/edit.el (semantic-change-function):
        Use `save-match-data' around running hooks.
@@ -59,7 +59,7 @@
        of code tags.
 
        * srecode/compile.el (srecode-compile-templates): Fix warning
-       punctuation.  Remove status messages to clean up testing output
+       punctuation.  Remove status messages to clean up testing output.
 
        * ede/base.el (ede-project-placeholder-cache-file): Update doc to
        mention 'nil' value.
@@ -77,7 +77,7 @@
        custom symbols representing a compiler or linker instead of
        restricting things to only the predefined compilers and linkers.
 
-2013-06-02  David Engster <address@hidden>
+2013-06-02  David Engster  <address@hidden>
 
        * semantic.el (semantic-mode-map): To avoid showing showing
        Development menu twice, only disable menu item if menu-bar is
@@ -183,7 +183,7 @@
        (semantic-analyze-dereference-metatype-stack): Use
        `semantic-tag-similar-p' instead of 'eq' when comparing two tags
        during metatype evaluation in case they are the same, but not the
-       same node. (Tweaked patch from Tomasz Gajewski) (Tiny change)
+       same node.  (Tweaked patch from Tomasz Gajewski) (Tiny change)
 
        * semantic/db-find.el (semanticdb-partial-synchronize): Fix
        require to semantic/db-typecache to be correct.
@@ -216,7 +216,7 @@
        no spp symbols from it, say so.
 
        * srecode/args.el (srecode-semantic-handle-:project): New argument
-       handler. Provide variable values if not in an EDE project.
+       handler.  Provide variable values if not in an EDE project.
 
        * srecode/srt-mode.el (srecode-template-mode): Fix typo on srecode
        name.
@@ -230,11 +230,11 @@
 
        * srecode/srt.el: Add local variables for setting the autoload
        file name.
-       (srecode-semantic-handle-:srt): New autoload cookie
+       (srecode-semantic-handle-:srt): New autoload cookie.
 
        * ede.el (ede-apply-preprocessor-map): Apply map to
        `semantic-lex-spp-project-macro-symbol-obarray' instead of the
-       system one. Add require for semantic.
+       system one.  Add require for semantic.
 
        * ede/proj-elisp.el (ede-update-version-in-source): In case a file
        has both a version variable and a Version: comment, always use
@@ -298,19 +298,19 @@
        `class-parents' to `eieio-class-parents', `class-children' to
        `eieio-class-children', `object-name-string' to
        `eieio-object-name-string', `object-class-fast' to
-       `eieio--object-class'. Also replace direct access with new
+       `eieio--object-class'.  Also replace direct access with new
        accessor functions.
 
-2013-03-21  Tomasz Gajewski <address@hidden> (tiny change)
+2013-03-21  Tomasz Gajewski  <address@hidden>  (tiny change)
 
        * ede/cpp-root.el (ede-project-autoload, initialize-instance): Fix
        EDE file symbol to match rename.  Fix ede-cpp-root symbol to
        include -project in name.
 
-2013-03-21  Alex Ott <address@hidden>
+2013-03-21  Alex Ott  <address@hidden>
 
        * cedet-files.el (cedet-files-list-recursively): New.  Recursively
-       find files whose names are matching to given regex
+       find files whose names are matching to given regex.
 
        * ede.el (ede-current-project): Rewrite to avoid imperative style.
 
@@ -326,7 +326,7 @@
        Value of slot or local variable could be string or function that
        receives project and should return string that will be invoked as
        command.
-       (project-compile-target): Invokes compilation of whole project
+       (project-compile-target): Invokes compilation of whole project.
 
        * ede/files.el (ede-find-project-root): New function to
        find root of project that contains specific file.
@@ -408,7 +408,7 @@
        * semantic/db-el.el:
        * semantic/chart.el: Fix requires.
 
-       * ede/locate.el: Remove useless requires. Declare functions
+       * ede/locate.el: Remove useless requires.  Declare functions
        instead and require in functions when needed.
 
 2012-10-23  Stefan Monnier  <address@hidden>
@@ -725,7 +725,7 @@
        (srecode-mode-table): Add new modetables slot.
        (srecode-get-mode-table): Find the mode, but also find all parent
        modes, and merge the tables together in :tables from :modetables.
-       (srecode-make-mode-table): Init :modetables
+       (srecode-make-mode-table): Init :modetables.
        (srecode-mode-table-find): Search in modetables.
        (srecode-mode-table-new): Merge the differet files into the
        modetables slot.
@@ -783,7 +783,7 @@
        regular expression parsing.
         (semantic-cpp-lexer): Add semantic-lex-c-ifdef.
        (semantic-expand-c-tag): Check if tag is non-nil before adding it
-       to return list
+       to return list.
        (semantic-expand-c-extern-C, semantic-expand-c-complex-type):
        New functions, copied from semantic-expand-c-tag.
        (semantic-find-tags-included): New override which also searches
@@ -1294,9 +1294,9 @@
 2010-09-29  Eric Ludlam  <address@hidden>
 
        * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
-       (semantic-lex-spp-enable-debug-symbol): New command
+       (semantic-lex-spp-enable-debug-symbol): New command.
        (semantic-lex-spp-value-valid-p)
-       (semantic-lex-spp-validate-value): New functions
+       (semantic-lex-spp-validate-value): New functions.
        (semantic-lex-spp-symbol-set)
        (semantic-lex-spp-symbol-push): Add call to validate value.
        (semantic-lex-spp-table-write-slot-value): Instead of erroring on
@@ -1464,7 +1464,7 @@
        (project-am-expand-subdirlist): New function.
        (project-am-makefile::project-rescan): Use it.  Combine SUBDIRS
        and DIST_SUBDIRS.
-       (project-am-meta-type-alist): A list to scan better Makefile.am
+       (project-am-meta-type-alist): A list to scan better Makefile.am.
        (project-am-scan-for-targets): Scan also over
        project-am-meta-type-alist.
        (ede-system-include-path): Simple implementation.

=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog        2013-05-30 03:19:04 +0000
+++ b/lisp/erc/ChangeLog        2013-06-19 20:10:57 +0000
@@ -141,7 +141,7 @@
        * erc-page.el (erc-page-function):
        * erc-stamp.el (erc-stamp): Doc fix.
 
-2012-08-21  Josh Feinstein <address@hidden>
+2012-08-21  Josh Feinstein  <address@hidden>
 
        * erc-join.el (erc-autojoin-timing): Fix defcustom type.
 
@@ -151,7 +151,7 @@
        Use `erc-match-exclude-server-buffer' not
        `erc-track-exclude-server-buffer'.
 
-2012-08-20  Josh Feinstein <address@hidden>
+2012-08-20  Josh Feinstein  <address@hidden>
 
        * erc.el (erc-display-message): Abstract message hiding decision
        to new function erc-hide-current-message-p.

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2013-06-19 07:23:06 +0000
+++ b/lisp/gnus/ChangeLog       2013-06-19 20:10:57 +0000
@@ -135,7 +135,7 @@
        (eww-update-header-line-format): New function.
        (eww-tag-title): New function.
 
-       * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
+       * shr.el (shr-dom-to-xml): New function.
        (shr-tag-svg): Add support for the SVG tag.
        (shr-bullet): New custom variable.
        (shr-tag-li): Support custom bullet in unordered lists.
@@ -230,7 +230,7 @@
 
        * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
        stream managing functions by using open-protocol-stream to do most of
-       the work. Has the nice benefit of enabling STARTTLS.
+       the work.  Has the nice benefit of enabling STARTTLS.
        Wait for capabilities after STARTTLS: following RFC5804, the server
        sends new capabilities after successfully establishing a TLS connection
        with the client. The client should update the cached list of
@@ -281,10 +281,10 @@
 2013-06-10  Albert Krewinkel  <address@hidden>
 
        * sieve.el: Put point at beginning of buffer when viewing a script.
-       (sieve-open-server): respect the PORT parameter. Show the correct port
-       number in sieve-buffer's header. Fixed code to also work with a string
-       as port specifier. Properly close the connection on pressing 'q'. Make
-       sieve-manage-quit close the connection and process buffer. Also, remove
+       (sieve-open-server): Respect the PORT parameter.  Show the correct port
+       number in sieve-buffer's header.  Fixed code to also work with a string
+       as port specifier. Properly close the connection on pressing 'q'.  Make
+       sieve-manage-quit close the connection and process buffer.  Also, remove
        duplicate keybinding for 'q'.
 
 2013-06-10  Roy Hashimoto  <address@hidden>  (tiny change)
@@ -528,7 +528,7 @@
        (nnir-request-update-info): Improve marks updating.
        (nnir-request-scan): Don't duplicate marks updating.
        (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
-       Use 'assq rather than 'assoc. Quote anonymous function.
+       Use 'assq rather than 'assoc.  Quote anonymous function.
        (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
        Use 'gnus-group-prefixed-p.
        (gnus-summary-create-nnir-group): Make sure server for method is open.
@@ -586,13 +586,13 @@
        buffer use the posting-style and gcc of the original article group.
        (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
 
-       * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
+       * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
        after other deffoos.
 
 2013-03-26  Andrew Cohen  <address@hidden>
 
-       * nnir.el: Major rewrite. Cleaner separation between searches and group
-       management. Marks are now shown in nnir summary buffers. Rudimentary
+       * nnir.el: Major rewrite.  Cleaner separation between searches and group
+       management.  Marks are now shown in nnir summary buffers.  Rudimentary
        support for real (i.e. not ephemeral) nnir groups.
        (gnus-summary-make-nnir-group): New function for initiating searches
        from a summary buffer.
@@ -798,9 +798,9 @@
 
 2012-12-25  Adam Sjøgren  <address@hidden>
 
-       * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
-       temporary file to get PGP key image. Pass no-show-photos when extracting
-       image to avoid having it pop up twice.
+       * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
+       temporary file to get PGP key image.  Pass no-show-photos when
+       extracting image to avoid having it pop up twice.
 
 2012-12-26  Lars Ingebrigtsen  <address@hidden>
 
@@ -1324,7 +1324,7 @@
 
 2012-08-10  Daiki Ueno  <address@hidden>
 
-       * auth-source.el: (auth-source-plstore-search)
+       * auth-source.el (auth-source-plstore-search)
        (auth-source-secrets-search): Ignore :require and :type in search spec.
 
 2012-08-06  Julien Danjou  <address@hidden>
@@ -10021,7 +10021,7 @@
 
 2010-08-31  Lars Magne Ingebrigtsen  <address@hidden>
 
-       * gnus-html.el: require mm-url.
+       * gnus-html.el: Require mm-url.
        (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
        with the url to `url'.
        (gnus-html-wash-tags): Support cid: URLs/images.

=== modified file 'lisp/mh-e/ChangeLog'
--- a/lisp/mh-e/ChangeLog       2013-06-18 20:24:44 +0000
+++ b/lisp/mh-e/ChangeLog       2013-06-19 20:10:57 +0000
@@ -103,7 +103,7 @@
 
 2012-11-25  Ted Phelps  <address@hidden>
 
-       Postpone junk processing (closes SF #2945712). Patch submitted by
+       Postpone junk processing (closes SF #2945712).  Patch submitted by
        Ted Phelps and refined by Bill Wohler.
 
        * mh-e.el (mh-blacklist, mh-whitelist): New variables.
@@ -111,7 +111,7 @@
        (mh-before-commands-processed-hook): Update documentation.
        (mh-blacklist-msg-hook, mh-whitelist-msg-hook): New hooks.
        (mh-folder-blacklisted, mh-folder-whitelisted): New faces.
-       * mh-folder.el (mh-folder-message-menu):  Add "Junk" to "Undo."
+       * mh-folder.el (mh-folder-message-menu): Add "Junk" to "Undo."
        (mh-folder-font-lock-keywords): Add regexps for blacklisted and
        whitelisted messages.
        (mh-folder-mode): Add mh-blacklist and mh-whitelist variables.
@@ -149,8 +149,8 @@
        X-MaxCode-Template:, X-ME-Bayesian:, X-Sendergroup:, X-SFDC-,
        X-SMFBL:, X-SMHeaderMap:, X-VGI-OESCD:, X-VirtualServer:,
        X-VirtualServerGroup:, X-XPT-XSL-Name:, X-Y-GMX-Trusted:,
-       X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-. Updated
-       the comment. (addresses SF #1916032).
+       X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-.  Updated
+       the comment.  (addresses SF #1916032).
 
 2012-11-25  Bill Wohler  <address@hidden>
 
@@ -159,7 +159,7 @@
        X-Bayes-Prob, X-Cam-, X-CanIt-Geo, X-Completed, X-Facebook,
        X-Forwarded-, X-Generated-By, X-Headers-End, X-IEEE-UCE,
        X-Jira-Fingerprint, X-Junkmail-, X-Launchpad-, X-MXL-Hash,
-       X-Notification-, X-Notifications, X-Oracle-Calendar. Replace
+       X-Notification-, X-Notifications, X-Oracle-Calendar.  Replace
        X-DCC-Usenix-Metrics with X-DCC- (addresses SF #1916032).
 
 2012-11-25  Jeffrey C Honig  <address@hidden>

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2013-04-18 00:12:33 +0000
+++ b/lisp/org/ChangeLog        2013-06-19 20:10:57 +0000
@@ -986,7 +986,7 @@
 2012-09-30  Achim Gratz  <address@hidden>
 
        * ob-R.el (org-babel-R-initiate-session): Protect against use of
-       unbound variable `ess-ask-for-ess-directory´. The default for this
+       unbound variable `ess-ask-for-ess-directory´.  The default for this
        variable is true, so act accordingly if it is found unbound.
 
        * ob-R.el: Remove initialization with `nil´ from
@@ -1031,7 +1031,7 @@
        * org-version.el: New file.
 
        * org-compat.el (org-check-version): New macro.  Check if
-       org-version.el exists and provide autoloads to that. Otherwise
+       org-version.el exists and provide autoloads to that.  Otherwise
        check if org-fixup.el exists and use it to provide definitions.
        Finally if nothing worked, complain about a botched installation
        and provide fallback definitions.
@@ -3482,7 +3482,7 @@
        org-footnote-unique-label if org-footnote-auto-label is set to
        random.
 
-       * org-gnus.el: (org-gnus-follow-link): Fix argument to
+       * org-gnus.el (org-gnus-follow-link): Fix argument to
        gnus-group-read-group so that following a link does not result in
        unread article being selected.
 
@@ -3572,7 +3572,7 @@
        * org-clock.el (org-clock-idle-time): Org-mode assumed that
        x11idle was an available command, and returned an idle time of 0
        if it was not
-       (never idle). Added checks so that org-idle-time will come from
+       (never idle): Added checks so that org-idle-time will come from
        emacs' own current-idle-time if x11idle cannot be found or if it
        cannot retrieve the idle time from X11
 
@@ -3628,7 +3628,7 @@
        (org-comment-or-uncomment-region): Rewrite function.  Now comment
        region at a fixed column: the minimal indentation of the region.
        (org-fill-context-prefix): Rename function into
-       `org-adaptive-fill-function'. Also, In a paragraph, choose the
+       `org-adaptive-fill-function'.  Also, In a paragraph, choose the
        same prefix as the current line.
 
        * org-exp.el (org-export-handle-comments): Also remove comments at
@@ -3761,7 +3761,7 @@
        point on an inlinetask.  Refactor code.
 
        * org.el (org-mark-subtree): Do not make a special case for
-       inlinetasks when marking a subtree. These are handled by
+       inlinetasks when marking a subtree.  These are handled by
        `org-element-mark-element'.
 
        * org-element.el (org-element-comment-parser): Consider first "+"
@@ -4881,7 +4881,7 @@
 
        * org-clock.el (org-in-clocktable-p): Move to org.el.
 
-       * org.el (org-in-clocktable-p): New function. Moved from
+       * org.el (org-in-clocktable-p): New function.  Moved from
        org-clock.el.
 
 2012-04-01  David Maus  <address@hidden>

=== modified file 'lwlib/ChangeLog'
--- a/lwlib/ChangeLog   2013-03-11 16:31:55 +0000
+++ b/lwlib/ChangeLog   2013-06-19 20:10:57 +0000
@@ -248,7 +248,7 @@
        (xaw_update_one_widget): Reformat and remove dead code.
        (xaw_scrollbar_scroll, xaw_scrollbar_jump, xaw_create_scrollbar)
        (xaw_update_scrollbar): Remove (not used).
-       (make_dialog): Change from K&R to prototype. Remove dead code.
+       (make_dialog): Change from K&R to prototype.  Remove dead code.
        (xaw_creation_table): Remove scrollbar entry.
 
 2010-07-08  Dan Nicolaescu  <address@hidden>
@@ -357,7 +357,7 @@
        (display_menu_item): Replace ws->window with ws->pixmap, remove
        call to XftDrawRect.
        (display_menu): Remove this and that argument.
-       Remove just_compute_this_one_p. Fill pixmap at start and copy it to
+       Remove just_compute_this_one_p.  Fill pixmap at start and copy it to
        window at end.
        (expose_cb): New function.
        (make_windows_if_needed): Replace XCreateWindow with XtCreatePopup.
@@ -422,7 +422,7 @@
        (make_windows_if_needed): Set max_rest_width and xft_draw
        in windows[i].
        (openXftFont): New.
-       (XlwMenuInitialize): Call openXftFont if HAVE_XFT. If mw->menu.font
+       (XlwMenuInitialize): Call openXftFont if HAVE_XFT.  If mw->menu.font
        is not set, load font fixed and save it in xlwmenu_default_font.
        (XlwMenuInitialize): Set max_rest_width and xft_draw in windows[0].
        (XlwMenuClassInitialize): Initialize xlwmenu_default_font.
@@ -430,7 +430,7 @@
        windows[0].xft_draw if xft_font is set.
        (XlwMenuDestroy): Destroy all xft_draw and close xft_font.
        (facename_changed): New.
-       (XlwMenuSetValues): Call facename_changed. If face name did change,
+       (XlwMenuSetValues): Call facename_changed.  If face name did change,
        close old fonts and destroy xft_draw:s.  Then create new ones.
 
        * xlwmenu.h (XtNfaceName, XtCFaceName, XtNdefaultFace,

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-06-19 14:20:26 +0000
+++ b/src/ChangeLog     2013-06-19 20:10:57 +0000
@@ -612,7 +612,7 @@
        (update_frame_tool_bar): Update code for GNUStep.
        (clearAll): New method.
        (addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag
-       argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP.
+       argument.  Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP.
        Move identifierToItem setObject and activeIdentifiers addObject before
        call to insertItemWithItemIdentifier.
        (validateVisibleItems): Fix indentation.

=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-06-12 14:43:46 +0000
+++ b/test/ChangeLog    2013-06-19 20:10:57 +0000
@@ -1,7 +1,6 @@
 2013-06-12  Rüdiger Sonderfeld  <address@hidden>
 
-       * automated/reftex-tests.el (reftex-parse-from-file-test): Fix
-       test.
+       * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
 
 2013-06-12  Rüdiger Sonderfeld  <address@hidden>
 


reply via email to

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