diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 06733a2455f..fc2f7a9d57c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2013-10-08 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-10-08 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * dispnew.c (set_window_update_flags): Add buffer arg. Adjust comment. | ||
| 4 | (redraw_frame, update_frame): Adjust users. | ||
| 5 | * dispextern.h (set_window_update_flags): Adjust prototype. | ||
| 6 | * xdisp.c (redisplay_internal): When updating all frames with zero | ||
| 7 | windows_or_buffers_changed, assume that only the windows that shows | ||
| 8 | current buffer should be really updated. | ||
| 9 | |||
| 10 | 2013-10-08 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 11 | |||
| 3 | Do not allocate huge temporary memory areas and objects while encoding | 12 | Do not allocate huge temporary memory areas and objects while encoding |
| 4 | for file I/O, thus reducing an enormous memory usage for large buffers. | 13 | for file I/O, thus reducing an enormous memory usage for large buffers. |
| 5 | See http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00180.html. | 14 | See http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00180.html. |