Mercurial > emacs
comparison src/ChangeLog @ 103023:30ed0fca4cdd
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.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 19 Apr 2009 15:09:25 +0000 |
parents | 15bf0d8a6099 |
children | b9d459108388 |
comparison
equal
deleted
inserted
replaced
103022:15bf0d8a6099 | 103023:30ed0fca4cdd |
---|---|
1 2009-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 | |
1 2009-04-19 Jan Djärv <jan.h.d@swipnet.se> | 17 2009-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 |
4 G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated. | 20 G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated. |
5 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which | 21 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which |