[[project @ 2005-06-07 12:52:52 by unknown_lamer] unknown_lamer**20050607125255 Fixed the scripts and texinfo file ] { hunk ./ChangeLog 1 +2005-06-06 Clinton Ebadi + + * bobot++.texinfo: Change @vskip 0 to @vskip 0pt to make this work + again (thanks dsmith) + hunk ./NEWS 14 - hunk ./NEWS 22 -- The String class has been removed and replaced by std::string +- The String class implementation has been redone and replaced by one + based on std::string (eventually String will be gone entirely, but + it a lot of work) hunk ./bobot++.texinfo 27 -@c@vskip O plus 1filll +@vskip Opt plus 1filll hunk ./scripts/log.scm 2 -;;; Note that this doesn't get what the bot says -;;; and logs everything to the same file :( hunk ./scripts/uname 1 -(use-modules (ice-9 popen)) +;;; -*- scheme -*- +(use-modules (ice-9 popen) + (ice-9 redelim)) hunk ./scripts/uptime 1 -(use-modules (ice-9 popen)) +;;; -*- Scheme -*- +(use-modules (ice-9 popen) + (ice-9 rdelim)) }