aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2009-04-19 15:09:25 +0000
committerJason Rumney2009-04-19 15:09:25 +0000
commit705af33f7ed44c4cc71165d45836f0b5a769f27d (patch)
tree4b115f73346b1ae99c2987225d655d5dfe495435 /src/ChangeLog
parentdc2933ebde70fc2c236e352d6ae8d548568f1eb1 (diff)
downloademacs-705af33f7ed44c4cc71165d45836f0b5a769f27d.tar.gz
emacs-705af33f7ed44c4cc71165d45836f0b5a769f27d.zip
The following changes fix Bug#3005 for wide glyphs on each platform,
without reintroducing Bug#1258 for stretch glyphs. * xterm.c (x_draw_bar_cursor): Limit cursor width differently for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using get_phys_cursor_geometry. * w32term.c (x_draw_bar_cursor): Limit cursor width differently for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using get_phys_cursor_geometry. * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already correctly calculated.
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 5c66a973443..cdde8a597f2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12009-04-19 Jason Rumney <jasonr@gnu.org>
2
3 The following changes fix Bug#3005 for wide glyphs on each platform,
4 without reintroducing Bug#1258 for stretch glyphs.
5
6 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
7 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
8 get_phys_cursor_geometry.
9
10 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
11 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
12 using get_phys_cursor_geometry.
13
14 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
15 correctly calculated.
16
12009-04-19 Jan Djärv <jan.h.d@swipnet.se> 172009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2 18
3 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar): Use 19 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar): Use