emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108345: Fix ChangeLog typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108345: Fix ChangeLog typos.
Date: Tue, 22 May 2012 20:31:19 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108345
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2012-05-22 20:31:19 +0200
message:
  Fix ChangeLog typos.
modified:
  doc/emacs/ChangeLog
  doc/misc/ChangeLog
  lisp/ChangeLog
  src/ChangeLog
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-05-22 03:35:14 +0000
+++ b/doc/emacs/ChangeLog       2012-05-22 18:31:19 +0000
@@ -167,7 +167,7 @@
        (Input Methods): Copyedits.  Use "^" for the postfix example,
        because it is less confusing inside Info's `quotes'.
 
-       * custom.texi (Specifying File Variables):  Fix "unibyte" description.
+       * custom.texi (Specifying File Variables): Fix "unibyte" description.
        Update for "Disabling Multibyte" node name change.
        * emacs.texi: Update for "Disabling Multibyte" node name change.
 

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-05-19 03:00:48 +0000
+++ b/doc/misc/ChangeLog        2012-05-22 18:31:19 +0000
@@ -642,7 +642,7 @@
        * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
        release 8.3.
        (Preface): Updated support information.
-       (From Bill Wohler): Reset text to original version. As a
+       (From Bill Wohler): Reset text to original version.  As a
        historical quote, the tense should be correct in the time that it
        was written.
 
@@ -659,11 +659,11 @@
 
 2011-08-15  Suvayu Ali  <address@hidden>  (tiny change)
 
-       * org.texi (Images in LaTeX export): rewrite.
+       * org.texi (Images in LaTeX export): Rewrite.
 
 2011-08-15  Bastien Guerry  <address@hidden>
 
-       * org.texi (Using the mapping API): mention 'region as a possible
+       * org.texi (Using the mapping API): Mention 'region as a possible
        scope for `org-map-entries'.
 
 2011-08-15  Carsten Dominik  <address@hidden>
@@ -672,7 +672,7 @@
 
 2011-08-15  Bastien Guerry  <address@hidden>
 
-       * org.texi (Template expansion): order template sequences in the
+       * org.texi (Template expansion): Order template sequences in the
        proper order.
 
 2011-08-15  Eric Schulte  <address@hidden>
@@ -686,11 +686,11 @@
 
 2011-08-15  Achim Gratz  <address@hidden>
 
-       * org.texi: document that both CLOCK_INTO_DRAWER and
+       * org.texi: Document that both CLOCK_INTO_DRAWER and
        LOG_INTO_DRAWER can be used to override the contents of variable
        org-clock-into-drawer (or if unset, org-log-into-drawer).
 
-       * org.texi: replace @xref->@pxref.
+       * org.texi: Replace @xref->@pxref.
 
 2011-08-15  Eric Schulte  <address@hidden>
 
@@ -714,7 +714,7 @@
 
 2011-08-15  Eric Schulte  <address@hidden>
 
-       * org.texi (Structure of code blocks): explicitly state that the
+       * org.texi (Structure of code blocks): Explicitly state that the
        behavior of multiple blocks of the same name is undefined
 
 2011-08-15  Christian Egli  <address@hidden>
@@ -838,7 +838,7 @@
 
 2011-08-15  Bastien Guerry  <address@hidden>
 
-       * org.texi (LaTeX and PDF export): add a note about a limitation
+       * org.texi (LaTeX and PDF export): Add a note about a limitation
        of the LaTeX export: the org file has to be properly structured.
 
 2011-08-15  Bastien Guerry  <address@hidden>
@@ -1648,7 +1648,7 @@
 
 2010-11-11  Eric Schulte  <address@hidden>
 
-       * org.texi: multi-line header arguments :PROPERTIES: :ID:
+       * org.texi: Multi-line header arguments :PROPERTIES: :ID:
        b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
 
 2010-11-11  Carsten Dominik  <address@hidden>

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-05-22 16:50:02 +0000
+++ b/lisp/ChangeLog    2012-05-22 18:31:19 +0000
@@ -3,7 +3,7 @@
        * progmodes/which-func.el (which-func-ff-hook):
        Check against user-error, not error.
 
-       * emacs-lisp/edebug.el (top): Do not load or setup up loading of
+       * emacs-lisp/edebug.el (top): Do not load or set up loading of
        cl-specs.el, which no longer exists.
 
 2012-05-22  Glenn Morris  <address@hidden>
@@ -66,7 +66,7 @@
 
        * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
        New functions.
-       (math-function-table):  Add support for more C functions.
+       (math-function-table): Add support for more C functions.
 
 2012-05-18  Agustín Martín Domingo  <address@hidden>
 

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-05-22 16:42:08 +0000
+++ b/src/ChangeLog     2012-05-22 18:31:19 +0000
@@ -58,7 +58,7 @@
 2012-05-20  Ken Brown  <address@hidden>
 
        * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
-       [CYGWIN]:  Cast ptr to (char *) before comparing to _heapbase.
+       [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
 
 2012-05-19  Ken Brown  <address@hidden>
 
@@ -435,7 +435,7 @@
 2012-04-22  Paul Eggert  <address@hidden>
 
        Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
-       * gmalloc.c: (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
+       * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
        (__malloc_size_t, __malloc_ptrdiff_t):
        Remove.  All uses removed, replaced by the definiens if needed,
        since we can assume C89 or better now.


reply via email to

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