Mercurial > emacs
comparison src/ChangeLog @ 94713:84f10f4c61cb
(Fx_create_frame): Make a copy of frame parameters
because the original parameters are in pure storage now.
(mac_window): Remove unused params. Update callers.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 07 May 2008 06:01:08 +0000 |
parents | 0cd73f056781 |
children | 28e39f5db43b |
comparison
equal
deleted
inserted
replaced
94712:349582c9a664 | 94713:84f10f4c61cb |
---|---|
1 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * macfns.c (Fx_create_frame): Make a copy of frame parameters | |
4 because the original parameters are in pure storage now. | |
5 (mac_window): Remove unused params. Update callers. | |
6 | |
1 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | 7 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 8 |
3 * lread.c (substitute_object_recurse): Use lower-level primitives. | 9 * lread.c (substitute_object_recurse): Use lower-level primitives. |
4 Don't signal errors when traversing sub-char-tables. | 10 Don't signal errors when traversing sub-char-tables. |
5 Don't loop over all the possible characters when traversing char-tables. | 11 Don't loop over all the possible characters when traversing char-tables. |