aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 11fe6f910e4..db10f46024b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,48 @@
12006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2
3 * window.c: Declare preserve_y as a static global variable.
4 (window_scroll_pixel_based): No longer declare preserve_y;
5 it is global now.
6 (syms_of_window): set preserve_y to -1.
7
82006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9
10 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
11 depth is 32.
12 [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
13 depth is 32.
14
152006-03-06 Chong Yidong <cyd@stupidchicken.com>
16
17 * xdisp.c (handle_invisible_prop): Don't update it->position with
18 a buffer position if we're in a display string.
19
202006-03-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21
22 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
23 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
24
25 * macfns.c (x_default_scroll_bar_color_parameter)
26 (x_set_scroll_bar_foreground, x_set_scroll_bar_background): Remove
27 unnecessary prototypes.
28 (x_set_scroll_bar_default_width): Use
29 MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
30 (mac_set_scroll_bar_width): New function.
31 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
32
33 * macterm.c (get_control_part_bounds): Fix type of return value.
34 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
35 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
36 scroll bar if it is not tall enough to display scroll bar thumb.
37 [USE_CARBON_EVENTS] (mac_convert_event_ref)
38 (mac_handle_command_event, mac_handle_window_event)
39 (mac_handle_mouse_event): Check error code of GetEventParameter.
40 (convert_fn_keycode) [MAC_OSX]: Likewise.
41
422006-03-05 Andreas Schwab <schwab@suse.de>
43
44 * xselect.c (x_catch_errors_unwind): Fix missing return value.
45
12006-03-02 Kim F. Storm <storm@cua.dk> 462006-03-02 Kim F. Storm <storm@cua.dk>
2 47
3 * frame.h (struct frame): New member n_tool_bar_rows. 48 * frame.h (struct frame): New member n_tool_bar_rows.