emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104030: Fix ChangeLog typos.
Date: Wed, 27 Apr 2011 21:51:19 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104030
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2011-04-27 21:51:19 +0200
message:
  Fix ChangeLog typos.
modified:
  lisp/ChangeLog
  nt/ChangeLog
  src/ChangeLog
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-04-27 17:48:35 +0000
+++ b/lisp/ChangeLog    2011-04-27 19:51:19 +0000
@@ -1,8 +1,8 @@
-2011-04-27  Niels Giesen <address@hidden>
+2011-04-27  Niels Giesen  <address@hidden>
 
-       * calendar/icalendar.el (diary-lib): Added require statement.
+       * calendar/icalendar.el (diary-lib): Add require statement.
        (icalendar--create-uid): Read out a uid from a text-property on
-       the first character in the entry. This allows for code to add its
+       the first character in the entry.  This allows for code to add its
        own uid to the entry.
        (icalendar--convert-float-to-ical): Add export of
        `diary-float'-entries save for those with the optional DAY
@@ -17,7 +17,7 @@
 
        * cus-start.el (all): Define customization for debug-on-event.
 
-2011-04-26  Daniel Colascione <address@hidden>
+2011-04-26  Daniel Colascione  <address@hidden>
 
        * subr.el (shell-quote-argument): Escape correctly under Windows.
 
@@ -75,7 +75,7 @@
        (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
        * subr.el (shell-quote-argument): Escape correctly under Windows.
 
-2011-04-24  Daniel Colascione <address@hidden>
+2011-04-24  Daniel Colascione  <address@hidden>
 
        * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
        Use correct match group (bug#8438).
@@ -141,7 +141,7 @@
        * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
        (image-toggle-display): Doc fix.
 
-2011-04-23  Stephen Berman <address@hidden>
+2011-04-23  Stephen Berman  <address@hidden>
 
        * textmodes/page.el (what-page): Use line-number-at-pos to
        calculate line number (Bug#6825).

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2011-04-27 04:19:15 +0000
+++ b/nt/ChangeLog      2011-04-27 19:51:19 +0000
@@ -3,7 +3,7 @@
        * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
        inside quotation marks and bail out.
 
-2011-04-26  Daniel Colascione <address@hidden>
+2011-04-26  Daniel Colascione  <address@hidden>
 
        * cmdproxy.c (try_dequote_cmdline): New function.
        (main): Use it.

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-04-27 18:15:29 +0000
+++ b/src/ChangeLog     2011-04-27 19:51:19 +0000
@@ -30,7 +30,7 @@
        Remove unused local.
        (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
 
-       lisp.h: Fix a problem with aliasing and vector headers.  (Bug#8546)
+       * lisp.h: Fix a problem with aliasing and vector headers.  (Bug#8546)
        GCC 4.6.0 optimizes based on type-based alias analysis.  For
        example, if b is of type struct buffer * and v of type struct
        Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
@@ -222,7 +222,7 @@
        supposed to be handshaking.  (Bug#8556)
        Reported by Paul Eggert <address@hidden>.
 
-2011-04-26  Daniel Colascione <address@hidden>
+2011-04-26  Daniel Colascione  <address@hidden>
 
        * lisp.h (Qdebug): List symbol.
        * eval.c (Qdebug): Restore global linkage.
@@ -478,8 +478,8 @@
        define if USE_GTK || USE_X_TOOLKIT.
        (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
        * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
-       * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only 
if
-       defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
+       * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
+       if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
 
        * xmenu.c (menu_help_callback): Pointer type fixes.
        Use const pointers when pointing at readonly data.  Avoid pointer


reply via email to

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