comparison src/ChangeLog @ 105942:5fc80e6b5b7c

* xfns.c (syms_of_xfns): Use make_pure_string instead of build_string. * xterm.c (syms_of_xterm): * xfaces.c (syms_of_xfaces): * xdisp.c (syms_of_xdisp): * lread.c (syms_of_lread): * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of build_string. * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 11 Nov 2009 06:10:42 +0000
parents 88b92b3656ae
children 85397efaf3b5
comparison
equal deleted inserted replaced
105941:d1bb0f3aad35 105942:5fc80e6b5b7c
1 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
4 * xterm.c (syms_of_xterm):
5 * xfaces.c (syms_of_xfaces):
6 * xdisp.c (syms_of_xdisp):
7 * lread.c (syms_of_lread):
8 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
9 build_string.
10 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
11
1 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca> 12 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 13
3 * fns.c (Fplist_get): Merge the active and the uncommented code. 14 * fns.c (Fplist_get): Merge the active and the uncommented code.
4 15
5 2009-11-10 Jan Djärv <jan.h.d@swipnet.se> 16 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>