diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
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 @@ | |||
| 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 |