[Koha-cvs] CVS: koha ChangeLog,1.18,1.19

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 13:41:00 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv5956

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***

Index: ChangeLog
===================================================================
RCS file: /cvsroot/koha/koha/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** ChangeLog	13 Oct 2002 08:38:08 -0000	1.18
--- ChangeLog	13 Oct 2002 11:40:58 -0000	1.19
***************
*** 1,4 ****
--- 1,28 ----
  2002-10-13  Andrew Arensburger  <arensb at baa.ooblick.com>
  
+ 	* acqui.simple/processz3950queue, acqui/newbasket2.pl,
+ 	acqui/finishreceive.pl, C4/Circulation/Renewals2.pm,
+ 	C4/Circulation/Renewals.pm, C4/Circulation/Issues.pm,
+ 	C4/Circulation/Circ2.pm, C4/Stats.pm, C4/Search.pm, C4/Output.pm,
+ 	C4/Maintainance.pm, C4/Input.pm, C4/Format.pm, C4/Biblio.pm,
+ 	C4/Acquisitions.pm, C4/Accounts2.pm, C4/Accounts.pm,
+ 	thesaurus_popup.pl, search.pl, memberentry.pl, deletemem.pl:
+ 	Replaced expressions of the form "$x = $x <op> $y" with
+ 	"$x <op>= $y". Thus, $x = $x+2 becomes $x += 2, and so forth.
+ 
+ 	* misc/tidyaccounts.pl, translator/translator.pl,
+ 	telnet/startint.pl, telnet/returnswrapper.pl,
+ 	telnet/issuewrapper.pl, sec/writeoff.pl, opac/opac-userupdate.pl,
+ 	opac/opac-user.pl, opac/opac-searchresults.pl,
+ 	opac/opac-search.pl, opac/opac-reserve.pl,
+ 	opac/opac-moredetail.pl, opac/opac-detail.pl, misc/makeformats.pl,
+ 	misc/makebaskets.pl, misc/fixorders.pl, misc/fixborrower.pl,
+ 	misc/fines2.pl, marc/USMARC.pm, marc/MARCdetail.pl, marc/File.pm,
+ 	circ/selectbranchprinter.pl, Removed trailing whitespace. *
+ 	circ/circulation.pl, admin/koha2marclinks.pl, admin/branches.pl,
+ 	C4/test.pl, C4/InterfaceCDK.pm: Removed trailing whitespace.
+ 
+ 	* modbib.pl: Removed unused variables. Unbogofied some code.
+ 
  	* C4/Stock.pm: Removed unused finalizer.
  
***************
*** 14,19 ****
  	unused variables. Removed trailing whitespace.
  	
! 	* newmember.pl, newjmember.pl: Removed trailing whitespace. Added a FIXME
! 	comment.
  
  	* acqui.simple/viewmarc.pl, acqui.simple/saveitem.pl,
--- 38,43 ----
  	unused variables. Removed trailing whitespace.
  	
! 	* newmember.pl, newjmember.pl: Removed trailing whitespace. Added
! 	a FIXME comment.
  
  	* acqui.simple/viewmarc.pl, acqui.simple/saveitem.pl,





More information about the Koha-cvs mailing list