diff options
author | Marius Vollmer <mvo@zagadka.de> | 2003-11-19 18:24:36 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2003-11-19 18:24:36 +0000 |
commit | f24809dc2b51fce920507fb17059673ad40d6e47 (patch) | |
tree | 7f58302803a05d75e88d654ce497febf9153b664 | |
parent | e23fec556181a2bebc35fca13e33c8be7f56cef1 (diff) | |
download | guile-f24809dc2b51fce920507fb17059673ad40d6e47.tar.gz |
*** empty log message ***
-rw-r--r-- | doc/ref/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index e0a758c65..b06ef0240 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,20 @@ +2003-11-19 Marius Vollmer <mvo@zagadka.de> + + * scheme-data.texi: Include exact rationals. + + From Stephen Compall. Thanks! + + * intro.texi (What is Guile?): Add @acronym for POSIX, R5RS, GUI, + and HTTP. Conclude linking libguile. Say what one can find *for*. + + * preface.texi (Manual Conventions): Double-quote some statements + formerly single-quoted. Remove some redundant quotes around code. + Clarify meaning of `iff' further for those that didn't get it the + first time 'round (like me). Make graphical indicators samples, + not code. Put results of evaluation on the same line as @result + symbols. Use @print example as example of total usage, and remind + readers not to forget the difference. + 2003-11-17 Marius Vollmer <mvo@zagadka.de> * scheme-modules.texi: Document '@' and '@@'. |