aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-07-17 11:30:25 +0400
committerDmitry Antipov2012-07-17 11:30:25 +0400
commit441efe9fdd79cfbfc2122054e1be52f0006b9f53 (patch)
tree87e4df0f08c5fad0e3899e6bf602daaaa878e8d0 /ChangeLog
parent3900d5de1b3cbb4171db39b5a187b623a7393087 (diff)
downloademacs-441efe9fdd79cfbfc2122054e1be52f0006b9f53.tar.gz
emacs-441efe9fdd79cfbfc2122054e1be52f0006b9f53.zip
Fix toolkit configuration report.
* configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if --with-x-toolkit=gtk3 is used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 219c9240d27..03f4291a634 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Fix toolkit configuration report.
4 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
5 --with-x-toolkit=gtk3 is used.
6
12012-07-17 Paul Eggert <eggert@cs.ucla.edu> 72012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Fix regression with pthread_sigmask on FreeBSD (Bug#11884). 9 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).