* Makefile.in (ALL_CFLAGS): Add -I../lib -I${srcdir}/../lib.
[bpt/emacs.git] / ChangeLog
2012-06-25 Dmitry Antipov* configure.in (AC_CHECK_FUNCS): Detect library functions
2012-06-24 Paul EggertSwitch from NO_RETURN to C11's _Noreturn.
2012-06-24 Eli ZaretskiiImprove port of struct timespec to MS-Windows.
2012-06-23 Paul EggertMerge from gnulib.
2012-06-23 Eli ZaretskiiFix the MS-Windows build broken by 2012-06-22T21:17...
2012-06-23 Andreas Schwab* configure.in: Don't use AC_CHECK_FUNCS_ONCE, which...
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-22 Paul EggertMerge from gnulib.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-17 Glenn MorrisChangeLog fix
2012-06-17 Alp AkerImplement wave-style variant of underlining.
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-13 Andreas SchwabUse a simple struct to implement compile time checks...
2012-06-12 Glenn MorrisRemove src/s/sol2-10.h
2012-06-12 Glenn MorrisRemove src/s/hpux11.h
2012-06-12 Glenn MorrisRemove a couple of src/s files
2012-06-12 Glenn MorrisMove NO_TERMIO, BROKEN_SIGIO from src/s to configure
2012-06-12 Paul Eggert* configure.in: Coalesce some function checking.
2012-06-12 Glenn Morris* configure.in: Anticipate platforms with no src/s...
2012-06-12 Chong YidongHandle availability of MagickMergeImageLayers and Magic...
2012-06-11 Glenn MorrisMove SYSTEM_TYPE from src/s to configure
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-06-09 Michael Albinus* configure.in (dbus_type_is_valid): Check for library...
2012-06-06 Glenn MorrisRemove lib-src/vcdiff
2012-06-03 Glenn MorrisRemove lib-src/rcs-checkin
2012-06-03 Ulrich MüllerWorkaround dumping problem on PaX-enabled Linux kernels
2012-06-01 Paul EggertRemove --disable-maintainer-mode option from 'configure...
2012-06-01 Chong YidongBump version to 24.1.
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-28 Paul EggertMake 'configure' a bit smaller and faster.
2012-05-27 Eli ZaretskiiFix the MSDOS build following gnulib update.
2012-05-27 Eli ZaretskiiFix the MS-Windows build broken by 1995-02-25T20:57...
2012-05-27 Paul EggertAssume gnulib does largefile.
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-26 Paul EggertMerge from gnulib.
2012-05-25 Paul EggertMerge from trunk.
2012-05-22 Paul EggertRemove src/m/*.
2012-05-22 Paul Eggert* Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp...
2012-05-22 Glenn MorrisMore small tweaks for Makefile.in
2012-05-21 Glenn Morris* update-subdirs: Move to build-aux/.
2012-05-21 Glenn MorrisLet the top-level Makefile install leim
2012-05-21 Glenn MorrisRemove vpath.sed; unused for literally decades AFAICS
2012-05-21 Paul EggertUse full name for m4/gnulib-comp.m4. (Bug#11529)
2012-05-21 Paul EggertAssume C89 or later.
2012-05-21 Glenn MorrisRename LEIM_INSTALLDIR to leimdir, treat consistently...
2012-05-21 Paul EggertMake merging from gnulib a script, not a makefile action.
2012-05-21 Glenn MorrisCommand substitution already runs in a subshell
2012-05-19 Ulrich Mueller* Makefile.in (install-etc): Respect DESTDIR.
2012-05-19 Glenn MorrisUndo part of previous change, in case it makes command...
2012-05-19 Paul EggertRemove unused HAVE_* symbols for functions.
2012-05-19 Paul EggertRemove no-longer-used macro HAVE_FTIME.
2012-05-19 Glenn Morris* Makefile.in (install-arch-indep): Remove unneeded...
2012-05-19 Glenn Morris* Makefile.in (install-arch-indep): Remove unneeded...
2012-05-19 Glenn Morris* Makefile.in (SUBDIR): Add leim. Update users.
2012-05-19 Glenn Morris* Makefile.in (lib, lib-src, lisp): Check cd return...
2012-05-19 Glenn Morris* Makefile.in (leim): No need to set PARALLEL.
2012-05-18 Glenn MorrisFurther small Makefile install simplifications
2012-05-18 Glenn Morris* Makefile.in: Install only the relevant DOC file.
2012-05-18 Glenn Morris* Makefile.in (install-arch-indep): Split into several...
2012-05-18 Glenn Morris* configure.in (mandir): May as well include it in...
2012-05-18 Glenn MorrisAvoid installation followed by immediate deletion for...
2012-05-18 Glenn MorrisStop adding Fink directories to search path on OS X
2012-05-18 Glenn MorrisTweak dependencies in top-level install rules
2012-05-18 Glenn MorrisRemove the mkdir rule from the top-level Makefile
2012-05-18 Glenn Morris* Makefile.in (install-arch-indep): Remove unneeded...
2012-05-18 Glenn MorrisMakefile simplifications related to creating installati...
2012-05-18 Glenn Morris* Makefile.in (install-arch-indep): Combine adjacent...
2012-05-17 Glenn MorrisSimplify install-etc rule
2012-05-17 Glenn MorrisMore simplification for installation of site-lisp direc...
2012-05-17 Glenn MorrisFurther simplify install-arch-dep for self-contained...
2012-05-17 Glenn MorrisReduce some code duplication in Makefile.in
2012-05-17 Glenn MorrisMinor optimization for install of self-contained NS...
2012-05-17 Glenn MorrisSet more installation directories for self-contained...
2012-05-17 Glenn MorrisFix previous change, for NS builds that are not self...
2012-05-17 Glenn MorrisMinor optimization for install-arch-dep with self-conta...
2012-05-17 Glenn MorrisInstall a self-contained NS build's libexec directly...
2012-05-16 Paul Eggert* configure.in: Simplify by removing CPP etc.
2012-05-16 Glenn MorrisTry to fix building with gcc >= 4.6 on Darwin.
2012-05-15 Glenn Morris* Makefile.in (install-arch-dep): Replace last user...
2012-05-15 Glenn Morris* Makefile.in (install-arch-dep): Replace use of MV_DIR...
2012-05-15 Glenn Morris* Makefile.in (install-arch-dep): Replace use of MV_DIR...
2012-05-15 Glenn Morris* Makefile.in (install-arch-dep): Do not hard-code...
2012-05-15 Glenn MorrisStop NS install symlinking libexec/* into bin/
2012-05-14 Chong YidongMerge from emacs-24; up to 2012-04-22T13:58:00Z!cyd...
2012-05-12 Glenn MorrisRemove trailing / from $ns_appbindir
2012-05-12 Glenn MorrisLet configure test for a suitable mkdir -p
2012-05-11 Glenn Morris* Makefile.in (install-arch-indep): Remove dead code.
2012-05-11 Glenn Morris* Makefile.in (install-arch-indep): Use INSTALL_DATA...
2012-05-11 Glenn Morris* Makefile.in (install-arch-indep): There are no more...
2012-05-10 Glenn MorrisInstall self-contained ns leim files directly to their...
2012-05-09 Glenn MorrisMerge from emacs-24; up to 2012-04-21T14:12:27Z!sdl...
2012-05-08 Stefan Monnier* lisp/vc/log-edit.el: Add GNU coding standards highlig...
2012-05-08 Glenn MorrisRemove doc/lispref/two.el
2012-05-05 Andreas Schwab* configure.in: Fix quoting bugs.
2012-05-05 Andreas Schwab* configure.in: Fix last change.
2012-05-05 Chong YidongMerge from emacs-24; up to 2012-04-20T05:47:55Z!eliz...
2012-05-04 Glenn MorrisGive info files the .info extension
2012-05-03 Kenichi Handamerge trunk
2012-05-02 Glenn Morrisconfigure.in tweak for LD_SWITCH_SYSTEM on FreeBSD...
next