Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4339:89954a8cc73d
Merge.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Thu, 20 Dec 2007 08:50:49 +0100 |
parents | 4fbcce3f6097 c32e4dca0296 |
children | fb73a2046d3e |
comparison
equal
deleted
inserted
replaced
4332:6ad202d453cb | 4339:89954a8cc73d |
---|---|
1 2007-12-18 Kenny Chien <Kenny.Chien@morganstanley.com> | 1 2007-12-18 Kenny Chien <Kenny.Chien@morganstanley.com> |
2 | 2 |
3 * extw-Xt.c (extw_wait_for_response): Don't use undocumented | 3 * extw-Xt.c (extw_wait_for_response): Don't use undocumented |
4 internal Xt functions, avoiding inconsistent behavior between | 4 internal Xt functions, avoiding inconsistent behavior between |
5 different Solaris versions. | 5 different Solaris versions. |
6 | |
7 2007-12-18 Aidan Kehoe <kehoea@parhasard.net> | |
8 | |
9 * symbols.c (Fspecial_form_p): | |
10 Following commentary from Jerry James, don't error if not passed a | |
11 subr. | |
12 | |
13 Flesh out the docstring; give details of what a subr is, what a | |
14 special form is, and why one should probably not write special | |
15 forms oneself. | |
16 | |
17 2007-12-18 Aidan Kehoe <kehoea@parhasard.net> | |
18 | |
19 * symbols.c (Fspecial_form_p): New. | |
20 For the use of advice.el, and perhaps other files; is SUBR a | |
21 special form? | |
22 | |
23 2007-12-17 Aidan Kehoe <kehoea@parhasard.net> | |
24 | |
25 * doprnt.c (emacs_doprnt_1): | |
26 Add support for formatted printing of both longs and bignums as | |
27 base 2. | |
28 * editfns.c (Fformat): | |
29 Document the new %b escape for #'format. | |
30 * lisp.h: | |
31 Make ulong_to_bit_string available beside long_to_string. | |
32 * lread.c: | |
33 Fix a bug where the integer base was being ignored in certain | |
34 contexts; thank you Sebastian Freundt. This is necessary for | |
35 correct behaviour of #'integer-to-bit-vector and | |
36 #'bit-vector-to-integer, just added to subr.el | |
37 * print.c (ulong_to_bit_string): New. | |
38 Analagous to long_to_string, but used all the time when %b is | |
39 encountered, since we can't pass that to sprintf. | |
6 | 40 |
7 2007-12-12 Aidan Kehoe <kehoea@parhasard.net> | 41 2007-12-12 Aidan Kehoe <kehoea@parhasard.net> |
8 | 42 |
9 * config.h.in: | 43 * config.h.in: |
10 Make the results of the checks for | 44 Make the results of the checks for |