auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8426ca5cd225f2aac3753


From: Berend de Boer
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8426ca5cd225f2aac37532802afc60a30f2e6c89
Date: Thu, 11 Jun 2015 20:50:08 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  8426ca5cd225f2aac37532802afc60a30f2e6c89 (commit)
      from  b9eddc93c35e49f089bf00b31d291150cc2c23f7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8426ca5cd225f2aac37532802afc60a30f2e6c89
Author: Berend de Boer <address@hidden>
Date:   Fri Jun 12 08:49:51 2015 +1200

    Missing ConTeXt-(un)numbered-section-list-nl variables.

diff --git a/context-nl.el b/context-nl.el
index 9ddebe9..6d69b3b 100644
--- a/context-nl.el
+++ b/context-nl.el
@@ -120,17 +120,20 @@
 ;; the level is used to find the section name, so the alternative
 ;; names are never found. Have to start using the section name instead
 ;; of the number.
-(defvar ConTeXt-section-list-nl
+(defvar ConTeXt-numbered-section-list-nl
   '(("deel" 0)
     ("hoofdstuk" 1)
     ("paragraaf" 2)
     ("subparagraaf" 3)
     ("subsubparagraaf" 4))
-  ;; ("title" 1)
-  ;; ("subject" 2)
-  ;; ("subsubject" 3)
-  ;; ("subsubsubject" 4)
-  "List of the names of ConTeXt sections for its nl interface.")
+  "List of the names of ConTeXt numbered sections for its nl interface.")
+
+(defvar ConTeXt-unnumbered-section-list-nl
+  '(("titel" 1)
+    ("onderwerp" 2)
+    ("subonderwerp" 3)
+    ("subsubsubsubject" 4))
+  "List of the names of ConTeXt unnumbered sections for its nl interface.")
 
 (defvar ConTeXt-text-nl "tekst"
   "The ConTeXt nl interface body text group.")

-----------------------------------------------------------------------

Summary of changes:
 context-nl.el |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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