diff options
| author | Juanma Barranquero | 2011-04-27 21:51:19 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-04-27 21:51:19 +0200 |
| commit | 841a157789735c330ff940080edadcea6846fff0 (patch) | |
| tree | 9eb64bca9842500314835c6f448c3b2f00961b70 | |
| parent | 94dcfacf129aa99be3e375187d75a193ffe26bad (diff) | |
| download | emacs-841a157789735c330ff940080edadcea6846fff0.tar.gz emacs-841a157789735c330ff940080edadcea6846fff0.zip | |
Fix ChangeLog typos.
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | nt/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed73044f6f0..94e0ecafc3d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | 2011-04-27 Niels Giesen <niels.giesen@gmail.com> | 1 | 2011-04-27 Niels Giesen <niels.giesen@gmail.com> |
| 2 | 2 | ||
| 3 | * calendar/icalendar.el (diary-lib): Added require statement. | 3 | * calendar/icalendar.el (diary-lib): Add require statement. |
| 4 | (icalendar--create-uid): Read out a uid from a text-property on | 4 | (icalendar--create-uid): Read out a uid from a text-property on |
| 5 | the first character in the entry. This allows for code to add its | 5 | the first character in the entry. This allows for code to add its |
| 6 | own uid to the entry. | 6 | own uid to the entry. |
| 7 | (icalendar--convert-float-to-ical): Add export of | 7 | (icalendar--convert-float-to-ical): Add export of |
| 8 | `diary-float'-entries save for those with the optional DAY | 8 | `diary-float'-entries save for those with the optional DAY |
| @@ -17,7 +17,7 @@ | |||
| 17 | 17 | ||
| 18 | * cus-start.el (all): Define customization for debug-on-event. | 18 | * cus-start.el (all): Define customization for debug-on-event. |
| 19 | 19 | ||
| 20 | 2011-04-26 Daniel Colascione <dan.colascione@gmail.com> | 20 | 2011-04-26 Daniel Colascione <dan.colascione@gmail.com> |
| 21 | 21 | ||
| 22 | * subr.el (shell-quote-argument): Escape correctly under Windows. | 22 | * subr.el (shell-quote-argument): Escape correctly under Windows. |
| 23 | 23 | ||
| @@ -75,7 +75,7 @@ | |||
| 75 | (gnutls-negotiate): Adjust `gnutls-negotiate' declaration. | 75 | (gnutls-negotiate): Adjust `gnutls-negotiate' declaration. |
| 76 | * subr.el (shell-quote-argument): Escape correctly under Windows. | 76 | * subr.el (shell-quote-argument): Escape correctly under Windows. |
| 77 | 77 | ||
| 78 | 2011-04-24 Daniel Colascione <dan.colascione@gmail.com> | 78 | 2011-04-24 Daniel Colascione <dan.colascione@gmail.com> |
| 79 | 79 | ||
| 80 | * progmodes/cc-engine.el (c-forward-decl-or-cast-1): | 80 | * progmodes/cc-engine.el (c-forward-decl-or-cast-1): |
| 81 | Use correct match group (bug#8438). | 81 | Use correct match group (bug#8438). |
| @@ -141,7 +141,7 @@ | |||
| 141 | * image-mode.el (image-type, image-mode-map, image-minor-mode-map) | 141 | * image-mode.el (image-type, image-mode-map, image-minor-mode-map) |
| 142 | (image-toggle-display): Doc fix. | 142 | (image-toggle-display): Doc fix. |
| 143 | 143 | ||
| 144 | 2011-04-23 Stephen Berman <stephen.berman@gmx.net> | 144 | 2011-04-23 Stephen Berman <stephen.berman@gmx.net> |
| 145 | 145 | ||
| 146 | * textmodes/page.el (what-page): Use line-number-at-pos to | 146 | * textmodes/page.el (what-page): Use line-number-at-pos to |
| 147 | calculate line number (Bug#6825). | 147 | 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 @@ | |||
| 3 | * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions | 3 | * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions |
| 4 | inside quotation marks and bail out. | 4 | inside quotation marks and bail out. |
| 5 | 5 | ||
| 6 | 2011-04-26 Daniel Colascione <dan.colascione@gmail.com> | 6 | 2011-04-26 Daniel Colascione <dan.colascione@gmail.com> |
| 7 | 7 | ||
| 8 | * cmdproxy.c (try_dequote_cmdline): New function. | 8 | * cmdproxy.c (try_dequote_cmdline): New function. |
| 9 | (main): Use it. | 9 | (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 @@ | |||
| 30 | Remove unused local. | 30 | Remove unused local. |
| 31 | (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0. | 31 | (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0. |
| 32 | 32 | ||
| 33 | lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546) | 33 | * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546) |
| 34 | GCC 4.6.0 optimizes based on type-based alias analysis. For | 34 | GCC 4.6.0 optimizes based on type-based alias analysis. For |
| 35 | example, if b is of type struct buffer * and v of type struct | 35 | example, if b is of type struct buffer * and v of type struct |
| 36 | Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size | 36 | Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size |
| @@ -222,7 +222,7 @@ | |||
| 222 | supposed to be handshaking. (Bug#8556) | 222 | supposed to be handshaking. (Bug#8556) |
| 223 | Reported by Paul Eggert <eggert@cs.ucla.edu>. | 223 | Reported by Paul Eggert <eggert@cs.ucla.edu>. |
| 224 | 224 | ||
| 225 | 2011-04-26 Daniel Colascione <dan.colascione@gmail.com> | 225 | 2011-04-26 Daniel Colascione <dan.colascione@gmail.com> |
| 226 | 226 | ||
| 227 | * lisp.h (Qdebug): List symbol. | 227 | * lisp.h (Qdebug): List symbol. |
| 228 | * eval.c (Qdebug): Restore global linkage. | 228 | * eval.c (Qdebug): Restore global linkage. |
| @@ -478,8 +478,8 @@ | |||
| 478 | define if USE_GTK || USE_X_TOOLKIT. | 478 | define if USE_GTK || USE_X_TOOLKIT. |
| 479 | (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK. | 479 | (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK. |
| 480 | * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT. | 480 | * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT. |
| 481 | * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only if | 481 | * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only |
| 482 | defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK. | 482 | if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK. |
| 483 | 483 | ||
| 484 | * xmenu.c (menu_help_callback): Pointer type fixes. | 484 | * xmenu.c (menu_help_callback): Pointer type fixes. |
| 485 | Use const pointers when pointing at readonly data. Avoid pointer | 485 | Use const pointers when pointing at readonly data. Avoid pointer |