*** empty log message ***
authorarensb <arensb>
Thu, 10 Oct 2002 05:33:30 +0000 (05:33 +0000)
committerarensb <arensb>
Thu, 10 Oct 2002 05:33:30 +0000 (05:33 +0000)
ChangeLog

index f8317fd..d3ad04c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,68 @@
+2002-10-10  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       * C4/Output.pm: Added some FIXMEs. Made code more Perlish.
+       (bug fix): Allow whitespace in $HTTP_ACCEPT_LANGUAGE (Konqueror uses
+       ", " as language separator).
+
+       * search.pl: Fixed typo. Added missing function argument.
+
+       * updater/updatedatabase: Added some FIXME comments.
+
+       * marc/USMARC.pm: Added some FIXME comments.
+
+       * marc/File.pm: Added some FIXME comments.
+
+       * C4/Circulation/Circ2.pm: Added whitespace to make the POD work.
+       Added author.
+
+       * C4/Stats.pm: Added whitespace to make the POD work.
+
+       * C4/SimpleMarc.pm: Added whitespace to make the POD work.
+
+       * C4/Search.pm: Fixed a few problems with POD.
+
+       * C4/Print.pm: Simplified references.
+
+       * C4/Output.pm: Added whitespace to make the POD work. Removed
+       references, added author.
+
+       * C4/Maintainance.pm: Removed reference to Perl in POD. It should
+       be obvious.
+
+       * C4/Koha.pm: Removed reference to Perl in POD. It should be
+       obvious.
+
+       * C4/Input.pm: Removed reference to Perl in POD. It should be
+       obvious.
+
+       * C4/Format.pm: Removed reference to Perl in POD. It should be
+       obvious.
+
+       * C4/Context.pm: Added whitespace to make the POD work. Simplified
+       references. Added author email address.
+
+       * C4/Catalogue.pm: Fixed FIXMEs. Removed reference to Perl in POD.
+       It should be obvious.
+
+       * C4/BookShelves.pm: Simplified references.
+
+       * C4/Auth.pm: Added whitespace to make the POD work. Simplified
+       references.
+
+       * C4/Acquisitions.pm: Fixed FIXMEs. Removed reference to Perl. It
+       should be obvious.
+
+       * C4/Accounts2.pm: Added whitespace to make the POD work.
+       Simplified references.
+
+       * C4/Accounts.pm: Added whitespace to make the POD work.
+       Simplified references.
+
 2002-10-09  Andrew Arensburger  <arensb@baa.ooblick.com>
 
+       * C4/Accounts.pm: Removed trailing whitespace that was breaking
+       the POD.
+
        * circ/circulation.pl: Added some FIXME comments.
 
        * circ/branchtransfers.pl (bug fix?) What looks like possibly a