diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af2d38d2e87..5c0e26760c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2013-04-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * keyboard.c (timer_start_idle): Remove no-longer-used local. | ||
| 4 | |||
| 5 | 2013-04-14 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width> | ||
| 8 | <left-fringe-width, right-fringe-width, fringes-outside-margins>: | ||
| 9 | Mention in the doc string that setting these variables takes | ||
| 10 | effect only after a call to set-window-buffer. (Bug#14200) | ||
| 11 | |||
| 1 | 2013-04-13 Eli Zaretskii <eliz@gnu.org> | 12 | 2013-04-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 13 | ||
| 3 | * indent.c (Fvertical_motion): Don't consider display strings on | 14 | * indent.c (Fvertical_motion): Don't consider display strings on |