diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7396ccb3759..b04b344edf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-02-19 Daniel Colascione <dancol@dancol.org> | ||
| 2 | * sheap.c (report_sheap_usage): Use message, not message1, so | ||
| 3 | that we don't try to create a buffer while we're in the middle | ||
| 4 | of dumping Emacs. Explain why. | ||
| 1 | 2013-02-20 Dmitry Antipov <dmantipov@yandex.ru> | 5 | 2013-02-20 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | |||
| 3 | * search.c (find_newline): Return byte position in bytepos. | 6 | * search.c (find_newline): Return byte position in bytepos. |
| 4 | Adjust comment. | 7 | Adjust comment. |
| 5 | (find_next_newline_no_quit, find_before_next_newline): Add | 8 | (find_next_newline_no_quit, find_before_next_newline): Add |