diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2654abd32d4..4e01e155c2e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-09-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (prepare_desired_row): When MODE_LINE_P is zero, | ||
| 4 | always make sure the marginal areas of the row are in sync with | ||
| 5 | what the window wants. (Bug#18419) | ||
| 6 | |||
| 7 | * data.c (set_internal): Use assq_no_quit, not Fassq, to find an | ||
| 8 | existing binding of a variable, to avoid silently aborting | ||
| 9 | commands that use specbind. (Bug#18331) | ||
| 10 | |||
| 1 | 2014-09-07 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2014-09-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Fix bug uncovered by changing alloca to auto buffer (Bug#18410). | 13 | Fix bug uncovered by changing alloca to auto buffer (Bug#18410). |