diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 53 |
1 files changed, 49 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2547e146e46..829ca27c585 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,43 @@ | |||
| 1 | 2006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * xfns.c (Fx_file_dialog): Return a decoded file name. | ||
| 4 | |||
| 5 | 2006-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 6 | |||
| 7 | * dispnew.c (update_text_area): Avoid needless redraw of rightmost | ||
| 8 | glyph whose face is extended to the text area end. | ||
| 9 | |||
| 10 | * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control | ||
| 11 | values if control is not visible or values are not changed. | ||
| 12 | |||
| 13 | 2006-02-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 14 | |||
| 15 | * window.c (Fwindow_list): Check `window' before doing XWINDOW. | ||
| 16 | The default `window' should not be "on a different frame". | ||
| 17 | |||
| 18 | 2006-02-22 Kim F. Storm <storm@cua.dk> | ||
| 19 | |||
| 20 | * indent.c (Fvertical_motion): Only try to move back if we can. | ||
| 21 | |||
| 22 | 2006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 23 | |||
| 24 | * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member | ||
| 25 | n_clip_rects. | ||
| 26 | |||
| 27 | * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for | ||
| 28 | xmenu.c. | ||
| 29 | |||
| 30 | * macterm.c (GC_CLIP_REGION): Remove macro. | ||
| 31 | (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION. | ||
| 32 | All uses changed. Don't do clipping if n_clip_rects is zero. | ||
| 33 | (mac_set_clip_rectangles): Use xassert instead of abort. | ||
| 34 | Set n_clip_rects. Don't make clip_region empty when number of | ||
| 35 | clipping rectangles is zero. | ||
| 36 | (mac_reset_clip_rectangles): Set n_clip_rects directly instead of | ||
| 37 | calling mac_set_clip_rectangles. | ||
| 38 | (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to | ||
| 39 | avoid multiple redraws. | ||
| 40 | |||
| 1 | 2006-02-22 Kim F. Storm <storm@cua.dk> | 41 | 2006-02-22 Kim F. Storm <storm@cua.dk> |
| 2 | 42 | ||
| 3 | * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display. | 43 | * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display. |
| @@ -22,8 +62,8 @@ | |||
| 22 | BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero. | 62 | BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero. |
| 23 | (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH. | 63 | (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH. |
| 24 | [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from | 64 | [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from |
| 25 | mac_draw_string_cg. New arg BG_WIDTH. All uses changed. Draw | 65 | mac_draw_string_cg. New arg BG_WIDTH. All uses changed. |
| 26 | background if BG_WIDTH is not zero. Use float constants as | 66 | Draw background if BG_WIDTH is not zero. Use float constants as |
| 27 | divisors instead of double. Use alloca instead of xmalloc/xfree. | 67 | divisors instead of double. Use alloca instead of xmalloc/xfree. |
| 28 | (x_draw_glyph_string_background, x_draw_glyph_string_foreground) | 68 | (x_draw_glyph_string_background, x_draw_glyph_string_foreground) |
| 29 | [!MAC_OS8 || USE_ATSUI]: Background may be drawn using | 69 | [!MAC_OS8 || USE_ATSUI]: Background may be drawn using |
| @@ -34,6 +74,11 @@ | |||
| 34 | (mac_set_clip_rectangles): When resetting clip region, make it | 74 | (mac_set_clip_rectangles): When resetting clip region, make it |
| 35 | empty instead of disposing of it. | 75 | empty instead of disposing of it. |
| 36 | 76 | ||
| 77 | 2006-02-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 78 | |||
| 79 | * keymap.c (store_in_keymap): Change `def' arg to not be `register'. | ||
| 80 | Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8). | ||
| 81 | |||
| 37 | 2006-02-20 Kim F. Storm <storm@cua.dk> | 82 | 2006-02-20 Kim F. Storm <storm@cua.dk> |
| 38 | 83 | ||
| 39 | * Makefile.in: Add fringe.elc to WINDOW_SUPPORT. | 84 | * Makefile.in: Add fringe.elc to WINDOW_SUPPORT. |
| @@ -59,10 +104,10 @@ | |||
| 59 | (left_curly_arrow_bits): Rename from continuation_bits. | 104 | (left_curly_arrow_bits): Rename from continuation_bits. |
| 60 | (right_curly_arrow_bits): Rename from continued_bits. | 105 | (right_curly_arrow_bits): Rename from continued_bits. |
| 61 | (left_triangle_bits): Rename from ov_bits. | 106 | (left_triangle_bits): Rename from ov_bits. |
| 62 | (right_triangle_bits): Added. | 107 | (right_triangle_bits): Add. |
| 63 | (filled_rectangle_bits): Rename from filled_box_cursor_bits. | 108 | (filled_rectangle_bits): Rename from filled_box_cursor_bits. |
| 64 | (hollow_rectangle_bits): Rename from hollow_box_cursor_bits. | 109 | (hollow_rectangle_bits): Rename from hollow_box_cursor_bits. |
| 65 | (filled_square_bits): Added. | 110 | (filled_square_bits): Add. |
| 66 | (vertical_bar_bits): Rename from bar_cursor_bits. | 111 | (vertical_bar_bits): Rename from bar_cursor_bits. |
| 67 | (horizontal_bar_bits): Rename from hbar_cursor_bits. | 112 | (horizontal_bar_bits): Rename from hbar_cursor_bits. |
| 68 | (empty_line_bits): Rename from zv_bits. | 113 | (empty_line_bits): Rename from zv_bits. |