aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormathias <mathias>2005-05-10 08:09:19 (GMT)
committermathias <mathias>2005-05-10 08:09:19 (GMT)
commitb41f934a57b07ff6a65e6d52cd576214c7fbf0f0 (patch)
tree839ca830d37251d72c098f4cbef3193418772e51 /ChangeLog
parent318d76b47c76e5473c8f95dcb011e8e1f34d6e8e (diff)
downloadfluxbox-b41f934a57b07ff6a65e6d52cd576214c7fbf0f0.zip
fluxbox-b41f934a57b07ff6a65e6d52cd576214c7fbf0f0.tar.bz2
`AM_CONFIG_HEADER'
Automake will generate rules to automatically regenerate the config header. This obsolete macro is a synonym of `AC_CONFIG_HEADERS' today (*note Optional::). so we use the nonobsolete now, thanx php-coder for pointing that out.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b42ffbf..294c1db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes for 0.9.13
3*05/05/10:
4 * minor tweak to configure.in (thanx php-coder)
3*05/05/09: 5*05/05/09:
4 * Fix for fbrun and completion (thanx Vadim) 6 * Fix for fbrun and completion (thanx Vadim)
5 TextBox.hh fbrun.cc 7 TextBox.hh fbrun.cc