comparison src/ChangeLog @ 94119:5b10e5646973

* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE rather than change CPPFLAGS. (HAVE_GTK): Rename to USE_GTK. * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now done in config.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 16 Apr 2008 19:53:06 +0000
parents 53e4b71afc53
children 0e98230e4151
comparison
equal deleted inserted replaced
94118:75036e17da20 94119:5b10e5646973
1 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
4 done in config.h.
5
1 2008-04-16 Juanma Barranquero <lekktu@gmail.com> 6 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * character.c (Fchar_bytes, Fchar_width, Fstring_width) 8 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
4 (Fchar_direction): Add usage in the docstring. 9 (Fchar_direction): Add usage in the docstring.
5 10