aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-11-16 20:36:34 +0000
committerStefan Monnier2007-11-16 20:36:34 +0000
commit30f95089ed1c8b84dd111fc5edf07b8de07401b2 (patch)
tree51c9396421f9f5d06f781b792189681df4aac8e1 /src/ChangeLog
parentde8ebf6226a1948e9df250abd9a42b4ccff2a5c7 (diff)
downloademacs-30f95089ed1c8b84dd111fc5edf07b8de07401b2.tar.gz
emacs-30f95089ed1c8b84dd111fc5edf07b8de07401b2.zip
* alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
(allocate_pseudovector): Make non-static. * lisp.h (enum pvec_type): New tag PVEC_OTHER. (allocate_pseudovector): Declare. (ALLOCATE_PSEUDOVECTOR): Move from alloc.c
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