aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 36e6ca3b00d..d4f70731562 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Rewrite abbrev.c in Elisp.
4 * image.c (Qcount): Don't declare as extern.
5 (syms_of_image): Initialize and staticpro `Qcount'.
6 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
7 * emacs.c (main): Don't call syms_of_abbrev.
8 * Makefile.in (obj): Remove abbrev.o.
9 (abbrev.o): Remove.
10 * abbrev.c: Remove.
11
12007-10-26 Martin Rudalics <rudalics@gmx.at> 122007-10-26 Martin Rudalics <rudalics@gmx.at>
2 13
3 * window.c (window_min_size_2): Don't count header-line. 14 * window.c (window_min_size_2): Don't count header-line.