aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f0a2e29bfee..bdc58ad4639 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,15 @@
12007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
4 (allocate_pseudovector): Make non-static.
5 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
6 (allocate_pseudovector): Declare.
7 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c
8
12007-11-15 Andreas Schwab <schwab@suse.de> 92007-11-15 Andreas Schwab <schwab@suse.de>
2 10
3 * editfns.c (Fformat): Correctly format EMACS_INT values. Also 11 * editfns.c (Fformat): Correctly format EMACS_INT values.
4 take precision into account when formatting an integer. 12 Also take precision into account when formatting an integer.
5 13
6 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration. 14 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
7 15