summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-06-28Use gcc auto-dependency information for lwlib and oldXMenuGlenn Morris
2014-06-26Replace BOOTSTRAPEMACS with an order-only dependence on bootstrap-emacsGlenn Morris
2014-06-26* make-dist: Exclude test/automated/*.log.Glenn Morris
2014-06-25Simplify and parallize test/automated MakefileGlenn Morris
2014-06-21Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris
2014-06-20* configure.ac: Warn about --enable-link-time-optimization's issuesPaul Eggert
2014-06-20Diagnose failures due to colons in directory names.Paul Eggert
2014-06-19Port to GCC 4.9.0 with link time optimization.Paul Eggert
2014-06-17Omit redundant extern decls.Paul Eggert
2014-06-14Use `make -C' rather than `cd && make'Glenn Morris
2014-06-14Parallelize clean rules using GNU make featuresGlenn Morris
2014-06-14Merge from emacs-24; up to 2014-06-03T06:51:18Z!eliz@gnu.orgGlenn Morris
2014-06-14Port part of the AIX fix to Solaris.Paul Eggert
2014-06-13With GNU make, MFLAGS is not neededGlenn Morris
2014-06-11Backport fcntl.h AIX fix from the trunk.Paul Eggert
2014-06-11Use a shell function in configure.ac to cut down on code duplication.Paul Eggert
2014-06-10* configure.ac: Require at least version 3.81 of GNU make.Glenn Morris
2014-06-10Rely on AC_CANONICAL_HOST to detect whether we're using mingw.Paul Eggert
2014-06-09* Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL): New, set by configureGlenn Morris
2014-06-09Get rid of the INFO_EXT variableGlenn Morris
2014-06-07Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris
2014-06-06Port better to AIX.Paul Eggert
2014-06-05* INSTALL: Mention SVG image support.Dmitry Antipov
2014-06-05Try harder to find GNU Make when configuring.Paul Eggert
2014-06-05* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.Dmitry Antipov
2014-06-04* configure.ac: --without-all now implies --without-xft, --disable-acl.Paul Eggert
2014-06-03Define the size of dumped data for MS-Windows locally on w32heap.c.Eli Zaretskii
2014-06-01Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris
2014-06-01Merge from gnulib.Paul Eggert
2014-06-01* configure.ac: Raise HEAPSIZE value for 32-bit builds on Windows.Juanma Barranquero
2014-05-30Fix port to 32-bit AIX with xlc.Paul Eggert
2014-05-29* configure.ac (pthread_sigmask): Look in LIB_PTHREAD too.Paul Eggert
2014-05-29Remove nt/addsection.c and don't build addsection.exe.Eli Zaretskii
2014-05-29Don't substitute sigprocmask for pthread_sigmask.Paul Eggert
2014-05-28* configure.ac: Explicitly drop some ancient Solaris versions.Glenn Morris
2014-05-27Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau
2014-05-26Merge from gnulib.Paul Eggert
2014-05-25Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris
2014-05-21Fix port to 32-bit AIX.Paul Eggert
2014-05-18Remove dependencies on getdelim and getline.Paul Eggert
2014-05-18* configure.ac: Do not bother testing for png in non-graphical builds.Glenn Morris
2014-05-18* configure.ac (INSTALL_INFO): Revert to just checking for "install-info".Glenn Morris
2014-05-18Port ctags+etags build to Sun C 5.12.Paul Eggert
2014-05-17Port recent libpng changes to hosts with missing png.h.Paul Eggert
2014-05-17Assume C99 or later.Paul Eggert
2014-05-16* configure.ac (INSTALL_INFO): Try "ginstall-info" before "install-info".Glenn Morris
2014-05-16Don't require pkg-config when building from repository.Paul Eggert
2014-05-15Fix typoJan Djärv
2014-05-15Fix yet another configure error on OSX.Jan Djärv
2014-05-13If available, use Xfixes extension to do pointer blanking.Dmitry Antipov