* Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
[bpt/emacs.git] / ChangeLog
index 871a077..6a34a8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,368 @@
+2013-11-29  Dani Moncayo  <dmoncayo@gmail.com>
+
+       * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
+
+2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * configure.ac (HAVE_MENUS): Remove.
+
+2013-11-28  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
+
+2013-11-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * GNUmakefile (Makefile): Don't use $(CFG).
+       (CFG): Don't compute.
+
+       * configure.ac (PATH_SEP): Set and AC_SUBST.
+
+2013-11-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
+       * lib/getgroups.c: Update from gnulib.
+
+2013-11-27  Glenn Morris  <rgm@gnu.org>
+
+       Move ja-dic, quail, leim-list.el from leim to lisp/leim.
+       * Makefile.in (abs_builddir, leimdir): Remove.
+       (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
+       (epaths-force-w32): No longer set BLD.
+       (leim): Remove.
+       (install-arch-indep): No longer run or install leim.
+       (mostlyclean, clean): No longer run leim rule.
+       (bootstrap-clean): Change leim target.
+       (maintainer-clean): Add leim.
+       (check-declare): Remove leim.
+       * README: Update for leim changes.
+       * configure.ac (leimdir): Remove.
+       (standardlisppath): No more leimdir.
+
+       * make-dist: Update for files from leim/ now being in lisp/leim/.
+
+2013-11-26  Glenn Morris  <rgm@gnu.org>
+
+       Preload leim-list.el.
+       * Makefile.in (abs_builddir): New, set by configure.
+       (buildlisppath): Add leim/.
+       (epaths-force-w32): Set BLD.
+
+2013-11-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix some dependency problems that cause unnecessary recompiles.
+       * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
+       Remove.
+       (LIBXMENU): Now is always either empty or a file name,
+       so that it can be used as a dependency.
+
+2013-11-20  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Distribute build-aux/msys-to-w32.
+
+2013-11-20  Dani Moncayo  <dmoncayo@gmail.com>
+
+       * build-aux/msys-to-w32: New file.
+       * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
+       (msys_w32prefix_subst): Rename from msys_prefix_subst.
+       Operate on w32prefixpattern.
+       (epaths-force-w32): Use build-aux/msys-to-w32.
+
+2013-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
+       It apparently doesn't work for GCC 3, and I suppose it's more
+       trouble than it's worth to worry about this.
+
+2013-11-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
+
+2013-11-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Simplify, port and tune bool vector implementation.
+       * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
+
+2013-11-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
+
+2013-11-12  Dani Moncayo  <dmoncayo@gmail.com>
+
+       * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
+       * make-dist: Don't distribute nt/msysconfig.sh.
+
+       * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
+
+2013-11-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-11-08 extern-inline: port better to OS X 10.9
+       2013-11-08 fpending: fix regression on DragonFly BSD
+       * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
+       Update from gnulib.
+
+2013-11-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port to C11 aligned_alloc.
+       * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
+       and doug_lea_malloc.
+       (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
+       (posix_memalign): Test for existence only if !GMALLOC_OBJ and
+       not darwin and !aligned_alloc.
+
+2013-11-05  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
+       config.status computes it.
+       * Makefile.in (epaths-force-w32): Move srcdir tweak here.
+
+       * autogen: Remove directory.  Move update_autogen to admin/.
+       * autogen.sh: Remove reference to copy_autogen.
+       * GNUmakefile (configure):
+       * Makefile.in (bootstrap): Do not try to run copy_autogen.
+       * config.bat: Use msdos/autogen rather than autogen.
+
+2013-11-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Simplify and port recent bool vector changes.
+       * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
+       New symbols to configure.
+
+2013-11-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac: Don't disallow builds in non-ASCII directories.
+       (Bug#15260)
+
+2013-11-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port to stricter C99 platforms.
+       Merge from gnulib, incorporating:
+       2013-11-03 intprops: port to Oracle Studio c99
+       * lib/intprops.h: Update from gnulib.
+
+2013-11-02  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (check): Depend on all.
+
+2013-10-31  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: Use [!...] rather than [^...], for ksh.  (Bug#15769)
+
+2013-10-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
+       Also clean admin/unidata, if present.
+
+2013-10-27  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
+
+2013-10-25  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
+
+2013-10-24  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac:
+       * Makefile.in (install-arch-indep, install-etcdoc, install-info):
+       Avoid non-portable "`\" nesting.
+
+       * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
+
+       * Makefile.in (abs_top_srcdir): New, set by configure.
+
+2013-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: Explicit error for non-ASCII directories.  (Bug#15260)
+
+       Progress towards allowing installation in directories with whitespace.
+       * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
+       (install-arch-indep, install-etcdoc, install-info, install-man)
+       (install-etc, uninstall, install-nt, uninstall-nt):
+       Quote entities that might contain whitespace.
+       * build-aux/update-subdirs: Handle whitespace in argument.
+       Check cd return value.
+
+       Make building in directories with whitespace possible.  (Bug#15675)
+       * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
+       (src/.gdbinit): Use ac_abs_top_srcdir.
+       * Makefile.in (abs_srcdir): New, set by configure.
+       (buildlisppath, epaths-force-w32): Use abs_srcdir.
+       (install-arch-indep, install-etcdoc, install-info, install-man)
+       (install-etc): Quote entities that might contain whitespace.
+
+2013-10-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-10-14 acl: allow cross-compilation to Gentoo
+       2013-10-18 extern-inline: make safe for -Wundef usage
+       2013-09-30 fpending: use pure+const function attrs
+       * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
+
+2013-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac [alpha]: Explicit error in non-ELF case.  (Bug#15601)
+
+2013-10-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-10-10 strtoumax: port to Solaris 8
+       2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+       * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
+       * m4/strtoumax.m4:
+       Update from gnulib.
+
+2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
+       string when gnutls2 is installed but gnutls3 is not.
+
+2013-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
+
+2013-10-10  Barry Fishman  <barry_fishman@acm.org>  (tiny change)
+
+       * configure.ac: Update for giflib 5.  (Bug#15531)
+
+2013-10-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac (HAVE_MENUS): Define unconditionally.
+
+2013-10-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Improve support for popcount and counting trailing zeros (Bug#15550).
+       Do this by using the Gnulib modules for this.
+       This should generate faster code on non-GCC, non-MSC platforms,
+       and make the code a bit more portable, at least in theory.
+       * lib/count-one-bits.c, lib/count-one-bits.h:
+       * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
+       * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
+       New files, copied from gnulib.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+2013-10-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use hardware support for byteswapping on glibc x86 etc.
+       * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+2013-10-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-10-02 verify: new macro 'assume'
+       2013-09-26 dup2, dup3: work around another cygwin crasher
+       2013-09-26 getdtablesize: work around cygwin issue
+
+2013-09-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-09-24 manywarnings: enable nicer gcc warning messages
+       2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
+       2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
+       * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
+       and -funit-at-a-time, since manywarnings does that for us now.
+
+2013-09-23  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: With clang, check for and use -Wno-switch,
+       -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
+
+2013-09-23  Daniel Colascione  <dancol@dancol.org>
+
+       * configure.ac: Check for valgrind headers.
+
+2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * INSTALL: New homepage of libtiff.
+
+2013-09-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Work around performance bug on OS X 10.8 and earlier.
+       Perhaps Apple will fix this bug some day.
+       See the thread starting with Daniel Colascione's email in:
+       http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
+       * configure.ac (FORTIFY_SOUR): New verbatim section.
+
+2013-09-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-09-19 stdio: OS X port of putc_unlocked + extern inline
+       2013-09-19 signal: OS X port of sigaddset etc. + extern inline
+       2013-09-19 extern-inline: do not always suppress extern inline on OS X
+       2013-09-17 getgroups: statement without effect
+       2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
+
+2013-09-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
+       is in the full /d/foo/bar form.  See the discussion in
+       http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
+       and in particular
+       http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
+       and its followups, for the details.
+
+2013-09-17  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * configure.ac: Do not check for g_type_init because we
+       require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
+       glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
+       suitable glib should provide g_type_init unconditionally.
+
+2013-09-15  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: Add check for OSX 10.5, required for macfont.o.
+
+2013-09-09  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
+       (LDFLAGS): Move nocombreloc option from here...
+       (LD_SWITCH_SYSTEM_TEMACS): ... to here.
+
+2013-09-08  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (--without-compress-install):
+       Rename from --without-compress-info.  (Bug#9789)
+       (GZIP_INFO): Remove.
+       (GZIP_PROG): Allow --without-compress-install to disable it.
+       * Makefile.in (GZIP_INFO): Remove all references.
+
+       * info/dir: Tweak emacs-gnutls entry.
+
+2013-09-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port --without-x --enable-gcc-warnings to Fedora 19.
+       * configure.ac (WERROR_CFLAGS): Omit redundant use of
+       -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
+       -Wunused-parameter.  If there is no window system, also omit
+       -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
+       is needed for Fedora 19.
+
+2013-09-05  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       Make --without-x compatible with --enable-gcc-warnings.
+       * configure.ac: If both --without-x and --enable-gcc-warnings are
+       specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
+       and -Wno-unused-but-set-parameter.
+
+2013-09-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Makefile improvements.
+       * Makefile.in (lib): Depend on am--refresh, to avoid a race.
+       (src): Remove duplicate dependency on FRC.
+       Invoke just one submake, not two.  Avoid the need for 'pwd'.
+
+2013-09-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: Add ns_check_file.
+
+2013-08-31  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
+       and voxware to oss.
+
 2013-08-31  Ulrich Müller  <ulm@gentoo.org>
 
        * configure.ac: Allow for --with-sound=voxware that will enable