From: Juanma Barranquero Date: Wed, 27 Apr 2011 19:51:19 +0000 (+0200) Subject: Fix ChangeLog typos. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~196 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=841a157789735c330ff940080edadcea6846fff0;p=emacs.git Fix ChangeLog typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed73044f6f0..94e0ecafc3d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,8 @@ -2011-04-27 Niels Giesen +2011-04-27 Niels Giesen - * 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 +2011-04-26 Daniel Colascione * 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 +2011-04-24 Daniel Colascione * 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 +2011-04-23 Stephen Berman * textmodes/page.el (what-page): Use line-number-at-pos to calculate line number (Bug#6825). diff --git a/nt/ChangeLog b/nt/ChangeLog index 0d03d508557..ba260af7a78 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -3,7 +3,7 @@ * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions inside quotation marks and bail out. -2011-04-26 Daniel Colascione +2011-04-26 Daniel Colascione * cmdproxy.c (try_dequote_cmdline): New function. (main): Use it. diff --git a/src/ChangeLog b/src/ChangeLog index c08ef73ca1e..f67e27f4e5e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 . -2011-04-26 Daniel Colascione +2011-04-26 Daniel Colascione * 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