comparison src/ChangeLog @ 5445:6506fcb40fcf

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Fri, 31 Dec 2010 00:27:29 +0100
parents 24c67faf4be6 df125a42c50c
children 89331fa1c819
comparison
equal deleted inserted replaced
5444:388762703a21 5445:6506fcb40fcf
1 2010-12-30 Aidan Kehoe <kehoea@parhasard.net>
2
3 * lisp.h (DECLARE_N_KEYWORDS_8, DECLARE_N_KEYWORDS_9)
4 (CHECK_N_KEYWORDS_8, CHECK_N_KEYWORDS_9):
5 Support up to nine keywords in the PARSE_KEYWORDS() macro.
6
7 2010-12-30 Aidan Kehoe <kehoea@parhasard.net>
8
9 * elhash.c (syms_of_elhash):
10 * chartab.c (syms_of_chartab):
11 * abbrev.c (syms_of_abbrev):
12 * general-slots.h:
13 Move Qcount, Q_default, Q_test to general-slots.h, they're about
14 to be used by other files. Rename Q_default to Q_default_, for the
15 sake of the PARSE_KEYWORDS macro (given that default is a reserved
16 identifier in C). Add SYMBOL_KEYWORD_GENERAL(), analogous to
17 SYMBOL_GENERAL() to make this easier.
18
19 2010-12-29 Aidan Kehoe <kehoea@parhasard.net>
20
21 * floatfns.c (Ffloat): If we've been handed a bigfloat here, it's
22 appropriate to give the same bigfloat back.
23
1 2010-11-30 Aidan Kehoe <kehoea@parhasard.net> 24 2010-11-30 Aidan Kehoe <kehoea@parhasard.net>
2 25
3 * fns.c (Ffill): 26 * fns.c (Ffill):
4 Move all declarations before statements, for the sake of the 27 Move all declarations before statements, for the sake of the
5 Visual Studio build. Thank you Vin! 28 Visual Studio build. Thank you Vin!