diff options
| author | Dmitry Antipov | 2013-10-21 18:11:25 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-10-21 18:11:25 +0400 |
| commit | fc54bdd59909d87c56686a42aba3b92785617a51 (patch) | |
| tree | 676fd033b56d0a4a72cb9c8e8576a76f3fce2945 /src/ChangeLog | |
| parent | df74c4be16efb83408b78c5b1205fccfb2c10696 (diff) | |
| download | emacs-fc54bdd59909d87c56686a42aba3b92785617a51.tar.gz emacs-fc54bdd59909d87c56686a42aba3b92785617a51.zip | |
Do not allow font caches to grow too large.
* alloc.c (compact_font_cache_entry, compact_font_caches):
New functions or stub if not HAVE_WINDOW_SYSTEM.
(compact_undo_list): Factor out from Fgarbage_collect.
Add comment.
(mark_face_cache): Mark face font. Move down to avoid
extra prototypes.
(mark_terminals): Do not mark font cache here.
(Fgarbage_collect): Call compaction functions described
above. Adjust comment.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3ef9c636f0a..3bd9dce4fb7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-10-21 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Do not allow font caches to grow too large. | ||
| 4 | * alloc.c (compact_font_cache_entry, compact_font_caches): | ||
| 5 | New functions or stub if not HAVE_WINDOW_SYSTEM. | ||
| 6 | (compact_undo_list): Factor out from Fgarbage_collect. | ||
| 7 | Add comment. | ||
| 8 | (mark_face_cache): Mark face font. Move down to avoid | ||
| 9 | extra prototypes. | ||
| 10 | (mark_terminals): Do not mark font cache here. | ||
| 11 | (Fgarbage_collect): Call compaction functions described | ||
| 12 | above. Adjust comment. | ||
| 13 | |||
| 1 | 2013-10-20 Jan Djärv <jan.h.d@swipnet.se> | 14 | 2013-10-20 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 15 | ||
| 3 | * emacs.c (main): On Cocoa, if GUI session and 0 is not a tty, | 16 | * emacs.c (main): On Cocoa, if GUI session and 0 is not a tty, |