aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Minor cleanups for 'bzr status'Paul Eggert2011-01-171-0/+5
| | | | | | | | | | | | * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1, the output of config.guess. * Makefile.in (top_distclean): Remove stamp-h1 too.
* | Improve performance on non-GCC hosts with __aligned__.Paul Eggert2011-01-171-0/+7
| |
* | Makefile.in: tidy up the building of libPaul Eggert2011-01-171-0/+8
| | | | | | | | | | | | | | | | | | * Makefile.in (am--refresh): Mark as .PHONY. (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4, as they're not rebuilt unless you do a "make sync-from-gnulib" and the former is needed for "configure". (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean" has already removed lib/Makefile.
* | Merge from mainline.Paul Eggert2011-01-171-3/+12
|\ \
| * | * Makefile.in (epaths-force): No more arch-tag to edit.Glenn Morris2011-01-151-2/+7
| | |
| * | * configure: Bump min libxml2 version to 2.6.17 (Bug#7603).Chong Yidong2011-01-141-0/+4
| | |
* | | Merge from mainline.Paul Eggert2011-01-141-3/+9
|\ \ \ | |/ /
| * | * make-dist: Distribute test/ files too.Paul Eggert2011-01-141-0/+8
| | | | | | | | | | | | | | | | | | | | | Distribute every file under test/ that is under version control, using patterns like *.el to capture files that are added later. Without this change, "configure" would fail, because it would attempt to build from a Makefile.in that was not distributed.
* | | Merge from mainline.Paul Eggert2011-01-131-1/+10
|\ \ \ | |/ /
| * | Add ERT, a tool for automated testing in Emacs Lisp.Christian Ohler2011-01-131-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in, configure.in, doc/misc/Makefile.in, doc/misc/makefile.w32-in: Add ERT. Make "make check" run tests in test/automated. * doc/misc/ert.texi, lisp/emacs-lisp/ert.el, lisp/emacs-lisp/ert-x.el: New files. * test/automated: New directory.
* | | * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.Paul Eggert2011-01-111-5/+9
| | | | | | | | | | | | | | | This avoids building ftoastr and ldtoastr, which aren't needed. See <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
* | | * .bzrignore: Add .h files that are host-dependent.Paul Eggert2011-01-091-0/+6
| | | | | | | | | | | | | | | | | | | | | Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h, lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are host-dependent and are built as part of an ordinary 'make', and should not be checked in.
* | | * lib/Makefile.in: Regenerate.Paul Eggert2011-01-081-0/+2
| | |
* | | * lib/COPYING: New file, a copy of COPYING.Paul Eggert2011-01-081-0/+1
| | |
* | | * configure: Regenerate.Paul Eggert2011-01-081-0/+1
| | |
* | | * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.Paul Eggert2011-01-081-0/+2
| | |
* | | Regenerate.Paul Eggert2011-01-081-0/+8
| | |
* | | Use gnulib's getopt-gnu module.Paul Eggert2011-01-081-0/+8
| | |
* | | Regenerate.Paul Eggert2011-01-081-0/+22
| | |
* | | Use gnulib's mktime module.Paul Eggert2011-01-081-1/+13
| | |
* | | Use gnulib's ftoastr module.Paul Eggert2011-01-081-0/+5
| | |
* | | Regenerate.Paul Eggert2011-01-081-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c: * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4: * 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.
* | | Automate syncing from gnulib.Paul Eggert2011-01-081-0/+29
|/ /
* | * install-sh, mkinstalldirs, move-if-change: Update from masterPaul Eggert2011-01-071-0/+3
| |
* | * config.guess, config.sub: Updated from master source.Paul Eggert2011-01-071-1/+4
| |
* | Use __builtin_unwind_init if availableAndreas Schwab2011-01-051-0/+4
| | | | | | | | | | | | * configure.in: Check for __builtin_unwind_init. * src/alloc.c (mark_stack): Use __builtin_unwind_init if available.
* | Don't use $MAKEINFO for both a flag and a program.Glenn Morris2011-01-041-3/+8
| | | | | | | | | | | | | | | | * configure.in (HAVE_MAKEINFO): New output variable. (MAKEINFO): Reset to "makeinfo" if not found. * Makefile.in (install-arch-indep, info): Replace MAKEINFO = off with HAVE_MAKEINFO = no.
* | * configure.in: Make gameuser configurable (Bug#7717).Ulrich Mueller2010-12-291-0/+4
| | | | | | | | * configure: Regenerate
* | Remove code and comments related to lib-src/fns-*.el; long removed.Glenn Morris2010-12-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | * Makefile.in (install-arch-dep, uninstall): Remove code relating to the long absent lib-src/fns-*.el. * lisp/loadup.el (symbol-file-load-history-loaded): Remove; unused. Remove related, old, commented-out code. * lisp/subr.el (symbol-file-load-history-loaded) (load-symbol-file-load-history): Remove old, commented-out code.
* | * make-dist: Exclude etc/*.pyc.Glenn Morris2010-12-101-0/+4
| |
* | * configure.in: Don't double machfile in final message.Andreas Schwab2010-12-101-0/+4
| |
* | * configure.in: Fix last change.Chong Yidong2010-12-041-0/+4
| |
* | Remove empty machine description filesAndreas Schwab2010-12-041-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Remove reference to removed machine description files and allow $machine and $machfile to be empty. Substitute M_FILE/S_FILE instead of machfile/opsysfile. * msdos/sed1v2.inp (M_FILE, S_FILE): Add $(srcdir)/ prefix. * Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@. (S_FILE): Substitute @S_FILE@ instead of @opsysfile@. * src/m/arm.h, src/m/sh3.h, src/m/xtensa.h: Remove files.
* | Restore files that I seem to have mistakenly deleted.Katsumi Yamaoka2010-12-031-0/+8667
| |
* | gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.Julien Danjou2010-12-031-8667/+0
| |
* | EMACS_UNIBYTE trivia.Glenn Morris2010-12-021-0/+4
| | | | | | | | * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
* | Mark debugger related variables and functions as EXTERNALLY_VISIBLEDan Nicolaescu2010-11-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | so that they do not get optimized away. * configure.in (EXTERNALLY_VISIBLE): New definition. * src/emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits) (gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG) (gdb_pvec_type): * src/print.c (print_output_debug_flag): * src/lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE. (safe_debug_print): New declaration.
* | Include <sys/ioctl.h> unconditionally.Dan Nicolaescu2010-11-231-0/+4
| | | | | | | | | | | | | | * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h. * src/xterm.c: * src/systty.h: * src/sound.c: Include <sys/ioctl.h> unconditionally.
* | * configure.in (INLINE): Do not depend on OPTIMIZE, unused.Dan Nicolaescu2010-11-201-0/+4
| |
* | Remove "tiny change"s for Eric HanchrowStefan Monnier2010-11-171-1/+1
| |
* | * configure.in: Do not check for unconditionally included headers.Dan Nicolaescu2010-11-141-0/+4
| |
* | Merge from emacs-23Stefan Monnier2010-11-091-0/+8
|\ \ | |/
| * * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.Stefan Monnier2010-11-081-0/+4
| |
| * * configure.in: Don't write a warning for D-Bus anymore.Michael Albinus2010-11-041-0/+4
| |
| * Fix for Bug#5655, backported from trunk.Glenn Morris2010-11-031-0/+6
| | | | | | | | | | | | | | | | | | | | * configure.in (CRT_DIR): New output variable. (--with-crt-dir): New option. (Bug#5655) (HAVE_LIB64_DIR): Remove. * src/Makefile.in (CRT_DIR): New variable, set by configure. * src/m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD): Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
* | configure.in: Fix indentationAndreas Schwab2010-11-061-0/+4
| |
* | * configure.in (checking whether localtime caches TZ): UseKen Brown2010-10-311-0/+5
| | | | | | | | unsetenv instead of modifying environment directly.
* | * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAMAndreas Schwab2010-10-251-0/+5
| | | | | | | | to avoid warning.
* | * configure.in: Remove the BROKEN annotation from gnutls.Lars Magne Ingebrigtsen2010-10-241-0/+4
| |
* | * make-dist: Avoid listing .el files twice.Glenn Morris2010-10-211-0/+5
| | | | | | | | Don't try to run autoconf if --no-update.