diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 150bc439979..fbef104296f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 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. |