comparison src/ChangeLog @ 112347:67bea318ed68

Merge from emacs-23 branch, up to r100386.
author Glenn Morris <rgm@gnu.org>
date Mon, 17 Jan 2011 18:49:59 -0800
parents 28ca83ef1128 7c2cdabbc4a9
children 19348bd13f81
comparison
equal deleted inserted replaced
112342:c22f11c3d8ba 112347:67bea318ed68
1 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * image.c (syms_of_image): Don't access XSYMBOL's internals directly.
4
1 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> 5 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350. 7 Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
4 * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro. 8 * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro.
5 * data.c (Fnumber_to_string): Use it. 9 * data.c (Fnumber_to_string): Use it.