From 008d7a97b188beab801739b0396745a7dec7b52d Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 13 Jan 2005 00:00:00 +0100 Subject: stable 2005.01.13 --- context/data/cont-cz-scite.properties | 2 +- context/data/cont-de-scite.properties | 2 +- context/data/cont-en-scite.properties | 2 +- context/data/cont-it-scite.properties | 2 +- context/data/cont-nl-scite.properties | 2 +- context/data/cont-ro-scite.properties | 2 +- scripts/context/ruby/ctxtools.rb | 2 +- tex/context/base/context.tex | 2 +- tex/context/interface/keys-cz.xml | 2 +- tex/context/interface/keys-de.xml | 2 +- tex/context/interface/keys-en.xml | 2 +- tex/context/interface/keys-it.xml | 2 +- tex/context/interface/keys-nl.xml | 2 +- tex/context/interface/keys-ro.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/context/data/cont-cz-scite.properties b/context/data/cont-cz-scite.properties index 723a9f11c..7ddf4b82e 100644 --- a/context/data/cont-cz-scite.properties +++ b/context/data/cont-cz-scite.properties @@ -1,4 +1,4 @@ -keywordclass.macros.context.$interface=\ +keywordclass.macros.context.cz=\ MESIC Rimskecislice SLOVA SLOVO Slova Slovo \ VSEDNIDEN Znak Znaky aktualnicislonadpisu aktualnidatum arg \ barva bilemisto bublinkovanapoveda bypassblocks cernalinka cernelinky \ diff --git a/context/data/cont-de-scite.properties b/context/data/cont-de-scite.properties index 1ac6b8655..cfba92829 100644 --- a/context/data/cont-de-scite.properties +++ b/context/data/cont-de-scite.properties @@ -1,4 +1,4 @@ -keywordclass.macros.context.$interface=\ +keywordclass.macros.context.de=\ Buchstabe Buchstaben MONAT Roemischezahlen WOCHENTAG WOERTER \ WORT Woerter Wort amgitterausrichten amgitterneuausrichten arg \ aufseite ausfuellfeld ausfuelltext ausschnitt bearbeitebloecke bearbeiteseite \ diff --git a/context/data/cont-en-scite.properties b/context/data/cont-en-scite.properties index 576806475..22a9f85be 100644 --- a/context/data/cont-en-scite.properties +++ b/context/data/cont-en-scite.properties @@ -1,4 +1,4 @@ -keywordclass.macros.context.$interface=\ +keywordclass.macros.context.en=\ Character Characters MONTH Romannumerals WEEKDAY WORD \ WORDS Word Words about adaptlayout adding \ arg at atpage background blackrule blackrules \ diff --git a/context/data/cont-it-scite.properties b/context/data/cont-it-scite.properties index 1627d8266..a80f5f5e8 100644 --- a/context/data/cont-it-scite.properties +++ b/context/data/cont-it-scite.properties @@ -1,4 +1,4 @@ -keywordclass.macros.context.$interface=\ +keywordclass.macros.context.it=\ GIORNOSETTIMANA Lettera Lettere MESE Numeriromani PAROLA \ PAROLE Parola Parole accoppiacarta accoppiadocumento accoppiamarcatura \ accoppiapagina accoppiaregistro adattacampo adattalayout adding al \ diff --git a/context/data/cont-nl-scite.properties b/context/data/cont-nl-scite.properties index 6e3dc1aca..7935b3757 100644 --- a/context/data/cont-nl-scite.properties +++ b/context/data/cont-nl-scite.properties @@ -1,4 +1,4 @@ -keywordclass.macros.context.$interface=\ +keywordclass.macros.context.nl=\ Letter Letters MAAND Romeins WEEKDAG WOORD \ WOORDEN Woord Woorden about achtergrond arg \ bepaalkopnummer bepaallijstkenmerken blanko blokje blokjes blokkeerinteractiemenu \ diff --git a/context/data/cont-ro-scite.properties b/context/data/cont-ro-scite.properties index 869b92964..c3b5644e0 100644 --- a/context/data/cont-ro-scite.properties +++ b/context/data/cont-ro-scite.properties @@ -1,4 +1,4 @@ -keywordclass.macros.context.$interface=\ +keywordclass.macros.context.ro=\ CUVANT CUVINTE Cuvant Cuvinte LUNA Litera \ Litere Numereromane ZIDINSAPTAMANA adapteazaaspect adauga adubuffer \ adumarcaje afiseazaaspect afiseazacampuri afiseazaculoare afiseazafiguriexterne afiseazafonttext \ diff --git a/scripts/context/ruby/ctxtools.rb b/scripts/context/ruby/ctxtools.rb index 731dc2090..65ace2f36 100644 --- a/scripts/context/ruby/ctxtools.rb +++ b/scripts/context/ruby/ctxtools.rb @@ -212,7 +212,7 @@ class Commands when 'scite' then if f = open("cont-#{interface}-scite.properties", 'w') then i = 0 - f.write("keywordclass.macros.context.$interface=") + f.write("keywordclass.macros.context.#{interface}=") collection.keys.sort.each do |name| unless name.empty? then if i==0 then diff --git a/tex/context/base/context.tex b/tex/context/base/context.tex index b1bbf8725..1b7184741 100644 --- a/tex/context/base/context.tex +++ b/tex/context/base/context.tex @@ -31,7 +31,7 @@ %D 2004.8.30 the low level interface is english. Watch out and adapt %D your styles an modules. -\def\contextversion{2005.01.12} +\def\contextversion{2005.01.13} %D Welcome to the main module. When this module is ran through %D \type{initex} or \type {tex -i} or \type {whatevertex} using diff --git a/tex/context/interface/keys-cz.xml b/tex/context/interface/keys-cz.xml index c83bbd270..1216143e3 100644 --- a/tex/context/interface/keys-cz.xml +++ b/tex/context/interface/keys-cz.xml @@ -1,6 +1,6 @@ - + diff --git a/tex/context/interface/keys-de.xml b/tex/context/interface/keys-de.xml index 747572da1..3f7eabe9c 100644 --- a/tex/context/interface/keys-de.xml +++ b/tex/context/interface/keys-de.xml @@ -1,6 +1,6 @@ - + diff --git a/tex/context/interface/keys-en.xml b/tex/context/interface/keys-en.xml index 8b0329619..f0561844c 100644 --- a/tex/context/interface/keys-en.xml +++ b/tex/context/interface/keys-en.xml @@ -1,6 +1,6 @@ - + diff --git a/tex/context/interface/keys-it.xml b/tex/context/interface/keys-it.xml index dd7024d4f..4197c9453 100644 --- a/tex/context/interface/keys-it.xml +++ b/tex/context/interface/keys-it.xml @@ -1,6 +1,6 @@ - + diff --git a/tex/context/interface/keys-nl.xml b/tex/context/interface/keys-nl.xml index 3b686f838..082c88d59 100644 --- a/tex/context/interface/keys-nl.xml +++ b/tex/context/interface/keys-nl.xml @@ -1,6 +1,6 @@ - + diff --git a/tex/context/interface/keys-ro.xml b/tex/context/interface/keys-ro.xml index 1f1d4afc7..d8771839d 100644 --- a/tex/context/interface/keys-ro.xml +++ b/tex/context/interface/keys-ro.xml @@ -1,6 +1,6 @@ - + -- cgit v1.2.3