aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2004-10-27 06:03:07 +0000
committerMiles Bader2004-10-27 06:03:07 +0000
commit68c015f511f43f6d24ac79ac78cd4a7b3cd5a89e (patch)
treec03104b7ab1750759f40ce18d230093e0ea49824 /src/ChangeLog
parente0da2cddda8d2244be17fe33fd3130af8c8041c8 (diff)
parentfce59e4038c02d88aca0ba6ef06db7ceb991d279 (diff)
downloademacs-68c015f511f43f6d24ac79ac78cd4a7b3cd5a89e.tar.gz
emacs-68c015f511f43f6d24ac79ac78cd4a7b3cd5a89e.zip
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
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2b0f6922ed6..8c0a7c0bcf1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12004-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
12004-10-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 122004-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.