diff options
| author | Stefan Monnier | 2012-06-27 17:15:13 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-06-27 17:15:13 -0400 |
| commit | 1ec4b7b25979ff9ea72a3ea35bf35d5882f467f7 (patch) | |
| tree | 7d3f3d3ef4a151e8a2b93b653692a4a652d2a720 /src/ChangeLog | |
| parent | e309e2a56606ef774c5c366f74ea17ced46da065 (diff) | |
| download | emacs-1ec4b7b25979ff9ea72a3ea35bf35d5882f467f7.tar.gz emacs-1ec4b7b25979ff9ea72a3ea35bf35d5882f467f7.zip | |
Get rid of all the manual purecopy calls in menu-bar definitions.
* lisp/loadup.el (purify-flag): Pre-grow the hash-table to reduce the
memory use.
* lisp/bindings.el (bindings--define-key): New function.
* lisp/vc/vc-hooks.el, lisp/replace.el, lisp/menu-bar.el:
* lisp/international/mule-cmds.el, lisp/emacs-lisp/lisp-mode.el:
* lisp/buff-menu.el, lisp/bookmark.el:
* bindings.el: Use it to purecopy define-key bindings.
* src/fns.c (maybe_resize_hash_table): Output message when growing the
purify-hashtable.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fc70a99a170..9af61d41353 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * fns.c (maybe_resize_hash_table): Output message when growing the | ||
| 4 | purify-hashtable. | ||
| 5 | |||
| 1 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | * alloc.c (allocate_string_data): Remove dead code. | 8 | * alloc.c (allocate_string_data): Remove dead code. |
| @@ -29,7 +34,7 @@ | |||
| 29 | 34 | ||
| 30 | 2012-06-26 John Wiegley <johnw@newartisans.com> | 35 | 2012-06-26 John Wiegley <johnw@newartisans.com> |
| 31 | 36 | ||
| 32 | * unexmacosx.c (copy_data_segment): Added two section names used | 37 | * unexmacosx.c (copy_data_segment): Add two section names used |
| 33 | on Mac OS X Lion: __mod_init_func and __mod_term_func. | 38 | on Mac OS X Lion: __mod_init_func and __mod_term_func. |
| 34 | 39 | ||
| 35 | * alloc.c (mark_memory): Do not check with -faddress-sanitizer | 40 | * alloc.c (mark_memory): Do not check with -faddress-sanitizer |