texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo NEWS ChangeLog doc/Makefile.am doc/txi-...


From: Karl Berry
Subject: texinfo NEWS ChangeLog doc/Makefile.am doc/txi-...
Date: Fri, 20 Mar 2009 17:36:56 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       09/03/20 17:36:56

Modified files:
        .              : NEWS ChangeLog 
        doc            : Makefile.am 
Added files:
        doc            : txi-is.tex 

Log message:
        txi-is.tex for Icelandic, from Arni Magnusson (18 Mar 2009 22:58:25)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/NEWS?cvsroot=texinfo&r1=1.189&r2=1.190
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.983&r2=1.984
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/Makefile.am?cvsroot=texinfo&r1=1.40&r2=1.41
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/txi-is.tex?cvsroot=texinfo&rev=1.1

Patches:
Index: NEWS
===================================================================
RCS file: /sources/texinfo/texinfo/NEWS,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -b -r1.189 -r1.190
--- NEWS        16 Mar 2009 12:41:57 -0000      1.189
+++ NEWS        20 Mar 2009 17:36:55 -0000      1.190
@@ -1,4 +1,4 @@
-$Id: NEWS,v 1.189 2009/03/16 12:41:57 karl Exp $
+$Id: NEWS,v 1.190 2009/03/20 17:36:55 karl Exp $
 This NEWS file records noteworthy changes, very tersely.
 See the manual for detailed information.
 
@@ -29,6 +29,12 @@
   . new diacritic command @ogonek.
   . DEL (0x7f = 0177 = 127) is a true comment character (catcode 14 in TeX).
 
+* texinfo.tex:
+  . support some per-language hyphenation, when the underlying TeX
+    engine does (for instance, etex/pdfetex from TeX Live 2008).  Words
+    with accented letters are still not handled properly.
+  . new Icelandic translation: txi-is.tex.
+
 * info:
   . INFOPATH is determined by PATH by default, or if an element "PATH"
     is specified.
@@ -37,11 +43,6 @@
 * install-info:
   . xz compression supported.
 
-* texinfo.tex:
-  . support some per-language hyphenation, when the underlying TeX
-    engine does (for instance, etex/pdfetex from TeX Live 2008).  Words
-    with accented letters are still not handled properly.
-
 * Distribution:
   . language support for no removed/renamed to nb, per Norwegian translators.
   . new translation: id.

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.983
retrieving revision 1.984
diff -u -b -r1.983 -r1.984
--- ChangeLog   16 Mar 2009 12:41:56 -0000      1.983
+++ ChangeLog   20 Mar 2009 17:36:55 -0000      1.984
@@ -1,3 +1,7 @@
+2009-03-20  Arni Magnusson  <address@hidden>
+
+       * doc/txi-is.tex: Icelandic translation for texinfo.tex.
+
 2009-03-16  Karl Berry  <address@hidden>
 
        * doc/info-stnd.texi, doc/info.texi: update to GFDLv1.3+.

Index: doc/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/doc/Makefile.am,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- doc/Makefile.am     8 Sep 2008 13:39:17 -0000       1.40
+++ doc/Makefile.am     20 Mar 2009 17:36:56 -0000      1.41
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.40 2008/09/08 13:39:17 karl Exp $
+# $Id: Makefile.am,v 1.41 2009/03/20 17:36:56 karl Exp $
 # Makefile.am for texinfo/doc.
 # Run automake in .. to produce Makefile.in from this.
 #
@@ -26,8 +26,8 @@
 # INSTALL_INFO = $(top_builddir)/$(native_tools)/util/ginstall-info
 
 TXI_XLATE = txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-fr.tex \
-           txi-it.tex txi-nl.tex txi-nb.tex txi-pl.tex txi-pt.tex \
-           txi-ru.tex txi-sr.tex txi-tr.tex txi-uk.tex
+           txi-is.tex txi-it.tex txi-nl.tex txi-nb.tex txi-pl.tex \
+           txi-pt.tex txi-ru.tex txi-sr.tex txi-tr.tex txi-uk.tex
 
 refcard_files = refcard/Makefile refcard/txicmdcheck \
                 refcard/txirefcard-a4.pdf refcard/txirefcard.pdf \

Index: doc/txi-is.tex
===================================================================
RCS file: doc/txi-is.tex
diff -N doc/txi-is.tex
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ doc/txi-is.tex      20 Mar 2009 17:36:56 -0000      1.1
@@ -0,0 +1,67 @@
+% txi-is.tex -- Texinfo support for Icelandic, version 1.0 (2009/03/18).
+% Based on txi-en.tex (version 1.5, 2007/07/01) and icelandic.dtx (1.1g,
+% 2005/03/30).
+%
+% Copyright (C) 2009 Arni Magnusson
+%
+% This program is free software; you can redistribute it and/or modify
+% it under the terms of the GNU General Public License as published by
+% the Free Software Foundation; either version 3 of the License, or
+% (at your option) any later version.
+%
+% This program is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+\gdef\putwordAppendix{Vi{\dh}auki}
+\gdef\putwordChapter{Kafli}
+\gdef\putwordfile{skr\'a}
+\gdef\putwordin{\'i}
+\gdef\putwordIndexIsEmpty{(Atri{\dh}isor{\dh}askr\'a er t\'om)}
+\gdef\putwordIndexNonexistent{(Atri{\dh}isor{\dh}askr\'a er ekki til)}
+\gdef\putwordInfo{Info}
+\gdef\putwordInstanceVariableof{Tilviksbreyta \'i}
+\gdef\putwordMethodon{A{\dh}fer{\dh} fyrir}
+\gdef\putwordNoTitle{Enginn titill}
+\gdef\putwordof{\'i}
+\gdef\putwordon{fyrir}
+\gdef\putwordpage{bla{\dh}s\'i{\dh}a}
+\gdef\putwordsection{undirkafli}
+\gdef\putwordSection{Undirkafli}
+\gdef\putwordsee{sj\'a}
+\gdef\putwordSee{Sj\'a}
+\gdef\putwordShortTOC{Stutt efnisyfirlit}
+\gdef\putwordTOC{Efnisyfirlit}
+%
+\gdef\putwordMJan{jan\'uar}
+\gdef\putwordMFeb{febr\'uar}
+\gdef\putwordMMar{mars}
+\gdef\putwordMApr{apr\'il}
+\gdef\putwordMMay{ma\'i}
+\gdef\putwordMJun{j\'uni}
+\gdef\putwordMJul{j\'ul\'i}
+\gdef\putwordMAug{\'ag\'ust}
+\gdef\putwordMSep{september}
+\gdef\putwordMOct{okt\'ober}
+\gdef\putwordMNov{n\'ovember}
+\gdef\putwordMDec{desember}
+%
+\gdef\putwordDefmac{Fj\"olvi}
+\gdef\putwordDefspec{S\'erstakt form}
+\gdef\putwordDefvar{Breyta}
+\gdef\putwordDefopt{Notendaval}
+\gdef\putwordDeffunc{Fall}
+
+% Produces Day Month Year style of output.
+\def\today{%
+  \number\day\space
+  \ifcase\month
+  \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
+  \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
+  \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
+  \fi
+  \space\number\year}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]