X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2c520ab5fb6054f0f54804301e36d519387ccbab..7ede3b6577ae99a3e7ac45baa7cace439bf5070c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 5d840caf49..7fcdef4272 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,110 @@ -2011-03-22 Paul Eggert +2011-04-20 Stefan Monnier + * Makefile.in (config.status): Don't erase in case of error. + In case it disappeared, rebuild it with `configure'. + +2011-04-20 Ken Brown + + * configure.in (use_mmap_for_buffers): Set to yes on Cygwin. + +2011-04-12 Glenn Morris + + * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955) + +2011-04-09 Paul Eggert + + * lib/allocator.c: New file, automatically generated by gnulib. + +2011-04-07 Glenn Morris + + * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el. + +2011-04-06 Eli Zaretskii + + * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS): + Revert last change. + +2011-04-06 Juanma Barranquero + + * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O). + ($(BLD)/careadlinkat.$(O)): New target. + ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O)) + ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)): + Update dependencies. + +2011-04-06 Paul Eggert + + Fix more problems found by GCC 4.6.0's static checks. + + * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros. + + Replace 2 copies of readlink code with 1 gnulib version (Bug#8401). + * Makefile.in (GNULIB_MODULES): Add careadlinkat. + * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h: + * m4/ssize_t.m4: New files, automatically generated from gnulib. + +2011-04-06 Glenn Morris + + * autogen/update_autogen: Handle loaddefs-like files as well. + (usage): Add -l, -C. + (clean, ldefs_flag, ldefs_in, ldefs_out): New variables. + With -l, check status of lisp/ as well. + With -C, clean before building. + (autoreconf): Only pass -f in the `clean' case. + (commit): New function. + +2011-03-28 Glenn Morris + + * autogen/update_autogen: Pass -f to autoreconf. + + * autogen.sh (get_version): Discard "not found" lines. + (check_version): Respect $AUTOCONF etc environment variables. + +2011-03-27 Glenn Morris + + * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro. + (AH_BOTTOM): Do not define SIGTYPE. + +2011-03-26 Glenn Morris + + * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK, + AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE. + +2011-03-25 Andreas Schwab + + * autogen/update_autogen: Remove useless function keyword. + +2011-03-25 Eli Zaretskii + + * config.bat: Generate src/config.h and lib/Makefile from + autogen/config.in and autogen/Makefile.in. + +2011-03-25 Glenn Morris + + * compile, config.guess, config.sub, depcomp, install-sh, missing: + Remove; autoreconf can supply them. + * Makefile.in (sync-from-gnulib): Don't sync config.sub, + config.guess, install-sh. Pass -i to autoreconf. + * autogen/update_autogen (genfiles): Add compile, config.guess, + config.sub, depcomp, install-sh, missing. Pass -i to autoreconf. + Discard non-error output from autoreconf in -q case. + * autogen/compile, autogen/config.guess, autogen/config.sub: + * autogen/depcomp, autogen/install-sh, autogen/missing: New. + * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp, + install-sh, missing. + +2011-03-23 Glenn Morris + + * autogen/update_autogen: Fix typo. + (msg): Remove function; use `exec' instead. + + * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs. + (sync-from-gnulib): Don't sync mkinstalldirs. + * make-dist: Don't distribute mkinstalldirs. + +2011-03-23 Paul Eggert + + Fix more problems found by GCC 4.5.2's static checks. * Makefile.in (GNULIB_MODULES): Add socklen. * configure.in: Do not check for sys/socket.h, since socklen does that. * m4/socklen.m4: New automatically-generated file, from gnulib. @@ -9,6 +114,7 @@ * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically imported from gnulib. * .bzrignore: Add lib/stdio.h. + 2011-03-22 Glenn Morris * autogen/copy_autogen: Work from ./ or ../. @@ -39,6 +145,10 @@ * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3. +2011-03-07 Chong Yidong + + * Version 23.3 released. + 2011-03-06 Glenn Morris * configure.in (FREETYPE_LIBS): Actually set it to something.