aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6dd4211364f..eb8bab64362 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,34 @@
12005-02-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xmenu.c (menubar_selection_callback): Force out GTK buffered
4 events so the menu event comes after them. This is to prevent sit-for
5 from exiting on buffered events directly after a menu selection,
6 lisp code for Help => About Emacs uses sit-for.
7
8 * gtkutil.c (create_menus): Connect selection-done event instead of
9 the deactivate event to deactivate_cb. This will make the last
10 leave event come before the call to deactivate_cb, so the leave
11 event does not make sit-for exit after a menu selection.
12
132005-02-03 Kim F. Storm <storm@cua.dk>
14
15 * dispnew.c (build_frame_matrix_from_leaf_window)
16 [!GLYPH_DEBUG]: Fix xassert.
17
18 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
19
20 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
21
222005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23
24 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
25 the compiling OS version.
26
27 * macfns.c (x_create_tip_frame): Likewise.
28
29 * macterm.c (mac_draw_string_common, x_make_frame_visible):
30 Likewise.
31
12005-02-03 Richard M. Stallman <rms@gnu.org> 322005-02-03 Richard M. Stallman <rms@gnu.org>
2 33
3 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline. 34 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.