auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/context-nl.el,v


From: Berend de Boer
Subject: [AUCTeX-diffs] Changes to auctex/context-nl.el,v
Date: Sat, 05 Aug 2006 04:07:35 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Berend de Boer <berenddeboer>   06/08/05 04:07:34

Index: context-nl.el
===================================================================
RCS file: /cvsroot/auctex/auctex/context-nl.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- context-nl.el       25 May 2006 07:50:57 -0000      1.7
+++ context-nl.el       5 Aug 2006 04:07:34 -0000       1.8
@@ -40,10 +40,11 @@
     "kadertekst" "kantlijn" "kleur" "kolommen" "legenda" "lokaal"
     "lokalevoetnoten" "margeblok" "naamopmaak" "naast"
     "opelkaar" "opmaak" "opsomming" "overlay" "overzicht"
-    "positioneren" "profiel" "regel" "regelcorrectie" "regelnummeren"
-    "regels" "smaller" "symboolset" "synchronisatie" "tabel"
-    "tabellen" "tabulatie" "tekstlijn" "typen" "uitlijnen"
-    "uitstellen" "vanelkaar" "verbergen" "versie"
+    "paginafiguur" "positioneren" "profiel"
+    "regel" "regelcorrectie" "regelnummeren" "regels"
+    "smaller" "symboolset" "synchronisatie"
+    "tabel" "tabellen" "tabulatie" "tekstlijn" "typen"
+    "uitlijnen" "uitstellen" "vanelkaar" "verbergen" "versie"
     ;; project structure
     "omgeving" "onderdeel" "produkt" "project"
     ;; flowcharts, if you have loaded this module
@@ -53,7 +54,11 @@
     ;; some metapost environments
     "MPpositiongraphic" "useMPgraphic" "MPcode" "reusableMPgraphic"
     "uniqueMPgraphic")
-  "List of the ConTeXt en interface start/stop pairs.")
+  "List of the ConTeXt nl interface start/stop pairs.")
+
+(defvar ConTeXt-define-list-nl
+  '("achtergrond" "startstop" "typen")
+  "List of ConTeXt nl interface macro's that define things.")
 
 (defvar ConTeXt-setup-list-nl
   '("achtergronden" "achtergrond" "alineas" "arrangeren" "blanko"
@@ -81,15 +86,23 @@
     "tekstpositie" "tekstteksten" "tekstvariabele" "tolerantie" "type"
     "typen" "uitlijnen" "uitvoer" "url" "velden" "veld" "versies"
     "voet" "voetnootdefinitie" "voetnoten" "voetteksten" "witruimte")
-  "List of the names of ConTeXt en interface macro's that setup things.")
+  "List of the names of ConTeXt nl interface macro's that setup things.")
+
+(defvar ConTeXt-other-macro-list-nl
+  '("regellinks" "regelmidden" "regelrechts" "toonexternefiguren")
+  "List of ConTeXt nl interface macro's that are not an environment nor a 
setup.")
+
+(defun ConTeXt-define-command-nl (what)
+  "The ConTeXt nl interface way of creating a define command."
+  (concat "definieer" what))
 
 (defun ConTeXt-setup-command-nl (what)
-  "The ConTeXt en interface way of creating a setup command."
+  "The ConTeXt nl interface way of creating a setup command."
   (concat "stel" what "in"))
 
 (defvar ConTeXt-project-structure-list-nl
   '("project" "omgeving" "produkt" "onderdeel")
-  "List of the names of ConTeXt project structure elements for its en 
interface.  List should be in logical order.")
+  "List of the names of ConTeXt project structure elements for its nl 
interface.  List should be in logical order.")
 
 (defvar ConTeXt-section-block-list-nl
   '("inleidingen" "hoofdteksten" "bijlagen" "uitleidingen")




reply via email to

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