aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2006-02-23 03:17:52 +0000
committerKaroly Lorentey2006-02-23 03:17:52 +0000
commit5a5654159aeca7b60bfceb8d68f4add0570efc7a (patch)
treeeb9da5ea0ca4c025dc76a66eb1ede78a1cc88bc7 /src/ChangeLog
parent5f3c1a63f31f77f60b8a60518ce3eda6a51f72b9 (diff)
parente75116edb6280346c671aa5a5c022776b0ca1c01 (diff)
downloademacs-5a5654159aeca7b60bfceb8d68f4add0570efc7a.tar.gz
emacs-5a5654159aeca7b60bfceb8d68f4add0570efc7a.zip
Merged from emacs@sv.gnu.org
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-111 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-112 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-113 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-114 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-115 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-518
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog45
1 files changed, 41 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c016dc46e4b..2630efe73b7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,35 @@
12006-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * window.c (Fwindow_list): Check `window' before doing XWINDOW.
4 The default `window' should not be "on a different frame".
5
62006-02-22 Kim F. Storm <storm@cua.dk>
7
8 * indent.c (Fvertical_motion): Only try to move back if we can.
9
102006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11
12 * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
13 n_clip_rects.
14
15 * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
16 xmenu.c.
17
18 * macterm.c (GC_CLIP_REGION): Remove macro.
19 (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
20 All uses changed. Don't do clipping if n_clip_rects is zero.
21 (mac_set_clip_rectangles): Use xassert instead of abort.
22 Set n_clip_rects. Don't make clip_region empty when number of
23 clipping rectangles is zero.
24 (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
25 calling mac_set_clip_rectangles.
26 (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
27 avoid multiple redraws.
28
292006-02-22 Kim F. Storm <storm@cua.dk>
30
31 * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
32
12006-02-21 Kim F. Storm <storm@cua.dk> 332006-02-21 Kim F. Storm <storm@cua.dk>
2 34
3 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix. 35 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
@@ -18,8 +50,8 @@
18 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero. 50 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero.
19 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH. 51 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
20 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from 52 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
21 mac_draw_string_cg. New arg BG_WIDTH. All uses changed. Draw 53 mac_draw_string_cg. New arg BG_WIDTH. All uses changed.
22 background if BG_WIDTH is not zero. Use float constants as 54 Draw background if BG_WIDTH is not zero. Use float constants as
23 divisors instead of double. Use alloca instead of xmalloc/xfree. 55 divisors instead of double. Use alloca instead of xmalloc/xfree.
24 (x_draw_glyph_string_background, x_draw_glyph_string_foreground) 56 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
25 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using 57 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
@@ -30,6 +62,11 @@
30 (mac_set_clip_rectangles): When resetting clip region, make it 62 (mac_set_clip_rectangles): When resetting clip region, make it
31 empty instead of disposing of it. 63 empty instead of disposing of it.
32 64
652006-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
68 Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8).
69
332006-02-20 Kim F. Storm <storm@cua.dk> 702006-02-20 Kim F. Storm <storm@cua.dk>
34 71
35 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT. 72 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
@@ -55,10 +92,10 @@
55 (left_curly_arrow_bits): Rename from continuation_bits. 92 (left_curly_arrow_bits): Rename from continuation_bits.
56 (right_curly_arrow_bits): Rename from continued_bits. 93 (right_curly_arrow_bits): Rename from continued_bits.
57 (left_triangle_bits): Rename from ov_bits. 94 (left_triangle_bits): Rename from ov_bits.
58 (right_triangle_bits): Added. 95 (right_triangle_bits): Add.
59 (filled_rectangle_bits): Rename from filled_box_cursor_bits. 96 (filled_rectangle_bits): Rename from filled_box_cursor_bits.
60 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits. 97 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
61 (filled_square_bits): Added. 98 (filled_square_bits): Add.
62 (vertical_bar_bits): Rename from bar_cursor_bits. 99 (vertical_bar_bits): Rename from bar_cursor_bits.
63 (horizontal_bar_bits): Rename from hbar_cursor_bits. 100 (horizontal_bar_bits): Rename from hbar_cursor_bits.
64 (empty_line_bits): Rename from zv_bits. 101 (empty_line_bits): Rename from zv_bits.