aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f1c9944d842..77468a9d14c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12003-01-12 Kim F. Storm <storm@cua.dk>
2
3 * alloc.c (pure_alloc): Corrected last change; now align the
4 pointer and adjust the size rather than aligning the size and
5 adjusting the pointer. Use a goto to handle overflow exception.
6
12003-01-11 Kim F. Storm <storm@cua.dk> 72003-01-11 Kim F. Storm <storm@cua.dk>
2 8
3 * process.c (Fset_process_contact): New function. 9 * process.c (Fset_process_contact): New function.