aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey2013-07-06 23:18:58 -0600
committerTom Tromey2013-07-06 23:18:58 -0600
commit6dacdad5fcb278e5a16b38bb81786aac9ca27be4 (patch)
treef5f331ea361ba0f99e0f9b638d183ad492a7da31 /ChangeLog
parent0a6f2ff0c8ceb29703e76cddd46ea3f176dd873a (diff)
parent219afb88d9d484393418820d1c08dc93299110ec (diff)
downloademacs-6dacdad5fcb278e5a16b38bb81786aac9ca27be4.tar.gz
emacs-6dacdad5fcb278e5a16b38bb81786aac9ca27be4.zip
merge from trunk
this merges frmo trunk and fixes various build issues. this needed a few ugly tweaks. this hangs in "make check" now
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog77
1 files changed, 75 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bad19f32a91..bd938539421 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,76 @@
12013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
2
3 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
4 http://bugs.debian.org/712974
5
62013-07-02 Paul Eggert <eggert@cs.ucla.edu>
7
8 Remove some unused macros from 'configure'.
9 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
10 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
11 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
12 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
13 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
14 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
15 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
16 Remove these macros, as they are not used.
17 (sys_siglist): Remove macro; src/sysdep.c now does this.
18
19 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
20 Also check that it links. Say whether it compiled and linked.
21
222013-07-01 Paul Eggert <eggert@cs.ucla.edu>
23
24 Merge from gnulib, incorporating:
25 2013-06-23 ignore-value: port to gcc -pedantic
26 2013-06-21 extern-inline: port to gcc -std=c89
27
282013-06-30 Paul Eggert <eggert@cs.ucla.edu>
29
30 Do not use GTK 3 if it exists but cannot be compiled.
31 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
32 exists but cannot be compiled.
33
342013-06-27 Juanma Barranquero <lekktu@gmail.com>
35
36 * Makefile.in (install-arch-indep): Do not create directories passed
37 with --enable-locallisppath.
38
392013-06-24 Glenn Morris <rgm@fencepost.gnu.org>
40
41 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
42
432013-06-22 Juanma Barranquero <lekktu@gmail.com>
44
45 * .bzrignore: Add GNU idutils ID database file.
46
472013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
48
49 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
50 as a fallback.
51
522013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * .bzrignore: Don't unignore cl-loaddefs.el.
55
562013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
57
58 * configure.ac (log2): Check for this function.
59
602013-06-19 Juanma Barranquero <lekktu@gmail.com>
61
62 * .bzrignore: Add GNU GLOBAL files.
63
642013-06-17 Paul Eggert <eggert@cs.ucla.edu>
65
66 Use functions, not macros, for XINT etc. (Bug#11935).
67 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
68 as it generates bogus warnings about reasonable casts of calls.
69
702013-06-16 Paul Eggert <eggert@cs.ucla.edu>
71
72 * configure.ac: Report ACL usage at the end (Bug#14612).
73
12013-06-11 Paul Eggert <eggert@cs.ucla.edu> 742013-06-11 Paul Eggert <eggert@cs.ucla.edu>
2 75
3 --without-all should imply --with-file-notification=no. (Bug#14569) 76 --without-all should imply --with-file-notification=no. (Bug#14569)
@@ -383,7 +456,7 @@
383 456
3842013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change) 4572013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
385 458
386 * .bzrignore: add lib-src/blessmail. 459 * .bzrignore: Add lib-src/blessmail.
387 460
3882013-01-23 Paul Eggert <eggert@cs.ucla.edu> 4612013-01-23 Paul Eggert <eggert@cs.ucla.edu>
389 462
@@ -532,7 +605,7 @@
532 605
5332012-12-10 Daniel Colascione <dancol@dancol.org> 6062012-12-10 Daniel Colascione <dancol@dancol.org>
534 607
535 * .bzrignore: add src/emacs.res. 608 * .bzrignore: Add src/emacs.res.
536 609
537 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32 610 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
538 build how to compile Windows resource files; use these variables 611 build how to compile Windows resource files; use these variables