aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2011-04-27 21:51:19 +0200
committerJuanma Barranquero2011-04-27 21:51:19 +0200
commit841a157789735c330ff940080edadcea6846fff0 (patch)
tree9eb64bca9842500314835c6f448c3b2f00961b70 /src
parent94dcfacf129aa99be3e375187d75a193ffe26bad (diff)
downloademacs-841a157789735c330ff940080edadcea6846fff0.tar.gz
emacs-841a157789735c330ff940080edadcea6846fff0.zip
Fix ChangeLog typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 4 insertions, 4 deletions
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
2252011-04-26 Daniel Colascione <dan.colascione@gmail.com> 2252011-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