aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-01-27 22:32:41 +0000
committerKim F. Storm2005-01-27 22:32:41 +0000
commitcaf533af494279767953f859b793357fd2c4cae6 (patch)
tree0f358278da651e9ad56239710f5922cdb12be353 /src/ChangeLog
parent043f7f73332e93e9c147eb94406b054c26b89272 (diff)
downloademacs-caf533af494279767953f859b793357fd2c4cae6.tar.gz
emacs-caf533af494279767953f859b793357fd2c4cae6.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6c8e1cfc4b0..cd258fa08bd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12005-01-27 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (get_phys_cursor_geometry): New function to calculate
4 phys cursor position and size for hollow cursor. Position is
5 aligned with get_glyph_string_clip_rect and ensures that a hollow
6 cursor is shown, even when the actual glyph is not visible.
7
8 * dispextern.h (get_phys_cursor_geometry): Add prototype.
9
10 * xterm.c (x_clip_to_row): Ensure y >= 0.
11 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
12
13 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
14
15 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
16
12005-01-27 Stefan Monnier <monnier@iro.umontreal.ca> 172005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2 18
3 * xterm.c (x_error_quitter): Add a prototype. Make it static again. 19 * xterm.c (x_error_quitter): Add a prototype. Make it static again.