diff options
| author | Daniel Colascione | 2014-03-21 05:09:57 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2014-03-21 05:09:57 -0700 |
| commit | c4beb8da582e92073ce952e54588b3323bafb6b6 (patch) | |
| tree | 7e58dcb749d8e9becb666e90c9fb057ce6694aca /src | |
| parent | 50e4eb2d52ed43255d34a8ec8ca5cd0193752abe (diff) | |
| download | emacs-c4beb8da582e92073ce952e54588b3323bafb6b6.tar.gz emacs-c4beb8da582e92073ce952e54588b3323bafb6b6.zip | |
Frame icon optimization
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cca3aa35e99..c491119041f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-03-21 Daniel Colascione <dancol@dancol.org> | 1 | 2014-03-21 Daniel Colascione <dancol@dancol.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_bitmap_icon): Stop reading the icon bitmap from disk | ||
| 4 | every time we switch to minibuffer. | ||
| 5 | |||
| 3 | * alloc.c (lisp_align_malloc, allocate_string_data) | 6 | * alloc.c (lisp_align_malloc, allocate_string_data) |
| 4 | (allocate_vectorlike): Allow mmap allocation of lisp objects. | 7 | (allocate_vectorlike): Allow mmap allocation of lisp objects. |
| 5 | (pointers_fit_in_lispobj_p,mmap_lisp_allowed_p): New functions. | 8 | (pointers_fit_in_lispobj_p,mmap_lisp_allowed_p): New functions. |