Mercurial > emacs
comparison src/ChangeLog @ 107895:265966b778f9
Hash-cons pure data.
* alloc.c (Fpurecopy): Hash-cons if requested.
(syms_of_alloc): Update purify-flag docstring.
* loadup.el: Setup hash-cons for pure data.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 18 Apr 2010 17:49:33 -0400 |
parents | bf5fce1e8e34 |
children | e4d7764c4cbe |
comparison
equal
deleted
inserted
replaced
107894:9b05dc529495 | 107895:265966b778f9 |
---|---|
1 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * alloc.c (Fpurecopy): Hash-cons if requested. | |
4 (syms_of_alloc): Update purify-flag docstring. | |
5 | |
1 2010-04-18 Jan Djärv <jan.h.d@swipnet.se> | 6 2010-04-18 Jan Djärv <jan.h.d@swipnet.se> |
2 | 7 |
3 * gtkutil.c (xg_set_geometry): Set size in geometry string also. | 8 * gtkutil.c (xg_set_geometry): Set size in geometry string also. |
4 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968). | 9 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968). |
5 | 10 |