diff options
| author | Karoly Lorentey | 2005-02-04 15:36:07 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-02-04 15:36:07 +0000 |
| commit | 077f3dd9e0510164a37dcdfa69db9fe0b48675d9 (patch) | |
| tree | 6e117d59746e46bf69ee1c8cf0b71521d672f783 /src/ChangeLog | |
| parent | 44d7460c77fa0c27513944bb8b6f819976b01cda (diff) | |
| parent | e67d06eb0d71b8d769b467a8cea28aa8d761a906 (diff) | |
| download | emacs-077f3dd9e0510164a37dcdfa69db9fe0b48675d9.tar.gz emacs-077f3dd9e0510164a37dcdfa69db9fe0b48675d9.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 76-78)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-76
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-77
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-78
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-288
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
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 @@ | |||
| 1 | 2005-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 | |||
| 13 | 2005-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 | |||
| 22 | 2005-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 | |||
| 1 | 2005-02-03 Richard M. Stallman <rms@gnu.org> | 32 | 2005-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. |