diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c7b0edede3f..69e850610bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2011-03-26 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * keyboard.h (timer_check, show_help_echo): Remove unused parameters. | ||
| 4 | |||
| 5 | * keyboard.c (timer_check): Remove parameter `do_it_now', | ||
| 6 | unused since 1996-04-12T06:01:29Z!rms@gnu.org. | ||
| 7 | (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo', | ||
| 8 | unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca. | ||
| 9 | |||
| 10 | * keyboard.c (read_char): | ||
| 11 | * w32menu.c (w32_menu_display_help): | ||
| 12 | * xmenu.c (show_help_event, menu_help_callback): | ||
| 13 | Adjust calls to `show_help_echo'. | ||
| 14 | |||
| 15 | * gtkutil.c (xg_maybe_add_timer): | ||
| 16 | * keyboard.c (readable_events): | ||
| 17 | * process.c (wait_reading_process_output): | ||
| 18 | * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'. | ||
| 19 | |||
| 20 | * insdel.c (adjust_markers_gap_motion): | ||
| 21 | Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org. | ||
| 22 | (gap_left, gap_right): Don't call it. | ||
| 23 | |||
| 1 | 2011-03-25 Chong Yidong <cyd@stupidchicken.com> | 24 | 2011-03-25 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 25 | ||
| 3 | * xdisp.c (handle_fontified_prop): Discard changes to clip_changed | 26 | * xdisp.c (handle_fontified_prop): Discard changes to clip_changed |