* lisp/net/eww.el (eww-mode) <eww-current-title>: Make local.
[bpt/emacs.git] / ChangeLog
index 98681e9..07954be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,246 @@
-2014-01-12  Eric S. Raymond  <esr@thyrsus.com>
+2014-06-20  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * Makefile, src/Makefile, etc/PROBLEMS: Remove broken VCSWITNESS
-       code, and explain the problem.
+       * configure.ac: Warn about --enable-link-time-optimization's issues
+       in --help message (Bug#17806).
+
+       Port to GCC 4.9.0 with link time optimization (Bug#17806).
+       * configure.ac (CFLAGS): With link time optimization,
+       use -ffat-lto-objects if supported; otherwise Emacs won't
+       build with GCC 4.9.0.
+
+2014-06-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port part of the AIX fix to Solaris (Bug#17598).
+       * configure.ac (_REENTRANT): Define on Solaris if HAVE_PTHREAD.
+       This ports part of the recent AIX fixes to Solaris.  It is needed
+       for the same reason that _THREAD_SAFE is needed on AIX, e.g., to
+       make sure that each thread has its own 'errno'.
+
+2014-06-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Backport fcntl.h AIX fix from the trunk (Bug#17598).
+       This fixes a bug with the shell freezing.  See:
+       http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17598#185
+       Merge from gnulib, incorporating:
+       2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1
+       * lib/fcntl.in.h, m4/dup2.m4, m4/fcntl.m4:
+       Update from gnulib.
+
+2014-06-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port better to AIX (Bug#17598).
+       * configure.ac (with_xpm_set): New shell var.
+       (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
+       (with_xpm): Default to 'no' on AIX.
+       (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
+       requires the former on AIX.
+
+2014-05-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix port to 32-bit AIX with xlc (Bug#17598).
+       This doesn't fix Bug#17598, but it does fix a regression since Emacs
+       built with xlc until recently, and perhaps it'll help us fix Bug#17598.
+       * configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
+       Merge from gnulib, incorporating:
+       2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
+       * lib/ftoastr.c: Update from gnulib.
+
+2014-05-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix port to 32-bit AIX (Bug#17540).
+       * configure.ac (opsys): On Power Architecture, treat release 7 of
+       AIX like releases 5 and 6.
+
+2014-05-18  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (INSTALL_INFO):
+       Revert to just checking for "install-info".
+
+2014-05-17  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (INSTALL_INFO): Try the identical-but-quieter-on-Debian
+       "ginstall-info" before "install-info".
+
+2014-05-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Revert recent libpng changes (Bug#17339).
+       They fix only bugs that aren't being reported, so it may be better
+       to do them on the trunk.
+       * configure.ac (PNG_CFLAGS): Remove.  All uses removed.
+       (LIBPNG): Don't be consistent about -lpng16 versus -lpng.
+       Ignore libpng-config's exit status.  Always append -lz -lm.
+
+       * configure.ac (LIBPNG): Add -lz -lm on platforms where they're needed
+       but libpng-config --libs omits them.  Problem reported by Glenn
+       Morris.
+
+2014-05-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
+       * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
+       A more-complicated fix would be to remove uses of PixelSetMagickColor,
+       introduced in ImageMagick 6.3.5 (Sept. 2007).
+
+2014-05-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Consult libpng-config more consistently (Bug#17339).
+       * configure.ac (edit_cflags): Move this up and to the top level,
+       so that PNG_CFLAGS can use it too.
+       (PNG_CFLAGS): New var.
+       (png_longjmp): Use PNG_CFLAGS when checking.
+       (LIBPNG): Be consistent about -lpng16 etc; e.g., don't use -lpng16
+       in some places and -lpng in others.  Test libpng-config's exit
+       status.  If it succeeds, use its output rather than appending -lz -lm.
+
+2014-05-01  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (LIBPNG): Consult libpng-config for the precise
+       form of "-lpng" to use.  (Bug#17339)
+
+2014-04-29  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: Treat MirBSD as OpenBSD.  (Bug#17339)
+
+2014-04-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Update for Emacs 24.4.
+
+2014-04-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port to IRIX 6.5 (Bug#9684).
+       This port requires IRIX cc, as I did not have time to get
+       undump working with the old GCC on the system I had access to,
+       but that's better than nothing.
+       * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
+       that wouldn't have worked anyway, with IRIX cc.
+       (emacs_cv_clang, emacs_cv_sanitize_address)
+       (ns_osx_have_104, ns_osx_have_105):
+       Don't assume '#error' makes the compiler fail,
+       as this doesn't work with IRIX cc.
+       (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
+       checks.  This runs afoul of an IRIX configuration where GnuTLS is
+       in an optional library that also contains getdelim, and causes
+       a later 'configure' to incorrectly think getdelim is supported.
+
+2014-04-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
+       ensure the MSYS ln.exe is invoked.
+
+2014-04-11  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Do not distribute generated admin/grammars/Makefile.
+       Do distribute lib-src/update-game-score.exe.manifest.
+
+2014-04-09  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.ac (EMACS_MANIFEST): Revert last change (but leave
+       UPDATE_MANIFEST empty).
+
+2014-04-03  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
+       variables empty on Cygwin.  (Bug#17176)
+
+2014-03-31  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: Make the final "Does Emacs use Gsettings" message
+       consistent with src/config.h.
+
+2014-03-31  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: Fix errors from previous checkin (GSettings check).
+       Backport from trunk.
+
+2014-03-30  Daniel Colascione  <dancol@dancol.org>
+
+       * configure.ac: Include GFILENOTIFY objects in glib check.  (Bug#17069)
+
+2014-03-30  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: Add check that GSettings is in libgio (Bug#17118).
+       Backport from trunk.
+
+2014-03-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2014-03-26 strftime: wrap macros in "do {...} while(0)"
+       * lib/strftime.c: Update from gnulib.
+
+2014-03-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2014-03-04 stdint: fix missing SIZE_MAX on Android
+       2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+       * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
+       Update from gnulib.
+
+2014-03-05  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: Tweak the "unported" error message.
+
+2014-03-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix configuration bug on Solaris 2.5.1 (Bug#16905).
+       * configure.ac: Fix a bug in shell pattern matching that caused
+       'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
+
+2014-02-25  Paul Eggert  <eggert@penguin.cs.ucla.edu>
+
+       Merge from gnulib (Bug#16825).
+       2014-02-25 unistd: port readlink to Mac OS X 10.3.9
+
+2014-02-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2014-02-21 timer: fix uClibc detection of threading
+       2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
+
+2014-02-18  Mirek Kaim  <mirek.kaim@outlook.com>  (tiny change)
+
+       * configure.ac [HAVE_W32]: Test for ImageMagick.  (Bug#16754)
+
+2014-02-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
+       This fixes a bug in the previous change.  Also, use $(SHELL)
+       rather than sh, as that's more likely to be portable.
+
+2014-02-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (install-arch-indep): Simplify (Bug#16717).
+       This should make it more reliable, and hopefully more portable to
+       non-GNU 'make' implementations such as HP-UX 'make'.
+
+2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * Makefile.in (install-nt): Also pass datadir.
+
+2014-02-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2014-01-23 pthread: work around winpthread header pollution on mingw
+       * lib/time.in.h: Update from gnulib.
+
+2014-01-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2014-01-22 qacl: check for fchmod
+       * m4/acl.m4: Update from gnulib.
+
+2014-01-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix miscellaneous update-game-score bugs.
+       * configure.ac (difftime): Remove.
+
+2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2014-01-20 stdalign: port to HP-UX compilers
+       2014-01-16 strtoimax: port to platforms lacking 'long long'
+       2014-01-16 update from texinfo
+       * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
 
 2014-01-12  Glenn Morris  <rgm@gnu.org>
 
 
 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
 
-       * INSTALL.BZR: Renamed to INSTALL.REPO
-       * INSTALL, autogen.sh, etc/AUTHORS, etc/CONTRIBUTE,
-       lisp/emacs-lisp/authors.el, nt/INSTALL: Carry through the
-       above renaming.
-       * INSTALL.REPO: remove all references to any specific VCS.
+       * INSTALL.BZR: Rename to INSTALL.REPO.  Remove refs to specific VCS.
+       * INSTALL, autogen.sh: Update for above change.
 
 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        * build-aux/update-copyright: New file.
        * make-dist: Distribute it.
        * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
-       * msdos/autogen/Makefile.in: Update copyright year.
 
 2013-12-23  Andreas Schwab  <schwab@linux-m68k.org>
 
 
        * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
        $(BLD)/close-stream.$(O).
-       ($(BLD)/close-stream.$(O)):
+       ($(BLD)/close-stream.$(O))
        ($(BLD)/fpending.$(O)): New dependencies.
 
 2012-11-03  Paul Eggert  <eggert@cs.ucla.edu>
        Merge from gnulib, incorporating:
        2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
 
-2012-09-19  Tassilo Horn  <tsdh@gnu.org>
-
-       * doc/emacs/misc.texi (DocView Slicing): Document new slice from
-       BoundingBox feature.
-
 2012-09-18  Jan Djärv  <jan.h.d@swipnet.se>
 
        * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
        All uses changed to waitpid and WEXITSTATUS.
 
        Avoid needless autoheader after autogen.sh.
-       * src/stamp-h.in: Remove from bzr repository; no longer needed there.
-       * .bzrignore: Add it.
-       * autogen.sh: Create it.
+       * .bzrignore: Add src/stamp-h.in.
+       * autogen.sh: Create src/stamp-h.in.
 
 2012-08-01  Glenn Morris  <rgm@gnu.org>
 
        * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
        gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
 
-2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Merge from gnulib, incorporating:
-       * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
-
 2012-07-29  Jan Djärv  <jan.h.d@swipnet.se>
 
        * Makefile.in (install-arch-indep): Handle space in locallisppath.
 
        * configure.ac (opsysfile): Use bsd-common on gnu systems.
 
-       * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
+       * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
        (SIGNALS_VIA_CHARACTERS): Move here from src/s.
 
 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
 
 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
 
-       * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
-       ($(BLD)/timespec-add.$(O)):
+       * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
+       ($(BLD)/timespec-add.$(O))
        ($(BLD)/timespec-sub.$(O)): Don't depend on
        $(EMACS_ROOT)/nt/inc/sys/time.h.
 
        * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
        $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
        $(BLD)/timespec-sub.$(O).
-       ($(BLD)/dtotimespec.$(O)):
-       ($(BLD)/gettime.$(O)):
-       ($(BLD)/timespec-add.$(O)):
+       ($(BLD)/dtotimespec.$(O))
+       ($(BLD)/gettime.$(O))
+       ($(BLD)/timespec-add.$(O))
        ($(BLD)/timespec-sub.$(O)): New dependencies.
 
        * lib/stat-time.h:
        * config.bat (lib): Create/update lib/stdalign.in-h and
        lib/sys_types.in-h.
 
-       * lib/makefile.w32-in ($(BLD)/md5.$(O)):
-       ($(BLD)/sha1.$(O)):
-       ($(BLD)/sha256.$(O)):
+       * lib/makefile.w32-in ($(BLD)/md5.$(O))
+       ($(BLD)/sha1.$(O))
+       ($(BLD)/sha256.$(O))
        ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
        Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
 
        New files.
        * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
        * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
-       * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
+       * build-aux/snippet/warn-on-use.h:
        * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
        * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
        * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
        (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
        (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
        when including system files with GCC.
-       * etc/NEWS: Mention --enable-gcc-warnings.
        * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
        * lib/Makefile.am (AM_CFLAGS): New macro.
        * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
        * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
        pathmax, and raise, since these are needed only to address
        MSVC-related issues that Emacs doesn't have.
-       * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
+       * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
        * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
        * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
        * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
        src/makefile.w32-in and adapt.  Depend on stamp_BLD.
        (GNULIBOBJS): Add $(BLD)/filemode.$(O).
 
-2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
+2011-02-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        Import filemode module from gnulib.
        * .bzrignore: Add lib/sys/.
        * lib/filemode.c: Renamed from src/filemode.c and regenerated
        from gnulib.  This adds support for some more file types, e.g.,
        Cray DMF migrated files.
-       * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
        * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
        * m4/sys_stat_h.m4: New files, generated from gnulib.
        * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
        * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
        imported from gnulib.
        * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
-       * admin/notes/copyright: Remove src/md5.c and src/md5.h as
-       special cases.
 
 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
 
        Import getloadavg module from gnulib.
        * .bzrignore: Add lib/stdlib.h.
        * Makefile.in (GNULIB_MODULES): Add getloadavg.
-       * admin/notes/copyright: Remove src/getloadavg.c as a special case.
        * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
        (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
        Remove; gnulib does this now.
        * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
        from gnulib.
        * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
-       * src/config.in: Regenerate.
+       Regenerate.
 
 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        $(BLD)/time_r.$(O).
        ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
        $(EMACS_ROOT)/src/m/intel386.h.
-       ($(BLD)/strftime.$(O)):
+       ($(BLD)/strftime.$(O))
        ($(BLD)/time_r.$(O)): Define prerequisites.
 
 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
        * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
        New files, generated automatically, with 'make sync-from-gnulib'
        followed by 'make'.
-       * configure, lisp/dired.el, src/config.in: Regenerate.
+       * configure: Regenerate.
 
        Automate syncing from gnulib.
        * INSTALL, README: Document new subdirectory 'lib'.
        * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
        Set with AC_DEFINE rather than AH_BOTTOM.
 
-       * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
+       * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
        (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
        Set with shell, not cpp.
        (LIBX): Remove, just use -lX11 in the one place this was used.