comparison src/ChangeLog @ 90364:494bf720eaf0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-42 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 144-147) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 56) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 10 Mar 2006 23:46:54 +0000
parents a7364c1a561e c8cdda878c00
children a802c5505156
comparison
equal deleted inserted replaced
90363:ec0a46fadd7e 90364:494bf720eaf0
1 2006-03-10 Kim F. Storm <storm@cua.dk>
2
3 * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
4
5 2006-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * alloc.c (USE_POSIX_MEMALIGN): New macro.
8 (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
9
10 2006-03-09 Kenichi Handa <handa@m17n.org>
11
12 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
13 ASCII component of a composition.
14
1 2006-03-08 Luc Teirlinck <teirllm@auburn.edu> 15 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2 16
3 * window.c: Declare preserve_y as a static global variable. 17 * window.c: Declare preserve_y as a static global variable.
4 (window_scroll_pixel_based): No longer declare preserve_y; 18 (window_scroll_pixel_based): No longer declare preserve_y;
5 it is global now. 19 it is global now.
6 (syms_of_window): set preserve_y to -1. 20 (syms_of_window): Set preserve_y to -1.
7 21
8 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 22 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9 23
10 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap 24 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
11 depth is 32. 25 depth is 32.
21 35
22 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH) 36 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
23 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines. 37 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
24 38
25 * macfns.c (x_default_scroll_bar_color_parameter) 39 * macfns.c (x_default_scroll_bar_color_parameter)
26 (x_set_scroll_bar_foreground, x_set_scroll_bar_background): Remove 40 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
27 unnecessary prototypes. 41 Remove unnecessary prototypes.
28 (x_set_scroll_bar_default_width): Use 42 (x_set_scroll_bar_default_width):
29 MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH. 43 Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
30 (mac_set_scroll_bar_width): New function. 44 (mac_set_scroll_bar_width): New function.
31 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width. 45 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
32 46
33 * macterm.c (get_control_part_bounds): Fix type of return value. 47 * macterm.c (get_control_part_bounds): Fix type of return value.
34 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create) 48 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
36 scroll bar if it is not tall enough to display scroll bar thumb. 50 scroll bar if it is not tall enough to display scroll bar thumb.
37 [USE_CARBON_EVENTS] (mac_convert_event_ref) 51 [USE_CARBON_EVENTS] (mac_convert_event_ref)
38 (mac_handle_command_event, mac_handle_window_event) 52 (mac_handle_command_event, mac_handle_window_event)
39 (mac_handle_mouse_event): Check error code of GetEventParameter. 53 (mac_handle_mouse_event): Check error code of GetEventParameter.
40 (convert_fn_keycode) [MAC_OSX]: Likewise. 54 (convert_fn_keycode) [MAC_OSX]: Likewise.
41 55
42 2006-03-05 Andreas Schwab <schwab@suse.de> 56 2006-03-05 Andreas Schwab <schwab@suse.de>
43 57
44 * xselect.c (x_catch_errors_unwind): Fix missing return value. 58 * xselect.c (x_catch_errors_unwind): Fix missing return value.
45 59
46 2006-03-02 Kim F. Storm <storm@cua.dk> 60 2006-03-02 Kim F. Storm <storm@cua.dk>
50 * xdisp.c: Minimize the unpleasent visual impact of the requirement 64 * xdisp.c: Minimize the unpleasent visual impact of the requirement
51 that non-toolkit tool-bars must occupy an integral number of screen 65 that non-toolkit tool-bars must occupy an integral number of screen
52 lines, by distributing the rows evenly over the tool-bar screen area. 66 lines, by distributing the rows evenly over the tool-bar screen area.
53 (Vtool_bar_border): New variable. 67 (Vtool_bar_border): New variable.
54 (syms_of_xdisp): DEFVAR_LISP it. 68 (syms_of_xdisp): DEFVAR_LISP it.
55 (display_tool_bar_line): Add HEIGHT arg for desired row height. Make 69 (display_tool_bar_line): Add HEIGHT arg for desired row height.
56 tool-bar row the desired height. Use default face for border below 70 Make tool-bar row the desired height. Use default face for border
57 tool-bar. 71 below tool-bar.
58 (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of 72 (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of
59 actual tool-bar rows. 73 actual tool-bar rows.
60 (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially. 74 (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
61 Adjust the height of the tool-bar rows to fill tool-bar screen area. 75 Adjust the height of the tool-bar rows to fill tool-bar screen area.
62 (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area 76 (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
79 (window_scroll_pixel_based): Make preserve_y static to avoid 93 (window_scroll_pixel_based): Make preserve_y static to avoid
80 getting point stuck when scrolling 1 line. 94 getting point stuck when scrolling 1 line.
81 95
82 2006-02-26 Chong Yidong <cyd@stupidchicken.com> 96 2006-02-26 Chong Yidong <cyd@stupidchicken.com>
83 97
84 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary 98 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
85 argument.
86 99
87 * xterm.c: (x_load_font, x_term_init, XTmouse_position) 100 * xterm.c: (x_load_font, x_term_init, XTmouse_position)
88 (handle_one_xevent, x_connection_closed, x_list_fonts): No arg for 101 (handle_one_xevent, x_connection_closed, x_list_fonts): No arg for
89 x_uncatch_errors. 102 x_uncatch_errors.
90 103