aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e80ee7c2073..3eca5c4fda1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Fix wrong-docstring problem introduced with hash-consing.
4 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
5 Remove unused var `args'.
6 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
7 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
8 * doc.c (store_function_docstring): Use XSETCAR.
9
12010-04-28 Glenn Morris <rgm@gnu.org> 102010-04-28 Glenn Morris <rgm@gnu.org>
2 11
3 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables. 12 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.