aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-05-27 22:36:40 +0000
committerKim F. Storm2006-05-27 22:36:40 +0000
commit26837cd3eabe734e6e077a73e5cb6e0844302203 (patch)
tree74f7bc86f5a88a68688c464d876d9f44a7693c15
parent3dc2d96d22367b6dfb51086ca26566b283522d05 (diff)
downloademacs-26837cd3eabe734e6e077a73e5cb6e0844302203.tar.gz
emacs-26837cd3eabe734e6e077a73e5cb6e0844302203.zip
*** empty log message ***
-rw-r--r--src/ChangeLog22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5a0b7621643..6f633ac981b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12006-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
12006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 192006-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
@@ -127,7 +145,7 @@
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
1332006-05-21 Richard Stallman <rms@gnu.org> 1512006-05-21 Richard Stallman <rms@gnu.org>
@@ -207,7 +225,7 @@
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
2132006-05-16 Kim F. Storm <storm@cua.dk> 2312006-05-16 Kim F. Storm <storm@cua.dk>