diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-07-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Assume support for memcmp, memcpy, memmove, memset. | 3 | Assume support for memcmp, memcpy, memmove, memset. |
| 4 | This simplifies the code a bit. All current platforms have these, | 4 | This simplifies the code a bit. All current platforms have these, |
| @@ -6,6 +6,10 @@ | |||
| 6 | can add the gnulib modules for these (a 1-line change to Makefile.in). | 6 | can add the gnulib modules for these (a 1-line change to Makefile.in). |
| 7 | * configure.in: Don't check for memcmp, memcpy, memmove, memset. | 7 | * configure.in: Don't check for memcmp, memcpy, memmove, memset. |
| 8 | 8 | ||
| 9 | 2011-07-05 Jan Djärv <jan.h.d@swipnet.se> | ||
| 10 | |||
| 11 | * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS. | ||
| 12 | |||
| 9 | 2011-07-01 Glenn Morris <rgm@gnu.org> | 13 | 2011-07-01 Glenn Morris <rgm@gnu.org> |
| 10 | 14 | ||
| 11 | * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo. | 15 | * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo. |