diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 45 |
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 @@ | |||
| 1 | 2006-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 | |||
| 6 | 2006-02-22 Kim F. Storm <storm@cua.dk> | ||
| 7 | |||
| 8 | * indent.c (Fvertical_motion): Only try to move back if we can. | ||
| 9 | |||
| 10 | 2006-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 | |||
| 29 | 2006-02-22 Kim F. Storm <storm@cua.dk> | ||
| 30 | |||
| 31 | * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display. | ||
| 32 | |||
| 1 | 2006-02-21 Kim F. Storm <storm@cua.dk> | 33 | 2006-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 | ||
| 65 | 2006-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 | |||
| 33 | 2006-02-20 Kim F. Storm <storm@cua.dk> | 70 | 2006-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. |