diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 619dce7a731..0fba7894443 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * window.c (struct saved_window): Remove mark. | ||
| 4 | (Fset_window_configuration, save_window_save) | ||
| 5 | (compare_window_configurations): Don't touch marks any more. | ||
| 6 | |||
| 1 | 2014-04-28 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2014-04-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Use bits_word for gcmarkbits. | 9 | Use bits_word for gcmarkbits. |
| @@ -19,8 +25,7 @@ | |||
| 19 | 2014-04-25 Eli Zaretskii <eliz@gnu.org> | 25 | 2014-04-25 Eli Zaretskii <eliz@gnu.org> |
| 20 | 26 | ||
| 21 | * search.c (Fnewline_cache_check): Don't try to count newlines | 27 | * search.c (Fnewline_cache_check): Don't try to count newlines |
| 22 | outside the buffer's restriction, as find_newline doesn't support | 28 | outside the buffer's restriction, as find_newline doesn't support that. |
| 23 | that. | ||
| 24 | 29 | ||
| 25 | 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca> | 30 | 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 26 | 31 | ||