Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4626:f1bb4cc3144a
Merge: fixup ChangeLogs.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Thu, 26 Feb 2009 18:35:11 +0900 |
parents | 9dd42cb187ed e254bf96eb9e |
children | a1dd514df5c6 |
comparison
equal
deleted
inserted
replaced
4625:4527fc976aa3 | 4626:f1bb4cc3144a |
---|---|
1 2009-02-04 Stephen J. Turnbull <stephen@xemacs.org> | 1 2009-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 2 |
3 * eval.c (skip_debugger): Fix typo in preceding comment. | 3 * eval.c (skip_debugger): Fix typo in preceding comment. |
4 | |
5 2009-02-11 Jerry James <james@xemacs.org> | |
6 | |
7 * number-gmp.c (bigfloat_to_string): Fix broken string conversion. | |
8 | |
9 2009-02-10 Aidan Kehoe <kehoea@parhasard.net> | |
10 | |
11 * lread.c (Fload_internal): | |
12 Make load-file-name-internal readonly for Lisp code; make | |
13 load-file-name a modifiable copy. | |
14 (init_lread): | |
15 Initialised Vload_file_name_internal, Vload_file_name to nil on | |
16 each post-dump start. | |
17 | |
18 2009-02-02 Stephen J. Turnbull <stephen@xemacs.org> | |
19 | |
20 * frame-x.c (x_init_frame_2): Update comment per new info from HT. | |
21 | |
22 2009-02-02 Stephen J. Turnbull <stephen@xemacs.org> | |
23 | |
24 * frame-x.c (x_init_frame_2): Placate openbox by calling | |
25 update_frame_icon. Suggested by Henry S. Thompson | |
26 <ht@inf.ed.ac.uk> in <f5btz7ghm5k@hildegard.inf.ed.ac.uk>. | |
4 | 27 |
5 2009-01-31 Aidan Kehoe <kehoea@parhasard.net> | 28 2009-01-31 Aidan Kehoe <kehoea@parhasard.net> |
6 | 29 |
7 * unicode.c (unicode_convert): | 30 * unicode.c (unicode_convert): |
8 Correct little-endian UTF-16 surrogate handling. | 31 Correct little-endian UTF-16 surrogate handling. |