diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-08-02 12:29:49 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-08-02 12:29:49 +0000 |
commit | 8a3befe34a518044ffd3a27b706aaa930e0276a6 (patch) | |
tree | 63040e7a1e378bb199f09854e6b21cd0c38f9eb7 | |
parent | 07d83abe7b8b617e4bb70a08efc0c0f6999fa0cc (diff) | |
download | guile-8a3befe34a518044ffd3a27b706aaa930e0276a6.tar.gz |
*** empty log message ***
-rw-r--r-- | doc/ref/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index ace1cb5a5..7072955d1 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,32 @@ +2004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de> + + Renamed many file to make the structure of the manual more evident + in the names. Changed all references. + + * scheme-binding.texi: Renamed to api-binding.texi. + * scheme-compound.texi: Renamed to api-compound.texi. + * scheme-control.texi: Renamed to api-control.texi. + * scheme-data.texi: Renamed to api-data.texi. + * scheme-debug.texi: Renamed to api-debug.texi. + * deprecated.texi: Renamed to api-deprecated.texi. + * scheme-evaluation.texi: Renamed to api-evaluation.texi. + * ref-init.texi: Renamed to api-init.texi. + * scheme-io.texi: Renamed to api-io.texi. + * scheme-memory.texi: Renamed to api-memory.texi. + * scheme-modules.texi: Renamed to api-modules.texi. + * scheme-options.texi: Renamed to api-options.texi. + * scm.texi: Renamed to api-overview.texi. + * scheme-procedures.texi: Renamed to api-procedures.texi. + * scheme-scheduling.texi: Renamed to api-scheduling.texi. + * scheme-scm.texi: Renamed to api-scm.texi. + * scheme-smobs.texi: Renamed to api-smobs.texi. + * scheme-snarf.texi: Renamed to api-snarf.texi. + * scheme-translation.texi: Renamed to api-translation.texi. + * scheme-utility.texi: Renamed to api-utility.texi. + * debugging.texi: Renamed to scheme-debugging.texi. + * scripts.texi: Renamed to scheme-scripts.texi. + * program.texi: Renamed to libguile-program.texi. + 2004-07-30 Marius Vollmer <marius.vollmer@uni-dortmund.de> * misc-modules.texi (Formatted Output): Changed @w to @w{} in |