emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100927: Fix typos in ChangeLogs.
Date: Thu, 29 Jul 2010 04:42:53 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100927
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Thu 2010-07-29 04:42:53 +0200
message:
  Fix typos in ChangeLogs.
modified:
  lib-src/ChangeLog
  lisp/ChangeLog.1
  lisp/ChangeLog.14
  lisp/ChangeLog.9
  lisp/gnus/ChangeLog.2
  lisp/mh-e/ChangeLog.1
  src/ChangeLog
  src/ChangeLog.2
  src/ChangeLog.5
  src/ChangeLog.9
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2010-07-29 02:11:23 +0000
+++ b/lib-src/ChangeLog 2010-07-29 02:42:53 +0000
@@ -16,7 +16,7 @@
 
 2010-07-24  Dan Nicolaescu  <address@hidden>
 
-       * update-game-score.c (usage):  Add NO_RETURN specifier.
+       * update-game-score.c (usage): Add NO_RETURN specifier.
        * movemail.c (fatal, pfatal_with_name, pfatal_and_delete):
        * make-docfile.c (fatal):
        * hexl.c (usage):

=== modified file 'lisp/ChangeLog.1'
--- a/lisp/ChangeLog.1  2010-07-24 11:53:19 +0000
+++ b/lisp/ChangeLog.1  2010-07-29 02:42:53 +0000
@@ -173,7 +173,7 @@
 
 1986-03-15  Bill Rozas  (address@hidden)
 
-       * scheme.el: (scheme-zap-name) Uses expand-file-name to obtain an
+       * scheme.el (scheme-zap-name): Uses expand-file-name to obtain an
        absolute pathname.
 
 1986-03-15  Richard M. Stallman  (address@hidden)
@@ -184,7 +184,7 @@
 
 1986-03-13  Bill Rozas  (address@hidden)
 
-       * scheme.el: (scheme-zap-name) change it back to fromedit.zap
+       * scheme.el (scheme-zap-name): Change it back to fromedit.zap
        since that is where scheme expects it and it is too much work to
        change scheme right now.  This interface is obsolete anyway, but
        some people (athena) still use it.
@@ -384,7 +384,7 @@
        * info.el (Info-find-node):
        Fix braino.
        Also, allow abbreviations for node names.
-       Info-tagify:  insert tags in forward order so that
+       (Info-tagify): Insert tags in forward order so that
        an abbrev finds the textually first possibility rather than the
        last.
 
@@ -570,7 +570,7 @@
 
 1986-01-18  Richard M. Stallman  (address@hidden)
 
-       * doctor.el:  Fix typo "symtoms".
+       * doctor.el: Fix typo "symtoms".
 
 1986-01-10  Richard Mlynarik  (address@hidden)
 
@@ -660,7 +660,7 @@
 1985-12-27  Richard Mlynarik  (address@hidden)
 
        * view.el:
-       Various:  Fix cases of "view" => "View" which were missed.  Damn.
+       Various: Fix cases of "view" => "View" which were missed.  Damn.
 
 1985-12-27  Richard M. Stallman  (address@hidden)
 
@@ -917,7 +917,7 @@
        * files.el (normal-mode):
        New command to choose major mode automatically.
 
-       * inc-vers.el:  Renamed from inc-version.el
+       * inc-vers.el: Renamed from inc-version.el
        for file name length reasons.
 
        * term/*.el: terminal-specific files found here now.
@@ -1137,7 +1137,7 @@
 
 1985-11-27  Richard Mlynarik  (address@hidden)
 
-       * rnews.el: (news-mode, news-set-mode-line):
+       * rnews.el (news-mode, news-set-mode-line):
        Get rid of news-mode-group-string.
 
        * rnews.el (news-unsubscribe-internal):
@@ -1614,7 +1614,7 @@
 
 1985-10-17  Richard Mlynarik  (address@hidden)
 
-       * rnews.el: (news-save-item-in-file)
+       * rnews.el (news-save-item-in-file):
        Append to file, rather than overwriting.
 
        * isearch.el
@@ -2521,10 +2521,10 @@
        No, this directory is added automatically to the path
        used by call-process.  It should have worked before. - RMS
 
-       * loaddefs.el:  C-z -> C-c in documentation for mail.
+       * loaddefs.el: C-z -> C-c in documentation for mail.
        autoload report-emacs-bug from emacsbug.el.
 
-       * emacsbug.el:  New file.  Reports bugs with version info.
+       * emacsbug.el: New file.  Reports bugs with version info.
 
        * helper.el (Helper-describe-bindings):
        Make it describe local bindings faster by binding global map to
@@ -2532,7 +2532,7 @@
 
        * lisp-mode.el: First form of prog1 is distinguished.
 
-       * loaddefs.el: autoload functions from chistory.el and echistory.el.
+       * loaddefs.el: Autoload functions from chistory.el and echistory.el.
 
        * chistory.el:
        New file containing two alternatives to `repeat-complex-command'
@@ -2585,10 +2585,10 @@
 
 1985-06-11  K. Shane Hartman  (address@hidden)
 
-       * ebuff-menu.el:  Make M-C-v scroll-other-window instead of
+       * ebuff-menu.el: Make M-C-v scroll-other-window instead of
        scroll-down.  Make M-v scroll-down.
 
-       * ebuff-menu.el, echistory.el:  Made them use electric.
+       * ebuff-menu.el, echistory.el: Made them use electric.
 
        * electric.el:
        New module for packages that retain control until some event
@@ -2600,7 +2600,7 @@
        Made it use helper.el.  Remove kill-ring-save stuff pending use of
        new winning prin1-to-string for minibuffer hacking.
 
-       * view.el:  Made it use helper.el.
+       * view.el: Made it use helper.el.
 
        * helper.el:
        New module for packages which want to do help without giving up
@@ -2802,7 +2802,7 @@
 
 1985-06-01  K. Shane Hartman  (address@hidden)
 
-       * loaddefs.el:  Update documentation for rmail.
+       * loaddefs.el: Update documentation for rmail.
 
        * lisp-mode.el (calculate-lisp-indent):
        Asked (fboundp 'lisp-indent-hook).  Right question is boundp.
@@ -2856,7 +2856,7 @@
        Skip strings, comments, char constants.
        Find symbols even if they have no letters in them.
 
-       * mlsupport.el:  Insert symbol-value call in use-local-map.
+       * mlsupport.el: Insert symbol-value call in use-local-map.
        Handle key codes > 127 in local-bind-to-key.
        Write ml-modify-syntax-entry.
 
@@ -3165,7 +3165,7 @@
 1985-05-16  K. Shane Hartman  (address@hidden)
 
        * dired.el: Put dired-rename-file, dired-copy file-on keys.  Make
-       them change buffer if appropriate.  Put dired-mark-backup-files,
+       them change buffer if appropriate.  Put dired-mark-backup-files,
        dired-mark-temp-files on keys.  Eliminate possibility of looping
        at last line in dired-repeat-over-filenames.
 
@@ -3194,53 +3194,56 @@
        replace loop so that replacing continues after moving back to
        previous.
 
-       * add-log.el: add prefix arg to add-change-log-entry so will
+       * add-log.el: Add prefix arg to add-change-log-entry so will
        prompt for information if desired.  If there is an entry for today,
        make sure login-name is same before using it, else make new entry.
        Use auto-fill-mode.
 
 1985-05-12  Richard M. Stallman  (address@hidden)
 
-       * lisp-mode.el: defined lisp-mode-commands, lisp-mode-variables.
+       * lisp-mode.el: Defined lisp-mode-commands, lisp-mode-variables.
        Added external-lisp-mode.
        Made doc strings mention mode hook variables.
 
-       * shell.el: defined functions `lisp' and `inferior-lisp-mode'.
+       * shell.el: Defined functions `lisp' and `inferior-lisp-mode'.
        Renamed shell-send-defun... to lisp-send-defun...
        and made them use process "lisp", buffer *lisp*.
 
-       * text-mode.el: made indented-text-mode not call text-mode.
+       * text-mode.el: Made indented-text-mode not call text-mode.
        Made doc strings mention mode hook variables.
 
        * c-mode.el: Made doc strings mention mode hook variables.
 
-       * add-log.el
+       * add-log.el:
        Change format used for change log entries.
        Select indented-text-mode for the change log file.
 
 1985-05-12  K. Shane Hartman  (address@hidden)
-       simple.el: suppress matching close paren if preceded
+
+       * simple.el: Suppress matching close paren if preceded
                by char syntax \.
-       mim-mode.el: flush private paren blinker in favor of default.
-       add-log.el: change mode-string to mode-name so reflected in
+       * mim-mode.el: Flush private paren blinker in favor of default.
+       * add-log.el: Change mode-string to mode-name so reflected in
                mode-line.  change \\W to \\sW when looking for place to add.
 
 1985-05-12  Richard M. Stallman  (address@hidden)
-       simple.el: modified open-line to insert newlines before
+
+       * simple.el: Modified open-line to insert newlines before
                an existing one before dot.  This makes better redisplay.
-       dired.el: Installed Shane's changes that allow user to choose
+       * dired.el: Installed Shane's changes that allow user to choose
                switches to use.
 
 1985-05-11  Richard M. Stallman  (address@hidden)
-       rmail.el: if given file name as argument,
+
+       * rmail.el: If given file name as argument,
                correctly displays one message of that file
                but does not try to get new mail.
-       simple.el: Fix what-line bug: line # too high by 1 if not at bol.
+       * simple.el: Fix what-line bug: line # too high by 1 if not at bol.
                Put in blink-matching-paren-distance,
                and check for wrong kinds of parens matching.
-       time.el: Put in display-time-day-and-date flag,
+       * time.el: Put in display-time-day-and-date flag,
                to display day and date in addition to the time.
-       startup.el: Call lisp-interaction-mode-hook if defined.
+       * startup.el: Call lisp-interaction-mode-hook if defined.
                Set current buffer variables from defaults
                in case user's init file has changed them.
 

=== modified file 'lisp/ChangeLog.14'
--- a/lisp/ChangeLog.14 2010-07-24 11:53:19 +0000
+++ b/lisp/ChangeLog.14 2010-07-29 02:42:53 +0000
@@ -640,7 +640,7 @@
 
 2009-04-11  Chong Yidong  <address@hidden>
 
-       * files.el (dir-locals-directory-cache):  Rename from
+       * files.el (dir-locals-directory-cache): Rename from
        dir-locals-directory-alist.  Change format to include
        the mtime of the directory-local variables file (Bug#2833).
        (dir-locals-set-directory-class): New arg mtime.  Store it in

=== modified file 'lisp/ChangeLog.9'
--- a/lisp/ChangeLog.9  2010-07-24 11:53:19 +0000
+++ b/lisp/ChangeLog.9  2010-07-29 02:42:53 +0000
@@ -1667,7 +1667,7 @@
        * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
        Don't include term/.
 
-       * mail/sc.el:  Moved to obsolete/.
+       * mail/sc.el: Moved to obsolete/.
 
 2001-08-14  Vinicius Jose Latorre  <address@hidden>
 
@@ -5547,7 +5547,7 @@
 
 2001-02-12  Dave Love  <address@hidden>
 
-       * international/latin1-disp.el:  Doc fixes.
+       * international/latin1-disp.el: Doc fixes.
        (latin1-display) <defgroup>: Add :link.
        (latin1-display) <function>: Set variable latin1-display.
 
@@ -5978,7 +5978,7 @@
 
        * shell.el (shell-write-history-on-exit): Make sure that we are in
        the shell buffer (M-x tex-file RET inserted the error message into
-       the TeX buffer).
+       the TeX buffer).
 
 2001-01-27  Eli Zaretskii  <address@hidden>
 
@@ -8747,7 +8747,7 @@
 2000-11-13  Miles Bader  <address@hidden>
 
        * textmodes/fill.el (skip-line-prefix): New function.
-       (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
+       (fill-region-as-paragraph, fill-region): Return the fill-prefix.
        (fill-paragraph): Don't leave point inside the fill-prefix.
        * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
        point inside the fill-prefix.
@@ -10795,7 +10795,7 @@
 2000-10-06  Dave Love  <address@hidden>
 
        * textmodes/fill.el (sentence-end-double-space)
-       (sentence-end-without-period):  Doc fix.
+       (sentence-end-without-period): Doc fix.
        (adaptive-fill-regexp): Purecopy.
        (unjustify-current-line): Use line-end-position.
        (fill-individual-paragraphs-prefix): Use line-beginning-position.
@@ -11871,7 +11871,7 @@
 
        * strokes.el: Sync with maintainer's current version with changes
        for Emacs, but avoid runtime cl and levents.
-       (toplevel):  Change autoloads and compilation requires.
+       (toplevel): Change autoloads and compilation requires.
        (strokes-version, strokes-bug-address, strokes-lift): Values
        changed.
        (strokes-xpm-header, strokes-insinuated): New variable.
@@ -11934,12 +11934,12 @@
 2000-09-14  Dave Love  <address@hidden>
 
        * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
-       toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
-       toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
-       toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
-       toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
-       toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
-       toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
+       * toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
+       * toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
+       * toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
+       * toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
+       * toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
+       * toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
        From Tuomas Kuosmanen <address@hidden>.  (Gnome icons fetched
        from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
 
@@ -14832,7 +14832,7 @@
        (comint-replace-by-expanded-history)
        (comint-get-old-input-default, comint-show-output)
        (comint-backward-matching-input, comint-forward-matching-input)
-       (comint-next-prompt, comint-previous-prompt):  Use field
+       (comint-next-prompt, comint-previous-prompt): Use field
        properties if comint-use-prompt-regexp-instead-of-fields is nil.
        (comint-line-beginning-position): New function.
        (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
@@ -18040,7 +18040,7 @@
        (help-xref-interned): Maybe insert face doc too.  Separate
        sections with a line of hyphens.
 
-       * faces.el:  Some doc fixes.  Declare some functions obsolete.
+       * faces.el: Some doc fixes.  Declare some functions obsolete.
        (describe-face): Add customize button.  Return the help
        text.  Fix prompt.
 
@@ -20406,7 +20406,7 @@
 
 2000-01-10  Ken Stevens  <address@hidden>
 
-       * ispell.el:  Only define dictionaries in menus when they exist.
+       * ispell.el: Only define dictionaries in menus when they exist.
        (version18p): New variable.
        (version20p): New variable.
        (xemacsp): New variable.

=== modified file 'lisp/gnus/ChangeLog.2'
--- a/lisp/gnus/ChangeLog.2     2010-07-24 11:53:19 +0000
+++ b/lisp/gnus/ChangeLog.2     2010-07-29 02:42:53 +0000
@@ -2603,7 +2603,7 @@
 
        * message.el (message-use-idna): Use mm-coding-system-p.
        (message-tokenize-header, message-make-organization)
-       (message-make-from):  Use with-temp-buffer.
+       (message-make-from): Use with-temp-buffer.
        (message-set-work-buffer): Deleted.
        (message-fill-paragraph): Use `if' not `and' for compiler warning.
        (message-check-news-header-syntax): Remove useless lambda.
@@ -5643,7 +5643,7 @@
 
 2003-01-12  Raymond Scholz  <address@hidden>
 
-       * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
+       * gnus-msg.el (gnus-confirm-mail-reply-to-news): May be a
        regexp or a function too.
        (gnus-confirm-treat-mail-like-news): New variable.  Ask for
        confirmation even if the original article is mail.
@@ -16855,7 +16855,7 @@
 
        * gnus-msg.el (gnus-summary-mail-forward): ???
 
-       * message.el (message-forward):  Move mime-to-mml here.
+       * message.el (message-forward): Move mime-to-mml here.
 
 2000-12-20 02:00:00  ShengHuo ZHU  <address@hidden>
 
@@ -17157,7 +17157,7 @@
 
        * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
        Put some defvars in eval-when-compile.
-       (gnus-intersection, gnus-sorted-complement):  Autoload.
+       (gnus-intersection, gnus-sorted-complement): Autoload.
 
        * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
 
@@ -17329,7 +17329,7 @@
 
        * qp.el (mm-decode-coding-region, mm-encode-coding-region):
        Autoload.
-       (quoted-printable-decode-region):  Rename arg which confused
+       (quoted-printable-decode-region): Rename arg which confused
        charset with coding-system.  Don't use nonascii-insert-offset.
        Coding-system encode the region initially.  Don't recognize `=='
        as valid QP.  Coding-system decode the region finally.
@@ -17384,7 +17384,7 @@
 
 2000-09-29  Gerd Moellmann  <address@hidden>
 
-       * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
+       * smiley-ems.el (smiley-update-cache): Use `:ascent center'.
 
 2000-09-21  Dave Love  <address@hidden>
 
@@ -18036,7 +18036,7 @@
        * gnus-art.el (gnus-mime-display-part): Show MIME security button.
        (gnus-insert-mime-security-button): New function.
        * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
-       * mml2015.el:  Add security info when verify or decrypt.
+       * mml2015.el: Add security info when verify or decrypt.
        * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
        (mm-uu-pgp-encrypted-extract): Ditto.
 
@@ -18433,7 +18433,7 @@
        (mm-dissect-multipart): Use it.
        * mml2015.el (mml2015-fix-micalg): New function.
        (mml2015-decrypt): Use new interface.
-       (mml2015-verify):  Use new interface.
+       (mml2015-verify): Use new interface.
        (mml2015-setup): Make it bogus.
 
 2000-10-28 16:54:45  ShengHuo ZHU  <address@hidden>

=== modified file 'lisp/mh-e/ChangeLog.1'
--- a/lisp/mh-e/ChangeLog.1     2010-07-24 11:53:19 +0000
+++ b/lisp/mh-e/ChangeLog.1     2010-07-29 02:42:53 +0000
@@ -333,9 +333,9 @@
        Synced with manual.
        (mh-junk-program): Use double-quotes on non-symbols.
 
-       * mh-pick.el: (mh-search-folder): Synced docstrings with manual.
+       * mh-pick.el (mh-search-folder): Synced docstrings with manual.
 
-       * mh-index.el: (mh-index-search, mh-pick-execute-search)
+       * mh-index.el (mh-index-search, mh-pick-execute-search)
        (mh-grep-execute-search, mh-mairix-execute-search)
        (mh-swish-execute-search, mh-swish++-execute-search)
        (mh-namazu-execute-search): Synced docstrings with manual. Note
@@ -659,13 +659,13 @@
 
        * mh-mime.el (mh-display-with-external-viewer): Checkdoc fixes.
 
-       * mh-identity.el: (mh-identity-attribution-verb-end): Stripped
+       * mh-identity.el (mh-identity-attribution-verb-end): Stripped
        trailing space; checkdoc fixes.
 
        * mh-e.el (mh-restore-desktop-buffer): Checkdoc fixes.
 
-       * mh-customize.el: (mh-inc-spool-list,
-       mh-compose-forward-as-mime-flag, defcustom): Stripped trailing
+       * mh-customize.el (mh-inc-spool-list)
+       (mh-compose-forward-as-mime-flag, defcustom): Stripped trailing
        space; checkdoc fixes.
 
        * mh-comp.el (mh-reply): Stripped trailing space.
@@ -794,7 +794,7 @@
 
        Merged in 7.4.4 changes, described below.
 
-       * mh-e.el (Version, mh-version):  Set to 7.4.4+cvs.
+       * mh-e.el (Version, mh-version): Set to 7.4.4+cvs.
 
 2004-07-10  Bill Wohler  <address@hidden>
 
@@ -1214,7 +1214,7 @@
        * mh-loaddefs.el: Regenerated.
 
        * mh-index.el (mh-indexer-choices): Remove option for the non-free
-       glimpse indexer (closes SF #831276).
+       glimpse indexer (closes SF #831276).
        (mh-glimpse-binary, mh-glimpse-directory)
        (mh-glimpse-execute-search, mh-glimpse-next-result): Functions
        and variables to implement glimpse support are removed.
@@ -1819,7 +1819,7 @@
 
 2003-08-19  Bill Wohler  <address@hidden>
 
-       * mh-seq.el: (mh-edit-pick-expr): Renamed from mh-read-pick-regexp
+       * mh-seq.el (mh-edit-pick-expr): Renamed from mh-read-pick-regexp
        since the new name is more indicative of what the function does.
        Prompt now says "Pick expression" instead of "Pick regexp".
        (mh-narrow-to-subject): Rewrote function to behave like other
@@ -1980,7 +1980,7 @@
        * mh-comp.el (mh-send-letter): Go to the top of the draft so that
        the user can see which header fields have been inserted. I think
        this is more important than leaving point alone or going to the
-       end to see the signature since Mail-Followup-To or Bcc or cc could
+       end to see the signature since Mail-Followup-To or Bcc or cc could
        have some deleterious effects.
 
        * mh-customize.el (mh-auto-fields-prompt-flag): New variable.
@@ -2197,7 +2197,7 @@
        * mh-comp.el (mh-extract-rejected-mail, mh-letter-mode-message):
        Ditto.
 
-       * mh-e.el (mh-refile-a-msg):  Ditto.
+       * mh-e.el (mh-refile-a-msg): Ditto.
 
        * mh-funcs.el (mh-undo-folder): Ditto.
 
@@ -2509,7 +2509,7 @@
 
 2003-07-28  Peter S Galbraith  <address@hidden>
 
-       * mh-comp.el (mh-insert-letter):  Remove `mh-visible-headers'
+       * mh-comp.el (mh-insert-letter): Remove `mh-visible-headers'
        operation.
 
        * mh-mime.el (mh-mm-inline-message): Same.
@@ -2697,7 +2697,7 @@
 
 2003-06-24  Bill Wohler  <address@hidden>
 
-       * mh-e.el (Version, mh-version):  Set to 7.4.1+cvs.
+       * mh-e.el (Version, mh-version): Set to 7.4.1+cvs.
 
 2003-06-25  Bill Wohler  <address@hidden>
 
@@ -2719,7 +2719,7 @@
 
 2003-06-24  Bill Wohler  <address@hidden>
 
-       * mh-e.el (Version, mh-version):  Set to 7.4+cvs.
+       * mh-e.el (Version, mh-version): Set to 7.4+cvs.
 
 2003-06-24  Bill Wohler  <address@hidden>
 
@@ -2763,7 +2763,7 @@
        replacement text.
        (mh-index-parse-search-regexp): Preserve case of search terms.
        This is needed to take advantage of the acronym indexing in
-       swish++ (closes SF #755718).
+       swish++ (closes SF #755718).
 
 2003-06-13  Satyaki Das  <address@hidden>
 
@@ -4106,7 +4106,7 @@
 
 2003-04-06  Bill Wohler  <address@hidden>
 
-       * mh-comp.el (mh-forward):  Updated docstrings to indicate that a
+       * mh-comp.el (mh-forward): Updated docstrings to indicate that a
        list of messages is acceptable as well.
 
        * mh-e.el (mh-delete-msg, mh-delete-msg-no-motion, mh-refile-msg)
@@ -4198,7 +4198,7 @@
 
 2003-04-04  Peter S Galbraith  <address@hidden>
 
-       * mh-e.el (mh-folder-from-address):  Minor Fix.  Wrong ending of
+       * mh-e.el (mh-folder-from-address): Minor Fix.  Wrong ending of
        `when' block.
 
 2003-04-04  Satyaki Das  <address@hidden>
@@ -5383,7 +5383,7 @@
 
        * import-emacs: MH-E now has its own directory in Emacs.
 
-       * mh-e.el: (mh-version): Set to 7.2+cvs.
+       * mh-e.el (mh-version): Set to 7.2+cvs.
 
 2003-02-03  Bill Wohler  <address@hidden>
 
@@ -6883,7 +6883,7 @@
        * mh-e.el (mh-add-cur-notation): New function to mark the
        current message with the mh-note-cur character.
        (mh-get-new-mail): Use mh-add-cur-notation to undo the work of
-       mh-remove-cur-notation if there was no new mail (closes SF #647681).
+       mh-remove-cur-notation if there was no new mail (closes SF #647681).
 
        * mh-e.el (mh-set-cmd-note): Do not update the default mh-cmd-note
        value (closes SF #643701).
@@ -7247,7 +7247,7 @@
 
 2002-11-13  Mark D. Baushke  <address@hidden>
 
-       * mh-identity.el (mh-insert-identity):  A value of either nil or
+       * mh-identity.el (mh-insert-identity): A value of either nil or
        "" should cause the field to be removed.
        (mh-identity-list): Update the docstring.
 
@@ -7911,7 +7911,7 @@
        (mh-folder-font-lock-subject): Adapt to new mh-scan-subject-regexp.
        * mh-seq.el (mh-subject-to-sequence): Ditto.
 
-       * mh-e.el (mh-folder-sequence-menu):  Remove "Toggle Subject
+       * mh-e.el (mh-folder-sequence-menu): Remove "Toggle Subject
        Thread" from menu.   mh-toggle-threads is in the Folder menu.
 
        * mh-e.el (mh-folder-sequence-menu): Minor menu text edits.
@@ -8250,7 +8250,7 @@
        (mh-thread-generate-scan-lines): Renamed dupl-p as dupl-flag.
        This addresses part of SF #627015.
 
-       * mh-index.el (mh-index-advance):  Renamed backward-p
+       * mh-index.el (mh-index-advance): Renamed backward-p
        local variable as backward-flag.
        (mh-index-next-button): Renamed backward-p
        argument as backward-flag.
@@ -9217,7 +9217,7 @@
        decide how many buttons to use for replying.
 
        * mh-mime.el (mh-file-mime-type-substitutions)
-       (mh-file-mime-type-substitute):  Fix typos and doc strings.
+       (mh-file-mime-type-substitute): Fix typos and doc strings.
 
 2002-09-30  Peter S Galbraith  <address@hidden>
 
@@ -9321,7 +9321,7 @@
 2002-08-19  Peter S Galbraith  <address@hidden>
 
        * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm,
-       * reply-all.xpm, reply-all.pbm:  New icons for various reply methods.
+       * reply-all.xpm, reply-all.pbm: New icons for various reply methods.
        * mh-e.el (mh-folder-tool-bar-map): Split reply button into three
        that won't prompt for "from", "to" and "all".
        * mh-comp.el (mh-reply): Put variable reply-to in the interactive
@@ -9760,13 +9760,13 @@
        to `mh-mml-to-mime' in `mh-send-letter'.
        (mh-mml-secure-message-sign-pgpmime): New function.
        Front end to mml-secure-message-sign-pgpmime.
-       (mh-mml-secure-message-encrypt-pgpmime):  New function.
+       (mh-mml-secure-message-encrypt-pgpmime): New function.
        Front end to mml-secure-message-encrypt-pgpmime.
 
        * mh-comp.el (mh-send-letter): automatic call to `mh-mml-to-mime'
        if mh-mml-compose-insert-p is set.
        (mh-letter-mode-map): Add keys for new mh-mime functions above.
-       * mh-comp.el:  Added autoloads for new mh-mime functions above.
+       * mh-comp.el: Added autoloads for new mh-mime functions above.
 
 2002-06-17  Peter S Galbraith  <address@hidden>
 
@@ -10501,7 +10501,7 @@
        * mh-comp.el: Require mh-e and easymenu, moved autoloads to top of
        file.
 
-       * Makefile: (EMACS): New constant to hold emacs calling sequence.
+       * Makefile (EMACS): New constant to hold emacs calling sequence.
        (install): Renamed to install-emacs.
        (compile): New target to compile all files.
        (dist): Make dependent on compile.
@@ -10738,7 +10738,7 @@
 
 2001-11-29  Jeffrey C Honig  <address@hidden>
 
-       * mh-utils.el: (mh-find-progs): Change mh-find-progs to rely on
+       * mh-utils.el (mh-find-progs): Change mh-find-progs to rely on
        the existence of mhparam.  The location of mhparam is used to find
        `mh-progs'.  It uses the libdir and etcdir to find the
        `mh-lib-progs' and `mh-lib' directories.  If etcdir doesn't return
@@ -10795,7 +10795,7 @@
        set mh-page-to-next-msg-p to t. The second time the end of page is
        hit, go to the next message.
 
-       * mh-utils.el: (mh-show-msg): Initialize mh-page-to-next-msg-p to
+       * mh-utils.el (mh-show-msg): Initialize mh-page-to-next-msg-p to
        nil.
 
 2001-11-27  Bill Wohler  <address@hidden>
@@ -11004,8 +11004,8 @@
 2001-11-20  Peter S Galbraith  <address@hidden>
 
        * mh-comp.el (mh-letter-mode): Make font-lock-defaults a local variable
-       * mh-e.el (mh-folder-mode):  Same.
-       * mh-utils.el (mh-show-mode):  Same.
+       * mh-e.el (mh-folder-mode): Same.
+       * mh-utils.el (mh-show-mode): Same.
 
        * mh-e.el (mh-scan-msg-num-regexp): Delete variable and replace
        with mh-good-msg-regexp.
@@ -11279,7 +11279,7 @@
        * mh-e.el (mh-refile-msg): Mark messages in region for refiling if
        mark is active and in transient-mark-mode.
        * mh-e.el (mh-undo): Undo message marks for refile or deletion if
-       region if mark is active and in transient-mark-mode.
+       region if mark is active and in transient-mark-mode.
 
 2001-11-06  Peter S Galbraith  <address@hidden>
 

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-28 17:34:51 +0000
+++ b/src/ChangeLog     2010-07-29 02:42:53 +0000
@@ -5,7 +5,7 @@
 
        * xdisp.c (Qtext_image_horiz): Define.
        (syms_of_xdisp): Initialize Qtext_image_horiz.  Add text-image-horiz
-       to ducumentation of tool-bar-style.
+       to documentation of tool-bar-style.
 
        * lisp.h (Qtext_image_horiz): Declare.
 

=== modified file 'src/ChangeLog.2'
--- a/src/ChangeLog.2   2010-07-24 11:53:19 +0000
+++ b/src/ChangeLog.2   2010-07-29 02:42:53 +0000
@@ -683,7 +683,7 @@
        (That `select' saw something on channel 0 doesn't mean it is
        kbd input; it could be an expose event.)
 
-       * keyboard.c (read_avail_input) [FIONREAD]:  Now static.
+       * keyboard.c (read_avail_input) [FIONREAD]: Now static.
        New arg specifies value of NREAD;
        if it is nonzero, don't call get_input_pending to get it.
        Use kbd_buffer_store_char to put chars into kbd_buffer.
@@ -1210,7 +1210,7 @@
        Remove #ifndef VMS around the sleep when buffer is full.
        * s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use.
 
-       * fileio.c (file_name_as_directory) [VMS]:  Fix 3rd arg to strncmp.
+       * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp.
 
 1987-07-17  Paul Rubin  (address@hidden)
 
@@ -1323,7 +1323,7 @@
 
 1987-06-09  Richard M. Stallman  (address@hidden)
 
-       * syntax.c: (scan_lists): Clear mathexit on 2nd math-char in a pair.
+       * syntax.c (scan_lists): Clear mathexit on 2nd math-char in a pair.
 
 1987-06-08  Richard M. Stallman  (address@hidden)
 
@@ -1442,7 +1442,7 @@
        Turn on call to vmserrstr.
        * sysdep.c (vmserrstr) [VMS]: Define this function.
 
-       * process.c (create_process) [IRIS]:  Don't open the pty's tty
+       * process.c (create_process) [IRIS]: Don't open the pty's tty
        in the parent process.  Open only once, in the child.
 
        * xdisp.c (redisplay_window): If window-start points nowhere,
@@ -1544,8 +1544,8 @@
 
 1987-05-05  Richard Mlynarik  (address@hidden)
 
-       * m-irist.h:  New version from address@hidden
-       * s-iris3-5.h:  New file.  (s-usg5-2 with additions)
+       * m-irist.h: New version from address@hidden
+       * s-iris3-5.h: New file.  (s-usg5-2 with additions)
 
        * keyboard.c:
        IRIS, like HPUX, #defines but does not implement FIONREAD.
@@ -1566,7 +1566,7 @@
        Fcopy_file, Fset_file_modes: Don't use un*x modes if
        env var USE_DOMAIN_ACLS is set.
        Fset_file_modes: utimes fix.
-       Finsert_file_contents:  Must do fstat after open for Apollo.
+       Finsert_file_contents: Must do fstat after open for Apollo.
 
        * emacs.c (main): (APOLLO from lnz):
        Don't use un*x modes if env var USE_DOMAIN_ACLS set.
@@ -1675,7 +1675,7 @@
 
 1987-03-20  Richard Mlynarik  (address@hidden)
 
-       * filemode.c:  Hacks for set-uid/gid but not executable.
+       * filemode.c: Hacks for set-uid/gid but not executable.
 
 1987-03-20  Richard M. Stallman  (address@hidden)
 
@@ -1966,7 +1966,7 @@
 
 1987-02-22  Richard M. Stallman  (address@hidden)
 
-       * dispnew.c (Fopen_termscript):  Close existing termscript
+       * dispnew.c (Fopen_termscript): Close existing termscript
        file before trying to open a new one.  Report open failure
        with report_file_error.
 
@@ -2071,7 +2071,7 @@
 
 1987-02-10  Richard Mlynarik  (address@hidden)
 
-       * xfns.c (Fx_get_default):  Add (unsigned char *) cast.
+       * xfns.c (Fx_get_default): Add (unsigned char *) cast.
 
        * window.c: typo.
 
@@ -2853,7 +2853,7 @@
        local variables for more register decls.  Compute
        and pass `envlen' arg to child_setup.
 
-       * process.c (create_process):  Compute and pass `envlen' arg
+       * process.c (create_process): Compute and pass `envlen' arg
        to child_setup.
 
        * xterm.c (x_term_init): Don't call XPopUpWindow at all.
@@ -3998,7 +3998,7 @@
        * editfns.c (Fuser_uid, Fuser_real_uid):
        New functions that return values of geteuid and getuid system calls.
 
-       * dired.c (Ffile_attributes):  Value has additional element
+       * dired.c (Ffile_attributes): Value has additional element
        t iff file gid would change if Emacs deletes it and recreates it.
 
        * xdisp.c (display_mode_element):
@@ -4078,7 +4078,7 @@
        being unbound.  struct catchtag has two new fields,
        gcpro and pdlcount.
 
-       * eval.c (Fthrow, Fsignal):  Use unbind_catch before longjmp.
+       * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp.
 
        * eval.c (internal_catch): No need to restore anything
        from the catchtag after throw, because unbind_catch does it all.
@@ -4657,14 +4657,14 @@
 
        * fileio.c (Ffile_newer_than_file_p): New Lisp primitive.
 
-       * fileio.c (Ffile_exists_p):  this is now distinct from
+       * fileio.c (Ffile_exists_p): This is now distinct from
        Ffile_readable_p; it checks only for existence, not for
        readability.
 
        * editfns.c (Fgoto_char): Use new interactive code N.
 
-       * callint.c (Fcall_interactively): New code N
-       means use prefix argif have one, else read number from minibuffer.
+       * callint.c (Fcall_interactively): New code N means use
+       prefix arg if have one, else read number from minibuffer.
 
        * buffer.c (record_buffer):
        Don't use Frassq, Fmemq or Fdelq since their loops

=== modified file 'src/ChangeLog.5'
--- a/src/ChangeLog.5   2010-07-24 11:53:19 +0000
+++ b/src/ChangeLog.5   2010-07-29 02:42:53 +0000
@@ -176,7 +176,7 @@
 1995-06-12  Roland McGrath  <address@hidden>
 
        * mem-limits.h [_LIBC] (start_of_data): Define to &__data_start
-       for GNU libc.
+       for GNU libc.
 
 1995-06-11  Richard Stallman  <address@hidden>
 
@@ -227,7 +227,7 @@
        * xterm.c (x_get_keysym_name): New function.
        * keyboard.c (modify_event_symbol): Mask out high bits here,
        and only for certain purposes.  table_size now unsigned.
-       (modify_event_symbol) [HAVE_X_WINDOWS]: Use x_get_keysym_name.
+       (modify_event_symbol) [HAVE_X_WINDOWS]: Use x_get_keysym_name.
        (make_lispy_event): Don't mask high bits here.
        Supply -1 as table_size for system-specific keys.
 
@@ -316,9 +316,9 @@
        (Fexecute_extended_command, init_kboard, syms_of_keyboard):
        Undo Feb 28 change; prefix arg handling is now in Lisp code again.
 
-       * buffer.c: (syms_of_buffer): Doc fix.
+       * buffer.c (syms_of_buffer): Doc fix.
 
-       * buffer.c: (Fbuffer_disable_undo): Make this function interactive.
+       * buffer.c (Fbuffer_disable_undo): Make this function interactive.
 
 1995-06-07  Richard Stallman  <address@hidden>
 
@@ -335,7 +335,7 @@
        (ALL_CFLAGS): Insert $(TOOLKIT_DEFINES) here.
        * xfns.c (syms_of_xfns): Provide motif in Motif version.
 
-       * lisp.h: (Fwaiting_for_user_input_p): Function declared.
+       * lisp.h (Fwaiting_for_user_input_p): Function declared.
        (Fupcase_initials, Fupcase_initials_region): Likewise.
        (Fplist_get, get_local_map, Fx_popup_menu, Fx_popup_dialog): Likewise.
        (Fframe_first_window): Likewise.
@@ -849,7 +849,7 @@
 1995-05-07  Richard Stallman  <address@hidden>
 
        * process.c (wait_reading_process_input): Pass arg in new call to
-       set_waiting_for_input.
+       set_waiting_for_input.
 
        * xfns.c (Funfocus_frame): Check for live X frame.
 
@@ -1366,8 +1366,8 @@
 1995-04-11  Roland McGrath  <address@hidden>
 
        * process.c (create_process): Set PROCESS's tty_name to Qnil when
-       !PTY_FLAG, so Fprocess_tty_name returns nil for pipes as its
-       docstring says.
+       !PTY_FLAG, so Fprocess_tty_name returns nil for pipes as its
+       docstring says.
 
 1995-04-11  Richard Stallman  <address@hidden>
 
@@ -1764,12 +1764,12 @@
        * keyboard.c (kbd_buffer_get_event): Pass 0 for `insist' arg.
 
        * m/intel386.h (C_SWITCH_SYSTEM): Don't #undef or define it.
-       [SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead.
+       [SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead.
 
 1995-03-26  Germano Caronni  <address@hidden>
 
        * ralloc.c (r_re_alloc): Correct realloc behavior--allow shrinking
-       of blocks while reallocating, if shrinking by more than one page.
+       of blocks while reallocating, if shrinking by more than one page.
        (relocate_blocs, resize_blocs): Added failsafe to protect future
        calling of these routines when in frozen state.
        (r_alloc_thaw): Added call to r_alloc_init.
@@ -1820,7 +1820,7 @@
        * m/sparc.h: Don't include alloca.h if NOT_C_CODE.
 
        * m/mips-siemens.h (UNEXEC): Override the definition.
-       (LIBS_DEBUG, ORDINARY_LINK): Add #undefs.
+       (LIBS_DEBUG, ORDINARY_LINK): Add #undefs.
 
 1995-03-22  Karl Heuer  <address@hidden>
 
@@ -2334,7 +2334,7 @@
 
 1995-02-14  Richard Stallman  <address@hidden>
 
-       * filelock.c: (unlock_buffer, unlock_all_files, Flock_buffer)
+       * filelock.c (unlock_buffer, unlock_all_files, Flock_buffer)
        (Funlock_buffer): Use buffer's file_truename, not filename.
 
        * buffer.c (syms_of_buffer): Set up Lisp var buffer-file-truename.
@@ -3107,7 +3107,7 @@
 
        * lisp.h (enum Lisp_Type): Lisp_Process, Lisp_Window, Lisp_Frame,
        Lisp_Subr deleted.
-       (PSEUDOVECTORP, GC_PSEUDOVECTORP):  Add paren for proper nesting.
+       (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting.
        (PROCESSP, GC_PROCESSP, XSETPROCESS): Rewrite to use pseudovectors.
        (WINDOWP, GC_WINDOWP, XSETWINDOW): Likewise.
        (FRAMEP, GC_FRAMEP): Likewise.
@@ -3461,7 +3461,7 @@
 
 1994-11-19  Francesco Potortì  <address@hidden>
 
-       * lisp.h: (running_asynch_code): New global flag.
+       * lisp.h (running_asynch_code): New global flag.
        * emacs.c (running_asynch_code): New global flag.
        (main): Initialise it.
        * process.c (read_process_output, exec_sentinel): Set and
@@ -3493,7 +3493,7 @@
 
 1994-11-17  Karl Heuer  <address@hidden>
 
-       * lisp.h: (enum Lisp_Misc_Type): Rename Lisp_Vector to
+       * lisp.h (enum Lisp_Misc_Type): Rename Lisp_Vector to
        Lisp_Vectorlike.  Mark Lisp_Window_Configuration as obsolete.
        (PSEUDOVECTOR_FLAG, PSEUDOVECTOR_SIZE_MASK, PVEC_BUFFER,
        PVEC_PROCESS, PVEC_FRAME, PVEC_COMPILED, PVEC_WINDOW,
@@ -3645,7 +3645,7 @@
 
 1994-11-14  Karl Heuer  <address@hidden>
 
-       * lisp.h: (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.
+       * lisp.h (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.
        (enum Lisp_Type): Delete the corresponding enumeration from here.
        (struct Lisp_Overlay): New structure.
        (XOVERLAY, OVERLAYP): Access the new structure.
@@ -3711,7 +3711,7 @@
 
 1994-11-11  Karl Heuer  <address@hidden>
 
-       * lisp.h: (enum Lisp_Misc_Type): Add new enumerations
+       * lisp.h (enum Lisp_Misc_Type): Add new enumerations
        Lisp_Misc_Buffer_Local_Value and Lisp_Misc_Some_Buffer_Local_Value.
        (enum Lisp_Type): Delete the corresponding enumerations from here.
        (struct Lisp_Buffer_Local_Value): New structure.
@@ -3798,7 +3798,7 @@
        * xfns.c (Fx_list_fonts): Don't bother to retrieve font info when
        there's no size_ref to compare it against.
 
-       * editfns.c: (Fdecode_time): Fix Lisp_Object vs. integer problems.
+       * editfns.c (Fdecode_time): Fix Lisp_Object vs. integer problems.
        Don't use tm_gmtoff; it's not portable.
 
        * lisp.h: Leave DEVICE_SEP undefined by default.
@@ -3955,7 +3955,7 @@
        Use the return value of child_setup to get the child's pid;
        don't call vfork etc. explicitly.
 
-       * callproc.c [WINDOWSNT]: Add includes.  Define NOMINMAX, _P_NOWAIT.
+       * callproc.c [WINDOWSNT]: Add includes.  Define NOMINMAX, _P_NOWAIT.
        (Vbinary_process_input, Vbinary_process_output)
        (Qbuffer_file_type): Test DOS_NT, not MSDOS.
        (syms_of_callproc): Test DOS_NT, not MSDOS.
@@ -4367,7 +4367,7 @@
        (the_x_screen): Variable moved here.
        (syms_of_xterm): Staticpro parts of the_x_screen.
        * xfns.c (Fx_open_connection): Get dpyinfo from x_term_init.
-       Don't set up atoms, xrdb here.  Pass name as Lisp_Object.
+       Don't set up atoms, xrdb here.  Pass name as Lisp_Object.
        (the_x_screen): Variable moved to xterm.c.
        (syms_of_xfns): Don't staticpro it here.
 
@@ -4511,7 +4511,7 @@
 
 1994-10-19  Karl Heuer  <address@hidden>
 
-       * search.c: (searchbufs): New variable, replaces searchbuf and
+       * search.c (searchbufs): New variable, replaces searchbuf and
        last_regexp and search_fastmap.
        (syms_of_search): Initialize it.
        (searchbuf_head): New variable.
@@ -4597,7 +4597,7 @@
        * frame.h [!MULTI_FRAME]: We give up having selected_frame be
        an always-zero integer variable.  From now on it will be a
        pointer to a `struct frame' just like in the MULTI_FRAME case.
-       (selected_frame, last_nonminibuf_frame): use FRAME_PTR, not EMACS_INT.
+       (selected_frame, last_nonminibuf_frame): use FRAME_PTR, not EMACS_INT.
        (XFRAME): Redefine to use the_only_frame.
        (XSETFRAME): Define to set Lisp value.
        (WINDOW_FRAME): Redefine to return Lisp value.
@@ -4640,7 +4640,7 @@
        (the_only_x_display, x_current_display) [!HAVE_X_WINDOWS]: New
        variables.
 
-       * msdos.h: (XFontStruct, GC, Pixmap, Display, Window) [MSDOS_NO_X]:
+       * msdos.h (XFontStruct, GC, Pixmap, Display, Window) [MSDOS_NO_X]:
        Dummy types.
        (struct face, FACE_HAS_GC, FACE_GC, FACE_FOREGROUND, FACE_BACKGROUND,
        FACE_FONT, FACE_STIPPLE, FACE_UNDERLINE_P) [MSDOS_NO_X]: Define like
@@ -4937,7 +4937,7 @@
        (struct Lisp_Free): New structure.
        (Lisp_Misc_Free): Type code for that structure.
        * buffer.h (OVERLAY_POSITION): Marker assert now tests substructure.
-       * alloc.c: (MARKER_BLOCK_SIZE, marker_block, marker_free_list):
+       * alloc.c (MARKER_BLOCK_SIZE, marker_block, marker_free_list):
        Now refers to the superset type, not just markers.
        (allocate_misc): New function, extracted from Fmake_marker.
        (Fpurecopy): Check the substructure.
@@ -5185,7 +5185,7 @@
 
 1994-10-02  Paul Reilly  <address@hidden>
 
-       * xfns.c: (HACK_EDITRES): Declare if using X11R5.
+       * xfns.c (HACK_EDITRES): Declare if using X11R5.
        (widget_id_tick): New variable.
        (x_any_window_to_frame): Use lw_window_is_in_menubar for
        widget set independence.
@@ -7039,7 +7039,7 @@
 
 1994-06-07  Richard Stallman  (address@hidden)
 
-       * mips-siemens.h:  Include pyramid.h, not mips.h.
+       * mips-siemens.h: Include pyramid.h, not mips.h.
        (LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted.
        (NO_ARG_ARRAY, HAVE_ALLOCA): Defined.
        (BROKEN_FIONREAD): Add #undef.

=== modified file 'src/ChangeLog.9'
--- a/src/ChangeLog.9   2010-07-24 11:53:19 +0000
+++ b/src/ChangeLog.9   2010-07-29 02:42:53 +0000
@@ -319,7 +319,7 @@
 
        * lisp.h (Ftop_level): Add prototype.
 
-       * xterm.c: (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
+       * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
        (XTread_socket): Improve style of comments to follow other
        comments.
 
@@ -1496,7 +1496,7 @@
        * coding.c (setup_coding_system): Don't do any designation based
        on reg_bits if charset is not yet defined.
 
-       * lisp.h (XVECTOR): Verify correct object type before returning a
+       * lisp.h (XVECTOR): Verify correct object type before returning a
        pointer, using eassert.
 
 2001-07-17  Gerd Moellmann  <address@hidden>
@@ -1752,7 +1752,7 @@
        creating the directory might signal an error, and leaves
        Emacs in a strange state.
 
-       * term.c: (tty_cursor_hidden): New variable.
+       * term.c (tty_cursor_hidden): New variable.
        (update_begin): Don't call tty_hide_cursor.  Clean up.
        (update_end, set_terminal_window, set_scroll_region): Clean up.
        (ring_bell, reset_terminal_modes): Clean up.
@@ -3109,7 +3109,7 @@
 
        * w32term.c (w32_encode_char): Treat eight bit graphic and control
        characters the same as ASCII and latin-1.
-       (x_display_and_set_cursor): Check for the focus frame's selected
+       (x_display_and_set_cursor): Check for the focus frame's selected
        window instead of selected_window.
        (x_after_update_window_line): Don't clear if frame's internal
        border width is zero.
@@ -3896,7 +3896,7 @@
 
 2001-01-07  Dave Love  <address@hidden>
 
-       * keyboard.c (Fread_key_sequence_vector):  Avoid newline in
+       * keyboard.c (Fread_key_sequence_vector): Avoid newline in
        arglist, for documentation's sake.
 
 2001-01-06  Andrew Innes  <address@hidden>
@@ -4180,7 +4180,7 @@
        what's displayed in the window.
 
        * xdisp.c (try_window_reusing_current_matrix)
-       <new start <= old start>:  Disable rows in the current matrix
+       <new start <= old start>: Disable rows in the current matrix
        which are below the window after scrolling.
 
        * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
@@ -5004,7 +5004,7 @@
        the metrics of BDF fonts.
        (x_estimate_mode_line_height): If `mode-line' face
        hasn't a font, use that of the frame, as drawing glyphs does.
-       (note_mouse_highlight): Change the cursor shape on the vertical
+       (note_mouse_highlight): Change the cursor shape on the vertical
        border between windows [not enabled].
 
        * w32term.h (struct w32_output): Add member horizontal_drag_cursor.
@@ -5480,7 +5480,7 @@
        * lisp.h (pos_visible_p): Change prototype.
 
        * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
-       (CURRENT_HEADER_LINE_HEIGHT):  Look at current_mode_line_height
+       (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
        and current_header_line_height first.
        (current_mode_line_height, current_header_line_height):
        Declare extern.
@@ -6683,7 +6683,7 @@
        (create_offscreen_bitmap): New function.
        (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
 
-       * w32term.c (x_produce_glyphs):  If the distance from the current
+       * w32term.c (x_produce_glyphs): If the distance from the current
        position to the next tab stop is less than a canonical character
        width, use the tab stop after that.
        (x_draw_glyphs): Handle case START and END are out of bounds more
@@ -7536,7 +7536,7 @@
        CYCLE_CHECK arguments.
        (merge_face_vector_with_property, Finternal_merge_in_global_face)
        (lookup_named_face, lookup_derived_face, realize_named_face)
-       (face_at_string_position, face_at_buffer_position):  Supply
+       (face_at_string_position, face_at_buffer_position): Supply
        new F and CYCLE_CHECK arguments to merge_face_vectors.
        (merge_face_heights): New function.
        (merge_face_vectors, merge_face_vector_with_property)
@@ -7826,7 +7826,7 @@
        (x_compute_glyph_string_overhangs): Incomplete body removed, as
        the X way of doing this will not work for W32.
        (w32_intersect_rectangles): Removed. Use IntersectRect API call.
-       (x_draw_image_foreground):  Avoid drawing outside of the clip area
+       (x_draw_image_foreground): Avoid drawing outside of the clip area
        when image doesn't have a mask.
        (note_mouse_highlight): Process overlays in the right order of
        priority. Set help_echo_window.
@@ -10156,7 +10156,7 @@
        (encode_coding_string): Likewise.
 
        * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
-       <CCL_WriteMultibyteChar2>:  Handle charsets eight-bit-control and
+       <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
        eight-bit-graphic correctly.
 
 2000-05-24  Kenichi HANDA  <address@hidden>
@@ -12812,7 +12812,7 @@
        (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
        (xim_initialize, xim_close)
        [HAVE_X_I18N && HAVE_X11R6]: New functions.
-       (x_destroy_window) [HAVE_X_I18N]:  Call xic_destroy_frame.
+       (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
        (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
        (x_delete_display) [HAVE_X_I18N]: Call xim_close.
 
@@ -13029,7 +13029,7 @@
 
 2000-01-19  Dave Love  <address@hidden>
 
-       * lread.c: (syms_of_lread) [user-init-file]: Doc change.
+       * lread.c (syms_of_lread) [user-init-file]: Doc change.
 
 2000-01-18  Kenichi Handa  <address@hidden>
 


reply via email to

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