You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2003/08/05 19:00:13 UTC

cvs commit: tcl-rivet/src make.tcl

davidw      2003/08/05 10:00:13

  Modified:    .        ChangeLog
               src      make.tcl
  Log:
  Updated changelog, added Italian translation to make system.
  
  Revision  Changes    Path
  1.129     +16 -0     tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.128
  retrieving revision 1.129
  diff -u -r1.128 -r1.129
  --- ChangeLog	16 Jul 2003 11:43:07 -0000	1.128
  +++ ChangeLog	5 Aug 2003 17:00:13 -0000	1.129
  @@ -1,3 +1,19 @@
  +2003-08-05  David N. Welton  <da...@dedasys.com>
  +
  +	* contrib/rvt.vim: Added contributed vim mode for editing Rivet
  +	files.
  +
  +	* contrib/two-mode-mode.el: Added emacs mode for editing Rivet
  +	files.
  +
  +2003-07-22  David N. Welton  <da...@dedasys.com>
  +
  +	* doc/rivet.ru.xml: Added lang=ru to article, so that markup like
  +	<note> produces the correct language.
  +
  +	* doc/rivet.it.xml: Added Italian translation of Rivet docs by
  +	Fabio Zanotti <ze...@virgilio.it>.
  +
   2003-07-16  David N. Welton  <da...@dedasys.com>
   
   	* doc/rivet.xml: Explain example script just a bit more clearly.
  
  
  
  1.45      +2 -2      tcl-rivet/src/make.tcl
  
  Index: make.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/src/make.tcl,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- make.tcl	16 Jul 2003 11:43:10 -0000	1.44
  +++ make.tcl	5 Aug 2003 17:00:13 -0000	1.45
  @@ -73,7 +73,7 @@
   set XSL [file join .. doc rivet.xsl]
   set XML [file join .. doc rivet.xml]
   # Existing translations.
  -set TRANSLATIONS ru
  +set TRANSLATIONS {ru it}
   set PKGINDEX [file join .. rivet pkgIndex.tcl]
   
   # ------------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org