comparison src/ChangeLog @ 90100:72cf6261961e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-11 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-69 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-71 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-72 src/dispextern.h (xassert): Enable unconditionally. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-73 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-81 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13 Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 06 Feb 2005 12:06:02 +0000
parents fa9654493afb c48813f32e6b
children 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
90099:fa9654493afb 90100:72cf6261961e
1 2005-02-05 Andreas Schwab <schwab@suse.de>
2
3 * sysdep.c (sys_subshell): Properly terminate execlp argument
4 list.
5
6 2005-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
7
8 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
9 the longs in a XClientMessageEvent correctly when long is 64 bits.
10
11 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12
13 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
14 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
15
16 2005-02-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
17
18 * xmenu.c (menubar_selection_callback): Force out GTK buffered
19 events so the menu event comes after them. This is to prevent sit-for
20 from exiting on buffered events directly after a menu selection,
21 lisp code for Help => About Emacs uses sit-for.
22
23 * gtkutil.c (create_menus): Connect selection-done event instead of
24 the deactivate event to deactivate_cb. This will make the last
25 leave event come before the call to deactivate_cb, so the leave
26 event does not make sit-for exit after a menu selection.
27
28 2005-02-03 Kim F. Storm <storm@cua.dk>
29
30 * dispnew.c (build_frame_matrix_from_leaf_window)
31 [!GLYPH_DEBUG]: Fix xassert.
32
33 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
34
35 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
36
37 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
38
39 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
40 the compiling OS version.
41
42 * macfns.c (x_create_tip_frame): Likewise.
43
44 * macterm.c (mac_draw_string_common, x_make_frame_visible):
45 Likewise.
46
47 2005-02-03 Richard M. Stallman <rms@gnu.org>
48
49 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
50
51 * xdisp.c (echo_area_display): Clear echo_message_buffer.
52
53 * buffer.c (Fbury_buffer): Doc fix.
54
55 2005-02-02 Steven Tamm <steventamm@mac.com>
56
57 * macfns.c (unwind_create_frame): Fixing compile error due to
58 xassert being uncondition, but predicate is.
59 * dispnew.c (update_window): Fixing compile error due to
60 xassert being uncondition, but predicate is.
61
62 2005-02-02 Miles Bader <miles@gnu.org>
63
64 * dispextern.h (xassert): Enable unconditionally.
65
66 2005-02-02 Kim F. Storm <storm@cua.dk>
67
68 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
69
70 2005-02-02 Kenichi Handa <handa@m17n.org>
71
72 * casefiddle.c (casify_object): Enable changing characters of
73 different byte length.
74 (casify_region): Fix loop condition, args to replace_range_2, and
75 update opoint_byte.
76
77 * insdel.c (replace_range_2): Fix bugs in adjusting markers and
78 point.
79
1 2005-02-01 Kim F. Storm <storm@cua.dk> 80 2005-02-01 Kim F. Storm <storm@cua.dk>
2 81
3 * xdisp.c (back_to_previous_visible_line_start): Reset iterator 82 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
4 stack before calling handle_display_prop. 83 stack before calling handle_display_prop.
5 84