aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2005-02-06 12:06:02 +0000
committerMiles Bader2005-02-06 12:06:02 +0000
commita359f0e0ff878285654e2f0bcc7bd3b4340c778c (patch)
treecc0aff13c751bb8ab7ccaae29082bab32e15fd13 /src/ChangeLog
parentf3d3402885646e6fa79f1ad59fb8a1f9017851d7 (diff)
parent56c30d721096a64f151f9ea6e3c76562380da895 (diff)
downloademacs-a359f0e0ff878285654e2f0bcc7bd3b4340c778c.tar.gz
emacs-a359f0e0ff878285654e2f0bcc7bd3b4340c778c.zip
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
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog79
1 files changed, 79 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 397a34f1be4..b15fba5254c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,82 @@
12005-02-05 Andreas Schwab <schwab@suse.de>
2
3 * sysdep.c (sys_subshell): Properly terminate execlp argument
4 list.
5
62005-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
112005-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
162005-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
282005-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
372005-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
472005-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
552005-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
622005-02-02 Miles Bader <miles@gnu.org>
63
64 * dispextern.h (xassert): Enable unconditionally.
65
662005-02-02 Kim F. Storm <storm@cua.dk>
67
68 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
69
702005-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
12005-02-01 Kim F. Storm <storm@cua.dk> 802005-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