emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100881: Fix typos in ChangeLogs.
Date: Sat, 24 Jul 2010 13:53:19 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100881
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2010-07-24 13:53:19 +0200
message:
  Fix typos in ChangeLogs.
modified:
  ChangeLog
  admin/ChangeLog
  doc/emacs/ChangeLog
  doc/lispintro/ChangeLog
  doc/lispref/ChangeLog
  doc/misc/ChangeLog
  etc/ChangeLog
  leim/ChangeLog
  lib-src/ChangeLog
  lisp/ChangeLog
  lisp/ChangeLog.1
  lisp/ChangeLog.10
  lisp/ChangeLog.11
  lisp/ChangeLog.12
  lisp/ChangeLog.13
  lisp/ChangeLog.14
  lisp/ChangeLog.2
  lisp/ChangeLog.3
  lisp/ChangeLog.5
  lisp/ChangeLog.6
  lisp/ChangeLog.8
  lisp/ChangeLog.9
  lisp/gnus/ChangeLog
  lisp/gnus/ChangeLog.1
  lisp/gnus/ChangeLog.2
  lisp/mh-e/ChangeLog
  lisp/mh-e/ChangeLog.1
  lisp/org/ChangeLog
  lwlib/ChangeLog
  msdos/ChangeLog
  oldXMenu/ChangeLog
  src/ChangeLog
  src/ChangeLog.10
  src/ChangeLog.2
  src/ChangeLog.3
  src/ChangeLog.5
  src/ChangeLog.6
  src/ChangeLog.9
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-07-24 01:23:07 +0000
+++ b/ChangeLog 2010-07-24 11:53:19 +0000
@@ -8377,7 +8377,7 @@
        (EMACSROOT): New variable, giving the directory under which all of
        Emacs's libraries should be installed.  Changed rest of file to
        use it.
-       (LIBDIR): Now denotes only architecture-dependent dir - relevant cha
+       (LIBDIR): Now denotes only architecture-dependent dir.
        (DATADIR): New variable, denoting architecture-independent dir.
        (LOCKDIR): New variable, for completeness.
        (SUBDIR): No more etc, new lib-src.

=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2010-07-11 10:31:10 +0000
+++ b/admin/ChangeLog   2010-07-24 11:53:19 +0000
@@ -432,7 +432,7 @@
 
        * charsets/mapconv: Handle UNICODE2.
 
-       * charsets/Makefile (CJK): Include CP932-2BYTE.map
+       * charsets/Makefile (CJK): Include CP932-2BYTE.map.
        (CP932-2BYTE.map): New target.
 
 2008-02-01  Kenichi Handa  <address@hidden>
@@ -752,7 +752,7 @@
 
 2004-08-28  Jan Djärv  <address@hidden>
 
-       * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
+       * FOR-RELEASE (Indications): Remove entry about GTK and geometry
        (now behaves as well as other ports).
 
 2004-06-28  Jan Djärv  <address@hidden>

=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-07-10 18:52:53 +0000
+++ b/doc/emacs/ChangeLog       2010-07-24 11:53:19 +0000
@@ -606,7 +606,7 @@
 
 2009-06-23  Miles Bader  <address@hidden>
 
-       * display.texi (Scrolling): Document `recenter-redisplay'
+       * display.texi (Scrolling): Document `recenter-redisplay'.
        (Temporary Face Changes): Document `text-scale-set'.
 
 2009-06-21  Chong Yidong  <address@hidden>
@@ -5704,7 +5704,7 @@
 2005-03-05  Juri Linkov  <address@hidden>
 
        * cmdargs.texi (Emacs Invocation): Add cindex
-       "invocation (command line arguments)"
+       "invocation (command line arguments)".
        (Misc X): Add -nbc, --no-blinking-cursor.
 
 2005-03-04  Ulf Jasper  <address@hidden>

=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2010-07-10 18:52:53 +0000
+++ b/doc/lispintro/ChangeLog   2010-07-24 11:53:19 +0000
@@ -212,7 +212,7 @@
        (Simple Extension): Replace longer expression with
        `emacs-major-version'.  Remove comment about `number-to-string'
        function.
-       (Miscellaneous): Add filename option, `-H', to `grep' example
+       (Miscellaneous): Add filename option, `-H', to `grep' example.
        (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
        GNU Emacs'.
        (edebug): More properly state where to place point for 'M-x
@@ -234,7 +234,7 @@
        (sentence-end): Specify `in English' for glyphs that end a sentence.
        Note that in GNU Emacs 22, the name refers to both a variable and a
        function.
-       (fwd-sentence while loops): Write a function as one, not as a form
+       (fwd-sentence while loops): Write a function as one, not as a form.
        (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
        (etags): Move sentences involving `find-tag' and sources.  State
        location of Emacs `src' directory.
@@ -356,7 +356,7 @@
 2003-11-16  Kevin Ryde  <address@hidden>
 
        * emacs-lisp-intro.texi: [CVS commitment by <address@hidden>]
-       Corrections to cross references,
+       Corrections to cross references.
        (Interactive Options): elisp "interactive" -> "Using Interactive".
        (defvar and asterisk): Remove emacs "Edit Options" reference,
        edit-options is no longer described in the emacs manual.

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-07-20 11:13:25 +0000
+++ b/doc/lispref/ChangeLog     2010-07-24 11:53:19 +0000
@@ -6015,7 +6015,7 @@
 2005-02-05  Eli Zaretskii  <address@hidden>
 
        * frames.texi (Color Names): Add pointer to the X docs about RGB
-       color specifications.  Improve indexing
+       color specifications.  Improve indexing.
        (Text Terminal Colors): Replace the description of RGB values by
        an xref to "Color Names".
 
@@ -7778,7 +7778,7 @@
        * minibuf.texi (Reading File Names): read-file-name has new
        arg PREDICATE.  New function read-directory-name.
 
-       * macros.texi (Defining Macros): Give definition of `declare'
+       * macros.texi (Defining Macros): Give definition of `declare'.
        (Indenting Macros): New node.
 
        * frames.texi (Parameter Access): Add modify-all-frames-parameters.
@@ -7882,7 +7882,7 @@
        * numbers.texi (Integer Basics): Add most-positive-fixnum,
        most-negative-fixnum.
 
-       * compile.texi (Byte Compilation): Explain no-byte-compile
+       * compile.texi (Byte Compilation): Explain no-byte-compile.
        (Compiler Errors): New node.
 
        * os.texi (User Identification): user-uid, user-real-uid

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-07-20 11:13:25 +0000
+++ b/doc/misc/ChangeLog        2010-07-24 11:53:19 +0000
@@ -4777,7 +4777,7 @@
 
        * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
        (Agenda): Document commands `org-cycle-agenda-files' and
-       `org-agenda-file-to-front'
+       `org-agenda-file-to-front'.
        (Built-in table editor): Document `org-table-sort-lines'.
        (HTML formatting): Export of hand-formatted lists.
 
@@ -6366,7 +6366,7 @@
 
 2000-12-14  Dave Love  <address@hidden>
 
-       * Makefile.in (mostlyclean): Remove gnustmp.*
+       * Makefile.in (mostlyclean): Remove gnustmp.*.
        (gnus.dvi): Change rule to remove @latex stuff.
 
 2000-10-19  Eric M. Ludlam  <address@hidden>

=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2010-07-20 18:32:42 +0000
+++ b/etc/ChangeLog     2010-07-24 11:53:19 +0000
@@ -4941,7 +4941,7 @@
        * etags.c: Changes for VMS.
        Always define ETAGS on VMS.
        Define macros GOOD and BAD for success and failure exit codes.
-       (begtk, intk): Allow `$' in identifiers
+       (begtk, intk): Allow `$' in identifiers.
        (main): Don't support -B, -F or -u on VMS.
        Alternate loop for scanning filename arguments.
        (system): Delete definition of this function.

=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2010-05-15 00:42:22 +0000
+++ b/leim/ChangeLog    2010-07-24 11:53:19 +0000
@@ -1189,7 +1189,7 @@
 
 2001-03-31  Kenichi Handa  <address@hidden>
 
-       * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
+       * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc.
        (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
        ${srcdir}/quail/tsang-b5.elc.
        (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.

=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2010-07-23 13:35:51 +0000
+++ b/lib-src/ChangeLog 2010-07-24 11:53:19 +0000
@@ -779,7 +779,7 @@
 
 2008-02-01  Jason Rumney  <address@hidden>
 
-       * makefile.w32-in (obj): Sync with src/Makefile.in
+       * makefile.w32-in (obj): Sync with src/Makefile.in.
        (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
        (WINNT_SUPPORT): Add term/w32-win.elc.
        (lisp1, lisp2): Sync with lisp in src/Makefile.in.
@@ -2475,7 +2475,7 @@
 
        * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
        using .elc files.
-       (lisp): Sync with list in src/Makefile.in
+       (lisp): Sync with list in src/Makefile.in.
        (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
 
 2002-02-10  Paul Eggert  <address@hidden>
@@ -6317,7 +6317,7 @@
        (TOKEN): Member linestart removed.
        (linepos, prev_linepos, lb1): Deleted.
        (main): Call initbuffer on lbs array instead of lb1.
-       (init): Removed the initialisation of the logical _gd array;
+       (init): Removed the initialisation of the logical _gd array.
        (find_entries): A .sa suffix means assembler file.
        (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
        All C state machines rewritten.
@@ -7181,7 +7181,7 @@
        * etags.c: Changes for VMS.
        Always define ETAGS on VMS.
        Define macros GOOD and BAD for success and failure exit codes.
-       (begtk, intk): Allow `$' in identifiers
+       (begtk, intk): Allow `$' in identifiers.
        (main): Don't support -B, -F or -u on VMS.
        Alternate loop for scanning filename arguments.
        (system): Delete definition of this function.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-07-23 23:26:42 +0000
+++ b/lisp/ChangeLog    2010-07-24 11:53:19 +0000
@@ -57,7 +57,7 @@
        (sql-linter-login-params): Use it.
        (sql-sqlite-login-params): Use it; Define "database" parameter as
        a file name.
-       (sql-sqlite-program): Change to "sqlite3"
+       (sql-sqlite-program): Change to "sqlite3".
        (sql-comint-sqlite): Make sure database name is complete.
        (sql-for-each-login): New function.
        (sql-connect, sql-save-connection): Use it.
@@ -141,7 +141,7 @@
        (sql-informix-login-params, sql-ingres-login-params)
        (sql-ms-login-params, sql-postgres-login-params)
        (sql-interbase-login-params, sql-db2-login-params)
-       (sql-linter-login-params): Add `port' option
+       (sql-linter-login-params): Add `port' option.
        (sql-get-product-feature): Added NO-INDIRECT parameter.
        (sql-comint-oracle, sql-comint-sybase)
        (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
@@ -151,7 +151,7 @@
        sql-comint-*.
        (sql-product-alist, sql-mode-menu): Renamed as above and
        :sqli-connect-func to :sqli-comint-func.
-       (sql-connection): New variable
+       (sql-connection): New variable.
        (sql-interactive-mode): Set it.
        (sql-connection-alist): New variable.
        (sql-connect): New function.
@@ -3292,7 +3292,7 @@
        (verilog-pretty-declarations): Support lineup of declarations in
        port lists.
        (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
-       fix bug for /* / comments
+       fix bug for /* / comments.
        (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
        Speed up and simplfy as this is never called with a bound.
        (verilog-pretty-declarations): Enhance to line up declarations
@@ -5401,7 +5401,7 @@
 
 2010-01-02  Karl Fogel  <address@hidden>
 
-       * bookmark.el (bookmark-bmenu-any-marks): New function
+       * bookmark.el (bookmark-bmenu-any-marks): New function.
        (bookmark-bmenu-save): Clear buffer modification if no marks.
 
 2010-01-02  Karl Fogel  <address@hidden>

=== modified file 'lisp/ChangeLog.1'
--- a/lisp/ChangeLog.1  2010-05-11 02:04:13 +0000
+++ b/lisp/ChangeLog.1  2010-07-24 11:53:19 +0000
@@ -1021,8 +1021,6 @@
        in the *compilation* buffer, thus allowing buffers to have local
        compilation-error-regexp variables.
 
-       (provide 'compile)
-
 1985-12-05  Richard M. Stallman  (address@hidden)
 
        * files.el (recover-file):
@@ -1495,7 +1493,7 @@
 
        * mouseinit.el
        Delete this file.  Put its contents in files
-       term-bg.el, term-bgnv.el, term-bgrv.el, term-bbn.el
+       term-bg.el, term-bgnv.el, term-bgrv.el, term-bbn.el.
        (Perhaps there should be a subdirectory emacs/lisp/term/ ??)
 
 1985-10-23  Richard M. Stallman  (address@hidden)
@@ -1915,7 +1913,7 @@
 
        * texinfo.el:
        Change syntax for @xref and @pxref to use braces.
-       Change syntax for @node to read entire line
+       Change syntax for @node to read entire line.
        (new function texinfo-format-parse-line-args for that).
        Change paragraph-separate, etc., so only directives without
        braces separate paragraphs.  When formatting, discard all of the
@@ -2178,8 +2176,8 @@
        "c-continued-statement-offset" as in the documentation and manual
 
        * rmail.el (rmail-find):
-       Hack default of last search string, hack reverse search
-       (-ve prefix arg)
+       Hack default of last search string, hack reverse search.
+       (-ve prefix arg):
        Make "-" be negative-argument
 
 1985-07-23  Richard Mlynarik  (address@hidden)
@@ -3097,7 +3095,7 @@
 
        * sendmail.el, loaddefs.el
        added send-mail-function; initially sendmail-send-it
-       (also, mail-yank-ignored-headers had a typo)
+       (also, mail-yank-ignored-headers had a typo).
 
        * rmail.el (rmail-get-new-mail, convert-to-babyl-format, ...)
        * loaddefs.el:

=== modified file 'lisp/ChangeLog.10'
--- a/lisp/ChangeLog.10 2010-01-14 18:29:36 +0000
+++ b/lisp/ChangeLog.10 2010-07-24 11:53:19 +0000
@@ -1357,7 +1357,7 @@
 
 2003-06-10  Rajesh Vaidheeswarran  <address@hidden>
 
-       * whitespace.el (whitespace-version): Bump to 3.3
+       * whitespace.el (whitespace-version): Bump to 3.3.
        (whitespace-cleanup): Respect user preference for silence
 
        * whitespace.el: Remove :tag in commentary :link.  Remove empty
@@ -1645,7 +1645,7 @@
        (bibtex-version): Remove support for bug reporting.
        (bibtex-field-delimiters, bibtex-entry-delimiters)
        (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries)
-       Replace make-variable-buffer-local by make-local-variable for
+       Replace make-variable-buffer-local by make-local-variable.
        (bibtex-entry-format): New tag `required-fields'.
        (bibtex-maintain-sorted-entries): New var.
        (bibtex-sort-entry-class, bibtex-sort-entry-class-alist): New vars.
@@ -4069,9 +4069,9 @@
        (ccl-encode-mule-utf-16-le-with-signature)
        (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
        (mule-utf-16-post-read-conversion): New function.
-       (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
+       (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature)
        (mule-utf-16): New coding systems.
-       (utf-16-le-with-signature, utf-16-be-with-signature),
+       (utf-16-le-with-signature, utf-16-be-with-signature)
        (utf-16): Aliases of the above coding systems.
 
 2003-04-08  Martin Stjernholm  <address@hidden>
@@ -4109,7 +4109,7 @@
        Other cleanups.
        Command line option --no-desktop introduced.
        (desktop-read): Record buffers in the desktop file in
-       the same order as that in the buffer list,
+       the same order as that in the buffer list.
        (desktop-save): Put buffers in the order given in desktop file,
        regardless of what handlers do.
        (desktop-file-version): New variable.  Version number of desktop
@@ -7684,7 +7684,7 @@
        * 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),
+       (def-gdb-auto-update-handler, gdb-info-locals-handler)
        (gdb-display-end): Avoid using insert-buffer.
        (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
 
@@ -20177,10 +20177,10 @@
 
 2002-01-05  Andre Spiegel  <address@hidden>
 
-       * vc.el (vc-branch-part): Return nil if there's no `.'
+       * vc.el (vc-branch-part): Return nil if there's no `.'.
        (vc-default-previous-version): Renamed from vc-previous-version.
        New args BACKEND and FILE.  Return nil for revision numbers
-       without a `.'
+       without a `.'.
        (vc-version-diff): Call vc-BACKEND-previous-version.
        (vc-steal-lock): Steal lock before composing mail, so that no mail
        is sent when the stealing goes wrong.  And we'll actually see the
@@ -23253,11 +23253,11 @@
        lambda expression.
        (ps-mode-menu-main): Submenu with options on/off was replaced with
        a toggle button.
-       (ps-mode, ps-run-mode): Define with `define-derived-mode'
+       (ps-mode, ps-run-mode): Define with `define-derived-mode'.
        (ps-mode): Autoload cookie added on same line as comment.
        (ps-mode-tabkey, ps-mode-backward-delete-char):
        (ps-mode-r-balance): Replace `delete-horizontal-space' and
-       `indent-to' with `indent-line-to'
+       `indent-to' with `indent-line-to'.
        (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
        instead of `eval'.
        (ps-mode-print-region): Use `with-temp-buffer'.
@@ -23464,7 +23464,7 @@
        (vc-default-annotate-current-time): Added.
 
        * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
-       version in vc.el, with
+       version in vc.el.
        (vc-cvs-annotate-current-time): Added, as override of default.
        (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
        `vc-cvs-annotate-difference'.

=== modified file 'lisp/ChangeLog.11'
--- a/lisp/ChangeLog.11 2010-01-13 08:35:10 +0000
+++ b/lisp/ChangeLog.11 2010-07-24 11:53:19 +0000
@@ -84,7 +84,7 @@
 
 2004-12-30  Andreas Leue  <address@hidden>
 
-       * textmodes/artist.el (artist-version): 1.2.6
+       * textmodes/artist.el (artist-version): 1.2.6.
        (artist-prev-next-op-alist): New variable.
        (artist-select-next-op-in-list): New function.
        (artist-select-prev-op-in-list): New function.
@@ -380,7 +380,7 @@
        (calculator-radix-grouping-digits)
        (calculator-radix-grouping-separator):
        New defcustoms for the new radix grouping mode functionality.
-       (calculator-mode-hook): Now used in electric mode too,
+       (calculator-mode-hook): Now used in electric mode too.
        (calculator): Call it.
        (calculator-mode-map): Some new keys.
        (calculator-message): New function.  Some new calls.
@@ -2239,7 +2239,7 @@
        (math-so-far, math-integ-expr, math-expr-parts, calc-low)
        (calc-high, math-solve-var, math-solve-full, math-solve-vars)
        (math-try-solve-sign, math-solve-b, math-solve-system-vv)
-       (math-solve-res): New variables
+       (math-solve-res): New variables.
        (math-derivative, calcFunc-deriv, calcFunc-tderiv)
        (math-integral, math-replace-integral-parts)
        (math-integrate-by-parts, calc-dump-integral-cache)
@@ -4692,7 +4692,7 @@
        mark mode (to include the current match to region boundaries).
        Push the search string to `query-replace-from-history-variable'.
        Add prompt "Query replace regexp" for isearch-regexp.
-       Add region beginning/end as last arguments of `perform-replace.'
+       Add region beginning/end as last arguments of `perform-replace'.
        (isearch-query-replace-regexp): Replace code by the call to
        `isearch-query-replace' with arg `t'.
 
@@ -9809,7 +9809,7 @@
 
        (compile): Additional argument for interactive compiles like TeX.
 
-       * progmodes/grep.el (kill-grep): Move here from compile.el
+       * progmodes/grep.el (kill-grep): Move here from compile.el.
        (grep-error, grep-hit-face, grep-error-face)
        (grep-mode-font-lock-keywords): New variables.
        (grep-regexp-alist): Simplify regexp and add `binary' case.
@@ -10944,12 +10944,12 @@
        (rsf-bbdb-auto-delete-spam-entries): Rename from
        rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
        scanned together with the recipients field for spam testing; Don't
-       delete spam message if rmail-delete-after-output is non-nil;
+       delete spam message if rmail-delete-after-output is non-nil.
        (rsf-check-field): New function, extracted from code in
        rmail-spam-filter to ease addition of header fields like
-       content-type:;
+       content-type:.
        (message-content-type): New variable.  The content-type: field was
-       added also in defcustom of rsf-definitions-alist;
+       added also in defcustom of rsf-definitions-alist.
        (rmail-spam-filter): Replace repeated test code for header fields
        by calls to check-field; change the call to
        rmail-output-to-rmail-file such that rmail-current-message stays
@@ -11474,7 +11474,7 @@
 2003-12-29  Stuart Herring  <address@hidden>  (tiny change)
 
        * comint.el (comint-watch-for-password-prompt): Pass `string' as
-       arg to send-invisible
+       arg to send-invisible.
        (send-invisible): Doc fix.  The argument is now a prompt, not the
        string to send.
        (comint-read-noecho): Doc fix.
@@ -12951,7 +12951,7 @@
        Ensure that recentf correctly updates the menu bar.
        * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
        (recentf-menu-bar): New function.
-       (recentf-clear-data): Use it
+       (recentf-clear-data): Use it.
        (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
        of easy-menu-change.
 
@@ -13500,7 +13500,7 @@
        (reftex-toc-split-windows-fraction): New option.
        (reftex-recenter-toc-when-idle): Search *toc* window on all
        visible frames.
-       (reftex-toc): Additional parameter REUSE
+       (reftex-toc): Additional parameter REUSE.
        (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
        with REUSE argument.
        (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
@@ -14153,7 +14153,7 @@
        erroneously in previous version.
        (bibtex-string-files): Docstring reflects new parsing scheme.
        (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
-       docstring, add # as one of the chars to crush
+       docstring, add # as one of the chars to crush.
        (bibtex-autokey-prefix-string, bibtex-autokey-names)
        (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
        (bibtex-autokey-name-change-strings)
@@ -14229,7 +14229,7 @@
        preamble entries.
        (bibtex-fill-field-bounds): New function.
        (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
-       (bibtex-fill-entry): Use bibtex-fill-field-bounds
+       (bibtex-fill-entry): Use bibtex-fill-field-bounds.
        (bibtex-String): Use bibtex-strings.  Always obey
        bibtex-sort-ignore-string-entries.
 

=== modified file 'lisp/ChangeLog.12'
--- a/lisp/ChangeLog.12 2010-05-11 02:04:13 +0000
+++ b/lisp/ChangeLog.12 2010-07-24 11:53:19 +0000
@@ -943,7 +943,7 @@
 2007-03-20  Richard Stallman  <address@hidden>
 
        * textmodes/ispell.el (ispell-call-process): New function.
-       Defends against bad `default-directory.'
+       Defends against bad `default-directory'.
        (ispell-check-version, ispell-find-aspell-dictionaries)
        (ispell-get-aspell-config-value, lookup-words): Call it.
        (ispell-call-process-region): New function.
@@ -1606,7 +1606,7 @@
        (org-set-frame-title, org-show-reference)
        (org-unhighlight-once, org-verify-change-for-undo): New functions.
        (org-show-variable): Remove command.
-       (org-add-log-maybe): New arguments STATE, FINDPOS
+       (org-add-log-maybe): New arguments STATE, FINDPOS.
        (org-table-sort-lines): Rewrite from scratch.
        (org-link-search): New argument AVOID-POS.
        (org-print-icalendar-entries): Remove argument CATEGORY.
@@ -2938,7 +2938,7 @@
 
 2006-12-30  Jan Djärv  <address@hidden>
 
-       * scroll-bar.el (previous-scroll-bar-mode): New variable
+       * scroll-bar.el (previous-scroll-bar-mode): New variable.
        (set-scroll-bar-mode): Set previous-scroll-bar-mode.
        (scroll-bar-mode): Use previous-scroll-bar-mode if set.
 
@@ -5438,7 +5438,7 @@
        (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
                        recursively.
                Bound `next-single-property-change' via `point-max'.
-       (cperl-unwind-to-safe): Bound likewise
+       (cperl-unwind-to-safe): Bound likewise.
        (cperl-font-lock-fontify-region-function): Likewise.
        (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
                Initialization of `cperl-font-lock-multiline-start' could be
@@ -5480,7 +5480,7 @@
        (cperl-calculate-indent): `char-after' could be nil...
        (cperl-find-pods-heres): REx can start after "[" too.
                Highlight (??{}) in RExen too.
-       (cperl-maybe-white-and-comment-rex): New constant
+       (cperl-maybe-white-and-comment-rex): New constant.
        (cperl-white-and-comment-rex): Likewise.
                XXXX Not very efficient, but hard to make
                better while keeping 1 group.
@@ -5526,7 +5526,7 @@
                Syntax-mark a {}-part of (?{}) as "comment"
                        (it was the ()-part)
                Better logic to distinguish what is what in REx
-       (cperl-tips-faces): Document REx highlighting
+       (cperl-tips-faces): Document REx highlighting.
        (cperl-praise): Mention REx syntax highlight etc.
 
        After 5.17:
@@ -5566,7 +5566,7 @@
        (cperl-indent-comment-at-column-0): New customization variable.
        (cperl-comment-indent): Indentation after $#a would increase by 1.
        (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
-       (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
+       (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' 
`multiline'.
        (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
        (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
                        highlight $ in $foo too (UNTESTED).
@@ -5579,7 +5579,7 @@
        (cperl-style-alist): Likewise.
        (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
                and `cperl-extra-newline-before-brace' etc
-               being t
+               being t.
        (cperl-indent-exp): Plans B and C to find continuation blocks even
                if `cperl-extra-newline-before-brace' is t.
 
@@ -7296,7 +7296,7 @@
        (gdb-stack-position): New variable.
        (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
        (gdb-frames-mode): Set gdb-stack-position to nil.
-       Add to overlay-arrow-variable-list
+       Add to overlay-arrow-variable-list.
        (gdb-reset): Delete gdb-stack-position from above list.
 
 2006-08-14  Jan Djärv  <address@hidden>
@@ -7459,7 +7459,7 @@
        * avoid.el (mouse-avoidance-animating-pointer): New var.
        (mouse-avoidance-nudge-mouse): Use it.
        (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
-       (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
+       (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook.
        (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
        Don't activate if currently animating.  All callers changed.
 
@@ -8723,7 +8723,7 @@
        * progmodes/gdb-ui.el (gdb-same-frame): New option.
        (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
        (gdb-init-1): Initialise them.
-       (gdb-starting): Reset gdb-printing
+       (gdb-starting): Reset gdb-printing.
        (gdb-starting): Save value of gud-overlay-arrow-position.
        (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
        (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
@@ -9460,7 +9460,7 @@
        links to BibTeX database entries..
        (org-get-current-options, org-set-regexps-and-options):
        Implement logging as a startup option.
-       (org-store-link): Make sure context string is never empty
+       (org-store-link): Make sure context string is never empty.
        (org-insert-link): Use relative path when possible.
        (org-at-item-checklet-p): New function.
        (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
@@ -10197,7 +10197,7 @@
        (gdb-init-1, gdb-post-prompt): ...and references to it.
        (gdb-frame-handler): Strip directory name from filename if present.
 
-       * progmodes/gud.el (gdb-force-update): Delete defvar
+       * progmodes/gud.el (gdb-force-update): Delete defvar.
        (gud-speedbar-buttons): ...and references to it.  Use window-start
        to try to keep position in watch expression.
 
@@ -10246,7 +10246,7 @@
 
        * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
        M-r, M-R, M-A, M-SPC or M-DEL.
-       (diff-mode-map): diff-refine-hunk now on C-c C-w
+       (diff-mode-map): diff-refine-hunk now on C-c C-w.
        (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
 
        * help-mode.el (help-mode): view-exit-action calls delete-window
@@ -10862,7 +10862,7 @@
        (org-edit-agenda-file-list, org-store-new-agenda-file-list)
        (org-read-agenda-file-list): New functions.
        (org-table-edit-field)
-       (org-table-create-or-convert-from-region): New commands
+       (org-table-create-or-convert-from-region): New commands.
        (org-table-toggle-vline-visibility): Command removed.
        (org-table-convert-region): Made a command.
        (orgtbl-delete-backward-char, orgtbl-delete-char): Remove commands.
@@ -10881,7 +10881,7 @@
        Optional argument unrestricted means ignore any restrictions.
        (org-install-agenda-files-menu): Find a buffer in Org-mode before
        trying to modify the menu.  Use generalized access to
-       `org-agenda-files.'
+       `org-agenda-files'.
        (org-agenda-list, org-todo-list, org-cycle-agenda-files)
        (org-agenda-file-to-front, org-remove-file, org-diary)
        (org-tags-view, org-export-icalendar-all-agenda-files)
@@ -13666,7 +13666,7 @@
        (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
        Use increment argument to enlarge/shrink.  Preserve point.
        (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
-       (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
+       (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up.
        (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
        (thumbs-mark, thumbs-unmark): Preserve point.
        (thumbs-modify-image): Keep old temp files and use to modify.
@@ -16160,7 +16160,7 @@
        (c-after-statement-terminator-p): Adapt for virtual semicolons;
        check more rigorously for "end of macro".
        (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
-       virtual semicolons;
+       virtual semicolons.
        (c-beginning-of-statement): Adapt for virtual semicolons; Separate
        out the code for forward movement into ...
        (c-end-of-statement): Now contains the code for forward movement,
@@ -19706,7 +19706,7 @@
        (allout-mode): Use key-binding substitution in the docstring.
        (allout-kill-line): Spell-out kill ring data structure mutation
        instead of using byte-compiler-complaint-provoking `pop'.
-       (allout-insert-listified): Use `insert' rather than `insert-string'
+       (allout-insert-listified): Use `insert' rather than `insert-string'.
        (allout-toggle-current-subtree-encryption): Update docstring, adjust
        to new gpp-based encryption, use new `allout-encrypted-topic-p'.
        (allout-encrypt-string): Totally revamped vis new underlying
@@ -20757,13 +20757,13 @@
        * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
        Put `font-lock-function-name-face'.
        (gdb-info-frames-custom): Put `font-lock-function-name-face'
-       and `font-lock-variable-name-face'
+       and `font-lock-variable-name-face'.
        (gdb-registers-font-lock-keywords): New font lock keywords definition.
        (gdb-registers-mode): Use `gdb-registers-font-lock-keywords'.
        (gdb-memory-font-lock-keywords): New font lock keywords definition.
        (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
        (gdb-local-font-lock-keywords): New font lock keywords definition.
-       (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
+       (gdb-locals-mode): Use `gdb-local-font-lock-keywords'.
        (gdb-threads-font-lock-keywords): New font lock keywords definition.
        (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
 
@@ -29352,7 +29352,7 @@
        * loadhist.el (unload-feature): Update for new format of load-history.
        Simplify the code.
 
-       * mail/rmail.el (rmail-ignored-headers): Ignore more headers
+       * mail/rmail.el (rmail-ignored-headers): Ignore more headers.
        (rmail-font-lock-keywords): Don't fontify the text of a citation.
 
        * mail/sendmail.el (mail-font-lock-keywords):
@@ -29421,7 +29421,7 @@
        (org-evaluate-time-range): Insert at point instead of directly
        after time range.
        (org-first-headline-recenter, org-subtree-end-visible-p)
-       (org-optimize-window-after-visibility-change): New functions
+       (org-optimize-window-after-visibility-change): New functions.
        (org-agenda-post-command-hook): Don't allow point at end of line,
        to make sure it always hits the text properties.
        (org-agenda-next-date-line, org-agenda-previous-date-line):
@@ -29603,13 +29603,13 @@
 
 2005-04-11  Jan Djärv  <address@hidden>
 
-       * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
+       * dired.el (dired-mode): Use dnd-* instead of x-dnd-*.
        (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
        (dired-dnd-handle-file): Call dnd-get-local-file-uri.
 
        * cus-edit.el (dnd): New group.
 
-       * term/w32-win.el (dnd): Require dnd
+       * term/w32-win.el (dnd): Require dnd.
        (w32-drag-n-drop): Call dnd-handle-one-url.
 
        * x-dnd.el: Require dnd.
@@ -31918,7 +31918,7 @@
 
        * progmodes/gdb-ui.el (gdb-var-update-handler)
        (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
-       for watch expressions,
+       for watch expressions.
        (gdb-var-create-handler): Don't set speedbar-update-flag.
        (gdb-post-prompt): Simplify test for speedbar.
 
@@ -32781,14 +32781,14 @@
 2005-01-15  James R. Van Zandt  <address@hidden>  (tiny change)
 
        * progmodes/sh-script.el: Code copied from make-mode.el
-       with small changes,
+       with small changes.
        (sh-mode-map): Bind C-c C-\.
        (sh-backslash-column, sh-backslash-align): New variables.
        (sh-backslash-region, sh-append-backslash): New functions.
 
 2005-01-15  Sergey Poznyakoff  <address@hidden>
 
-       * mail/rmail.el: Updated to work with movemail from GNU Mailutils
+       * mail/rmail.el: Updated to work with movemail from GNU Mailutils.
        (rmail-pop-password, rmail-pop-password-required): Move to
        rmail-obsolete group.
        (rmail-set-pop-password): Rename to rmail-set-remote-password.
@@ -32892,7 +32892,7 @@
 
        * textmodes/reftex-vars.el (reftex-cite-format-builtin):
        Add optional arguments to most cite commands.
-       (reftex-cite-cleanup-optional-args): New option
+       (reftex-cite-cleanup-optional-args): New option.
        (reftex-cite-prompt-optional-args): New option.
        (reftex-trust-label-prefix): New option.
 

=== modified file 'lisp/ChangeLog.13'
--- a/lisp/ChangeLog.13 2010-06-07 21:01:23 +0000
+++ b/lisp/ChangeLog.13 2010-07-24 11:53:19 +0000
@@ -1498,7 +1498,7 @@
        (ps-header-footer-string): Delete function.
        (ps-encode-header-string-function): New variable.
        (ps-generate-header-line): Call ps-encode-header-string-function.
-       (ps-basic-plot-string-function): New variable
+       (ps-basic-plot-string-function): New variable.
        (ps-begin-job): Set ps-basic-plot-string-function and
        ps-encode-header-string-function.  For setting up headers and
        footers, don't use caches such as ps-rh-cache.  Don't call
@@ -1588,7 +1588,7 @@
 
        * international/mule.el (ctext-non-standard-encodings-alist):
        Rename from non-standard-icccm-encodings-alist.
-       (ctext-non-standard-encodings-regexp): New variable
+       (ctext-non-standard-encodings-regexp): New variable.
        (ctext-post-read-conversion): Full rewrite.
        (ctext-non-standard-designations-alist): Rename from
        non-standard-designations-alist.
@@ -8209,7 +8209,7 @@
        (allout-end-of-line): Preserve mark activation status when jumping.
        (allout-open-topic): Account for opening after a child that
        contains a hidden trailing newline.  Preserve match data.
-       Run allout-structure-added-hook
+       Run allout-structure-added-hook.
        (allout-encrypt-decrypted): Preserve match data.
        (allout-toggle-current-subtree-exposure): Add new interactive
        function for toggle subtree exposure - suggested by tassilo.
@@ -9880,7 +9880,7 @@
        (org-find-base-buffer-visiting): Catch the case that there is no
        buffer visiting the file.
        (org-property-or-variable-value): New function.
-       (org-todo): Use `org-property-or-variable-value'
+       (org-todo): Use `org-property-or-variable-value'.
        (org-agenda-compact-blocks): New option.
        (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
        (org-agenda-schedule, org-agenda-deadline):
@@ -10227,7 +10227,7 @@
 
        * progmodes/cperl-mode.el: Merge upstream 5.23.
        (cperl-where-am-i): Remove function.
-       (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
+       (cperl-backward-to-noncomment): Don't go too far when skipping 
POD/HEREs.
        (cperl-sniff-for-indent): De-invert [string] and [comment].
        When looking for label, skip s:m:y:tr.
        (cperl-indent-line): Likewise.

=== modified file 'lisp/ChangeLog.14'
--- a/lisp/ChangeLog.14 2010-05-11 02:04:13 +0000
+++ b/lisp/ChangeLog.14 2010-07-24 11:53:19 +0000
@@ -8625,7 +8625,7 @@
 
 2008-07-31  Alan Mackenzie  <address@hidden>
 
-       * progmodes/cc-mode.el (c-before-hack-hook): New function
+       * progmodes/cc-mode.el (c-before-hack-hook): New function.
        (Top Level): Install c-before-hack-hook on
        before-hack-local-variables-hook, rather than
        c-postprocess-file-styles on hack-local-variables-hook.

=== modified file 'lisp/ChangeLog.2'
--- a/lisp/ChangeLog.2  2010-01-13 08:35:10 +0000
+++ b/lisp/ChangeLog.2  2010-07-24 11:53:19 +0000
@@ -3717,9 +3717,9 @@
 1986-08-07  Richard Mlynarik  (address@hidden)
 
        * rfc822.el, loaddefs.el, mail-utils.el:
-       Hairy address parser, used only if mail-use-rfc822 is non-nil
+       Hairy address parser, used only if mail-use-rfc822 is non-nil.
        (It is nil by default, so if one doesn't like or need the hair of
-       this file, then one is never troubled by it)
+       this file, then one is never troubled by it.)
 
        * disassemble.el, loaddefs.el:
        Code from address@hidden modified by mly.

=== modified file 'lisp/ChangeLog.3'
--- a/lisp/ChangeLog.3  2010-01-13 08:35:10 +0000
+++ b/lisp/ChangeLog.3  2010-07-24 11:53:19 +0000
@@ -2619,7 +2619,7 @@
 
        * frame.el (frame-initialize): Fix error syntax.
        (toggle-horizontal-scroll-bar): Likewise.
-       (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar
+       (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar.
        (toggle-vertical-scroll-bar): Likewise.
        (toggle-auto-lower, toggle-auto-raise): Likewise.
        (set-foreground-color, set-background-color):
@@ -10344,7 +10344,7 @@
        (list-diary-entries, mark-diary-entries)
        (include-other-diary-files, mark-included-diary-files):
        Added the possibility of `shared diary files' with a recursive
-       include mechanism like the C preprocessor
+       include mechanism like the C preprocessor.
        (list-calendar-holidays): Eliminated the 'special class of holidays,
        rewriting the entire mechanism to make it more general.
        (calendar-holiday-function-float): Changed the 'float class of
@@ -12091,7 +12091,7 @@
 
 1988-12-12  Richard Stallman  (address@hidden)
 
-       * telnet.el (telnet-send-input): Save input in telnet-previous-input
+       * telnet.el (telnet-send-input): Save input in telnet-previous-input.
        (telnet-mode): Make that var buffer-local.
        (telnet-copy-last-input): New fn to yank that var; now on C-c C-y.
 

=== modified file 'lisp/ChangeLog.5'
--- a/lisp/ChangeLog.5  2010-05-11 02:04:13 +0000
+++ b/lisp/ChangeLog.5  2010-07-24 11:53:19 +0000
@@ -193,8 +193,8 @@
        ispell-menu-map, ispell-menu-lucid, and ispell-menu-map-needed
        so users can more easily modify and upgrade entries.
        (ispell-dictionary-alist): Once more a single variable.
-       (ispell-required-version): Documentation changes
-       (ispell-skip-sgml): Documentation changes
+       (ispell-required-version): Documentation changes.
+       (ispell-skip-sgml): Documentation changes.
        (ispell-command-loop): `mode-line-format' now shows misspelled word.
        (ispell-message-text-end): Can now process postscript version 1.
        (ispell-message-start-skip): New variable for block skips, set up for
@@ -584,7 +584,7 @@
        19.28 and earlier and XEmacs 19.11 and earlier.
        * ediff.el (ediff-patch-buffer): Now handles buffers that don't
        visit any file.
-       (ediff-windows): Renamed to ediff-windows-wordwise, added
+       (ediff-windows): Renamed to ediff-windows-wordwise.
        (ediff-windows-linewise): New function.
        Changed ediff-small/large-regions to ediff-regions-wordwise/linewise.
 
@@ -783,7 +783,7 @@
 
        * mail-extr.el (mail-extr-all-letters-but-separators):
        Reinstate \377, the bug in search.c is apparently gone.
-       (mail-extr-first-letters): Add 8-bit characters
+       (mail-extr-first-letters): Add 8-bit characters.
        (mail-extr-last-letters): Ditto.
 
        * simple.el (indent-for-comment): Move to beginning of line only
@@ -889,7 +889,7 @@
        (ada-end-stmt-re): Add "separate" body parts, "else", and
        "package <Id> is".
        (ada-subprogram-start-re): Add "entry", "protected" and
-       "package body"
+       "package body".
        (ada-indent-function): Handle "elsif" the same way as "if", added
        "separate" for no indent.
        (ada-get-indent-type): If "type ... is .." is followed by code on
@@ -1328,7 +1328,7 @@
        ones the numbers of subexpressions to refer to.
        (vc-cvs-status): New per-file property, only used in the CVS case.
        (vc-cvs-status): New function.
-       (vc-log-info): Adapted to new version of vc-parse-buffer
+       (vc-log-info): Adapted to new version of vc-parse-buffer.
        (vc-fetch-properties): Adapted to new version of vc-parse-buffer.
        Better search regexp for CVS latest version.
        (vc-log-info): Search for branch version only in the RCS case,
@@ -1800,7 +1800,7 @@
        (vc-consult-rcs-headers): New function.
        (vc-branch-version): New per-file property, refers
        to the RCS version selected by `rcs -b'.
-       (vc-workfile-version): New function.  Also new per-file property
+       (vc-workfile-version): New function.  Also new per-file property.
        (vc-consult-headers): New parameter variable.
        (vc-mistrust-permissions): Default set to `nil'.
        (vc-locking-user): Property is now cached.  The other functions
@@ -2145,7 +2145,7 @@
 1995-04-03  David Kågedal  <address@hidden>
 
        * tempo.el (tempo-insert):
-       Added the P tag and modified the s tag accordingly
+       Added the P tag and modified the s tag accordingly.
        (tempo-insert-named): Checks for valid name, insert mark otherwise.
 
        * tempo.el (tempo-dolist): Changed (cadr ...) to (car (cdr ...)).
@@ -2457,7 +2457,7 @@
        (enriched-delq-1, enriched-make-list-uniq)
        (enriched-make-relatively-unique, enriched-common-tail)
        (enriched-reorder, enriched-insert-annotations)
-       (enriched-loc-annotations, enriched-annotate-change
+       (enriched-loc-annotations, enriched-annotate-change)
        (enriched-encode-unknown): Move to format.el.  Names changed.
 
        (enriched-display-table): Copy standard table if there is one,
@@ -3365,7 +3365,7 @@
        (ispell-command-loop): Properly adjust screen with different settings
        of ispell-choices-win-default-height.
        (check-ispell-version): Use fundamental-mode as default-major-mode.
-       (ispell-change-dictionary): Remove unnecessary process kills
+       (ispell-change-dictionary): Remove unnecessary process kills.
        (ispell-region): Fold sgml support in with tib checking.
        (ispell-message): Skips checking of forwarded messages.
 
@@ -3526,7 +3526,7 @@
 
 1995-02-02  Richard Stallman  <address@hidden>
 
-       * c-mode.el (c-mode-map): No binding for c-fill-paragraph
+       * c-mode.el (c-mode-map): No binding for c-fill-paragraph.
        (c-fill-paragraph): Return t.
        (c-mode): Put c-fill-paragraph in fill-paragraph-function.
 
@@ -3770,7 +3770,7 @@
        * tempo.el (tempo-insert-template): Quoted transient-mark-mode
        Expansion around region now puts point at the first mark.
 
-       * tempo.el (tempo-region-start, tempo-region-stop): New variables
+       * tempo.el (tempo-region-start, tempo-region-stop): New variables.
        (tempo-insert-template, tempo-insert): Don't affect the
        mark.  Check for Transient Mark mode.
 
@@ -3965,7 +3965,7 @@
        Keybinding for bold-italic changed from M-g o to M-g l; M-g o is
        now "other".
        (facemenu-justification-menu, facemenu-indentation-menu):
-       New submenus, moved from enriched.el
+       New submenus, moved from enriched.el.
        (list-colors-display, facemenu-color-equal): New functions.
        (facemenu-menu): Added "Display Faces" item.
        (facemenu-new-faces-at-end): New variable.
@@ -4554,18 +4554,18 @@
        reference keys before they are used.
        (bibtex-generate-autokey, bibtex-clean-entry): New function to
        generate an autokey if necessary.
-       (bibtex-autokey-names, bibtex-autokey-name-change-strings,
-       bibtex-autokey-name-length, bibtex-autokey-name-separator,
-       bibtex-autokey-year-length, bibtex-autokey-titlewords,
-       bibtex-autokey-title-terminators,
-       bibtex-autokey-titlewords-stretch,
-       bibtex-autokey-titleword-first-ignore,
-       bibtex-autokey-titleword-abbrevs,
-       bibtex-autokey-titleword-change-strings,
-       bibtex-autokey-titleword-length,
-       bibtex-autokey-titleword-separator,
-       bibtex-autokey-name-year-separator,
-       bibtex-autokey-year-title-separator): New variables related to
+       (bibtex-autokey-names, bibtex-autokey-name-change-strings)
+       (bibtex-autokey-name-length, bibtex-autokey-name-separator)
+       (bibtex-autokey-year-length, bibtex-autokey-titlewords)
+       (bibtex-autokey-title-terminators)
+       (bibtex-autokey-titlewords-stretch)
+       (bibtex-autokey-titleword-first-ignore)
+       (bibtex-autokey-titleword-abbrevs)
+       (bibtex-autokey-titleword-change-strings)
+       (bibtex-autokey-titleword-length)
+       (bibtex-autokey-titleword-separator)
+       (bibtex-autokey-name-year-separator)
+       (bibtex-autokey-year-title-separator): New variables related to
        bibtex-generate-autokey.
        (bibtex-find-entry-location): Optional second parameter maybedup
        to tell it that entering a duplicate entry isn't to report by an
@@ -4591,14 +4591,14 @@
        (validate-bibtex-buffer): Completely rewritten to validate, if
        buffer is syntactically correct.
        (find-bibtex-duplicates): Moved into validate-bibtex-buffer.
-       (ispell-abstract, bibtex-ispell-abstract, ispell-bibtex-entry,
-       bibtex-ispell-entry, beginning-of-bibtex-entry,
-       bibtex-beginning-of-entry, end-of-bibtex-entry,
-       bibtex-end-of-entry, hide-bibtex-entry-bodies,
-       bibtex-hide-entry-bodies, narrow-to-bibtex-entry,
-       bibtex-narrow-to-entry, sort-bibtex-entries, bibtex-sort-entries,
-       validate-bibtex-buffer, bibtex-validate-buffer,
-       find-bibtex-entry-location, bibtex-find-entry-location): All
+       (ispell-abstract, bibtex-ispell-abstract, ispell-bibtex-entry)
+       (bibtex-ispell-entry, beginning-of-bibtex-entry)
+       (bibtex-beginning-of-entry, end-of-bibtex-entry)
+       (bibtex-end-of-entry, hide-bibtex-entry-bodies)
+       (bibtex-hide-entry-bodies, narrow-to-bibtex-entry)
+       (bibtex-narrow-to-entry, sort-bibtex-entries, bibtex-sort-entries)
+       (validate-bibtex-buffer, bibtex-validate-buffer)
+       (find-bibtex-entry-location, bibtex-find-entry-location): All
        interactive functions are renamed, so that any interface function
        begins with "bibtex-".  Mapping:
        ispell-abstract            --> bibtex-ispell-abstract
@@ -4610,8 +4610,8 @@
        sort-bibtex-entries        --> bibtex-sort-entries
        validate-bibtex-buffer     --> bibtex-validate-buffer
        find-bibtex-entry-location --> bibtex-find-entry-location
-       (bibtex-maintain-sorted-entries,
-       bibtex-sort-ignore-string-entries): Default is now t.
+       (bibtex-maintain-sorted-entries)
+       (bibtex-sort-ignore-string-entries): Default is now t.
        (bibtex-complete-string): String list is built from additional
        string list bibtex-predefined-string and current strings in file.
        (string-equalp): Deleted and substituted by string-equal.
@@ -4633,8 +4633,8 @@
        (bibtex-current-entry-label, put-string-on-kill-ring): Deleted
        (AUCTeX provides all the functionality needed for citation
        completion).
-       (bibtex-enclosing-reference, bibtex-pop-previous, bibtex-pop-next,
-       bibtex-clean-entry): Hacked for speed (bibtex-pop-previous and
+       (bibtex-enclosing-reference, bibtex-pop-previous, bibtex-pop-next)
+       (bibtex-clean-entry): Hacked for speed (bibtex-pop-previous and
        bibtex-pop-next were to slow for larger BibTeX files).
        (bibtex-pop-previous, bibtex-pop-next): Delimiters from previous
        or next entry are changed to actual delimiters if necessary.
@@ -4657,7 +4657,7 @@
        bibtex-pop-next didn't work, probably due to a bug in
        re-search-forward).
        (several functions): Added support for {} as field delimiters
-       (better than '"' for accented characters.
+       (better than '"' for accented characters).
        (bibtex-clean-entry): If optional field crossref is empty or
        missing, former optional fields (if bibtex-include-OPTcrossref was
        t) are necessary again.  bibtex-clean-entry complains if they are
@@ -4825,8 +4825,8 @@
 1994-12-09  Ken Stevens  <address@hidden>
 
        * ispell.el: Added ispell-offset for version consistency.
-       (ispell-dictionary-alist): Updated dictionaries & better match defaults
-       (ispell-alternate-dictionary): Added /usr/shar path
+       (ispell-dictionary-alist): Updated dictionaries & better match defaults.
+       (ispell-alternate-dictionary): Added /usr/shar path.
        (ispell-menu-map-needed): Redo changes that made this incompatible
        with earlier versions of Emacs19.
        (ispell-required-version): Changed to assure version 3.1.12 accessed.
@@ -6112,7 +6112,7 @@
 1994-10-07  Richard Stallman  <address@hidden>
 
        * mouse.el (mouse-major-mode-menu): New function, on C-mouse-3.
-       (mouse-major-mode-menu-1): New function
+       (mouse-major-mode-menu-1): New function.
        (mouse-set-font): Move it to C-mouse-2.
 
        * font-lock.el (font-lock-defaults-alist): Delete most modes--all
@@ -6534,7 +6534,7 @@
 
        * cc-mode.el (c-progress-info, c-progress-init)
        (c-progress-update, c-progress-fini):
-       New vars/defuns for better long indentation progress reporting
+       New vars/defuns for better long indentation progress reporting.
        (c-indent-exp, c-indent-region): Use them.
 
        * cc-mode.el (c-guess-basic-syntax):
@@ -6542,7 +6542,7 @@
        find proper relpos of an arglist-cont.
 
        * cc-mode.el (c-offset-alist-default):
-       statement-case-open default offset is zero
+       statement-case-open default offset is zero.
        (c-skip-case-statement-forward): New function.
        (c-guess-basic-syntax): CASE 15: use c-skip-case-statement-forward in
        proper places to find the real relpos of statement's inside switch
@@ -8795,9 +8795,9 @@
        `gnus-uu-asynchronous' variable set.
        (gnus-uu-ctl-map): Removed the keystrokes `C-c C-v C-h' and
        `C-c C-v h' from the keymap.
-       (gnus-uu-decode-and-view-all-articles,
-       (gnus-uu-decode-and-view-all-unread-articles,
-       (gnus-uu-decode-and-save-all-unread-articles,
+       (gnus-uu-decode-and-view-all-articles)
+       (gnus-uu-decode-and-view-all-unread-articles)
+       (gnus-uu-decode-and-save-all-unread-articles)
        (gnus-uu-decode-and-save-all-articles): Accept prefix arg for # files.
        (gnus-uu-uustrip-article-as): Waits for uudecode to finish before
        further treatment of the resulting files.

=== modified file 'lisp/ChangeLog.6'
--- a/lisp/ChangeLog.6  2010-05-11 02:04:13 +0000
+++ b/lisp/ChangeLog.6  2010-07-24 11:53:19 +0000
@@ -1420,7 +1420,7 @@
        Added default constants.
        (simula-emacs-features): New constant to hold information
        on which flavor if emacs is running (from cc-mode.el).
-       (simula-mode-menu): Menu definition for Lucid Emacs
+       (simula-mode-menu): Menu definition for Lucid Emacs.
        (simula-mode-map): Bound new command simula-indent-exp to C-M-q
        and added lots of commands to [menu-bar].
        (simula-popup-menu): New function for Lucid menus.
@@ -1577,7 +1577,7 @@
        (gomoku-winning-qtuple-beg, gomoku-winning-qtuple-end)
        (gomoku-winning-qtuple-dx, gomoku-winning-qtuple-dy): Pseudo variables
        only used for non-functional argument passing deleted.
-       (gomoku-cross-winning-qtuple): Accordingly deleted function and
+       (gomoku-cross-winning-qtuple): Accordingly deleted function.
        (gomoku-check-filled-qtuple): Accordingly adapted.
        (gomoku-cross-qtuple): Don't be confused by tabs.
        (gomoku-move-down, gomoku-move-up): Simplified because point is always
@@ -2455,7 +2455,7 @@
 
        * ediff-init.el (ediff-hide-face): New function.
        (ediff-collect-diffs-metajob): Fixed.
-       (ediff-check-for-cl-seq): Function deleted
+       (ediff-check-for-cl-seq): Function deleted.
        (ediff-abbreviate-file-name): Now a defun.
        (ediff-has-face-support-p): New function.  Ediff now supports
        faces whenever possible.
@@ -2475,7 +2475,7 @@
        (run-ediff-from-cvs-buffer): New function.  Moved all
        version-control-related stuff to a new file, ediff-vers.el.
 
-       * ediff-util.el (ediff-save-buffer-in-file): New function
+       * ediff-util.el (ediff-save-buffer-in-file): New function.
        (ediff-visible-region): No longer narrows the merge buffer.
        (ediff-status-info): Now tells if we are focusing on regions where
        both buffers differ from the ancestor.
@@ -5884,7 +5884,7 @@
 
        * ediff-meta.el: New file.
        * ediff-hook.el: New file.
-       * ediff.el: Moved menubar definitions to a new file, ediff-hook.el
+       * ediff.el: Moved menubar definitions to a new file, ediff-hook.el.
        (ediff-files, ediff-merge-files): Better file-name defaults.
        (ediff-split-string): New function.
        (ediff-exec-process): Now handles diff args separated by space.
@@ -6855,11 +6855,11 @@
 
 1995-08-15  Daniel Pfeiffer  <address@hidden>
 
-       * skeleton.el (skeleton-pair-insert-maybe): Plain insert in Ovwrt mode
+       * skeleton.el (skeleton-pair-insert-maybe): Plain insert in Ovwrt mode.
        (skeleton-insert): If skeleton doesn't fit in window, put beginning
        at top before going to _ point.
        (skeleton-internal-list): Rewritten so that resume: sections pertain
-       only to inferior skeletons and make str available there
+       only to inferior skeletons and make str available there.
        (skeleton-read): Don't quit and remove partial skeleton when empty
        string entered for outer iterator.  Added implicit argument `input'.
        (define-skeleton, skeleton-insert, skeleton-internal-list): Use `x
@@ -7301,7 +7301,7 @@
 1995-07-22  Daniel Pfeiffer  <address@hidden>
 
        * apropos.el: Add latest changes of old library and some more.
-       (apropos): Only show unbound symbols when do-all
+       (apropos): Only show unbound symbols when do-all.
        (apropos-documentation-check-elc-file): New copied function.
        (apropos-command): Also use `apropos-do-all' when called as function.
        (apropos-print-doc): Renamed from `apropos-print-documentation', i
@@ -7632,7 +7632,7 @@
        (apropos-use-faces, apropos-local-map): New variables.
        (apropos-command): New name for `command-apropos' no longer in help.el.
        (apropos-value): New command.
-       (apropos-documentation): New name for `super-apropos'
+       (apropos-documentation): New name for `super-apropos'.
        (apropos-follow, apropos-mouse-follow): New commands for hypertext.
        (apropos-describe-plist): New function.
 
@@ -7644,8 +7644,8 @@
 
        * skeleton.el: Partly rewritten and extended.
        (skeleton-filter, skeleton-untabify, skeleton-further-elements)
-       (skeleton-abbrev-cleanup): New variables
-       (skeleton-proxy, skeleton-abbrev-cleanup): New functions
+       (skeleton-abbrev-cleanup): New variables.
+       (skeleton-proxy, skeleton-abbrev-cleanup): New functions.
        (skeleton-insert): Sublanguage element < must now be handled via
        `skeleton-further-elements' (used only in sh-script and ada).  Lisp
        expressions can be quoted to ignore the return value.
@@ -7798,7 +7798,7 @@
 
 1995-06-29  David M. Smith  <address@hidden>
 
-       * ielm.el (ielm-font-lock-keywords): New variable
+       * ielm.el (ielm-font-lock-keywords): New variable.
        (inferior-emacs-lisp-mode): Use it for font-lock support
 
 1995-06-29  Bryan O'Sullivan  <address@hidden>

=== modified file 'lisp/ChangeLog.8'
--- a/lisp/ChangeLog.8  2010-02-14 17:31:34 +0000
+++ b/lisp/ChangeLog.8  2010-07-24 11:53:19 +0000
@@ -104,7 +104,7 @@
        version numbering regexp list
        change-log-version-number-regexp-list.
        (change-log-find-version): Renamed to
-       change-log-version-number-search
+       change-log-version-number-search.
        (add-log-file-name-function): New.
        (change-log-search-vc-number): Added END parameter.  Added doc
        string to function.
@@ -338,7 +338,7 @@
 1999-12-15  Carsten Dominik  <address@hidden>
 
        * textmodes/reftex.el (reftex-compile-variables): Respect new
-       structure of `reftex-index-macro'
+       structure of `reftex-index-macro'.
        (reftex-compile-variables): Use the changed structure of
        `reftex-label-alist'.
 
@@ -448,7 +448,7 @@
        ps-mule-prepare-cmpchar-font): Deleted.
        (ps-mule-string-encoding): New arg NO-SETFONT.
        (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
-       check Composing, not Cmpchar
+       check Composing, not Cmpchar.
        (ps-mule-initialize): Set ps-mule-composition-prologue-generated
        to nil.
        (ps-mule-begin-job): Check existence of new composition.
@@ -978,7 +978,7 @@
        (font-lock-add-keywords): Rename `major-mode' into `mode'.
        (font-lock-remove-keywords): Added a dummy `mode' argument for
        potential future support.
-       (font-lock-fontify-anchored-keywords,
+       (font-lock-fontify-anchored-keywords)
        (font-lock-fontify-keywords-region): Only handle multiline strings
        if necessary (avoids a pathological behavior in (f.ex) diff-mode).
 
@@ -1603,7 +1603,7 @@
        the new backquote syntax.
        (smbclient-program, smbclient-program-options)
        (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
-       variables
+       variables.
        (smbclient, smbclient-list-shares): New functions
 
 1999-11-12  Sam Steingold  <address@hidden>
@@ -1858,7 +1858,7 @@
        * whitespace.el: Test for existence of `defcustom' and `defgroup'
        using fboundp instead of assuming that these are not present in
        particular flavors of emacs.
-       (whitespace-version): Update to 2.8
+       (whitespace-version): Update to 2.8.
        (whitespace-display-in-modeline): Add custom variable to control
        displaying the whitespace errors on the modeline based on
        suggestion from <address@hidden>
@@ -2136,17 +2136,17 @@
 1999-10-19  Peter Kleiweg  <address@hidden>
 
        * progmodes/ps-mode.el (ps-mode-print-function): Fix default
-       value: \"lpr\" changed to "lpr"
-       (ps-mode-version): New constant
-       (ps-mode-show-version): New function, added key in ps-mode-map
-       (ps-run-messages): Removed
+       value: \"lpr\" changed to "lpr".
+       (ps-mode-version): New constant.
+       (ps-mode-show-version): New function, added key in ps-mode-map.
+       (ps-run-messages): Removed.
        (ps-run-font-lock-keywords-2): New defcustom variable replacing
        ps-run-messages.  These keywords now include the value of
        ps-run-prompt, making its fontification customizable.
        (ps-run-init): Removed \\n from docstring, it is now added when
-       the value is used
+       the value is used.
        (ps-run-font-lock-keywords-1): Added checking for initial ^ in
-       ps-run-prompt
+       ps-run-prompt.
        (ps-mode): Added ps-run-font-lock-keywords-2 to list of
        customizable variables in doc-string (its equivalent
        ps-run-messages was missing in previous version of the doc-string).
@@ -2271,7 +2271,7 @@
 1999-10-14  Stefan Monnier  <address@hidden>
 
        * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
-       * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
+       * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file)
        (browse-url-temp-file-list, browse-url-delete-temp-file-list):
        * ediff-util.el (ediff-make-temp-file):
        * ediff-vers.el (ediff-pcl-cvs-view-revision):
@@ -2830,7 +2830,7 @@
        (custom-buffer-create-internal): Obey custom-raised-buttons,
        Custom-buffer-done.
        (custom-button-face): Make it `released-button'.
-       (custom-button-pressed-face): Make it `pressed-button'
+       (custom-button-pressed-face): Make it `pressed-button'.
        (custom-mode-map): Bind "q" to Custom-buffer-done.
        (custom-mode): Deal with raised/pressed buttons.
 
@@ -2987,7 +2987,7 @@
        font-lock-defaults setting.
        (java-properties-generic-mode): Supports both ! and # as comment
        characters.
-       (java-properties-generic-mode): Added an imenu-generic-expression
+       (java-properties-generic-mode): Added an imenu-generic-expression.
        (java-properties-generic-mode): Reworked to support the various
        different ways to separate name and value (viz, '=', ':' and
        whitespace).
@@ -3483,7 +3483,7 @@
        (reftex-toc-find-section): Use new version of `reftex-nearest-match'.
        (reftex-insert-docstruct): Adapted to work with the index stuff.
        (reftex-parse-from-file): Find index entries as well.
-       (reftex-toc-toggle-index): New function
+       (reftex-toc-toggle-index): New function.
        (reftex-toc-map): `i' is now used to toggle the index, File
        boundaries has been moved to `F'.
        (reftex-select-label-map): Toggling display of file boundaries is
@@ -3506,7 +3506,7 @@
        (reftex-index-section-letters, reftex-index-include-context)
        (reftex-index-follow-mode, reftex-index-header-face)
        (reftex-index-section-face, reftex-index-tag-face)
-       (reftex-index-face): New options
+       (reftex-index-face): New options.
        (reftex-index-map, reftex-index-menu, reftex-last-index-file)
        (reftex-index-tag, reftex-index-return-marker)
        (reftex-index-restriction-indicator, reftex-index-restriction-data)
@@ -3514,9 +3514,9 @@
        (reftex-index-key-end-re, reftex-find-index-entry-regexp-format)
        (reftex-everything-regexp-no-index, reftex-index-re)
        (reftex-macros-with-index, reftex-index-macro-alist): New variables.
-       (reftex-index-help, reftex-index-macros-builtin,
+       (reftex-index-help, reftex-index-macros-builtin)
        (reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt)
-       (reftex-query-index-macro-help): New constants
+       (reftex-query-index-macro-help): New constants.
        (reftex-index-selection-or-word, reftex-index)
        (reftex-default-index, reftex-update-default-index)
        (reftex-index-complete-tag, reftex-index-select-tag)
@@ -3607,7 +3607,7 @@
        window; and poles can be oriented horizontally.  Face support is
        thrown in gratuitously.
        (hanoi): Changed default number of rings back to 3.
-       (hanoi-unix, hanoi-unix-64): New commands
+       (hanoi-unix, hanoi-unix-64): New commands.
        (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
        hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
        hanoi-odd-ring-face): New variables.
@@ -5777,20 +5777,20 @@
 1999-03-12  Eric M. Ludlam  <address@hidden>
 
        * speedbar.el: Added commentary about stealthy functions.
-       (speedbar-message) new function.
-       (speedbar-y-or-n-p): New function
-       (speedbar-with-attached-buffer) Moved macro before reference.
+       (speedbar-message): New function.
+       (speedbar-y-or-n-p): New function.
+       (speedbar-with-attached-buffer): Moved macro before reference.
        Now uses `save-selected-window'.
-       (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
-       speedbar-generic-item-info, speedbar-item-info-file-helper,
-       speedbar-item-delete, speedbar-insert-generic-list,
-       speedbar-timer-fn, speedbar-check-vc-this-line,
-       speedbar-check-obj-this-line, speedbar-fetch-dynamic-etags,
-       speedbar-buffers-item-info) Use speedbar-message.
-       (speedbar-item-info) Limit `message-log-max'.
-       (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
-       speedbar-item-delete, speedbar-item-object-delete,
-       speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
+       (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh)
+       (speedbar-generic-item-info, speedbar-item-info-file-helper)
+       (speedbar-item-delete, speedbar-insert-generic-list)
+       (speedbar-timer-fn, speedbar-check-vc-this-line)
+       (speedbar-check-obj-this-line, speedbar-fetch-dynamic-etags)
+       (speedbar-buffers-item-info): Use speedbar-message.
+       (speedbar-item-info): Limit `message-log-max'.
+       (speedbar-item-load, speedbar-item-copy, speedbar-item-rename)
+       (speedbar-item-delete, speedbar-item-object-delete)
+       (speedbar-buffer-kill-buffer): Use speedbar-y-or-n-p.
 
 1999-03-10  Kenichi Handa  <address@hidden>
 
@@ -6230,7 +6230,7 @@
 
 1999-02-12  Alex Schroeder  <address@hidden>
 
-       * sql.el: Set version to 1.3.2
+       * sql.el: Set version to 1.3.2.
        (sql-solid-program): Added support for solid.
        (sql-help): Doc mentions sql-solid.
        (sql-solid): Entry function for Solid.
@@ -6384,7 +6384,7 @@
        coding-system-list here.
 
        * international/mule.el (coding-system-lessp): Moved here from
-       mule-util.el
+       mule-util.el.
        (add-to-coding-system-list): New function.
        (make-subsidiary-coding-system, make-coding-system,
        define-coding-system-alias): Use it instead of setting
@@ -6721,7 +6721,7 @@
        (speedbar-add-mode-functions-list) Improve doc.
        (speedbar-line-token) New function.
        (speedbar-dired) Fix order of directories in -shown-directories.
-       (speedbar-line-path): Default return is default-directory
+       (speedbar-line-path): Default return is default-directory.
        (speedbar-buffers-line-path): Return is dir name only.
        (speedbar-mode-functions-list): New variable.
        (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
@@ -7321,7 +7321,7 @@
 1998-12-29  Masatake Yamato  <address@hidden>
 
        * page-ext.el: Added mouse-selection feature for pages directory buffer.
-       (pages-directory-map): Bind mouse-2
+       (pages-directory-map): Bind mouse-2.
        (pages-copy-header-and-position): Put text property.
        (pages-directory-goto-with-mouse): New function.
 
@@ -7399,7 +7399,7 @@
        (cperl-after-block-p): Likewise.
        (cperl-after-block-and-statement-beg): Likewise.
        (cperl-after-block-p): After END/BEGIN we are a block.
-       (cperl-after-expr-p): Skip labels when checking
+       (cperl-after-expr-p): Skip labels when checking.
        (cperl-indent-region): Make a marker for END - text added/removed.
        Disable hooks during the call (how to call them later?).
        Now indents 820-line-long function in 6.5 sec (including
@@ -7462,7 +7462,7 @@
        (cperl-fix-line-spacing): Sped up to bail out early.
        (x-color-defined-p): Was not compiling on XEmacs
        Was defmacro'ed with a tick.  Remove another def.
-       (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
+       (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones.
        (cperl-unwind-to-safe): New function.
        (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at
        reasonable position.
@@ -7512,7 +7512,7 @@
        (cperl-etags-goto-tag-location): New macro.
        (cperl-version): New variable.  New menu entry
        random docstrings: References to "future" 20.3 removed.
-       Menu was described as `CPerl' instead of `Perl'
+       Menu was described as `CPerl' instead of `Perl'.
        (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
        (cperl-toggle-construct-fix): Was toggling to t instead of 1.
        (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
@@ -8972,7 +8972,7 @@
        set unconditional-jump to nil.
        (ccl-compile-read-multibyte-character): Return nil.
        (ccl-compile-write-multibyte-character): Likewise.
-       (ccl-compile-translate-character): Likewise
+       (ccl-compile-translate-character): Likewise.
        (ccl-compile-map-multiple): Likewise.
        (ccl-compile-map-single): Likewise.
 
@@ -9055,7 +9055,7 @@
 
        * net-utils.el (ftp, nslookup): Require comint.
        (network-service-connection): Likewise.
-       (whois-server-name): Defaults to whois.arin.net
+       (whois-server-name): Defaults to whois.arin.net.
        (whois-server-list, whois-server-tld, whois-guess-server): New var.
        (whois): Tries to guess the appropriate top-level domain server.
        (whois-get-tld): New function.
@@ -9599,7 +9599,7 @@
        (reftex-view-cr-cite, reftex-view-cr-ref, reftex-end-of-bib-entry):
        New functions.
        (reftex-auto-view-crossref): New value `window' allowed.
-       (reftex-view-crossref-when-idle): Process new `window' option in
+       (reftex-view-crossref-when-idle): Process new `window' option.
        (reftex-translate-to-ascii-function): New default.
        (reftex-label-illegal-re): Default changed, removed Latin1.
        (reftex-latin1-to-ascii): New function.
@@ -9639,7 +9639,7 @@
        (checkdoc-this-string-valid): When converting a comment into a doc
        string, make sure " chars are \".
        (checkdoc-sentencespace-region-engine): Only do double space check
-       if based on the variable `sentence-end-double-space'
+       if based on the variable `sentence-end-double-space'.
        (checkdoc-this-string-valid-engine): ? ends valid sentence.
        (checkdoc-proper-noun-region-engine): Exclude items in URLs
 

=== modified file 'lisp/ChangeLog.9'
--- a/lisp/ChangeLog.9  2010-05-11 02:04:13 +0000
+++ b/lisp/ChangeLog.9  2010-07-24 11:53:19 +0000
@@ -242,8 +242,8 @@
        (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
        No -nw-compile time warnings now.
        (cperl-find-tags): TAGS file had too short substring-to-search.
-       Be less verbose in non-interactive mode
-       (imenu-example--create-perl-index): Set index-marker after name
+       Be less verbose in non-interactive mode.
+       (imenu-example--create-perl-index): Set index-marker after name.
        (cperl-outline-regexp): New variable.
        (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
        (cperl-mode): Made use `cperl-outline-regexp'.
@@ -479,7 +479,7 @@
        (help-setup-xref, help-xref-following, help-make-xrefs)
        (help-xref-button, help-insert-xref-button, help-xref-interned)
        (help-xref-go-back, help-go-back, help-do-xref, help-follow)
-       (help-xref-on-pp): Functions moved into `help-mode.el'
+       (help-xref-on-pp): Functions moved into `help-mode.el'.
        (help-mode-map, help-xref-stack, help-xref-stack-item)
        (help-highlight-p, help-highlight-face, help-back-label)
        (help-xref-symbol-regexp, help-xref-mule-regexp)
@@ -1188,7 +1188,7 @@
 2001-09-07  Eli Zaretskii  <address@hidden>
 
        * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
-       and "german8", for the new German orthography dictionaries,
+       and "german8", for the new German orthography dictionaries.
        (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
        the entries, to keep the line length balanced for loaddefs.el.
 
@@ -2072,7 +2072,7 @@
 
        * ediff-init.el (ediff-with-syntax-table): New macro, uses
        with-syntax-table.
-       (ediff-coding-system-for-read): From ediff-diff.el
+       (ediff-coding-system-for-read): From ediff-diff.el.
        (ediff-coding-system-for-write): New variable.
        (ediff-highest-priority): Fixed the bug having to do with disappearing
        overlays.
@@ -6812,7 +6812,7 @@
        to nil.
 
        * tooltip.el (tooltip-frame-parameters): Remove colors.
-       (tooltip): New face
+       (tooltip): New face.
        (tooltip-set-param): New function.
        (tooltip-show): Set up color frame parameters from face `tooltip'.
        Display the tooltip text in face `tooltip'.
@@ -8804,7 +8804,7 @@
 
 2000-11-12  Dave Love  <address@hidden>
 
-       * mail/feedmail.el: Fix header,
+       * mail/feedmail.el: Fix header.
        (feedmail) <defgroup>: Add :link.
 
        * view.el: Use local-map property, not keymap on mode-line string.
@@ -10715,7 +10715,7 @@
        * iswitchb.el (iswitchb-mode): Add :require.
 
        * info.el (Info-goto-node, Info-menu): Doc fix.
-       (Info-mode-menu): Bind beginning-of-buffer, Info-edit
+       (Info-mode-menu): Bind beginning-of-buffer, Info-edit.
        (info-tool-bar-map): New variable.
        (Info-mode): Use it.
        (Info-edit-map): Define all in defvar.
@@ -11010,7 +11010,7 @@
 
        * net/net-utils.el (nslookup-font-lock-keywords)
        (ftp-font-lock-keywords, smbclient-font-lock-keywords):
-       Only set if window-system is non-nil
+       Only set if window-system is non-nil.
        (net-utils-run-program): Returns buffer.
        (network-connection-reconnect): Added this function.
 
@@ -11025,13 +11025,13 @@
        (generic-mode-alist): Renamed to generic-mode-list.
        (generic-find-file-regexp): Default changed to "^#".
        (generic-read-type): Uses completing read on generic-mode-list.
-       (generic-mode-sanity-check): removed this function.
-       (generic-add-to-auto-mode): Removed this function
+       (generic-mode-sanity-check): Removed this function.
+       (generic-add-to-auto-mode): Removed this function.
        (generic-mode-internal): Bind mode-specific definitions
        into function instead of putting them in alist.
        (generic-mode-set-comments): Reworked extensively.
-       (generic-mode-find-file-hook): Simplified regexp searching
-       (generic-make-keywords-list): Omit extra pair of parens
+       (generic-mode-find-file-hook): Simplified regexp searching.
+       (generic-make-keywords-list): Omit extra pair of parens.
 
        * find-lisp.el (find-lisp-find-files-internal):
        Make sure directory name ends with "/".
@@ -11040,7 +11040,7 @@
        Regexp now allows leading whitespace.
        (rc-generic-mode): Added eval-when-compile
        around generic-make-keywords-list.
-       Deleted duplicate regexp
+       Deleted duplicate regexp.
        (rul-generic-mode): Added eval-when-compile
        around generic-make-keywords-list.
        (etc-fstab-generic-mode): New generic mode.
@@ -11356,7 +11356,7 @@
        (comint-insert-clicked-input): Be more careful to find the overlay.
        Use this-command-keys rather than hardcoding mouse-2.
 
-       * font-lock.el: Replace confusing (,@ with ,
+       * font-lock.el: Replace confusing (,@ with ,.
        (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
        Don't use regexp-opt-depth.  Spice up the regexp for args.
        Don't distinguish between cmds that can take an opt arg or not.
@@ -11885,7 +11885,7 @@
        New functions, used instead of non-`strokes-' versions..
        (strokes-mouse-event-p): Rewritten.
        (strokes-event-closest-point): Avoid event-point.
-       (strokes-get-grid-position): Avoid cdadr, caadr
+       (strokes-get-grid-position): Avoid cdadr, caadr.
        (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
        functions.
        (strokes-help): Use with-output-to-temp-buffer.
@@ -14110,14 +14110,14 @@
        * locate.el (locate): Cleaned up locate command's interactive prompting
        Thanks to François_Pinard <address@hidden> for suggestions.
 
-       * filecache.el (file-cache-case-fold-search): New variable
-       (file-cache-assoc-function): New variable
+       * filecache.el (file-cache-case-fold-search): New variable.
+       (file-cache-assoc-function): New variable.
        (file-cache-minibuffer-complete): Use file-cache-assoc-function.
-       Use file-cache-case-fold-search variable
-       (file-cache-add-file): Use file-cache-assoc-function
-       (file-cache-delete-file): likewise
-       (file-cache-directory-name): likewise
-       (file-cache-debug-read-from-minibuffer): likewise
+       Use file-cache-case-fold-search variable.
+       (file-cache-add-file): Use file-cache-assoc-function.
+       (file-cache-delete-file): Likewise.
+       (file-cache-directory-name): Likewise.
+       (file-cache-debug-read-from-minibuffer): Likewise.
 
 2000-08-28  Gerd Moellmann  <address@hidden>
 
@@ -14191,12 +14191,12 @@
 
        * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
        Provide ja-dic-cnv instead of skkdic-cnv.
-       (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
+       (ja-dic-filename): Renamed from skkdic-filename.  Referers changed.
        (iso-2022-7bit-short): Add safe-charsets property.
        (skkdic-convert-postfix): Search Japanese chou-on character in
        addition to Hiragana character.
        (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
-       (skkdic-convert): Change file names from skkdic.el to ja-dic.el
+       (skkdic-convert): Change file names from skkdic.el to ja-dic.el.
        (batch-skkdic-convert): Likewise.
 
        * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
@@ -14389,12 +14389,12 @@
        (ispell-dictionary-alist-4): Fixed regexp in francais-tex
        dictionary, added italiano dictionary.
        (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
-       word character
+       word character.
        (ispell-tex-skip-alists): Added psfig support.
        (ispell-skip-html): Renamed from ispell-skip-sgml.
        (ispell-begin-skip-region-regexp, ispell-skip-region)
        (ispell-minor-check): Improved html skipping support to skip across
-       code, and recognize `&' commands without proper `;' syntax;
+       code, and recognize `&' commands without proper `;' syntax.
        (ispell-process-line): Fix alignment error when manually
        correcting spelling.
        (ispell): Fix comment string.
@@ -14515,7 +14515,7 @@
        (goto-address-url-face, goto-address-url-mouse-face)
        (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
        (goto-address-url-regexp): Use thing-at-point-url-regexp.
-       (goto-address-fontify, goto-address-at-mouse): Simplify,
+       (goto-address-fontify, goto-address-at-mouse): Simplify.
        (goto-address-at-point): browse-url-url-at-point,
        goto-address-find-address-at-point can return nil.
        (goto-address-find-address-at-point): Return nil on failure.
@@ -15501,23 +15501,23 @@
        ada-xref.el before ada-prj.el, so that the Project menu is created
        when ada-prj tries to add to it.
        (ada-activate-keys-for-case): Suppress the characters that are not
-       part of the Ada syntax. Better compatibility with else-mode
+       part of the Ada syntax. Better compatibility with else-mode.
        (ada-adjust-case-interactive): When auto-casing is not active,
        correctly insert newlines (used to insert only ^M).  Prevent the
        syntax table from being changed in case of an error
        (or '_' becomes part of a word and some commands are confused).
        Do nothing if ada-auto-case is nil.
-       (ada-after-keyword-p): Ignore keywords that are also attributes
-       (ada-batch-reformat): Update usage comment
-       (ada-call-from-contextual-menu): New function
+       (ada-after-keyword-p): Ignore keywords that are also attributes.
+       (ada-batch-reformat): Update usage comment.
+       (ada-call-from-contextual-menu): New function.
        (ada-case-read-exceptions): Reinitialize the casing exception list
        first to nil first, so that the casing exception file can be
        shared.
        (ada-check-defun-name): Handles "configure" keyword for gnatdist
        files.
        (ada-compile-goto-error): Fix regexp used to detect a file:line
-       anywhere in the error message
-       (ada-contextual-menu-last-point): New variable
+       anywhere in the error message.
+       (ada-contextual-menu-last-point): New variable.
        (ada-create-keymap): If the variable delete-key-deletes-forward is
        t on XEmacs, it means that DEL should delete one character
        forward.
@@ -15544,21 +15544,21 @@
        are not in fact seeing "end if".  Ignore "when" statements except
        when initial keyword was "begin".  Fix handling of nested
        procedures.  Add a recursive call to this function to skip over
-       other 'end' statmts.  Fix indentation for "when .. => begin"
+       other 'end' statmts.  Fix indentation for "when .. => begin".
        (ada-in-open-paren-p): Fix indentation for complex boolean
        expressions, where 'and then', 'or else' and parenthesis
        statements are mixed up.
        (ada-in-paramlist-p): Skip comments while searching for the
        beginning Fix handling of operator declarations.
-       (ada-indent-align-comments): New variable
+       (ada-indent-align-comments): New variable.
        (ada-indent-current): Change the syntax table only in the
        protected section, so that we are sure it is restored correctly.
        (ada-indent-on-previous-lines): Use ada-use-indent and
-       ada-with-indent Correctly indent "select ... then"
+       ada-with-indent.  Correctly indent "select ... then".
        (ada-indent-region): Slight speedup.
        (ada-indent-renames): New variable.
        (ada-last-which-function-subprog, ada-last-which-function-line):
-       New variables
+       New variables.
        (ada-looking-at-semi-private): Correctly indent the 'private'
        keyword when it is the first word in a package declaration.
        (ada-loose-case-word): Stop searching if at the end of the buffer.
@@ -15568,8 +15568,8 @@
        (ada-mode): Add support for abbrev-mode, outline-mode and
        which-func-mode Override the old find-file.el entry in
        ff-special-constructs since it is using the obsolete
-       ada-spec-suffix variable
-       (ada-no-auto-case): New function
+       ada-spec-suffix variable.
+       (ada-no-auto-case): New function.
        (ada-scan-paramlist): When parsing the argument type, accept
        spaces (as in "X 'Class", generated by Rational Rose).
        (ada-other-file-name): No longer loads the other file.
@@ -15578,41 +15578,41 @@
        (ada-search-ignore-complex-boolean): New function.
        (ada-uncomment-region): Emacs21 already knows how to delete
        comments not starting in the first column.
-       (ada-use-indent): New variable
+       (ada-use-indent): New variable.
        (ada-which-function): New function.
-       (ada-with-indent): New variable
-       (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
+       (ada-with-indent): New variable.
+       (ada-xemacs): Evaluate it at compile time too, so that ada-mode.el
        can be batch-compiled from the command line.
 
        * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
        Add to the menu when the file is loaded, not in ada-mode-hook.
        Add -toolbar to the default ddd command Switches moved from
        ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
-       ada-prj-default-comp-opt
-       (ada-add-ada-menu): Remove the map and name parameters Add the Ada
-       Reference Manual to the menu
-       (ada-check-current): rewritten as a call to ada-compile-current
+       ada-prj-default-comp-opt.
+       (ada-add-ada-menu): Remove the map and name parameters.  Add the Ada
+       Reference Manual to the menu.
+       (ada-check-current): Rewritten as a call to ada-compile-current.
        (ada-compile): Removed.
        (ada-compile-application, ada-compile-current, ada-check-current):
        Set the compilation-search-path so that compile.el automatically
        finds the sources in src_dir.  Automatic scrolling of the
        compilation buffer.  C-uC-cC-c asks for confirmation before
-       compiling
-       (ada-compile-current): New parameter, prj-field
+       compiling.
+       (ada-compile-current): New parameter, prj-field.
        (ada-complete-identifier): Load the .ali file before doing
-       processing
+       processing.
        (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
        conform to gnatmake's behavior.
-       (ada-find-file-in-dir): New function
-       (ada-find-references): Set the environment variables for gnatfind
+       (ada-find-file-in-dir): New function.
+       (ada-find-references): Set the environment variables for gnatfind.
        (ada-find-src-file-in-dir): New function.
-       (ada-first-non-nil): Removed
+       (ada-first-non-nil): Removed.
        (ada-gdb-application): Add support for jdb, the java debugger.
        (ada-get-ada-file-name): Load the original-file first if not done
        yet.
        (ada-get-all-references): Handles the new ali syntax (parent types
        are found between <>).
-       (ada-initialize-runtime-library): New function
+       (ada-initialize-runtime-library): New function.
        (ada-mode-hook): Always load a project file when a file is opened,
        so that the casing exceptions are correctly read.
        (ada-operator-re): Add all missing operators ("abs", "rem", "**").
@@ -15623,36 +15623,36 @@
        src_dir to initialize ada-search-directories and
        compilation-search-path,...  Add the standard runtime library to
        the search path for find-file.
-       (ada-prj-default-debugger): Was missing an opening '{'
+       (ada-prj-default-debugger): Was missing an opening '{'.
        (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
        variables.
-       (ada-prj-default-gnatmake-opt): New variable
+       (ada-prj-default-gnatmake-opt): New variable.
        (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
        buffers, the project file is the default one Save the windows
        configuration before displaying the menu.
-       (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
+       (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed.
        (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
        ...)  regexp-quote identifiers names to support operators +,
        -,... in regexps.
        (ada-remote): New function.
        (ada-run-application): Erase the output buffer before starting the
        run Support remote execution of the application.  Use
-       call-process, or the arguments are incorrectly parsed
+       call-process, or the arguments are incorrectly parsed.
        (ada-set-default-project-file): Reread the content of the active
        project file, not the one from the current buffer When a project
        file is set as the default project, all directories are
        automatically associated with it.
-       (ada-set-environment): New function
-       (ada-treat-cmd-string): New special variable ${current}
+       (ada-set-environment): New function.
+       (ada-treat-cmd-string): New special variable ${current}.
        (ada-treat-cmd-string): Revised.  The substitution is now done for
-       any ${...} substring
+       any ${...} substring.
        (ada-xref-current): If no body was found, compiles the spec
        instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
        compiler to get rid of command line length limitations.
-       (ada-xref-get-project-field): New function
-       (ada-xref-project-files): New variable
+       (ada-xref-get-project-field): New function.
+       (ada-xref-project-files): New variable.
        (ada-xref-runtime-library-specs-path)
-       (ada-xref-runtime-library-ali-path): New variables
+       (ada-xref-runtime-library-ali-path): New variables.
        (ada-xref-set-default-prj-values): Default run command now does a
        cd to the build directory.  New field: main_unit Provide a default
        file name even if the current buffer has no prj file.
@@ -15661,10 +15661,10 @@
        Rewritten to show a tabbed-dialog.
        (ada-prj-add-ada-menu): Remove the map and name parameters.
        (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
-       New function
-       (ada-prj-load-directory, ada-prj-subdirs-of): New functions
-       (ada-prj-load-from-file): New function
-       (ada-prj-save): Always save fields that depend on the current buffer
+       New function.
+       (ada-prj-load-directory, ada-prj-subdirs-of): New functions.
+       (ada-prj-load-from-file): New function.
+       (ada-prj-save): Always save fields that depend on the current buffer.
        (ada-prj-show-value): New function
 
        * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
@@ -16918,7 +16918,7 @@
        (cyrillic-koi8-r-encode-table): Define it as a translation table
        made from the reverse map of above.
        (ccl-decode-koi8): Use translate-character.
-       (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
+       (ccl-encode-koi8, ccl-encode-koi8-font): Likewise.
        (cyrillic-alternativnyj-nonascii-translation-table): Define it as
        a translation table made from cyrillic-alternativnyj-decode-table.
        (cyrillic-alternativnyj-encode-table): Define it as a translation
@@ -17470,14 +17470,14 @@
 
        * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
        (speedbar-insert-button): Invisible text property fix.
-       (speedbar-directory-plus): Renamed from speedbar-directory-+
-       (speedbar-directory-minus): Renamed from speedbar-directory--
-       (speedbar-page-plus): Renamed from speedbar-file-+
-       (speedbar-page-minus): Renamed from speedbar-file--
-       (speedbar-page): Renamed from speedbar-file-
-       (speedbar-tag): Renamed from speedbar-tag-
-       (speedbar-tag-plus): Renamed from speedbar-tag-+
-       (speedbar-tag-minus): Renamed from speedbar-tag--
+       (speedbar-directory-plus): Renamed from speedbar-directory-+.
+       (speedbar-directory-minus): Renamed from speedbar-directory--.
+       (speedbar-page-plus): Renamed from speedbar-file-+.
+       (speedbar-page-minus): Renamed from speedbar-file--.
+       (speedbar-page): Renamed from speedbar-file-.
+       (speedbar-tag): Renamed from speedbar-tag-.
+       (speedbar-tag-plus): Renamed from speedbar-tag-+.
+       (speedbar-tag-minus): Renamed from speedbar-tag--.
        (speedbar-expand-image-button-alist): Use above renames.
 
        * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
@@ -17861,7 +17861,7 @@
        (speedbar-visiting-tag-hook): Set new defaults.  Added options.
        (speedbar-reconfigure-keymaps-hook): New variable.
        (speedbar-frame-parameters): Updated documentation.
-       (speedbar-use-imenu-flag): Updated custom tag
+       (speedbar-use-imenu-flag): Updated custom tag.
        (speedbar-dynamic-tags-function-list): New variable.
        (speedbar-tag-hierarchy-method): Updated doc & custom.
        (speedbar-indentation-width, speedbar-indentation-width) New
@@ -17877,7 +17877,7 @@
        `force-mode-line-update'.
        (speedbar-mode, speedbar-quick-mouse, speedbar-click)
        (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
-       `mouse-set-point'
+       `mouse-set-point'.
        (speedbar-reconfigure-keymaps): Run configure keymap hooks.
        (speedbar-item-info-tag-helper): Revamped to handle a wider range
        of arbitrary text, and new helper functions.
@@ -17893,11 +17893,11 @@
        (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
        (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
        (speedbar-trim-words-tag-hierarchy)
-       (speedbar-simple-group-tag-hierarchy): New functions
+       (speedbar-simple-group-tag-hierarchy): New functions.
        (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
        (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
        functions.
-       (speedbar-mouse-set-point): New function
+       (speedbar-mouse-set-point): New function.
        (speedbar-power-click): Updated documentation.
        (speedbar-line-token, speedbar-goto-this-file): Handle more types
        of tag prefix text.
@@ -17916,7 +17916,7 @@
        "Revert Buffer" menu items.
        (speedbar-buffer-buttons-engine): Be smarter when creating a
        filename tag (for expansion purposes.).
-       (speedbar-highlight-one-tag-line,
+       (speedbar-highlight-one-tag-line)
        (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
        (speedbar-recenter): New functions.
        (defimage-speedbar): Image loading abstraction.
@@ -18748,13 +18748,13 @@
 2000-03-30  Peter Breton  <address@hidden>
 
        * net/net-utils.el:
-       (network-connection-host, network-connection-service): New variables
-       (network-connection-mode): New mode, derived from comint-mode
+       (network-connection-host, network-connection-service): New variables.
+       (network-connection-mode): New mode, derived from comint-mode.
        (network-connection-mode-setup): New function, saves host and
        service information in local variables.
 
        * lisp/locate.el:
-       (locate-word-at-point): Added this function
+       (locate-word-at-point): Added this function.
        (locate): Default to using locate-word-at-point as input
        Run dired-mode-hook
 
@@ -20347,7 +20347,7 @@
        * simple.el (eval-expression): Don't bind debug-on-error if
        eval-expression-debug-on-error is nil.  Detect changed
        debug-on-error, and propagate new value to global binding, if
-       eval-expression-debug-on-error is non-nil,
+       eval-expression-debug-on-error is non-nil.
        (eval-expression-debug-on-error): Change doc string.
 
 2000-01-11  Richard M. Stallman  <address@hidden>

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-07-21 05:56:18 +0000
+++ b/lisp/gnus/ChangeLog       2010-07-24 11:53:19 +0000
@@ -5105,7 +5105,7 @@
 
 2006-11-06  Reiner Steib  <address@hidden>
 
-       * message.el (message-strip-subject-encoded-words): New function
+       * message.el (message-strip-subject-encoded-words): New function.
        (message-simplify-subject-functions): New variable.
        (message-simplify-subject): Use it.  Fix typo in doc string.
        Support message-strip-subject-encoded-words.
@@ -5308,8 +5308,9 @@
 
 2006-09-20  Maxime Edouard Robert Froumentin  <address@hidden>
 
-       (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
-       gnus-article-button-face to MIME and security buttons.
+       * gnus-art.el (gnus-insert-mime-button)
+       (gnus-insert-mime-security-button):
+       Apply gnus-article-button-face to MIME and security buttons.
 
 2006-09-20  Reiner Steib  <address@hidden>
 
@@ -5775,7 +5776,7 @@
 
        * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
        (gnus-agent-read-agentview): Fixed handling of end-of-file error.
-       (gnus-agent-read-local): All symbols allocated in my-obarray
+       (gnus-agent-read-local): All symbols allocated in my-obarray.
        (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
        (gnus-agent-regenerate-group): Check numeric names to see if they are
        messages or groups.
@@ -9438,7 +9439,7 @@
        to get all the groups a message ID is in.
 
        * spam-stat.el (spam-stat-split-fancy-spam-threshold)
-       (spam-stat-split-fancy): Change "threshhold" to "threshold"
+       (spam-stat-split-fancy): Change "threshhold" to "threshold".
        (spam-stat-score-buffer-user-functions): Add :number custom type.
 
 2005-04-06  Katsumi Yamaoka  <address@hidden>
@@ -10422,21 +10423,21 @@
 
 2004-11-14  Magnus Henoch  <address@hidden>
 
-       * hashcash.el (hashcash-default-payment): Change default to 20
-       (hashcash-default-accept-payment): Change default to 20
-       (hashcash-process-alist): New variable
-       (hashcash-generate-payment-async): Add
-       (hashcash-already-paid-p): Add
-       (hashcash-insert-payment): Don't generate payments twice
-       (hashcash-insert-payment-async): Add
-       (hashcash-insert-payment-async-2): Add
-       (hashcash-cancel-async): Add
-       (hashcash-wait-async): Add
-       (hashcash-processes-running-p): Add
-       (hashcash-wait-or-cancel): Add
+       * hashcash.el (hashcash-default-payment): Change default to 20.
+       (hashcash-default-accept-payment): Change default to 20.
+       (hashcash-process-alist): New variable.
+       (hashcash-generate-payment-async): Add.
+       (hashcash-already-paid-p): Add.
+       (hashcash-insert-payment): Don't generate payments twice.
+       (hashcash-insert-payment-async): Add.
+       (hashcash-insert-payment-async-2): Add.
+       (hashcash-cancel-async): Add.
+       (hashcash-wait-async): Add.
+       (hashcash-processes-running-p): Add.
+       (hashcash-wait-or-cancel): Add.
        (mail-add-payment): New optional argument.  Conditionally start
        asynchronous calculation.
-       (mail-add-payment-async): Add
+       (mail-add-payment-async): Add.
 
        * message.el (message-send-mail): Wait for asynchronous hashcash
        results.  Don't clobber existing X-Hashcash headers.
@@ -10924,7 +10925,7 @@
        (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
 
        * nnspool.el (nnspool-find-id): Use with-temp-buffer.
-       (nnspool-sift-nov-with-sed): Use last
+       (nnspool-sift-nov-with-sed): Use last.
        (nnspool-retrieve-headers-with-nov): Use mapc.
        (nnspool-request-newgroups): Use dolist.
        (nnspool-request-group): Use last.
@@ -11625,7 +11626,7 @@
        * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
        to append in-reply-to: data to the references: header.
 
-       * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
+       * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
        (netrc-parse): Use gnus-encrypt.el functions.
 
        * gnus-encrypt.el: Add new file for encryption support; currently
@@ -12122,7 +12123,7 @@
 
 2004-05-26  Adam Sjøgren  <address@hidden>  (tiny change)
 
-       (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
+       * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
 
 2004-05-26  Katsumi Yamaoka  <address@hidden>
 
@@ -12837,7 +12838,7 @@
 
        * gnus-group.el: Require gnus-sum and autoload functions to
        resolve warnings when gnus-group.el compiled alone.
-       (gnus-group-line-format): Documented new %F
+       (gnus-group-line-format): Documented new %F.
        (size of Fetched data) group line format; identifies disk space
        used by agent and cache.
        (gnus-group-line-format-alist): Defined new F format.
@@ -13614,8 +13615,8 @@
        is "nndraft:queue".  Suggested by Gaute Strokkenes
        <address@hidden>
 
-       * gnus-agent.el (agent-disable-undownloaded-faces): Removed
-       (agent-enable-undownloaded-faces): Added
+       * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
+       (agent-enable-undownloaded-faces): Added.
        (gnus-agent-cat-groups): Use eval-and-compile, not
        eval-when-compile, to define gnus-agent-set-cat-groups as the setf
        method of gnus-agent-cat-groups even when the buffer has been
@@ -13640,8 +13641,8 @@
        active file (local makes it unnecessary).
        (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
 
-       * gnus-cus.el (agent-disable-undownloaded-faces): Removed
-       (agent-enable-undownloaded-faces): Added
+       * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
+       (agent-enable-undownloaded-faces): Added.
 
        * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
        disable it when sending to "nndraft:queue".
@@ -13775,7 +13776,7 @@
 
 2004-01-14  Kai Grossjohann  <address@hidden>
 
-       (message-kill-to-signature): Change docstring.
+       * message.el (message-kill-to-signature): Change docstring.
 
 2004-01-14  Katsumi Yamaoka  <address@hidden>
 
@@ -14194,7 +14195,7 @@
 
 2004-01-05  Reiner Steib  <address@hidden>
 
-       * gnus-art.el (gnus-treat-ansi-sequences,
+       * gnus-art.el (gnus-treat-ansi-sequences)
        (article-treat-ansi-sequences): New variable and function.
        Suggested by Dan Jacobson <address@hidden>.
 
@@ -14373,7 +14374,7 @@
 2004-01-04  Mario Lang  <address@hidden>
 
        * dns.el (dns-query-types): Fix typo.
-       (dns-query-types): New function
+       (dns-query-types): New function.
        (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
        PTR and SOA replies, see RFC 1035.
 

=== modified file 'lisp/gnus/ChangeLog.1'
--- a/lisp/gnus/ChangeLog.1     2010-05-11 02:04:13 +0000
+++ b/lisp/gnus/ChangeLog.1     2010-07-24 11:53:19 +0000
@@ -506,10 +506,10 @@
 
 1998-08-13  Simon Josefsson  <address@hidden>
 
-       * gnus-msg.el (gnus-setup-message): use message-setup-hook
-       instead
-       (gnus-configure-posting-styles): new posting-style 'body
-       (gnus-configure-posting-styles): insert headers immediately
+       * gnus-msg.el (gnus-setup-message): Use message-setup-hook
+       instead.
+       (gnus-configure-posting-styles): New posting-style 'body.
+       (gnus-configure-posting-styles): Insert headers immediately
 
 1998-08-13  Lars Magne Ingebrigtsen  <address@hidden>
 
@@ -524,9 +524,9 @@
 
 1998-08-12  Simon Josefsson  <address@hidden>
 
-       * gnus-cache.el (gnus-uncacheable-groups): doc change
-       (gnus-cacheable-groups): new variable
-       (gnus-cache-possibly-enter-article): use it
+       * gnus-cache.el (gnus-uncacheable-groups): Doc change.
+       (gnus-cacheable-groups): New variable.
+       (gnus-cache-possibly-enter-article): Use it.
 
 1998-08-12  Lars Magne Ingebrigtsen  <address@hidden>
 

=== modified file 'lisp/gnus/ChangeLog.2'
--- a/lisp/gnus/ChangeLog.2     2010-05-11 02:04:13 +0000
+++ b/lisp/gnus/ChangeLog.2     2010-07-24 11:53:19 +0000
@@ -694,11 +694,11 @@
        (gnus-agent-regenerate): Uses new gnus-agent-covered-methods
        function as gnus-agent-covered-methods variable no longer provides
        methods.
-       (gnus-agent-covered-methods): New function
+       (gnus-agent-covered-methods): New function.
        (gnus-agent-expire-group, gnus-agent-expire): Final message will,
        if gnus-verbose is greater than 4, report statistics of NOV
        entries and files deleted as well as total bytes recovered.
-       (gnus-agent-expire-done-message): New function
+       (gnus-agent-expire-done-message): New function.
        (gnus-agent-unread-articles): Bug fix.  No longer drops last
        unread article onto read list.
        (gnus-agent-regenerate-group): Changed prompt to use typical
@@ -900,7 +900,7 @@
 
        * spam.el
        (spam-log-processing-to-registry): Improved message and comments.
-       (spam-log-unregistration-needed-p): New function
+       (spam-log-unregistration-needed-p): New function.
        (spam-ifile-register-spam-routine)
        (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
        (spam-stat-register-ham-routine)
@@ -1120,7 +1120,7 @@
 
        * message.el (message-mode-field-menu): Added
        message-generate-unsubscribed-mail-followup-to.
-       (message-forward-subject-fwd): Avoid double "Fwd: "
+       (message-forward-subject-fwd): Avoid double "Fwd: ".
        (message-change-subject): Added comment.
 
 2003-10-19  Lars Magne Ingebrigtsen  <address@hidden>
@@ -2084,7 +2084,7 @@
        (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): New functions.
 
        * gnus.el (gnus-group-spam-exit-processor-spamoracle)
-       (gnus-group-ham-exit-processor-spamoracle): New variables for SpamOracle
+       (gnus-group-ham-exit-processor-spamoracle): New variables for 
SpamOracle.
        (spam-process, ham-process): Added spamoracle spam/ham processors.
 
 2003-06-08  Jesper Harder  <address@hidden>
@@ -2781,7 +2781,7 @@
        * gnus-registry.el (gnus-registry-split-fancy-with-parent): Added
        diagnostic message.
        (gnus-registry-grep-in-list): Don't run when word is nil.
-       (gnus-registry-fetch-message-id-fast): New function
+       (gnus-registry-fetch-message-id-fast): New function.
        (gnus-registry-delete-group, gnus-registry-add-group): Make sure
        the id and group are not nil.
        (gnus-registry-register-message-ids): New function.
@@ -3561,7 +3561,7 @@
        `message-valid-fqdn-regexp' for initialization.
        (gnus-button-handle-info-url): Renamed and extended version of
        `gnus-button-handle-info'.
-       (gnus-button-message-level): Renamed from `gnus-button-mail-level'
+       (gnus-button-message-level): Renamed from `gnus-button-mail-level'.
        (gnus-button-handle-symbol, gnus-button-handle-library)
        (gnus-button-handle-info-keystrokes): New functions.
        (gnus-button-browse-level): New variable.
@@ -6296,8 +6296,8 @@
 
 2003-01-02  Reiner Steib  <address@hidden>
 
-       * gnus-art.el (gnus-button-url-regexp,
-       (gnus-button-mid-or-mail-regexp, gnus-button-alist,
+       * gnus-art.el (gnus-button-url-regexp)
+       (gnus-button-mid-or-mail-regexp, gnus-button-alist)
        (gnus-header-button-alist): Regexps are case insensitive here.
 
 2003-01-02  Simon Josefsson  <address@hidden>
@@ -7195,7 +7195,7 @@
 
 2002-10-31  Alex Schroeder  <address@hidden>
 
-       * spam-stat.el (spam-stat-process-directory): Add dir to message
+       * spam-stat.el (spam-stat-process-directory): Add dir to message.
        (spam-stat-reduce-size): No longer remove words
        with values close to 0.5, because the default value is 0.2.
 
@@ -12403,7 +12403,7 @@
        Support "Importance:" header in Message.
 
        * message.el (message-mode-map): Bind C-c C-p to
-       `message-insert-or-toggle-importance'
+       `message-insert-or-toggle-importance'.
        (message-mode-menu): Add message-insert-importance-{high,low}.
        (message-insert-importance-high, message-insert-importance-low)
        (message-insert-or-toggle-importance): New functions.
@@ -12871,7 +12871,7 @@
 
 2001-10-21  Simon Josefsson  <address@hidden>
 
-       * nnimap.el (nnimap): Defgroup
+       * nnimap.el (nnimap): Defgroup.
        (nnimap-strict-function, nnimap-strict-function-match): New
        widget, from Per Abrahamsen  <address@hidden>.
        (nnimap-split-crosspost, nnimap-split-inbox)
@@ -16689,7 +16689,7 @@
        * gnus-cus.el (gnus-group-customize): Use it.
 
        * gnus.el (gnus-define-group-parameter): New macro.
-       (auto-expire): Use it
+       (auto-expire): Use it.
        (total-expire): Use it.
        * gnus-art.el (banner): Use it.
 

=== modified file 'lisp/mh-e/ChangeLog'
--- a/lisp/mh-e/ChangeLog       2010-05-19 12:23:40 +0000
+++ b/lisp/mh-e/ChangeLog       2010-07-24 11:53:19 +0000
@@ -504,8 +504,8 @@
 
 2006-06-02  Bill Wohler  <address@hidden>
 
-       (mh-folder-exists-p): Change test from an empty buffer, to one
-       that contains the actual folder, since GNU mailutils' folder
+       * mh-search.el (mh-folder-exists-p): Change test from an empty buffer,
+       to one that contains the actual folder, since GNU mailutils' folder
        command displays output if the folder doesn't exist (closes SF
        #1499712).
 
@@ -1415,7 +1415,7 @@
        (mh-get-field): Delete ancient alias.
 
        * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el
-       and rename to mh-face-foreground
+       and rename to mh-face-foreground.
        (mh-face-background-compat): Move to mh-compat.el
        and rename to mh-face-background.
        (mh-face-display-function): Use the new names.
@@ -1732,7 +1732,7 @@
        (mh-identity-make-menu-no-autoload): New alias for
        mh-identity-make-menu which can be called from mh-e.el.
        (mh-identity-list-set): Move to mh-e.el.
-       (mh-identity-add-menu): New function
+       (mh-identity-add-menu): New function.
        (mh-insert-identity): Add optional argument maybe-insert so that
        local variable mh-identity-local does not have to be visible.
 
@@ -1891,7 +1891,7 @@
        (mh-find-path-run, mh-find-path): Move here from deprecated file
        mh-init.el.
        (mh-help-messages): Now an alist of modes to an alist of messages.
-       (mh-set-help): New function used to set mh-help-messages
+       (mh-set-help): New function used to set mh-help-messages.
        (mh-help): Adjust for new format of mh-help-messages.  Add
        help-messages argument.
        (mh-prefix-help): Refactor to use mh-help.
@@ -2460,7 +2460,7 @@
        (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
        (mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp)
        (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
-       (mh-scan-subject-regexp): Sync docstrings with manual
+       (mh-scan-subject-regexp): Sync docstrings with manual.
        (mh-scan-format-regexp): Rename to
        mh-scan-sent-to-me-sender-regexp.  Drop date parenthesized
        expression.  Make expression more like the others (anchored at the
@@ -2760,7 +2760,7 @@
        (mh-mime-save-parts-default-directory, mh-print-background-flag)
        (mh-show-maximum-size, mh-show-use-goto-addr-flag)
        (mh-show-use-xface-flag, mh-store-default-directory)
-       (mh-summary-height, mh-delete-msg-hook
+       (mh-summary-height, mh-delete-msg-hook)
        (mh-show-hook, mh-show-mode-hook): Sync docstrings with manual.
 
        * mh-e.el (mh-scan-format-mh, mh-scan-good-msg-regexp)

=== modified file 'lisp/mh-e/ChangeLog.1'
--- a/lisp/mh-e/ChangeLog.1     2010-05-11 02:04:13 +0000
+++ b/lisp/mh-e/ChangeLog.1     2010-07-24 11:53:19 +0000
@@ -825,7 +825,7 @@
        (MH-E-XEMACS-OBJ): New variable to hold XEmacs object files.
        (clean): Moved XEmacs-specific code to clean-xemacs.
        (xemacs): Added clean-xemacs prerequisite. Moved down to XEmacs
-       section of file. Add target to build mh-loaddefs.el in XEmacs
+       section of file. Add target to build mh-loaddefs.el in XEmacs.
        (loaddefs-xemacs): New rule to build mh-loaddefs.el in XEmacs.
        (clean-xemacs): New target to remove XEmacs-specific files.
        (compile-xemacs): New. It allows for the '-no-autoloads' option
@@ -1156,8 +1156,8 @@
        mh-loaddefs.el in XEmacs.
        (XEMACS_LOADDEFS_COOKIE): Ditto.
        (XEMACS_LOADDEFS_PKG_NAME): Ditto.
-       (xemacs): Add target to build mh-loaddefs.el in XEmacs
-       (clean-xemacs): Remove `mh-loaddefs.el*'
+       (xemacs): Add target to build mh-loaddefs.el in XEmacs.
+       (clean-xemacs): Remove `mh-loaddefs.el*'.
        (loaddefs-xemacs): New rule to build mh-loaddefs.el in XEmacs.
 
 2003-11-02  Peter S Galbraith  <address@hidden>
@@ -1432,7 +1432,7 @@
        (mh-mml-secure-message-signencrypt): Ditto.
        (mh-mml-secure-message-sign): Ditto.
 
-       * mh-comp.el (mh-letter-menu, mh-letter-mode-help-messages,
+       * mh-comp.el (mh-letter-menu, mh-letter-mode-help-messages)
        (mh-letter-mode-map): Update to use new functions.
 
 2003-09-26  Satyaki Das  <address@hidden>
@@ -1485,7 +1485,7 @@
        (mh-alias-system-aliases): Moved here from mh-customize.el. By
        definition, "system" definitions are not user-visible, and user
        filenames are in the the Aliasfile: profile component, so this
-       variable really shouldn't be a defcustom
+       variable really shouldn't be a defcustom.
        (mh-alias-tstamp, mh-alias-filenames, mh-alias-reload)
        (mh-alias-add-alias, mh-alias-grab-from-field)
        (mh-alias-add-address-under-point, mh-alias-apropos): Merge
@@ -3988,7 +3988,7 @@
        fixes germaine to the change whereby we now check for MIME
        directives before sending.
 
-       * mh-xemacs-toolbar.el: Fixed copyright. Added Change Log comment
+       * mh-xemacs-toolbar.el: Fixed copyright. Added Change Log comment.
        (lm-verify fix). Added standard MH-E local variables. Removed
        time-stamp stuff.
 
@@ -5807,8 +5807,8 @@
        (mh-default-folder-prefix, mh-default-folder-must-exist-flag): In
        docstring, refer to documentation for mh-prompt-for-refile-folder
        and mh-folder-from-address.
-       (mh-highlight-citation-p, mh-compose-insertion,
-       (mh-insert-mail-followup-to-list, mh-index-program,
+       (mh-highlight-citation-p, mh-compose-insertion)
+       (mh-insert-mail-followup-to-list, mh-index-program)
        (mh-identity-default): Fixed case of tags.
 
        * mh-e.el (mh-folder-from-address): Use new variable
@@ -6310,7 +6310,7 @@
        (mh-alias-insert-file): New function. Return the alias file to
        write a new entry in.
        (mh-alias-address-to-alias): New function. Return the ADDRESS
-       alias if defined, or nil."
+       alias if defined, or nil.
        (mh-alias-from-has-no-alias-p): New function. Return t is From has
        no current alias set.  Used as tool-bar button enable function.
        (mh-alias-add-alias-to-file): New function. Add ALIAS for ADDRESS
@@ -6902,7 +6902,7 @@
        (mh-alias-translate): New function.  Return translation for alias,
        checking if in blind or passwd list.
        (mh-alias-letter-expand-alias): Rewrite using
-       mail-abbrev-complete-alias from mailabbrev.el
+       mail-abbrev-complete-alias from mailabbrev.el.
        (mh-alias-expand-alias-map): New variable.
        (mh-alias-ali): New function. Return formatted string of
        translated ALIAS from ali.
@@ -7084,7 +7084,7 @@
        mh-thread-generate-scan-lines.
 
        * mh-mime.el (font-lock): Font-lock required at compile time to
-       avoid warning about font-lock-maximum-size
+       avoid warning about font-lock-maximum-size.
        (mh-display-smileys, mh-display-emphasis): Show graphical smileys
        and emphasis only if message isn't too large.
 
@@ -7445,7 +7445,7 @@
        This addresses part of SF #627015.
 
        * mh-utils.el (mh-decode-quoted-printable-flag): Renamed from
-       mh-decode-quoted-printable
+       mh-decode-quoted-printable.
        (mh-display-msg, mh-decode-quoted-printable-have-mimedecode):
        Use it.
        This addresses part of SF #627015.
@@ -7906,7 +7906,7 @@
 2002-10-28  Peter S Galbraith  <address@hidden>
 
        * mh-e.el (mh-scan-subject-regexp): Add an expression to match an
-       optional bracketed number after "Re", such as in "Re[2]:"
+       optional bracketed number after "Re", such as in "Re[2]:".
        (Patch by Satyaki; I checked it and applied).
        (mh-folder-font-lock-subject): Adapt to new mh-scan-subject-regexp.
        * mh-seq.el (mh-subject-to-sequence): Ditto.
@@ -8882,7 +8882,7 @@
        (mh-pick-mode): Set local buffer variable mh-help-messages to
        mh-pick-mode-help-messages.
 
-       * mh-index.el (mh-index-keymap): Added binding for mh-help
+       * mh-index.el (mh-index-keymap): Added binding for mh-help.
        (mh-index-folder-mode-help-messages): New variable that contains
        help messages for MH Index buffer.
        (mh-index-folder-mode): Set local buffer variable mh-help-messages
@@ -9280,7 +9280,7 @@
 2002-09-17  Peter S Galbraith  <address@hidden>
 
        * mh-mime.el (mh-store-mime-parts-default-directory): Renamed from
-       mh-store-mime-parts-directory
+       mh-store-mime-parts-directory.
        (mh-store-mime-parts-directory): Renamed from
        mh-store-mime-parts-directory-default.
 
@@ -9940,7 +9940,7 @@
        compiler warnings.
 
        * mh-e.el (compilation): Code rearrangement and extra autoloads to
-       remove compiler warnings
+       remove compiler warnings.
        (mh-quit): Add call to mh-destroy-postponed-handles to remove
        handles that are associated with external viewers. Also fixed a
        bug that I accidentally introduced by adding an extra line when
@@ -10707,7 +10707,7 @@
 2001-11-29  Peter S Galbraith  <address@hidden>
 
        * mh-e.el (mh-folder-font-lock-subject): New fontifier function
-       for subject lines in folder-mode
+       for subject lines in folder-mode.
        (mh-scan-followup-regexp): Deleted obsolete regexp.  Use
        mh-scan-subject-regexp instead.
        (mh-folder-font-lock-keywords): Use mh-folder-font-lock-subject

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2010-07-20 11:13:25 +0000
+++ b/lisp/org/ChangeLog        2010-07-24 11:53:19 +0000
@@ -1375,20 +1375,20 @@
 
        * org.el (org-appearance): Change Customize group variable name
        from org-font-lock to org-appearance, and change tag from "Org
-       Font Lock" to "Org Appearance"
-       (org-odd-levels-only): Change Customize group variable name
-       (org-level-color-stars-only): Change Customize group variable name
-       (org-hide-leading-stars): Change Customize group variable name
-       (org-hidden-keywords): Change Customize group variable name
-       (org-fontify-done-headline): Change Customize group variable name
-       (org-fontify-emphasized-text): Change Customize group variable name
-       (org-fontify-whole-heading-line): Change Customize group variable name
+       Font Lock" to "Org Appearance".
+       (org-odd-levels-only): Change Customize group variable name.
+       (org-level-color-stars-only): Change Customize group variable name.
+       (org-hide-leading-stars): Change Customize group variable name.
+       (org-hidden-keywords): Change Customize group variable name.
+       (org-fontify-done-headline): Change Customize group variable name.
+       (org-fontify-emphasized-text): Change Customize group variable name.
+       (org-fontify-whole-heading-line): Change Customize group variable name.
        (org-highlight-latex-fragments-and-specials): Change Customize
-       group variable name
-       (org-hide-emphasis-markers): Change Customize group variable name
-       (org-emphasis-alist): Change Customize group variable name
+       group variable name.
+       (org-hide-emphasis-markers): Change Customize group variable name.
+       (org-emphasis-alist): Change Customize group variable name.
        (org-emphasis-regexp-components): Change Customize group variable
-       name
+       name.
        (org-modules): Remove mention of org-R.
 
        * org-faces.el (org-faces): Change Customize group variable name.
@@ -1420,8 +1420,8 @@
        (org-fontify-meta-lines-and-blocks): Changes to font-lock code
        implementing new faces and hiding behaviour.
 
-       * org-faces.el (org-document-title): New face for #+TITLE lines
-       (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
+       * org-faces.el (org-document-title): New face for #+TITLE lines.
+       (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
        (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
        keywords.
 
@@ -3096,12 +3096,12 @@
        point.
        (org-columns-compile-map): There is now an extra position in each
        entry specifying the function to use to calculate the displayed
-       value for the non-calculated properties in the column,
+       value for the non-calculated properties in the column.
        (org-columns-compute-all): Set `org-columns-time' to the current
        time so time difference calculations will work.
        (org-columns-compute): Handle column operators where the values
        used are calculated from the underlying property.
-       (org-columns-number-to-string): Handle the 'age' column format
+       (org-columns-number-to-string): Handle the 'age' column format.
        (org-columns-string-to-number): Correct the function name (was
        org-column...).  Add support for the 'age' column format.
        (org-columns-compile-format): Support the additional parameter in
@@ -3348,7 +3348,7 @@
        currently active clock if the user has exceeded the time returned
        by `org-user-idle-seconds', based on the value of
        `org-clock-idle-time'.
-       (org-clock-in): If, after resolving clocks,
+       (org-clock-in): If, after resolving clocks, (???)
        (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
 
        * org-clock.el (org-clock-resolve-clock): New function that
@@ -4157,7 +4157,7 @@
        * org-exp.el (org-export-format-source-code-or-example): Translate
        language.
 
-       * org-src.el (org-src-lang-modes): New variable
+       * org-src.el (org-src-lang-modes): New variable.
        (org-edit-src-code): Translate language.
 
        * org-exp.el (org-export-format-source-code-or-example): Deal wit
@@ -4285,7 +4285,7 @@
        the markup is src or example.
 
        * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
-       New option
+       New option.
        (org-agenda-get-day-entries): Remember deadline results and pass
        them on into the function getting the scheduling information.
        (org-agenda-get-scheduled): Accept deadline results as parameters
@@ -4296,7 +4296,7 @@
        convert current line to headline.
 
        * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
-       cheeeeeck the hd marker
+       cheeeeeck the hd marker.
        (org-clock-in): Also set the hd marker.
        (org-clock-out): Also set the hd marker.
        (org-clock-cancel): Reset markers.
@@ -4518,9 +4518,9 @@
 2009-08-06  Bastien Guerry  <address@hidden>
 
        * org.el (org-make-link-regexps): Don't exclude parentheses from
-       `org-plain-link-re'
+       `org-plain-link-re'.
        (org-cycle-internal-local): When locally cycling, switch directly
-       from CHILDREN to FOLDED if there is no subtree
+       from CHILDREN to FOLDED if there is no subtree.
        (org-cycle): Update the docstring to document the new behavior of
        `org-cycle-internal-local'.
 
@@ -5111,7 +5111,7 @@
        (org-set-font-lock-defaults): Call the new fontification
        function.
 
-       * org-faces.el (org-meta-line): New face
+       * org-faces.el (org-meta-line): New face.
        (org-block): New face.
 
 2009-08-06  Carsten Dominik  <address@hidden>
@@ -5341,7 +5341,7 @@
 2009-08-06  Carsten Dominik  <address@hidden>
 
        * org-exp.el (org-export, org-export-visible): Support ASCII
-       export to buffer
+       export to buffer.
        (org-export-normalize-links): Do not protect the description if it
        is explicitly given.
 
@@ -5696,7 +5696,7 @@
 
        * org-mouse.el: XEmacs compatibility fixes.
 
-       * org.el (org-modules): Add org-inlinetasks.el
+       * org.el (org-modules): Add org-inlinetasks.el.
        (org-cycle): Implement limiting level on cycling.
        (org-move-subtree-down): Fix bug with swapping subtrees at end of
        buffer.
@@ -5788,7 +5788,7 @@
        (org-mouse-context-menu): Use `org-mouse-todo-menu'.
 
        * org-table.el (org-table-beginning-of-field)
-       (org-table-end-of-field): New commands
+       (org-table-end-of-field): New commands.
        (org-table-previous-field, org-table-beginning-of-field): Better
        error messages.
        (orgtbl-setup): Include `M-a' and `M-e'.
@@ -5954,7 +5954,7 @@
        (org-export-plist-vars): Add entries for :keywords and
        :description.
        (org-infile-export-plist): Parse for new keywords.
-       (org-get-current-options): Add new keywords
+       (org-get-current-options): Add new keywords.
        (org-export-as-html): Publish description and keywords.
 
        * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
@@ -7770,7 +7770,7 @@
        immediately after the scheduling keywords.
 
        * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
-       function
+       function.
        (org-clock-in): If `org-clock-in-switch-to-state' is a function,
        call it with the current todo state to get the state to switch to
        when clocking in.
@@ -7973,7 +7973,7 @@
        line.
 
        * org.el (org-get-refile-targets): Replace links with their
-       descriptions
+       descriptions.
        (org-imenu-get-tree): Replace links with their descriptions.
 
        * org-remember.el (org-remember-apply-template): Add a new
@@ -8017,7 +8017,7 @@
        (org-quote-chars): Remove.
        (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
        (org-export-latex-list-beginning-re): Rename to
-       `org-list-beginning-re'
+       `org-list-beginning-re'.
        (org-list-item-begin): Rename to `org-list-item-beginning'.
 
 2008-10-12  Eric Schulte  <address@hidden>
@@ -8352,7 +8352,7 @@
        (org-map-entries): Make sure org-agenda-archives-mode is nil.
        (org-agenda-files): Functionality of second arg changed.
 
-       * org-agenda.el (org-agenda-archives-mode): New variable
+       * org-agenda.el (org-agenda-archives-mode): New variable.
        (org-write-agenda, org-prepare-agenda, org-agenda-list)
        (org-search-view, org-todo-list, org-tags-view)
        (org-agenda-list-stuck-projects): Call `org-agenda-files' with

=== modified file 'lwlib/ChangeLog'
--- a/lwlib/ChangeLog   2010-07-12 14:16:38 +0000
+++ b/lwlib/ChangeLog   2010-07-24 11:53:19 +0000
@@ -381,7 +381,7 @@
 
        * xlwmenu.c (xlwMenuResources) [HAVE_X_I18N]: Use a fontset for the
        `font' resource.
-       (string_width) [HAVE_X_I18N]: Use XmbTextExtents;
+       (string_width) [HAVE_X_I18N]: Use XmbTextExtents.
        (MENU_FONT_HEIGHT, MENU_FONT_ASCENT): New macros.
        (arrow_width, toggle_button_width, size_menu_item, draw_arrow)
        (draw_toggle, draw_radio, display_menu_item): Use them.

=== modified file 'msdos/ChangeLog'
--- a/msdos/ChangeLog   2010-07-12 18:23:00 +0000
+++ b/msdos/ChangeLog   2010-07-24 11:53:19 +0000
@@ -173,7 +173,7 @@
        (FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS, FREETYPE_LIBS)
        (LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS, M17N_FLT_LIBS)
        (GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBRESOLV, LIBGPM):
-       Edit to empty,
+       Edit to empty.
        (LIB_MATH): Edit to -lm.
        (UNEXEC_OBJ): Edit to unexec.o.
 
@@ -908,7 +908,7 @@
 1994-10-17  Morten Welinder  <address@hidden>
 
        * sed1.inp: Handle "\t#"-style comments.
-       (obj): Don't add any files -- now done in src/makefile.in.in
+       (obj): Don't add any files -- now done in src/makefile.in.in.
        (temacs): Don't depend on prefix-args.
        (DOC): Reflect makefile changes regarding two-batch run.
 

=== modified file 'oldXMenu/ChangeLog'
--- a/oldXMenu/ChangeLog        2010-07-12 19:49:40 +0000
+++ b/oldXMenu/ChangeLog        2010-07-24 11:53:19 +0000
@@ -137,8 +137,8 @@
        * Activate.c: Add calls to GrabKeyboard to remove strange
        interactions with window managers that steal keypresses.
        Call ungrab_all instead of XtUngrabPointer.
-       (XMenuActivate): Add call to XGrabKeyboard
-       (XMenuActivate): Add call to XUngrabKeyboard
+       (XMenuActivate): Add call to XGrabKeyboard.
+       (XMenuActivate): Add call to XUngrabKeyboard.
 
 2001-10-20  Gerd Moellmann  <address@hidden>
 

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-23 17:50:14 +0000
+++ b/src/ChangeLog     2010-07-24 11:53:19 +0000
@@ -2746,7 +2746,7 @@
        (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
        HAVE_XFT.
        (something_changedCB): store_font_changed_event is now
-       store_config_changed_event
+       store_config_changed_event.
        (parse_settings): Rename from parse_xft_settings.  Read
        non-xft xsettings outside #ifdef HAVE_XFT.
        (read_settings): Renamed from read_xft_settings.
@@ -4495,7 +4495,7 @@
        (scroll_end_callback): Remove.
        (xg_create_scroll_bar): Add parameter end_callback, bind it to
        button-release-event.  Replace value-changed event with change-value,
-       bug #5177,
+       bug #5177.
        (xg_event_is_for_scrollbar): Only return true if button is less than 4,
        bug #5177.
 
@@ -4516,7 +4516,7 @@
 
 2009-12-12  Eli Zaretskii  <address@hidden>
 
-       * dispextern.h (struct text_pos): Use EMACS_INT;
+       * dispextern.h (struct text_pos): Use EMACS_INT.
        (struct glyph): Use EMACS_INT for charpos.
        (struct it): Use EMACS_INT for stop_charpos, end_charpos,
        region_beg_charpos, region_end_charpos,
@@ -12082,8 +12082,8 @@
 2008-07-15  Chris Hall  <address@hidden>  (tiny change)
             YAMAMOTO Mitsuharu  <address@hidden>
 
-       (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
-       fix crash due to different init order.
+       * frame.c (make_initial_frame): Call init_frame_faces(f) in
+       CANNOT_DUMP case -- fix crash due to different init order.
 
 2008-07-15  Adrian Robert  <address@hidden>
 
@@ -12280,7 +12280,7 @@
        * m/macppc.h:
        * m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.
 
-       * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
+       * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
        (SPECIAL_EMACS_INT):
        * m/ia64.h (SPECIAL_EMACS_INT):
        * m/amdx86-64.h (SPECIAL_EMACS_INT):

=== modified file 'src/ChangeLog.10'
--- a/src/ChangeLog.10  2010-05-28 03:52:19 +0000
+++ b/src/ChangeLog.10  2010-07-24 11:53:19 +0000
@@ -3252,7 +3252,7 @@
 2006-07-02  Kim F. Storm  <address@hidden>
 
        * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
-       to ever fit the tool-bar,
+       to ever fit the tool-bar.
        (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
        (tool_bar_lines_needed): Use unused mode-line row as temp_row.
        (redisplay_tool_bar): Only clear desired matrix if we actually
@@ -7869,7 +7869,7 @@
 
 2005-07-19  Juanma Barranquero  <address@hidden>
 
-       * eval.c (Fprog2, Fcalled_interactively_p),
+       * eval.c (Fprog2, Fcalled_interactively_p)
        (syms_of_eval) <debug-on-quit>: Doc fixes.
        (syms_of_eval) <max-specpdl-size>:
        (Finteractive_p): Fix typos in docstrings.
@@ -11250,7 +11250,7 @@
 2004-12-18  YAMAMOTO Mitsuharu  <address@hidden>
 
        * macterm.c (endif, x_font_name_to_mac_font_name):
-       Use maccentraleurroman instead of maccentraleuropean
+       Use maccentraleurroman instead of maccentraleuropean.
        (mac_c_string_match, mac_do_list_fonts): Speed up font search by
        quickly finding a specific font without needing regexps.
 
@@ -12477,7 +12477,7 @@
 
        * gtkutil.h (xg_frame_cleared): Remove.
 
-       * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
+       * xterm.c (x_clear_frame): Remove call to xg_frame_cleared.
        (x_scroll_bar_create, XTset_vertical_scroll_bar):
        Remove arguments left and width to xg_update_scrollbar_pos.
        (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
@@ -13017,9 +13017,9 @@
 
        * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
        strings in menu items.
-       (single_submenu): Use ENCODE_MENU_STRING
+       (single_submenu): Use ENCODE_MENU_STRING.
        (mac_menu_show): Use ENCODE_MENU_STRING.  Reset grabbed because
-       button release isn't passed to event loop
+       button release isn't passed to event loop.
        (add_menu_item): Use SetMenuItemWithCFString.
 
 2004-08-26  Steven Tamm  <address@hidden>
@@ -15407,7 +15407,7 @@
        (Fxw_display_color_p): Use dpyinfo->color_p.
        (Fx_display_grayscale_p, Fx_display_planes): Don't use
        dpyinfo->n_cbits.
-       (Fx_display_color_cells): Use dpyinfo->n_planes;
+       (Fx_display_color_cells): Use dpyinfo->n_planes.
        (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
        (Qheuristic, cross_disabled_images, emboss_matrix)
        (laplace_matrix): New variables (from xfns.c).
@@ -16414,7 +16414,7 @@
        (append_glyph, append_composite_glyph, produce_image_glyph)
        (append_stretch_glyph): Set glyph's ascent and descent.
        (on_hot_spot_p): New function to check if position is inside an
-       rectangular, circular, or polygon-shaped image hot-spot,
+       rectangular, circular, or polygon-shaped image hot-spot.
        (find_hot_spot): New function to search for image hot-spot.
        (Flookup_image_map): New defun to search for image hot-spot.
        (define_frame_cursor1): New aux function to determine frame
@@ -18570,7 +18570,7 @@
        change/simplify relevant callers.
        (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
        and new fringe vs. display margin position.
-       Use window_box_left_offset and window_box_right_offset
+       Use window_box_left_offset and window_box_right_offset.
        (get_glyph_string_clip_rect): Adapt to per-window fringes and
        scroll bars, and new fringe vs. display margin position.
        Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.

=== modified file 'src/ChangeLog.2'
--- a/src/ChangeLog.2   2010-05-11 02:04:13 +0000
+++ b/src/ChangeLog.2   2010-07-24 11:53:19 +0000
@@ -3102,9 +3102,9 @@
        [So (-259 . (259 . x)) means to format x -exactly- 259 chars wide.]
 
        * dispnew.c (Fding):
-       Do not terminate macro-definition if given an argument
+       Do not terminate macro-definition if given an argument.
        (This is so things like asynchronous process notifications
-       can beep but not screw)
+       can beep but not screw.)
 
 1986-11-10  Richard M. Stallman  (address@hidden)
 

=== modified file 'src/ChangeLog.3'
--- a/src/ChangeLog.3   2010-05-11 02:04:13 +0000
+++ b/src/ChangeLog.3   2010-07-24 11:53:19 +0000
@@ -6993,7 +6993,7 @@
 
        * keyboard.c (Qvertical_split): Renamed to `vertical-line',
        since the window arrangement is actually referred to as a
-       `horizontal split.'
+       `horizontal split'.
        (make_lispy_event, make_lispy_movement, syms_of_keyboard): Uses
        renamed here.
        * keyboard.h (Qvertical_split): Extern declaration changed here.

=== modified file 'src/ChangeLog.5'
--- a/src/ChangeLog.5   2010-05-11 02:04:13 +0000
+++ b/src/ChangeLog.5   2010-07-24 11:53:19 +0000
@@ -387,7 +387,7 @@
        based on frame name and icon_name fields.
        (x_set_icon_name): New function.
        (x_icon): Call x_text_icon.
-       (x_set_name): Look at icon_name field when setting the icon name,
+       (x_set_name): Look at icon_name field when setting the icon name.
        (x_frame_parms): Add icon-name.
        (syms_of_xfns): Set up Qicon_name.
 
@@ -903,7 +903,7 @@
 
 1995-05-04  Richard Stallman  <address@hidden>
 
-       * s/freebsd.h: (GETPGRP_NO_ARG): Defined
+       * s/freebsd.h (GETPGRP_NO_ARG): Define.
        (HAVE_GETPAGESIZE): Definition deleted.
 
        * data.c (store_symval_forwarding): Error if value out of range
@@ -1308,7 +1308,7 @@
 
        * ntinevt.c (do_mouse_event): Use XSETFASTINT.
        (SET_FRAME): Undefined.
-       (select): Renamed to sys_select to correspond to routine in sysdep.c
+       (select): Renamed to sys_select to correspond to routine in sysdep.c.
        (sys_select): Support struct timeval.
        (key_event): Support German keyboard.
        Replace SET_FRAME with XSETFRAME.
@@ -4217,7 +4217,7 @@
 
        * process.c: Handle multiple keyboard input descriptors.
        (non_keyboard_wait_mask): New variable.
-       (Fset_process_filter): Update non_keyboard_wait_mask
+       (Fset_process_filter): Update non_keyboard_wait_mask.
        (create_process, Fopen_network_stream, deactivate_process):
        (init_process, sigchld_handler): Likewise.
        (wait_reading_process_input): Maybe use non_keyboard_wait_mask.
@@ -4456,7 +4456,7 @@
 
        * xfns.c: Use FRAME_X_DISPLAY instead of x_current_display
        and XDISPLAY.
-       (x_in_use): New variable,
+       (x_in_use): New variable.
        (check_x, using_x_p): Test x_in_use.
        (Fx_open_connection): Set x_in_use.
        (check_x_frame): New function.
@@ -5953,7 +5953,7 @@
 1994-09-03  Kaveh R. Ghazi  (address@hidden)
 
        * m/delta88k.h [__GNUC__] (HAVE_ALLOCA): Defined.
-       [__GNUC__] (C_ALLOCA): Add #undef
+       [__GNUC__] (C_ALLOCA): Add #undef.
        (LIB_X11_LIB): Add #undef.
        (HAVE_TERMIOS): Defined.
        (HAVE_TERMIO): Add #undef.

=== modified file 'src/ChangeLog.6'
--- a/src/ChangeLog.6   2010-01-13 08:35:10 +0000
+++ b/src/ChangeLog.6   2010-07-24 11:53:19 +0000
@@ -2830,7 +2830,7 @@
        * dosfns.c (Fint86, Fdos_memget, Fdos_memput, Fmsdos_set_keyboard):
        Harmonize arguments with documentation.
 
-       * editfns.c (Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time,
+       * editfns.c (Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time)
        (Finsert_char, Fbuffer_substring, Fbuffer_substring_no_properties)
        (Finsert_buffer_substring, Fdelete_region, Fnarrow_to_region):
        Harmonize arguments with documentation.

=== modified file 'src/ChangeLog.9'
--- a/src/ChangeLog.9   2010-05-11 02:04:13 +0000
+++ b/src/ChangeLog.9   2010-07-24 11:53:19 +0000
@@ -1126,7 +1126,7 @@
 
        * xterm.c (note_mouse_highlight) <help-echo>: When looking for
        help-echo for a string which doesn't have help-echo itself, use
-       get-char-property to obtain the help-echo from the string's buffer
+       get-char-property to obtain the help-echo from the string's buffer.
        (note_mouse_highlight) <mouse-face>: When on a string that doesn't
        have mouse-face, look ``under'' the string for mouse-face from an
        overlay.
@@ -3119,7 +3119,7 @@
        * w32fns.c (Fx_show_tip): Fix calls to make_number.
        (x_set_font): If font hasn't changed, avoid recomputing
        faces and other things.
-       (x_set_tool_bar_lines): Do nothing if frame is minibuffer-only,
+       (x_set_tool_bar_lines): Do nothing if frame is minibuffer-only.
        (Fx_create_frame): Add the tool bar height to the frame height.
        (x_create_tip_frame): Prevent changing the tooltip's
        background color by specifying a color for the default font
@@ -4887,7 +4887,7 @@
 
        * md5.c: Delay include of md5.h until after namespace cleaning.
 
-       * makefile.w32-in (fns.o): Depend on md5.h
+       * makefile.w32-in (fns.o): Depend on md5.h.
        (md5.o): New target.
        (sunfns.o): Remove.
 
@@ -7254,7 +7254,7 @@
 
        * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0.
 
-       * charset.c: Include composite.h
+       * charset.c: Include composite.h.
        (lisp_string_width): New function.
        (Fstring_width): Call lisp_string_width instead of strwidth.
 
@@ -7333,7 +7333,7 @@
 
        * s/ms-w32.h (ORDINARY_LINK): New define.
 
-       * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define
+       * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
        (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
 
        * makefile.w32-in (clean): Don't delete config.h and epaths.h.
@@ -8409,7 +8409,7 @@
        (encode_coding_iso2022): New local variable safe_chars.  Check
        unsafe chars.
        (setup_coding_system): Delete the code to initialize
-       coding->safe_charses
+       coding->safe_charses.
        (intersection, find_safe_codings): New functions.
        (Ffind_coding_systems_region_internal): New function.
        (syms_of_coding): Defsubr it.  Initialize Qsafe_chars,
@@ -8729,7 +8729,7 @@
        * w32term.c (help_echo_object, help_echo_pos): New variables.
        (note_mode_line_highlight): Store additional information about the
        help-echo in help_echo_object and help_echo_pos.  Check both
-       `local-map' and `keymap' properties for changing the cursor
+       `local-map' and `keymap' properties for changing the cursor.
        (note_mouse_highlight): Store additional information about the
        help-echo in help_echo_object and help_echo_pos.
        (note_tool_bar_highlight): Set help_echo_object to nil and
@@ -8797,7 +8797,7 @@
        * xterm.c (help_echo_object, help_echo_pos): New variables.
        (note_mode_line_highlight): Store additional information about the
        help-echo in help_echo_object and help_echo_pos.  Check both
-       `local-map' and `keymap' properties for changing the cursor
+       `local-map' and `keymap' properties for changing the cursor.
        (note_mouse_highlight): Store additional information about the
        help-echo in help_echo_object and help_echo_pos.
        (note_tool_bar_highlight): Set help_echo_object to nil and
@@ -11979,7 +11979,7 @@
        (detect_coding_utf_8): New function.
        (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P
        UTF_16_LOW_SURROGATE_P): New macros.
-       (detect_coding_utf_16): New function
+       (detect_coding_utf_16): New function.
        (detect_coding_mask): When priorities are specified, skip any
        categories that have `nil' coding-system.  Fix bug of returning
        wrong mask when PRIORITIES is specified and detect_coding_XXX()
@@ -12222,7 +12222,7 @@
 
        * makefile.nt: Add atimer.h to dependencies.
        * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
-       * w32console.c: Only disable window system features for dispextern.h
+       * w32console.c: Only disable window system features for dispextern.h.
        (initialize_w32_display): Build a display info for the console.
        * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
        * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
@@ -12825,7 +12825,7 @@
        (FRAME_XIM): Removed.
 
        * xfns.c (supported_styles): New variable.
-       (DEFAULT_STYLE, DEFAULT_FONT): New macros
+       (DEFAULT_STYLE, DEFAULT_FONT): New macros.
        (xic_create_xfontset, best_style, xic_create_frame)
        (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
        (xic_set_xfontset): New functions.
@@ -13156,7 +13156,7 @@
        (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
        (DONT_COPY_FLAG): Removed.
        (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
-       (struct sdata, struct sblock): New
+       (struct sdata, struct sblock): New.
        (struct string_block): Rewritten.
        (STRINGS_IN_STRING_BLOCK): New macro.
        (oldest_sblock, current_sblock, total_strings, total_free_strings)


reply via email to

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