aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2008-02-29 04:32:15 +0000
committerGlenn Morris2008-02-29 04:32:15 +0000
commit2d61385ab431fef8add5d6770700d8f5fb008882 (patch)
tree8d5f81288d27c891f07f9aa2337480a951a1f4f1 /ChangeLog
parent7ec01532482f094f30481169bfe927b47fe69376 (diff)
downloademacs-2d61385ab431fef8add5d6770700d8f5fb008882.tar.gz
emacs-2d61385ab431fef8add5d6770700d8f5fb008882.zip
Mention `test' directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 4 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 3234a96ca21..4ed7eadd721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12008-02-29 Glenn Morris <rgm@gnu.org>
2
3 * test/: New directory.
4
12008-02-27 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 52008-02-27 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>
2 6
3 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10. 7 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
@@ -8,13 +12,10 @@
8 obsolete and are proposed to be removed. Remove some more unused 12 obsolete and are proposed to be removed. Remove some more unused
9 systems. 13 systems.
10 14
11 * configure: Regenerate.
12
132008-02-24 Dan Nicolaescu <dann@ics.uci.edu> 152008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14 16
15 * configure.in: Remove references to obsolete variables and 17 * configure.in: Remove references to obsolete variables and
16 systems. 18 systems.
17 * configure: Regenerate.
18 19
192008-02-21 Glenn Morris <rgm@gnu.org> 202008-02-21 Glenn Morris <rgm@gnu.org>
20 21
@@ -235,22 +236,16 @@
235 236
236 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus. 237 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
237 238
238 * configure: Regenerate.
239
2402007-12-03 Michael Albinus <michael.albinus@gmx.de> 2392007-12-03 Michael Albinus <michael.albinus@gmx.de>
241 240
242 * configure.in: No need for DBUS_INFO anymore. 241 * configure.in: No need for DBUS_INFO anymore.
243 242
244 * configure: Regenerate.
245
246 * Makefile.in (INFO_FILES): Use dbus unconditionally. 243 * Makefile.in (INFO_FILES): Use dbus unconditionally.
247 244
2482007-12-02 Michael Albinus <michael.albinus@gmx.de> 2452007-12-02 Michael Albinus <michael.albinus@gmx.de>
249 246
250 * configure.in: Add D-Bus checks. D-Bus is disabled by default. 247 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
251 248
252 * configure: Regenerate.
253
254 * Makefile.in (INFO_FILES): Add dbus. 249 * Makefile.in (INFO_FILES): Add dbus.
255 250
2562007-12-02 Romain Francoise <romain@orebokech.com> 2512007-12-02 Romain Francoise <romain@orebokech.com>