Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Feb 26 18:21:40 2009 +0900 +++ b/src/ChangeLog Thu Feb 26 18:35:11 2009 +0900 @@ -2,6 +2,29 @@ * eval.c (skip_debugger): Fix typo in preceding comment. +2009-02-11 Jerry James <james@xemacs.org> + + * number-gmp.c (bigfloat_to_string): Fix broken string conversion. + +2009-02-10 Aidan Kehoe <kehoea@parhasard.net> + + * lread.c (Fload_internal): + Make load-file-name-internal readonly for Lisp code; make + load-file-name a modifiable copy. + (init_lread): + Initialised Vload_file_name_internal, Vload_file_name to nil on + each post-dump start. + +2009-02-02 Stephen J. Turnbull <stephen@xemacs.org> + + * frame-x.c (x_init_frame_2): Update comment per new info from HT. + +2009-02-02 Stephen J. Turnbull <stephen@xemacs.org> + + * frame-x.c (x_init_frame_2): Placate openbox by calling + update_frame_icon. Suggested by Henry S. Thompson + <ht@inf.ed.ac.uk> in <f5btz7ghm5k@hildegard.inf.ed.ac.uk>. + 2009-01-31 Aidan Kehoe <kehoea@parhasard.net> * unicode.c (unicode_convert):