diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f9766115042..b306ff78ff9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2011-03-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'. | ||
| 4 | (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer. | ||
| 5 | (Fx_close_connection): Remove unused variable `i'. | ||
| 6 | |||
| 7 | * w32font.c (w32font_draw): Return number of glyphs. | ||
| 8 | (w32font_open_internal): Remove unused variable `i'. | ||
| 9 | (w32font_driver): Add missing initializer. | ||
| 10 | |||
| 11 | * w32menu.c (utf8to16): Remove unused variable `utf16'. | ||
| 12 | (fill_in_menu): Remove unused variable `items_added'. | ||
| 13 | |||
| 14 | * w32term.c (last_mouse_press_frame): Remove static global variable. | ||
| 15 | (w32_clip_to_row): Remove unused variable `f'. | ||
| 16 | (x_delete_terminal): Remove unused variable `i'. | ||
| 17 | |||
| 18 | * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'. | ||
| 19 | (NOTHING): Remove unused static global variable. | ||
| 20 | (uniscribe_check_otf): Remove unused variable `table'. | ||
| 21 | (uniscribe_font_driver): Add missing initializers. | ||
| 22 | |||
| 1 | 2011-03-23 Julien Danjou <julien@danjou.info> | 23 | 2011-03-23 Julien Danjou <julien@danjou.info> |
| 2 | 24 | ||
| 3 | * term.c (Fsuspend_tty, Fresume_tty): | 25 | * term.c (Fsuspend_tty, Fresume_tty): |