2015-04-07 Paul Eggert Merge from gnulib * lib/stddef.in.h: Update from gnulib, incorporating: 2015-04-02 stddef: port to pre-C11 GCC on x86 2015-04-03 Paul Eggert Port 'configure' to clang 3.5 * configure.ac: Add -Wno-unknown-attributes if clang; otherwise clang 3.5.0 (Fedora 21 x86-64) complains "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute '__alloc_size__' ignored". Use -Werror when checking for -nopie; otherwise clang warns about -nopie instead of failing, and then later it warns everytime the build uses -nopie. 2015-04-03 Ulrich Müller * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it is supported, in order to avoid segfaults in temacs. (Bug#18784) 2015-03-27 Pete Williamson (tiny change) Add NaCl target * configure.ac: Add a target for Chromium Native Client (NaCl). 2015-03-29 Eli Zaretskii * build-aux/dir_top (File): Fix the description of selecting a menu item by its number. (Bug#20213) 2015-03-29 Paul Eggert Fix 'commit-msg' to cite 'CONTRIBUTE' As suggested in: http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html Also, have the two files match better. * CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg. * build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'. 2015-03-23 Andreas Schwab * configure.ac: Fix jpeg version check to work with gcc >= 5. 2015-03-21 Samer Masterson * CONTRIBUTE (Test your changes.): New section. (Document your changes.): Add doc tips. 2015-03-19 Paul Eggert Better port of pthread usage to FreeBSD * configure.ac (ac_func_list): Omit pthread_sigmask, since we check for that ourselves rather than relying on gnulib. (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD, by also checking for pthread_create, pthread_self, pthread_sigmask. Tighten the test for pthread_atfork while we're at it. (Bug#20136) Merge from gnulib This incorporates: 2015-03-19 fdopendir: port better to MinGW 2015-03-18 fdopendir: fix typo in comment 2015-02-24 glob, etc.: port to MSVC v18 on MS-Windows 8.1 * lib/dirent.in.h, lib/fdopendir.c: Update from gnulib. * lib/dirfd.c, m4/dirfd.m4: New files from gnulib. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. 2015-03-02 Robert Pluim (tiny change) * configure.ac: Error out if with-file-notification=w32 is specified on Cygwin. (Bug#19909) 2015-02-27 Paul Eggert Don't require GNU putenv * configure.ac: Use system putenv even if it lacks GNU features, as we don't need them. This works around a bug in FreeBSD 10.1 getenv. (Bug#19874) 2015-02-25 Paul Eggert Merge from gnulib * lib/getdtablesize.c, m4/dup2.m4, m4/fcntl.m4: Update from gnulib, incorporating: 2015-02-23 dup2: doc and test for Android bug 2015-02-23 Replace dup2() on Android 2015-02-22 Android doesn't define RLIM_SAVED_* 2015-02-21 Paul Eggert Merge from gnulib * lib/getdtablesize.c, lib/getopt.c, lib/signal.in.h, lib/tempname.c: * lib/tempname.h, m4/dup2.m4, m4/fcntl.m4, m4/getdtablesize.m4: Update from gnulib, incorporating: 2015-02-20 getdtablesize: port better for Android 2015-02-19 fcntl: Fix cross compiling 2015-02-18 dup2, fcntl: cross-compile better for Android 2015-02-18 getopt: don't crash on memory exhaustion 2015-02-17 tempname: allow compilation with C++ (trivial) 2015-02-17 dup2, fcntl: port to AIX 2015-02-16 getdtablesize, dup2, fcntl: port to Android 2015-02-11 getdtablesize, signal_h: Fix Android build 2015-02-11 maint: various whitespace cleanups in tempname 2015-02-13 Jan Djärv * configure.ac: Set locallisppath to empty for NS self contained, unless --enable-loadllisppath was given (Bug#19850). 2015-02-09 Paul Eggert * configure.ac (HAVE_LIBXML2): Add missing comma. 2015-02-08 Paul Eggert Port to platforms lacking test -a and -o * configure.ac (HAVE_LIBXML2): Prefer '&&' and '||' to 'test -a' and 'test -o'. 2015-02-08 Ulrich Müller * configure.ac (--with-gameuser): Default to 'games' group instead of 'games' user. 2015-02-04 Paul Eggert * .gitattributes: Ignore blanks at EOL in texinfo.tex. 2015-01-28 Paul Eggert Merge from gnulib and try to repair bad merge This attempts to repair problems introduced by the bad merge 5491fd1098d27b3ba3db054076b9ab60fb3558dc. The easiest way for me to fix the badly-merged gnulib files was to run 'admin/merge-gnulib', so I did that, which also imported the following changes: * build-aux/update-copyright, m4/gnulib.m4: Update from gnulib, incorporating: 2015-01-15 time: port to MinGW32 3.21 2015-01-15 update-copyright: apply to self 2015-01-11 update-copyright: recognize groff's \(co marker 2015-01-28 Eli Zaretskii * configure.ac (HAVE_W32): Abort with error message if --without-toolkit-scroll-bars was specified. See http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00525.html for the details. 2015-01-27 Paul Eggert Port autogen.sh hook creation to private templates * autogen.sh: Do not assume that the hook samples exist. This ports to developers who override templatedir in their Git configuration. The downside is that patch applications won't be checked, but that's better than autogen.sh failing. Problem reported by Sam Steingold in: http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00898.html 2015-01-26 Paul Eggert * INSTALL.REPO: Mention minimum Git version. 2015-01-25 Paul Eggert Use gnustep-config if available * configure.ac (--with-gnustep): Document this. (NS_GNUSTEP_CONFIG): New variable, set if gnustep-config works. If gnustep-config works, use 'gnustep-config --objc-flags' and 'gnustep-config --gui-libs' to compute GNUstep configuration variables, instead of attempting to infer them individually. (Bug#19507) 2015-01-21 Ulrich Müller * configure.ac (gamegroup): New AC_SUBST. (--with-gameuser): Allow to specify a group instead of a user. In the default case, check at configure time if a 'games' user exists. 2015-01-16 Paul Eggert Give up on -Wsuggest-attribute=const The attribute doesn't help performance significantly, and the warning seems to be more trouble than it's worth. See the thread at: http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00361.html * configure.ac (WERROR_CFLAGS): Don't use -Wsuggest-attribute=const. 2015-01-11 Paul Eggert Default to 'configure --enable-silent-rules' This greatly shortens the 'make' output, making it more readable and useful. For example, on my platform it shortens a 4125-character line "gcc -std=gnu99 -c -Demacs -I. -I. -I../lib ... emacs.c" -- a line so long that it's hard to see what's going on or where the diagnostics are -- to just "CC emacs.o". * INSTALL: Document this. * configure.ac: Add AM_SILENT_RULES([yes]). (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization. (Bug#19501) 2015-01-06 Paul Eggert Merge from gnulib * lib/stdio.in.h, m4/stdio_h.m4: Update from gnulib, incorporating: 2015-01-05 stdio: fix use of PRIdMAX on modern mingw 2015-01-04 Paul Eggert * INSTALL: Mention 'make WERROR_CFLAGS='. Clarify 'make info' * Makefile.in (info): Use GNU make conditional rather than an '@' rule with a shell conditional, so that the builder can see the submake. Less 'make' chatter for VCSWITNESS * Makefile.in (dirstate, VCSWITNESS): New macros. (src): Use them to lessen 'make' chatter. 2015-01-01 Paul Eggert Merge from gnulib, incorporating: 2015-01-01 version-etc: new year * .gitattributes: New file. * autogen.sh: Port better to non-GNU 'cp'. Reported by Han Boetes. 2014-12-31 Paul Eggert Less 'make' chatter at top level * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0) (am__v_at_1): New macros, copied from src/Makefile.in. ($(srcdir)/src/config.in, ${srcdir}/info/dir): Be less chatty when not verbose. ($(srcdir)/src/stamp-h.in): Simplify with '$@'. 2014-12-28 Paul Eggert * build-aux/git-hooks/commit-msg: Allow tabs. Treat them as if they were expanded to spaces, with tab stops every 8 columns. 2014-12-27 Paul Eggert * .gitignore: Ignore /conftest*. 2014-12-27 Stefan Monnier * build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit to 78. 2014-12-25 Paul Eggert Prefer stpcpy to strcat. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * lib/stpcpy.c, m4/stpcpy.m4: New files, from gnulib. 2014-12-24 Stephen Leake * CONTRIBUTE: Move user-level information to doc/emacs/trouble.texi. Add Savannah url, cleanup announcing freeze. (commit messages): New, gathered from comments on emacs-devel. (Changelog notes): Add reference to GNU coding standards section 5.2; doc 'present tense', bug fix format. (branches): Freeze announcements are made on info-gnu-emacs mailing list. (git vs rename): New. 2014-12-23 Paul Eggert Merge from gnulib. 2014-12-20 utimens: remove unnecessary assert 2014-12-16 stdalign: port better to HP compilers 2014-12-16 stdalign: work around Apple GCC 4.0 bug * lib/stdalign.in.h, lib/utimens.c, m4/stdalign.m4: Update from gnulib. 2014-12-14 Glenn Morris * make-dist: No more lib-src/grep-changelog. * INSTALL.REPO: Revert 2014-12-06 change. 2014-12-13 Paul Eggert * lib/gnulib.mk: Regenerate. 2014-12-13 Paul Eggert * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and stddef.h. Remove subsumed entries. Add !lib/std*.in.h, so as to not ignore the .in.h files. 2014-12-13 Paul Eggert Port commit-msg to mawk. Reported by Ted Zlatanov in: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg01093.html * build-aux/git-hooks/commit-msg (space, non_space, non_print): New vars. Use them as approximations to POSIX bracket expressions, on implementations like mawk that do not support POSIX regexps. Improve commit-msg messages and autosquash. Reported by Michal Nazarewicz in Bug#19337. * build-aux/git-hooks/commit-msg: Add "commit message" to diagnostics. Distinguish better between tabs and other unprintable chars in diagnostics. Don't complain if a prefix "fixup! " or "squash! " makes a summary line too long. 2014-12-13 Paul Eggert Port commit-message checking to FreeBSD 9. Reported by Jan Djärv in: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00704.html along with some other issues I noticed while testing with FreeBSD. * build-aux/git-hooks/commit-msg: Prefer gawk if available. Prefer en_US.UTF-8 to en_US.utf8, as it's more portable. Work around bug in FreeBSD 9 awk, where /[[:cntrl:]]/ matches ordinary text characters. Be less tricky about quoting "'" in a shell script. 2014-12-13 Stefan Monnier * .gitignore: Ignore autosave files. 2014-12-12 Paul Eggert Merge from gnulib. 2014-12-12 stddef: support C11's max_align_t 2014-12-11 unistd: fix iOS check conditional 2014-12-08 apply _GL_ATTRIBUTE_PURE to some inline functions 2014-12-02 support GNU format printf and scanf on mingw * lib/stat-time.h, lib/stddef.in.h, lib/timespec.h: * m4/extensions.m4, m4/stddef_h.m4, m4/stdio_h.m4: Update from gnulib. * lib/gnulib.mk: Regenerate. 2014-12-06 Stephen Leake * CONTRIBUTE: Improve; add explicit web references, move some info from admin/notes/* here. * INSTALL.REPO: You can't "just run make" after a clean checkout. 2014-12-05 Stephen Leake * CONTRIBUTE: Move here from etc/, preparatory to further changes/cleanup. 2014-12-05 Paul Eggert * .gitignore: Remove redundant pattern (subsumed by _*). Avoid "**", as it requires Git 1.8.2 or later. 2014-12-05 Eli Zaretskii * .gitignore: Ignore test/biditest.txt. 2014-12-01 Lars Magne Ingebrigtsen * .gitignore: Ignore loaddefs directly under lisp, and in sub-sub-directories. 2014-11-29 Paul Eggert Add more of the old .bzrignore to .gitignore. Plus a few more .gitignore improvements. * .gitignore: Add copyright notice, since it's big enough. Put exceptions immediately after the patterns they're exceptions to, to make them easier to follow. Give four exceptions for the Makefile pattern. Ignore /confdefs.h, test/indent/*.new, TAGS, GPATH, GSYMS, GRTAGS, GTAGS, ID, *.exe, some nextstep-related files, jisx2131-filter, *.orig, *.rej, etc/emacs.tmpdesktop, *.in-h _* (except for build-aux/snippet/_Noreturn.h), /bin/, /BIN/, /data/, etc/icons/, lib/cxxdefs.h, lib/SYS/, /libexec/, /lock/, /README.W32, /share/, /site-lisp/, src/gdb.ini, /var/. Ignore /configure.lineno, since POSIX requires LINENO only with the User Portability Utilities option. Ignore *cust-load.el and *loaddefs.el only under lisp. Ignore core files of various flavors. Do not ignore etc/refcards/gnus-logo.pdf. 2014-11-29 Eli Zaretskii * .gitignore: Add back src/_gdbinit, which is a temporary file created by the MS-DOS build. 2014-11-29 Paul Eggert Add a.out to .gitignore. Suggested by Lee Duhem in: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html * .gitignore: Add a.out. Move *.log next to *.tmp, since it's generic. Put *.exe before non-generics. 2014-11-29 Eli Zaretskii * .gitignore: Resurrect Windows-specific ignorables lost in last changes. 2014-11-29 Paul Eggert * .gitignore: Add /emacs-[1-9]*/, and sort better. 2014-11-29 Ivan Andrus * .gitignore: Add some nextstep/mac ignorables. 2014-11-29 Paul Eggert .gitignore cleanup. * .gitignore: Merge contents of subsidiary files and organize the result so as to avoid duplication. Remove no-longer needed entries. * admin/charsets/.gitignore, admin/unidata/.gitignore: * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore: * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore: * lisp/calc/.gitignore, lisp/calendar/.gitignore: * lisp/cedet/.gitignore, lisp/emulation/.gitignore: * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore: * lisp/international/.gitignore, lisp/language/.gitignore: * lisp/leim/.gitignore, lisp/leim/quail/.gitignore: * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore: * lisp/nxml/.gitignore, lisp/obsolete/.gitignore: * lisp/play/.gitignore, lisp/progmodes/.gitignore: * lisp/term/.gitignore, lisp/textmodes/.gitignore: * lisp/url/.gitignore, nt/.gitignore, src/.gitignore: Remove; no longer needed. 2014-11-29 Glenn Morris * configure.ac: Simplify gnutls tests. 2014-11-28 Stefan Monnier * .gitignore: Add entries for emacsvers files. 2014-11-27 Paul Eggert Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode. * .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes "[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1"). See Glenn Morris in: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01187.html Simplify and fix doc-related .gitignore files. This fixes some unwanted 'git status' output after 'make docs'. * .gitignore: Add **/Makefile, **/makefile. Remove Makefile, makefile. Add doc/*/*.xxx rules for the usual kinds of documentation outputs and temporaries. Add doc/misc/cc-mode.ss. * doc/emacs/.gitignore, doc/lispintro/.gitignore, doc/misc/.gitignore: * lwlib/.gitignore, oldXMenu/.gitignore: Remove, as these .gitignore files are no longer needed. * doc/lispintro/.gitignore: Replace with list of exceptional PDF files. 2014-11-26 Dani Moncayo * configure.ac [MINGW]: Fix the way of getting the right host platform. 2014-11-25 Glenn Morris * configure.ac: Fix yesterday's use of uninitialized $version. 2014-11-25 Oscar Fuentes * configure.ac [MINGW]: Set $canonical default value as per the compiler's target. 2014-11-24 Glenn Morris * configure.ac [HAVE_W32]: Generate nt/*.rc files when HAVE_W32, not just when using mingw32. 2014-11-22 Glenn Morris Further reduce number of versioned files storing Emacs version number. * configure.ac (comma_version, comma_space_version) [mingw32]: New output variables. (nt/emacs.rc, nt/emacsclient.rc) [mingw32]: New output files. * make-dist: Update nt/ for *.rc -> *.rc.in changes. 2014-11-19 Dani Moncayo * build-aux/msys-to-w32: Simplify implementation and docstring; Paths starting with '%emacs_dir%' are just considered relative. 2014-11-16 Christoph Scholtes * .gitignore: Ignore generated file lib/stdalign.h. 2014-11-16 Eli Zaretskii * .gitignore: Add more ignorables. 2014-11-14 Andreas Schwab * Makefile.in (config.status): Don't depend on ${srcdir}/lisp/version.el. 2014-11-14 Paul Eggert Merge from gnulib. 2014-11-14 extern-inline: update commentary about GCC bugs 2014-11-06 unistd: port to iOS 2014-11-04 update from texinfo * doc/misc/texinfo.tex, lib/unistd.in.h, m4/extern-inline.m4: Update from gnulib. build: port to GCC 4.6.4 + glibc 2.5 On platforms this old, building with _FORTIFY_SOURCE equal to 2 results in duplicate definitions of standard library functions. Reported by Nelson H. F. Beebe. * configure.ac (_FORTIFY_SOURCE): Sort after GNULIB_PORTCHECK. By default, do not enable this unless GNULIB_PORTCHECK is defined. This better matches the original intent, which as I recall was to enable these extra checks only with --enable-gcc-warnings. 2014-11-14 David Reitter * Makefile.in (install-arch-indep): Compress publicsuffix.txt file. 2014-11-13 Paul Eggert * .dir-locals.el: Remove reference to bzr commit --fixes debbugs. 2014-11-13 Lars Magne Ingebrigtsen * .gitignore: Copy over sufficient ignorable files from the old .bzrignore that a simple build doesn't list lots of unregistered files. 2014-11-11 Eric S. Raymond Git transition. * Makefile.in (src): Set VCSWITNESS appropriately for git. All bzr revision IDS, and all CVS revision IDs for which a commit could be identified, were changed to time-date!committer version stamps. All .cvsignore files in the history became .gitignore files. Fixes-bug annotations from bzr were copied into the corresponding commit comments. (The first .cvsignore commit was 1999-09-30T14:07:[email protected]. The last CVS commit was 2009-12-27T08:11:[email protected].) Committer/author email addresses are generally correct for the transition day, not necessarily when the commit was originally made. 2014-11-10 Glenn Morris * configure.ac (doc/man/emacs.1): Generate it. * Makefile.in (top_bootclean): Remove doc/man/emacs.1. * make-dist: Do not distribute doc/man/emacs.1. * configure.ac (etc/refcards/emacsver.tex): Generate it. * Makefile.in (etc-emacsver): New PHONY rule. (bootstrap-clean): Delete etc/refcards/emacsver.tex. * configure.ac (doc/emacs/emacsver.texi): Generate it. * make-dist (doc/emacs/emacsver.texi) [update]: No longer check it. 2014-11-08 Dani Moncayo * build-aux/msys-to-w32: Simplify the initial over-engineered interface, and the implementation. * Makefile.in (epaths-force-w32): Update for the above. Also simplify, assuming that the shell is bash (which is the case in MSYS). (msys_w32prefix_subst, msys_sed_sh_escape): Remove (no longer used). 2014-11-05 Glenn Morris * Makefile.in (QUIET_SUBMAKE): Remove. (install-info, uninstall): Use --no-print-directory. (Bug#18908) 2014-10-25 Eric S. Raymond * autogen.sh: Neutralize language specific to a repository type. 2014-10-23 Paul Eggert * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'. Fix race in 'make info/dir', and speed it up. * Makefile.in (AWK, srcdir_doc_info_dir_inputs, info_dir_inputs): New macros. (clean): Remove info-dir.*. (info_dir_deps): Depend on make-info-dir too. (${srcdir}/info/dir): Make sure info directory exists. Don't call pwd; just redirect make-info-dir's stdout to temp file. * build-aux/make-info-dir: Send output to stdout. Take input file names from args. Fix a "FIXME inefficient looping" by using awk's associative arrays. Basically, this rewrites the script from scratch, and speeds up 'make info/dir' from 2.6s to 0.07s on my platform. 2014-10-20 Glenn Morris * Merge in all changes up to 24.4 release. 2014-10-19 Paul Eggert Merge from gnulib, incorporating: 2014-10-18 readlinkat: port to AIX 7.1 2014-10-07 fcntl: fix error reporting by dupfd * lib/fcntl.c, lib/readlinkat.c, lib/unistd.in.h, m4/readlinkat.m4: * m4/unistd_h.m4: Update from gnulib. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. 2014-10-17 Glenn Morris * configure.ac: Simplify OS X $canonical tests. 2014-10-15 Jan Djärv * configure.ac: Move the OSX 10.6 test. 2014-10-15 Stefan Monnier * .bzrignore: Add uni-brackets.el. 2014-10-14 Jan Djärv * configure.ac: apple-darwin powerpc is unported. Require OSX >= 10.6 even if --with-ns is not given. 2014-10-12 Ken Brown * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size to 8 MB. (Bug#18438) 2014-10-12 Jan Djärv * configure.ac: Require OSX 10.6. Remove NSInteger test, use nsfont for Gnustep, macfont for OSX. 2014-10-12 Paul Eggert Fix putenv race conditions that can crash Emacs (Bug#8705). * configure.ac (LOCALTIME_CACHE): Remove. We needn't worry about SunOS 4 any more; Sun dropped support in 2003. All uses of LOCALTIME_CACHE removed. This simplifies the fix. (tzalloc): Add check for this function. 2014-10-06 Jan Djärv * configure.ac: Add -Wno-string-plus-int for clang. 2014-10-04 Glenn Morris * configure.ac: Silence warning with some old Xrandr.h. (Bug#18465) 2014-10-03 Paul Eggert * configure.ac: Port to strict POSIX shells on non-MinGW (Bug#18612). 2014-09-29 Eli Zaretskii * README: Bump version to 25.0.50. * configure.ac (AC_INIT): Bump version to 25.0.50. 2014-09-29 Dmitry Antipov * configure.ac (HAVE_STATEMENT_EXPRESSIONS): Remove. For USE_STACK_LISP_OBJECTS, we always assume __GNUC__. 2014-09-27 Ken Brown * configure.ac [CYGWIN]: Enable sound support. 2014-09-25 Paul Eggert * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'. 2014-09-23 Paul Eggert Merge from gnulib, incorporating: 2014-09-11 fcntl-h: fix compilation with Intel C++ compiler 2014-09-04 pthread, pthread_sigmask, threadlib: port to Ubuntu 14.04 2014-09-22 Jan Djärv * configure.ac: Increase headerpad_extra to 1000, update the comment about load commands (Bug#18505). 2014-09-15 Eli Zaretskii * configure.ac (HAVE_SOUND): Check for mmsystem.h header that defines the sound stuff on MS-Windows. (Bug#18463) 2014-09-10 Paul Eggert Improve the experimental local and scoped allocation. * configure.ac (HAVE_STRUCT_ATTRIBUTE_ALIGNED) (HAVE_STATEMENT_EXPRESSIONS): New configure-time checks. 2014-09-07 Paul Eggert Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old (Bug#18415). * configure.ac: Assume verbose output for older Automake. 2014-09-04 Paul Eggert * configure.ac (MAKEINFO): Clean up some configuration bitrot. MAKEINFO is already set before we get here, so no need to call AC_PATH_PROG. Bypass $am_missing_run. Simplify version-number checking. 2014-09-02 Paul Eggert Merge from gnulib, incorporating: 2014-09-02 gnulib-common.m4: port to GCC 4.2.1 and Sun Studio 12 C++ 2014-09-01 manywarnings: add GCC 4.9 warnings * m4/gnulib-common.m4, m4/manywarnings.m4: Update from gnulib. 2014-09-01 Paul Eggert --enable-silent-rules now suppresses more chatter. * INSTALL: Document this. Clean up extern decls a bit. * configure.ac (WERROR_CFLAGS): Don't disable -Wnested-externs. While we're at it, don't disable -Wlogical-op either. 2014-08-31 Paul Eggert * configure.ac (MAKE): Export it, for config.status. Needed on AIX when 'configure' infers MAKE=gmake. (__restrict_arr): Remove; no longer used. 2014-08-30 Paul Eggert Vector-sorting fixes (Bug#18361). * configure.ac (qsort_r): Remove, as we no longer use qsort-like functions. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * lib/vla.h, m4/vararrays.m4: New files, copied from gnulib. * lib/stdlib.in.h, m4/stdlib_h.m4: Sync from gnulib, incorporating: 2014-08-29 qsort_r: new module, for GNU-style qsort_r The previous two files' changes are boilerplate generated by admin/merge-gnulib, and should not affect Emacs. 2014-08-29 Dmitry Antipov * configure.ac (AC_CHECK_FUNCS): Check for qsort_r. 2014-08-28 Ken Brown * configure.ac (HYBRID_MALLOC): New macro; define to use gmalloc before dumping and the system malloc after dumping. Define on Cygwin. (Bug#18222) 2014-08-28 Glenn Morris * Makefile.in (appdatadir): New variable. (install-etc, uninstall, clean): Handle etc/emacs.appdata.xml. 2014-08-27 Paul Eggert Improve robustness of new string-collation code (Bug#18051). * configure.ac (newlocale): Check for this, not for uselocale. 2014-08-26 Dmitry Antipov Detect features needed to handle C stack overflows. * configure.ac: Check for sigaltstack and related sigaction support. Unconditionally check for sigsetjmp and siglongjmp. (HAVE_STACK_OVERFLOW_HANDLING): Define if we can support it. (HAVE_LINUX_SYSINFO): Avoid false positive on Solaris. 2014-08-25 Ken Brown * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro. 2014-08-25 Christoph Scholtes * INSTALL.REPO: Remove reference to obsolete configure scripts on non-Posix platforms (Bug#18323). 2014-08-24 Michael Albinus * configure.ac: Check also for the uselocale function. (Bug#18051) 2014-08-23 Karol Ostrovsky (tiny change) * configure.ac: Accept "*-mingw*", not just "*-mingw32", as canonical name of a MinGW build, because using MSYS2 'uname' produces "MINGW64". 2014-08-21 Ken Brown * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the Cygwin-w32 build. (Bug#18302) 2014-08-11 Paul Eggert Don't prevent random file systems from being unmounted (Bug#18232). This fix relies on having the 'fchdir' function, and on having "." be searchable (or at least readable, on platforms lacking O_SEARCH), but that's good enough to handle the vast majority of cases and the remaining folks can just live with the annoyance of file systems that occasionally can't be unmounted. * configure.ac (fchdir): New function to check for. * lib/save-cwd.c: Copy from gnulib, except omit the part that allocates memory, since that can cause problems in Emacs. * lib/save-cwd.h: Copy from gnulib. 2014-08-10 Eli Zaretskii * config.bat: Fix some confusing wording. 2014-08-09 Eli Zaretskii * config.bat: Fix EOL format in lines modified by last commit. 2014-08-09 Reuben Thomas * make-dist (files): Remove msdos/is_exec.c and sigaction.c. * config.bat: Require DJGPP 2.02 or later. 2014-08-09 Paul Eggert Merge from gnulib, incorporating: 2014-08-07 getdtablesize: fall back on sysconf (_SC_OPEN_MAX) 2014-08-05 sys_select: fix FD_ZERO problem on Solaris 10 * lib/getdtablesize.c, lib/sys_select.in.h: Update from gnulib. 2014-08-07 Reuben Thomas * README: ``MSDOG'' becomes ``MS-DOS''. 2014-08-04 Paul Eggert Merge from gnulib, incorporating: 2014-08-04 extern-inline: port to FreeBSD, DragonFly * lib/gnulib.mk: Regenerate (comment change only). * m4/extern-inline.m4: Update from gnulib. 2014-08-02 Paul Eggert * configure.ac (HAVE_TIMERFD): Also check for TFD_NONBLOCK, since the code is using TFD_NONBLOCK now. 2014-07-31 Paul Eggert Simplify timerfd configuration and fix some minor glitches. * configure.ac (HAVE_TIMERFD): Define only if TFD_CLOEXEC works, since the code leaked file descriptors to children when !TFD_CLOEXEC. (HAVE_TIMERFD_CLOEXEC): Remove; no longer used. * m4/clock_time.m4 (gl_CLOCK_TIME): Don't check for clock_getres. This reverts the previous change to this file, so it matches gnulib again. 2014-07-28 Dmitry Antipov * configure.ac (toplevel): Check whether GNU/Linux-specific timerfd functions and macros are available. * m4/clock_time.m4 (gl_CLOCK_TIME): Check for clock_getres as well. 2014-07-13 Paul Eggert Improve behavior of 'bzr up; cd src; make -k'. * Makefile.in (ACLOCAL_INPUTS): Add all m4/*.m4 files. 2014-07-12 Paul Eggert Merge from gnulib, incorporating: 2014-06-27 mktime: merge #if/#ifdef usage from glibc * lib/mktime.c: Update from gnulib. * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971). 2014-07-10 Dmitry Antipov * configure.ac: Check whether sys/sysinfo.h provides Linux 'sysinfo' function and 'struct sysinfo' type. 2014-06-28 Glenn Morris * configure.ac (lwlib_deps_frag, oldxmenu_deps_frag): New output files. * make-dist (lwlib, oldXMenu): Distribute *.mk. 2014-06-27 Glenn Morris * Makefile.in (src): No more need to pass BOOTSTRAPEMACS. * make-dist: Exclude test/automated/*.log. 2014-06-26 Glenn Morris * Makefile.in (mostlyclean, clean): Maybe clean test/automated. 2014-06-21 Paul Eggert * 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-20 Paul Eggert Diagnose failures due to colons in directory names (Bug#17278). * Makefile.in (epaths-force): Don't allow ':' in directories whose names go into a colon-separated path. * configure.ac: Fail if submake fails. 2014-06-17 Paul Eggert Omit redundant extern decls. Most of this patch is from Dmitry Antipov, in: http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00263.html * configure.ac (WERROR_CFLAGS): Add -Wredundant-decls. Merge from gnulib, incorporating: 2014-06-17 acl: port to gcc -Wredundant-decls 2014-06-01 gnulib-common.m4: Fix typo in _GL_UNUSED_LABEL. * lib/acl.h, m4/gnulib-common.m4: Update from gnulib. 2014-06-15 Glenn Morris * Makefile.in: Use `make -C' rather than `cd && make' throughout. * Makefile.in: Parallelize clean rules using GNU make features. (submake_template): New definition. (mostlyclean_dirs, clean_dirs, distclean_dirs, maintainer_clean_dirs): New variables. (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean) (extraclean): Define using each subdirectory as a prequisite. * lib/Makefile.am (bootstrap-clean): New. 2014-06-15 Paul Eggert 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-13 Glenn Morris * Makefile.in (CC, CFLAGS, LDFLAGS, CPPFLAGS, abs_top_srcdir): Remove, no longer used. (lib, lib-src, lisp, nt, src, blessmail, install-arch-dep) (install-nt, install-strip, uninstall, uninstall-nt) (mostlyclean, clean, distclean, bootstrap-clean) (maintainer-clean, extraclean, TAGS, tags, check, $(DOCS)): ($(INSTALL_DOC), $(UNINSTALL_DOC), info, bootstrap, check-declare): GNU make automatically passes command-line arguments to sub-makes. 2014-06-11 Paul Eggert Use a shell function in configure.ac to cut down on code duplication. * configure.ac (emacs_check_gnu_make): New shell function. Use it to avoid duplication when checking for GNU Make. It's OK for 'configure' to use shell functions these days, as long as we follow the advice in the 'Shell Functions' section of the Autoconf manual. 2014-06-11 Glenn Morris * configure.ac: Require at least version 3.81 of GNU make. 2014-06-10 Paul Eggert Rely on AC_CANONICAL_HOST to detect whether we're using mingw. See the thread containing: http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we can, which is just after AM_INIT_AUTOMAKE. Then check for mingw just after that. 2014-06-10 Glenn Morris * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL): New, set by configure. Use throughout where appropriate. * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout. * configure.ac (INFO_EXT, INFO_OPTS): Remove output variables. 2014-06-08 Paul Eggert 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-06-05 Paul Eggert Try harder to find GNU Make when configuring. * configure.ac (AC_PROG_MAKE_SET): Define a dummy. (MAKE): Set it to GNU Make, if one can be found. Search PATH for 'make', 'gmake', 'gnumake'. This works better on platforms like AIX, where GNU Make might be in /opt/freeware/bin/make, and reside behind /usr/bin/make in the PATH. 2014-06-05 Dmitry Antipov * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM. * INSTALL: Mention SVG image support. 2014-06-05 Paul Eggert * configure.ac: --without-all now implies --without-xft, --disable-acl. * INSTALL: Remove apparently unmaintained documentation about what --without-all exactly means. 2014-06-03 Eli Zaretskii * configure.ac (C_HEAP_SWITCH): Remove. 2014-06-02 Paul Eggert 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-06-01 Paul Eggert Merge from gnulib, incorporating: 2014-06-02 acl: apply pure attribute to two functions 2014-06-01 gnulib-common.m4: add _GL_UNUSED_LABEL 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1 * lib/acl-internal.h, lib/fcntl.in.h, lib/ftoastr.h: * m4/dup2.m4, m4/fcntl.m4, m4/gnulib-common.m4: Update from gnulib. 2014-06-01 Juanma Barranquero * configure.ac (C_HEAP_SWITCH): Raise HEAPSIZE value for 32-bit builds on Windows. 2014-05-29 Paul Eggert * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561). Fixes configuration glitch found in . 2014-05-29 Eli Zaretskii * configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute, unused. 2014-05-29 Paul Eggert Don't substitute sigprocmask for pthread_sigmask (Bug#17561). sigprocmask isn't portable in a multithreaded process. * configure.ac (gl_THREADLIB): Remove dummy. Merge from gnulib, incorporating: 2014-05-28 pthread_sigmask, timer-time: use gl_THREADLIB only if needed * m4/pthread_sigmask.m4, m4/timer_time.m4: Update from gnulib. 2014-05-29 Glenn Morris * configure.ac: Explicitly drop some ancient Solaris versions. 2014-05-27 Fabrice Popineau * configure.ac (C_HEAP_SWITCH): Define for different values of dumped heap size depending on 32/64bits arch on Windows. Don't check for pthreads.h on MinGW32/64, it gets in the way. Use mmap(2) for buffers and system malloc for MinGW32/64. (EMACS_HEAPSIZE): Remove. 2014-05-27 Paul Eggert Merge from gnulib, incorporating: 2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1 * lib/openat-proc.c: Update from gnulib. 2014-05-26 Paul Eggert 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-19 Paul Eggert Remove dependencies on getdelim and getline. * configure.ac (getdelim, getline): Remove. 2014-05-18 Glenn Morris * configure.ac: Do not bother testing for png in non-graphical builds. 2014-05-18 Paul Eggert Port ctags+etags build to Sun C 5.12. * .bzrignore: Remove lib-src/ctags.c. Port recent libpng changes to hosts with missing png.h. * configure.ac (HAVE_PNG): Port to platforms where libpng-config succeeds but png.h is absent, by testing libpng-config's output rather than trusting it. I ran into this problem when building Emacs trunk on a Solaris 10 host. 2014-05-17 Paul Eggert Assume C99 or later (Bug#17487). * lib/stdarg.in.h, lib/stdbool.in.h, m4/stdarg.m4, m4/stdbool.m4: Remove. * configure.ac (_AC_PROG_CC_C89): Define a dummy, to keep 'configure' smaller. (gl_PROG_CC_C99): Use this to get C99 or later. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. 2014-05-16 Paul Eggert Don't require pkg-config when building from repository. * INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'. * INSTALL.REPO: pkg-config is no longer required to build from the repository. * autogen.sh: Don't check for pkg-config. (progs): Remove pkg-config. (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH): Remove. All uses removed. * m4/pkg.m4: New file, built by admin/merge-pkg-config. * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us. (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug, as we use pkg.m4 from a newer pkg-config. 2014-05-15 Jan Djärv * configure.ac (LIBPNG): Do not test for libpng if NS_IMPL_COCOA. 2014-05-13 Dmitry Antipov * configure.ac (HAVE_XFIXES): Define if available. (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs. (--enable-link-time-optimization): Add clang support. * INSTALL: Mention it. 2014-05-12 Katsumi Yamaoka * configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change. 2014-05-11 Paul Eggert Work around bug in pkg-config before 0.26 (Bug#17438). * configure.ac (EMACS_CHECK_MODULES): Check for failed exit status of pkg-config, on older pkg-config versions that don't do it properly. 2014-05-07 Glenn Morris * autogen.sh: Check for failing aclocal. 2014-05-05 Glenn Morris * autogen.sh: Check any pre-existing ACLOCAL_PATH. 2014-05-04 Paul Eggert Consult libpng-config more consistently (Bug#17339). This is mainly for simplicity, but it should also avoid some future problems like the ones we recently had with NetBSD. * configure.ac (LIBPNG): Configure after LIBZ. Use libpng-config for cflags, too. Append -lz if we're not already doing that with LIBZ. Do not bother appending -lm, since we always append that. Coalesce some duplicate code. * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’. 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-04 Glenn Morris * configure.ac (LIBPNG): Consult libpng-config for the precise form of "-lpng" to use. (Bug#17339) 2014-05-03 Glenn Morris * autogen.sh: If all else fails, try using pkg-config to find pkg.m4. 2014-05-03 Paul Eggert Get --enable-gcc-warnings to work after touching configure.ac. Preserve ACLOCAL_PATH in later builds, so that by default it has the same value as it did in the first build after initial checkout. * Makefile.in (ACLOCAL_PATH): New macro. ($(srcdir)/aclocal.m4): Use it. * configure.ac (ACLOCAL_PATH): AC_SUBST it. * autogen.sh (env_space): New var. Tell user what variables, if any, to pass to 'configure'. Get --enable-gcc-warnings working again. The recent changes to configure.ac removed the transliteration of -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings. Bring this back while keeping the spirit of the recent changes. * configure.ac (edit_cflags): Restore this shell var, and put it at the top level, where it'll be useful when emacs-24 is next merged. (EMACS_CHECK_MODULES): New macro. All uses of PKG_CHECK_MODULES changed to use it. Make it easier on maintainers who use their own Automake. * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars. Set them to avoid problems when maintainers prepend their own Automake installations to their PATH. Report an error if pkg.m4 can't be found. 2014-05-02 Glenn Morris * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR. * configure.ac (--with-pkg-config-prog): Remove. Use the PKG_CONFIG environment variable instead if you need it. * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it. Add explicit AC_SUBST's where needed. * autogen.sh (progs): Add pkg-config. (pkg_config_min): New variable. * configure.ac (AC_CONFIG_MACRO_DIR): Use it. * autogen.sh (get_version): Handle no leading whitespace. (check_version, main): Handle program names with hyphens. 2014-04-30 Glenn Morris * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339) 2014-04-21 Daniel Colascione * .bzrignore: Add a.out to bzr ignore list (a test generates this file). 2014-04-19 Paul Eggert Link to glib-using libraries when checking for glib (Bug#17289). * configure.ac (XGSELOBJ): Include GTK_LIBS, RSVG_LIBS, etc. when testing whether Glib is linked in. Similarly for CFLAGS. 2014-04-17 Paul Eggert * GNUmakefile: Speed up 'make bootstrap' in fresh checkout. (ORDINARY_GOALS): New macro, which excludes 'bootstrap'. (bootstrap, .PHONY): New rules. * INSTALL.REPO: Document current procedure better. Move copyright notice to just before license notice. * Makefile.in (FRC, force-info): Remove. All uses removed. This hack is no longer needed here now that we can assume GNU Make's .PHONY feature works. (bootstrap): No need to make 'info', since 'all' now implies 'info'. 2014-04-16 Eli Zaretskii * config.bat: Update for Emacs 24.4. 2014-04-16 Paul Eggert 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-16 Eli Zaretskii * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to ensure the MSYS ln.exe is invoked. 2014-04-15 Paul Eggert Remove DATA_SEG_BITS. * configure.ac (DATA_SEG_BITS): Remove. All uses removed. 2014-04-14 Paul Eggert * autogen.sh: Use autoreconf's -f option (Bug#17258). Clean up configure-time library handling a bit. This patch was inspired by emacs-24 bzr 116961, which fixed a bug due to sloppy library handling in 'configure'. * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU): Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual. (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS) (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL) (with_kerberos): Don't let the library choice infect $LIBS. (dnet_ntoa, cma_open): Remove obsolete tests. (emacs_pthread_function): Probe for pthread_kill, not pthread_self, as that's a bit more selective on GNU/Linux. (LIBXEXT): Remove. (touchlock): Test for existence when $LIBS_MAIL is in use. (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS when testing for typical functions like accept4, lrand48. (random, rint): Remove obsolete HP-UX 9 A.09.05 test. 2014-04-11 Glenn Morris * make-dist: Do not distribute generated admin/grammars/Makefile. Do distribute lib-src/update-game-score.exe.manifest. 2014-04-11 Ken Brown * configure.ac (EMACS_MANIFEST): Revert last change (but leave UPDATE_MANIFEST empty). 2014-04-07 Ken Brown * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these variables empty on Cygwin. (Bug#17176) 2014-04-03 Glenn Morris * make-dist: Further update AC_INIT regexp. 2014-04-02 Glenn Morris * configure.ac: Make the final "Does Emacs use Gsettings" message consistent with src/config.h. 2014-03-31 Jan Djärv * configure.ac: Fix errors from previous checkin (GSettings check). 2014-03-29 Jan Djärv * configure.ac: Add check that GSettings is in libgio (Bug#17118). 2014-03-28 Glenn Morris * configure.ac (AC_INIT): Add "GNU" in package, add bug address. (PACKAGE_BUGREPORT): Use it. (make-dist): Update AC_INIT regexp. * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency. (EMACS_CONFIG_FEATURES): New define. 2014-03-27 Paul Eggert * configure.ac: Suggest './configure MAKE=gmake' in diagnostic. This tends to work better than 'MAKE=gmake ./configure' if later builds run config.status etc. 2014-03-27 Glenn Morris * configure.ac: Require GNU make. (HAVE_GNU_MAKE): Remove. 2014-03-26 Paul Eggert Merge from gnulib, incorporating: 2014-03-26 strftime: wrap macros in "do {...} while(0)" * lib/strftime.c: Update from gnulib. 2014-03-26 Glenn Morris * configure.ac (CLASH_DETECTION): Remove option. Every platform supports it, and the runtime option `create-lockfiles' replaces it. 2014-03-23 Daniel Colascione * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check. 2014-03-22 Glenn Morris * make-dist: Do not distribute lib-src/testfile. 2014-03-21 Eli Zaretskii * configure.ac: Bump version to 24.4.50. 2014-03-21 Glenn Morris * Makefile.in (all): Depend on `info'. (Bug#16626) 2014-03-07 Paul Eggert 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 * configure.ac: Tweak the "unported" error message. 2014-03-05 Paul Eggert 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 Merge from gnulib (Bug#16825). 2014-02-25 unistd: port readlink to Mac OS X 10.3.9 2014-02-24 Paul Eggert 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 (tiny change) * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754) 2014-02-14 Paul Eggert * 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 * 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 * Makefile.in (install-nt): Also pass datadir. 2014-02-05 Paul Eggert 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 Merge from gnulib, incorporating: 2014-01-22 qacl: check for fchmod * m4/acl.m4: Update from gnulib. 2014-01-22 Paul Eggert Fix miscellaneous update-game-score bugs. * configure.ac (difftime): Remove. 2014-01-20 Paul Eggert 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 * README: Replace reference to etc/MAILINGLISTS. 2014-01-11 Fabrice Popineau * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is "MINGW64" as well. 2014-01-11 Paul Eggert Merge from gnulib, incorporating: 2014-01-07 update from texinfo 2014-01-06 md5, sha1, sha256, sha512: support older autoconf 2014-01-09 Eric S. Raymond * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove unnecessarily specific references to Bazaar that could better simply be to the repository. 2014-01-08 Eric S. Raymond * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS. * INSTALL, autogen.sh: Update for above change. 2014-01-05 Paul Eggert Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343). Problem and proposed patch reported by Ulrich Mueller; this patch uses a somewhat-different approach. * configure.ac (SETFATTR): New variable. 2014-01-03 Paul Eggert Merge from gnulib, incorporating: 2014-01-02 manywarnings: remove -Wmudflap This ports better to GCC 4.9-to-be. 2013-12-31 Fabrice Popineau * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit MinGW64 build on MS-Windows. 2013-12-29 Jan Djärv * configure.ac (xcsdkdir): Only set if using xcrun. 2013-12-29 Paul Eggert * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem. Reported by YAMAMOTO Mitsuharu in: http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html 2013-12-28 Jan Djärv * configure.ac: Fix CC detection for xcrun case. 2013-12-28 Paul Eggert Fix problem with MAKE and xcrun configuration. * configure.ac: Don't set MAKE unless 'make' doesn't work. Set it only in the environment, not in the makefile. Reported by Glenn Morris in: http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html 2013-12-27 Paul Eggert Port xcrun configuration to GNU/Linux. * configure.ac (xcsdkdir): Default to empty. (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to just before AM_INIT_AUTOMAKE, to make the dependency between it and automake clearer. (CC): Don't use AC_PROG_CC twice; only the first use expands to the shell code that is wanted, which breaks 'configure' on non-Darwin platforms. Instead, fix CC by hand if it's not found. 2013-12-27 Jan Djärv * configure.ac: Detect xcrun on OSX and use it for make, gcc and libxml. 2013-12-26 Paul Eggert Fix core dumps with gcc -fsanitize=address and GNU/Linux. * configure.ac: Check whether addresses are sanitized. (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP. (DOUG_LEA_MALLOC): Do not define if addresses are sanitized. (SYSTEM_MALLOC): Define if addresses are sanitized. 2013-12-24 Paul Eggert Automate the procedure for updating copyright year. * build-aux/update-copyright: New file. * make-dist: Distribute it. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. 2013-12-23 Andreas Schwab * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by AC_CONFIG_HEADERS. 2013-12-19 Rüdiger Sonderfeld * .gitignore: Ignore refcard temporaries and info/*.info files. 2013-12-17 Paul Eggert Merge from gnulib, incorporating: 2013-12-17 gettimeofday: port recent C++ fix to Emacs 2013-12-17 gettimeofday: fix C++ crosscompilation 2013-12-17 qacl: port to Windows better * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4: Update from gnulib. * lib/gnulib.mk: Regenerate. 2013-12-16 Paul Eggert * INSTALL: Clarify treatment of image libraries. 2013-12-14 Paul Eggert Use bool for boolean, focusing on headers. * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK): Use bool for boolean. 2013-12-14 Dani Moncayo * configure.ac (srcdir) [MINGW32]: If it is an absolute path, force the format "/c/foo/bar" to simplify conversions to native windows format. 2013-12-13 Glenn Morris * INSTALL: No longer mention load-path and site-init/site-load. 2013-12-12 Glenn Morris * Makefile.in (install-info): Handle missing info/dir. (info_dir_deps): New variable. (${srcdir}/info/dir): Depend on .texi files rather than .info files. (check-info): Update topics. * build-aux/make-info-dir: Use .texi files rather than .info files. Update topics. * Makefile.in (install-info): Remove some useless subshells. Stop keeping info/dir in the repository. * build-aux/dir_top: Move here from admin/. * build-aux/make-info-dir: New script. * Makefile.in (bootstrap-clean): Delete info/. (info-dir, ${srcdir}/info/dir): New rules. (info): Also make info-dir. (check-info): Rename from check-info-dir. Instead of info/dir entries, check @dircategory in info/*.info. * make-dist: Use `info' rule rather than `info-real'. No more info/COPYING (not even the right license for info/ files). Distribute new build-aux files. * info/: Remove from repository. 2013-12-11 Glenn Morris * info/dir: Add octave-mode. 2013-12-11 Paul Eggert Remove the option of using libcrypto. This scorches the earth and waits for spring; see Ted Zlatanov and Stefan Monnier in . * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove. Do not say whether Emacs is configured to use a crypto library, since it's no longer an option. (gl_CRYPTO_CHECK): Define a dummy. * lib/gl_openssl.h, m4/gl-openssl.m4: Remove. 2013-12-10 Paul Eggert * configure.ac: Disable libcrypto by default. Merge from gnulib, incorporating: 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib * m4/gl-openssl.m4: Update from gnulib. 2013-12-08 Eli Zaretskii * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg statically. 2013-12-08 Paul Eggert * configure.ac: Simplify supression of GTK deprecation warning. Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line and into config.h, to shorten the command line when doing 'make'. Don't AC_SUBST GTK_CFLAGS, as this is not needed. Use libcrypto's checksum implementations if available, for speed. On commonly used platform libcrypto uses architecture-specific assembly code, which is significantly faster than the C code we were using. See Pádraig Brady's note in . Merge from gnulib, incorporating: 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method 2013-12-04 include_next: minimize code duplication 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available * configure.ac (--without-all): Set with_openssl_default too. Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'. (HAVE_LIB_CRYPTO): New var. Say whether Emacs is configured to use a crypto library. * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4: New files, copied from gnulib. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h: * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h: * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4: Update from gnulib. 2013-12-01 Dmitry Gutov * .dir-locals.el (log-edit-move): Add the "Author: " header. 2013-11-30 Dani Moncayo * build-aux/msys-to-w32 (w32pathlist): Do not translate paths starting with %emacs_dir%. 2013-11-30 Glenn Morris Stop keeping (most) generated cedet grammar files in the repository. * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES): Add admin/grammars Makefile. * Makefile.in (distclean, bootstrap-clean, maintainer-clean): Also clean admin/grammars, if present. 2013-11-29 Dani Moncayo * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo. 2013-11-29 Stefan Monnier * configure.ac (HAVE_MENUS): Remove. 2013-11-28 Glenn Morris * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR. 2013-11-28 Eli Zaretskii * GNUmakefile (Makefile): Don't use $(CFG). (CFG): Don't compute. * configure.ac (PATH_SEP): Set and AC_SUBST. 2013-11-27 Paul Eggert 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 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 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 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 * make-dist: Distribute build-aux/msys-to-w32. 2013-11-20 Dani Moncayo * 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 * 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