diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a6623803a6e..c168a7133eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2011-03-31 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * dispextern.h (move_it_by_lines): | ||
| 4 | * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused | ||
| 5 | since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed. | ||
| 6 | (message_log_check_duplicate): Remove parameters `prev_bol' and | ||
| 7 | `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed. | ||
| 8 | (redisplay_internal): Remove parameter `preserve_echo_area', | ||
| 9 | unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed. | ||
| 10 | |||
| 11 | * indent.c (Fvertical_motion): | ||
| 12 | * window.c (window_scroll_pixel_based, Frecenter): | ||
| 13 | Don't pass `need_y_p' to `move_it_by_lines'. | ||
| 14 | |||
| 1 | 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca> | 15 | 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 16 | ||
| 3 | * eval.c (struct backtrace): Don't cheat with negative numbers, but do | 17 | * eval.c (struct backtrace): Don't cheat with negative numbers, but do |