comparison src/ChangeLog @ 94175:dfdc13740582

* configure.in: Define USE_LUCID/USE_MOTIF in config.h. * lwlib/Makefile.in (TOOLKIT_DEFINES): Remove. * src/Makefile.in (TOOLKIT_DEFINES): Remove. (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 18 Apr 2008 15:48:06 +0000
parents 096ad76b9ccf
children e65203929930
comparison
equal deleted inserted replaced
94174:660ccc6b7af1 94175:dfdc13740582
1 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * Makefile.in (TOOLKIT_DEFINES): Remove.
4 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
5
1 2008-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 6 2008-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 7
3 * Makefile.in (MAC_OBJ): Add mactoolbox.o. 8 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
4 (mactoolbox.o): New target. 9 (mactoolbox.o): New target.
5 10
157 162
158 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned. 163 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
159 164
160 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca> 165 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
161 166
162 * character.c (Fmultibyte_char_to_unibyte): Return latin1 chars unchanged. 167 * character.c (Fmultibyte_char_to_unibyte):
168 Return latin1 chars unchanged.
163 169
164 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only 170 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
165 relocated if it points to `name'. 171 relocated if it points to `name'.
166 172
167 2008-04-17 Kenichi Handa <handa@m17n.org> 173 2008-04-17 Kenichi Handa <handa@m17n.org>