aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (check): Just give a message if no test/ directory.Glenn Morris2011-05-241-0/+2
|
* * configure.in: Avoid using variables inside AC_CONFIG_FILES.Glenn Morris2011-05-241-0/+2
|
* Reimplement trunk 2011-05-24T08:02:58Z!rgm@gnu.org in a way visible to automake.Glenn Morris2011-05-241-0/+8
| | | | | | | | * configure.in (OPT_MAKEFILES_IN): Remove. (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES. (SUBDIR_MAKEFILES_IN): New output variable. * Makefile.in (OPT_MAKEFILES_IN): Remove. (SUBDIR_MAKEFILES_IN): Let configure set it.
* Revert 2011-05-24T08:02:58Z!rgm@gnu.org, for now at least.Glenn Morris2011-05-241-6/+0
| | | | Some automakes don't seem to like it (?).
* Remove dead code in configure.in.Glenn Morris2011-05-241-0/+3
| | | | | * configure.in: Remove test for already configured source directory. AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
* Add crypto/sha1 module from gnulibLeo Liu2011-05-241-0/+10
|
* * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.Glenn Morris2011-05-241-0/+2
|
* Define the list of subdir Makefiles only in configure.in.Glenn Morris2011-05-241-0/+8
| | | | | | | | * configure.in (OPT_MAKEFILES_IN): Remove. (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES. (SUBDIR_MAKEFILES_IN): New output variable. * Makefile.in (OPT_MAKEFILES_IN): Remove. (SUBDIR_MAKEFILES_IN): Let configure set it.
* Restore test/ to its non-distributed state (bug#8107)Glenn Morris2011-05-231-0/+7
| | | | | | | | | * make-dist: Don't distribute test/. * configure.in (OPT_MAKEFILES_IN): New output variable. (AC_CONFIG_FILES): Conditionally include test/automated/Makefile. * Makefile.in (OPT_MAKEFILES_IN): New, set by configure. (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN. (check): Give an explicit error if test/ is not present.
* Eliminate some duplication in top-level Makefile.in.Glenn Morris2011-05-231-0/+6
| | | | | | * Makefile.in (SUBDIR_MAKEFILES_IN): New variable. (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN. (Makefile): Use $SUBDIR_MAKEFILES_IN.
* * lib/verify.h: Merge from gnulib.Paul Eggert2011-05-231-0/+4
|
* Merge from gnulib.Paul Eggert2011-05-221-0/+5
|
* * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.Andreas Schwab2011-05-211-0/+4
|
* .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.Eli Zaretskii2011-05-201-0/+2
|
* Fix the MSDOS build as follows from 2011-05-19T06:04:16Z!rgm@gnu.org, ↵Eli Zaretskii2011-05-201-0/+4
| | | | | | | | | | | | | | 2011-05-20T00:41:03Z!rgm@gnu.org. config.bat: Concatenate lisp.mk onto the end of src/Makefile. msdos/sed1v2.inp (make-docfile commands): Recognize only if the line begins with a TAB. Use $(etc) rather than a literal "../etc". (`sed SED-COMMAND $(srcdir)/lisp.mk`): Edit to replace with "$(lisp). (@lisp_frag@): Edit out. msdos/sedlibmk.inp (GNULIB_GROUP_MEMBER, HAVE_GROUP_MEMBER): Edit to zero. src/callproc.c (Fcall_process) [MSDOS]: Fix arguments to report_file_error introduced by the change from 2011-05-07.
* Remove $shortlisp from src/Makefile.in.Glenn Morris2011-05-191-0/+4
| | | | | | | | | | | | * configure.in (lisp_frag): New output file. * src/lisp.mk: New file, split from Makefile.in, and inheriting its copyright years. * src/Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@. (shortlisp): Remove. ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp. * lisp/loadup.el, doc/misc/Makefile.in: Comment changes.
* Remove the SOME_MACHINE_LISP distinction in src/Makefile.in.Glenn Morris2011-05-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See discussion in http://debbugs.gnu.org/8302 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT) (WINDOW_SUPPORT): Remove output variables that are no longer used. * lib-src/makefile.w32-in (echolisp): Remove rule that is no longer needed. (clean): No more echolisp.tmp. * .bzrignore: Remove lib-src/echolisp.tmp. * lisp/emacs-lisp/autoload.el (batch-update-autoloads): Set autoload-excludes by parsing lisp/loadup.el rather than Makefiles. * lisp/loadup.el: Update commentary. * msdos/sed1x.inp (TOOLTIP_SUPPORT, WINDOW_SUPPORT): * msdos/sed1v2.inp (MSDOS_SUPPORT, NS_SUPPORT, MOUSE_SUPPORT) (TOOLTIP_SUPPORT, WINDOW_SUPPORT): No need to edit these any more. * src/Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT) (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT) (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove. (lisp): Set the order to that of loadup.el. (shortlisp): Make it a copy of $lisp. (SOME_MACHINE_LISP): Remove. ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too. Use just $shortlisp, not $SOME_MACHINE_LISP too.
* Fix last commit.Eli Zaretskii2011-05-181-6/+6
|
* ChangeLog changes for 2011-05-18T00:35:01Z!eggert@cs.ucla.edu.Eli Zaretskii2011-05-181-0/+9
| | | | | ChangeLog: Entry for gnulib sync. doc/misc/ChangeLog: Entry for gnulib sync.
* Make configure.in give an error if no X-toolkit was detected.Glenn Morris2011-05-141-0/+5
| | | | | * configure.in: Treat failure to find an X toolkit the same way we treat failure to find X and image support.
* Put ChangeLog entries in the correct files.Glenn Morris2011-05-121-31/+0
|
* Small Makefile.in fixes for bug#8642.Glenn Morris2011-05-121-1/+6
| | | | | * Makefile.in (src, install-arch-indep, bootstrap-clean, check-declare): Shell portability fixes.
* fix many doubled-word typosU. Ser2011-05-101-0/+31
|
* * configure.in: Require GnuTLS 2.6.x or higher.Ted Zlatanov2011-05-091-0/+4
|
* Do not assume EMACS_INT is the same width as a pointer.Paul Eggert2011-05-061-0/+12
|\ | | | | | | | | | | | | | | | | | | | | This prepares for a future patch that will prefer 64-bit EMACS_INT if available. That patch can be tried now, by compiling with -DWIDE_EMACS_INT, but it is temporarily not the default so that it can be further tested. Also, install some other fixes for problems discovered by the static checking of GCC 4.6.0. Fixes: debbugs:8545 debbugs:8601 debbugs:8600 debbugs:8602
| * Merge from mainline.Paul Eggert2011-05-041-3/+6
| |\ | |/ |/|
| * Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.Paul Eggert2011-05-041-0/+4
| |
| * * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.Paul Eggert2011-05-031-0/+6
| | | | | | | | | | This new gnulib-tool option saves 'configure' the trouble of checking for strtoull when strtoumax exists.
| * * configure.in (BITS_PER_LONG_LONG): New macro.Paul Eggert2011-04-291-0/+4
| |
* | Stop bootstrap clobbering config.log (bug#765)Glenn Morris2011-05-041-0/+5
|/ | | | | * Makefile.in (bootstrap-clean): Save config.log. (top_distclean): Delete config.log~.
* Fixed a bug that caused configure with --enable-checking=stringoverrun to ↵Ben Key2011-04-261-0/+5
| | | | have no effect.
* Merge from mainline.Paul Eggert2011-04-251-3/+10
|\
| * Add certificate verify callback check for GnuTLS.Ted Zlatanov2011-04-241-0/+4
| | | | | | | | * configure.in: Check for GnuTLS certificate verify callbacks.
| * * Makefile.in (config.status): Don't erase in case of error.Stefan Monnier2011-04-201-0/+5
| | | | | | | | In case it disappeared, rebuild it with `configure'.
* | * configure.in: Suppress unnecessary checks for size_t.Paul Eggert2011-04-221-0/+7
| | | | | | | | | | | | (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test. (size_t): Do not check for this, and do not typedef. This code is never exercised now.
* | * .bzrignore: Add lib/inttypes.h.Paul Eggert2011-04-221-0/+1
| |
* | Simpler version of strtoumax module.Paul Eggert2011-04-221-6/+3
| |
* | * lib/wchar.h, lib/inttypes.h: Remove; not needed.Paul Eggert2011-04-211-2/+2
| |
* | * Makefile.in (GNULIB_MODULES): Add strtoumax.Paul Eggert2011-04-211-0/+13
|/
* * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.Ken Brown2011-04-191-0/+4
|
* ImageMagick fix for bug#7955.Glenn Morris2011-04-111-0/+4
| | | | | | * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955) * etc/NEWS: Mention ImageMagick version.
* Merge from mainline.Paul Eggert2011-04-091-1/+5
|\
| * * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.Glenn Morris2011-04-061-0/+4
| |
* | Update from gnulib.Paul Eggert2011-04-081-0/+4
|/
* Don't call gnulib's careadlinkat on Windows.Eli Zaretskii2011-04-061-0/+5
| | | | | | src/w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs. lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS): Revert last change.
* lib/makefile.w32-in: Adapt to changes in ↵Juanma Barranquero2011-04-061-0/+8
| | | | | | | | | | 2011-04-06T05:19:39Z!eggert@cs.ucla.edu. * 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.
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
|
* Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-04-051-0/+11
|\
| * Merge from mainline.Paul Eggert2011-04-051-3/+11
| |\ | |/ |/|
| * * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.Paul Eggert2011-04-051-0/+4
| |