aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-07-02 22:46:17 +0200
committerJoakim Verona2013-07-02 22:46:17 +0200
commit3718127221fbbc31f8ebd027ab7c95403dbe9118 (patch)
treeef422898f3344c8f94f6ecf63eb583122bbf2bd8 /ChangeLog
parent1ce45b902c67b8a0dda8d71bd2812de29a9988a6 (diff)
parenta3b49114c186d84404226af75ae7905bd1cd018f (diff)
downloademacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.tar.gz
emacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.zip
Merge branch 'trunk' into xwidget
Conflicts: src/window.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog72
1 files changed, 70 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bad19f32a91..2e4156c3c79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
12013-07-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove some unused macros from 'configure'.
4 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
5 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
6 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
7 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
8 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
9 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
10 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
11 Remove these macros, as they are not used.
12 (sys_siglist): Remove macro; src/sysdep.c now does this.
13
14 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
15 Also check that it links. Say whether it compiled and linked.
16
172013-07-01 Paul Eggert <eggert@cs.ucla.edu>
18
19 Merge from gnulib, incorporating:
20 2013-06-23 ignore-value: port to gcc -pedantic
21 2013-06-21 extern-inline: port to gcc -std=c89
22
232013-06-30 Paul Eggert <eggert@cs.ucla.edu>
24
25 Do not use GTK 3 if it exists but cannot be compiled.
26 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
27 exists but cannot be compiled.
28
292013-06-27 Juanma Barranquero <lekktu@gmail.com>
30
31 * Makefile.in (install-arch-indep): Do not create directories passed
32 with --enable-locallisppath.
33
342013-06-24 Glenn Morris <rgm@fencepost.gnu.org>
35
36 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
37
382013-06-22 Juanma Barranquero <lekktu@gmail.com>
39
40 * .bzrignore: Add GNU idutils ID database file.
41
422013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
43
44 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
45 as a fallback.
46
472013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * .bzrignore: Don't unignore cl-loaddefs.el.
50
512013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
52
53 * configure.ac (log2): Check for this function.
54
552013-06-19 Juanma Barranquero <lekktu@gmail.com>
56
57 * .bzrignore: Add GNU GLOBAL files.
58
592013-06-17 Paul Eggert <eggert@cs.ucla.edu>
60
61 Use functions, not macros, for XINT etc. (Bug#11935).
62 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
63 as it generates bogus warnings about reasonable casts of calls.
64
652013-06-16 Paul Eggert <eggert@cs.ucla.edu>
66
67 * configure.ac: Report ACL usage at the end (Bug#14612).
68
12013-06-11 Paul Eggert <eggert@cs.ucla.edu> 692013-06-11 Paul Eggert <eggert@cs.ucla.edu>
2 70
3 --without-all should imply --with-file-notification=no. (Bug#14569) 71 --without-all should imply --with-file-notification=no. (Bug#14569)
@@ -383,7 +451,7 @@
383 451
3842013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change) 4522013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
385 453
386 * .bzrignore: add lib-src/blessmail. 454 * .bzrignore: Add lib-src/blessmail.
387 455
3882013-01-23 Paul Eggert <eggert@cs.ucla.edu> 4562013-01-23 Paul Eggert <eggert@cs.ucla.edu>
389 457
@@ -532,7 +600,7 @@
532 600
5332012-12-10 Daniel Colascione <dancol@dancol.org> 6012012-12-10 Daniel Colascione <dancol@dancol.org>
534 602
535 * .bzrignore: add src/emacs.res. 603 * .bzrignore: Add src/emacs.res.
536 604
537 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32 605 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
538 build how to compile Windows resource files; use these variables 606 build how to compile Windows resource files; use these variables