Mercurial > emacs
comparison src/ChangeLog @ 90038:3a5b83e18d41
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-66
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-642
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 27 Oct 2004 06:03:07 +0000 |
parents | 0fe073a08cef 66e97a54985f |
children | e24e2e78deda |
comparison
equal
deleted
inserted
replaced
90037:0fe073a08cef | 90038:3a5b83e18d41 |
---|---|
1 2004-10-27 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA. | |
4 Only allocate info and discarded tables once. | |
5 | |
6 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer. | |
7 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used. | |
8 (SAFE_FREE): Test it to determine if we need to unwind to free. | |
9 Remove size arg. All users changed. | |
10 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE. | |
11 | |
1 2004-10-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 12 2004-10-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 13 |
3 * gtkutil.c: Put empty line between comment and function body. | 14 * gtkutil.c: Put empty line between comment and function body. |
4 (xg_destroy_widgets): Renamed from remove_from_container. Just | 15 (xg_destroy_widgets): Renamed from remove_from_container. Just |
5 destroy all widgets in list. Argument wcont removed. | 16 destroy all widgets in list. Argument wcont removed. |