Mercurial > emacs
comparison src/ChangeLog @ 71018:97fa1dbc1aee
*** empty log message ***
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Sat, 27 May 2006 22:36:40 +0000 |
| parents | ada2d7961a39 |
| children | ff93d411ef36 |
comparison
equal
deleted
inserted
replaced
| 71017:6a3672000767 | 71018:97fa1dbc1aee |
|---|---|
| 1 2006-05-28 Kim F. Storm <storm@cua.dk> | |
| 2 | |
| 3 * xdisp.c (get_phys_cursor_geometry): Return computed x and y through | |
| 4 parameters. Adjust x and width in case cursor in on a partially | |
| 5 visible stretch glyph on the left edge. | |
| 6 (erase_phys_cursor): Don't erase into left fringe/margin in case | |
| 7 previous cursor glyph is a partially visible stretch glyph on left. | |
| 8 | |
| 9 * dispextern.h (get_phys_cursor_geometry): Update prototype. | |
| 10 | |
| 11 * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible | |
| 12 cursor and erasing cursor on partially visible stretch glyph on left. | |
| 13 (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry. | |
| 14 | |
| 15 * macterm.c: Likewise. | |
| 16 | |
| 17 * w32term.c: Likewise. | |
| 18 | |
| 1 2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 19 2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 20 |
| 3 * macselect.c (mac_handle_apple_event): Return | 21 * macselect.c (mac_handle_apple_event): Return |
| 4 errAEEventNotHandled if key binding is not found. | 22 errAEEventNotHandled if key binding is not found. |
| 5 | 23 |
| 125 2006-05-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 143 2006-05-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 126 | 144 |
| 127 * xterm.c: Remove declarations already in xterm.h | 145 * xterm.c: Remove declarations already in xterm.h |
| 128 | 146 |
| 129 * xterm.h: Add extern declarations for x_clear_errors, | 147 * xterm.h: Add extern declarations for x_clear_errors, |
| 130 x_fully_uncatch_errors, x_catching_errors and | 148 x_fully_uncatch_errors, x_catching_errors and |
| 131 x_alloc_lighter_color_for_widget. Remove duplicated declarations. | 149 x_alloc_lighter_color_for_widget. Remove duplicated declarations. |
| 132 | 150 |
| 133 2006-05-21 Richard Stallman <rms@gnu.org> | 151 2006-05-21 Richard Stallman <rms@gnu.org> |
| 134 | 152 |
| 135 * xfaces.c (best_matching_font): Abort for best == NULL | 153 * xfaces.c (best_matching_font): Abort for best == NULL |
| 205 | 223 |
| 206 2006-05-17 Richard Stallman <rms@gnu.org> | 224 2006-05-17 Richard Stallman <rms@gnu.org> |
| 207 | 225 |
| 208 * xfaces.c (better_font_p): Any font beats no font. | 226 * xfaces.c (better_font_p): Any font beats no font. |
| 209 (best_matching_font): Simplify based on above change. | 227 (best_matching_font): Simplify based on above change. |
| 210 | 228 |
| 211 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes. | 229 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes. |
| 212 | 230 |
| 213 2006-05-16 Kim F. Storm <storm@cua.dk> | 231 2006-05-16 Kim F. Storm <storm@cua.dk> |
| 214 | 232 |
| 215 * xterm.c (handle_one_xevent): Check that f is not NULL before | 233 * xterm.c (handle_one_xevent): Check that f is not NULL before |
