Fix the ChangeLog.
authorAkim Demaille <akim@epita.fr>
Tue, 8 Jul 2003 10:48:53 +0000 (10:48 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 8 Jul 2003 10:48:53 +0000 (10:48 +0000)
ChangeLog

index 057f223..7fa20fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,14 @@
 
        * automake.in ($cygnus_mode): Replace with $options{'cygnus'}.
        Adjust all dependencies.
-       (&depend): Move next to %dependencies.
+       (&depend): Move next to %dependencies and prototype.
        (&initialize_per_input): Initialize the 'cygnus' field of
        '%options' to spare the code from 'exists' or 'defined' when
        testing it.
+       (&handle_configure, &do_check_merge_target, &check_cygnus): Prototype.
+       (&parse_arguments): Rename '%options' and '%options_1st_pass' as
+       '%cli_options' and '%cli_options_1st_pass' to avoid clashes and
+       inconsistencies.
 
 2003-07-07  Alexandre Duret-Lutz  <adl@gnu.org>