summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2017-11-251-5/+5
|\
| * maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-5/+5
* | Merge from origin/emacs-26Paul Eggert2017-11-131-16/+0
|\ \ | |/
| * Simplify by removing HAVE_STRUCT_ATTRIBUTE_ALIGNEDPaul Eggert2017-11-131-16/+0
* | Merge from origin/emacs-26Paul Eggert2017-11-081-1/+1
|\ \ | |/
| * Use hybrid malloc for FreeBSD (Bug#28308)Noam Postavsky2017-11-041-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-021-6/+14
|\ \ | |/
| * Fix duplicate .o file on QNXPaul Eggert2017-10-251-2/+0
| * Port to QNXPaul Eggert2017-10-241-2/+13
| * * configure.ac: Tweak libcurses diagnostic.Paul Eggert2017-10-241-3/+2
| * Port to OpenIndianaPaul Eggert2017-10-221-1/+1
| * Bump Emacs version to 26.0.90Nicolas Petton2017-10-111-1/+1
* | * configure.ac (AC_INIT): Use https for package url.Glenn Morris2017-10-231-1/+1
* | Merge emacs-26Stefan Monnier2017-10-061-14/+22
|\ \ | |/
| * Warn if --without-pop is now the defaultPaul Eggert2017-10-031-9/+10
| * --with-pop is now the default only on MS-WindowsPaul Eggert2017-10-031-6/+13
* | Merge from origin/emacs-26Paul Eggert2017-10-011-5/+5
|\ \ | |/
| * Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-5/+5
* | Merge from origin/emacs-26Paul Eggert2017-09-251-4/+4
|\ \ | |/
| * Fix MinGW64 build broken by recent MinGW64 import librariesEli Zaretskii2017-09-191-4/+4
| * Start emacs-26 release branchEli Zaretskii2017-09-161-1/+1
* | Revert "Implement native JSON support using Jansson"Philipp Stephani2017-09-181-19/+1
* | Implement native JSON support using JanssonPhilipp Stephani2017-09-181-1/+19
* | Increment Emacs version to 27.0.50Eli Zaretskii2017-09-161-1/+1
|/
* * configure.ac (--with-lcms2, --without-lcms2): New options.Eli Zaretskii2017-09-141-1/+2
* Support lcms2 in MS-Windows buildsEli Zaretskii2017-09-141-1/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-3/+3
* Add lcms2 interfaceMark Oteiza2017-09-131-0/+19
* ; * configure.ac: Fix last change.Eli Zaretskii2017-09-101-1/+1
* Avoid warnings about file names in autoloads on MS-WindowsEli Zaretskii2017-09-101-1/+3
* Avoid compiler warnings on MS-Windows with GCC 6 and 7Eli Zaretskii2017-09-081-1/+2
* Fix configure test for XpmKen Brown2017-09-041-1/+1
* * configure.ac: fix typo in previous changePaul Eggert2017-08-291-1/+1
* Be more conservative in link time optimization docPaul Eggert2017-08-291-6/+2
* Improve stack-top heuristicPaul Eggert2017-08-291-0/+9
* Speed up ./configure with more caching (Bug#27960)Noam Postavsky2017-08-141-115/+104
* Improve make-temp-file performance on local filesPaul Eggert2017-08-121-3/+0
* Simplify configuration of HAVE_GNUTLS3 etc.Paul Eggert2017-08-021-83/+0
* Default to --with-mailutils if it is installedPaul Eggert2017-08-021-3/+10
* Do not worry about paxctl on newer NetBSDPaul Eggert2017-07-291-7/+7
* * configure.ac: Be explicit about ImageMagick version in summary.Glenn Morris2017-07-241-1/+1
* Do not use ImageMagick 7 and laterPaul Eggert2017-07-241-1/+2
* Don't automatically enable Gconf if Gsettings was foundGlenn Morris2017-07-221-2/+4
* * configure.ac (MODULES_SUFFIX): Always give it a value.Glenn Morris2017-07-221-11/+6
* GnuTLS integer-overflow and style fixesPaul Eggert2017-07-141-54/+80
* GnuTLS HMAC and symmetric cipher supportTed Zlatanov2017-07-141-0/+55
* Don’t use -Woverride-initPaul Eggert2017-07-051-1/+4
* Remove getc_unlocked configure-time checkPaul Eggert2017-06-221-1/+1
* Merge several Lisp reader speedups.Ken Raeburn2017-06-211-1/+1
|\
| * Use getc_unlocked.Ken Raeburn2017-06-211-1/+1