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. 89ea0e4433240d5f8b35a


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 89ea0e4433240d5f8b35a30a8be35c5c150652a1
Date: Fri, 30 Dec 2016 09:09:00 +0000 (UTC)

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  89ea0e4433240d5f8b35a30a8be35c5c150652a1 (commit)
      from  bb390fe0b594fdccf140b77855af2cb3f7acdec6 (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 89ea0e4433240d5f8b35a30a8be35c5c150652a1
Author: Arash Esbati <address@hidden>
Date:   Fri Dec 30 10:08:32 2016 +0100

    Fix name of macros \lcnamecref and \lcnamecrefs
    
    * style/cleveref.el ("cleveref"): Fix name of macros \lcnamecref
    and \lcnamecrefs.

diff --git a/style/cleveref.el b/style/cleveref.el
index 4d039e1..77d8ca7 100644
--- a/style/cleveref.el
+++ b/style/cleveref.el
@@ -1,6 +1,6 @@
 ;;; cleveref.el --- Style hook for the `cleveref.sty' package.
 
-;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2014--2016 Free Software Foundation, Inc.
 
 ;; Author: Matthew Leach <address@hidden>
 ;; Maintainer: address@hidden
@@ -57,10 +57,10 @@ list of defined labels."
     '("Crefrange*" (TeX-arg-label "Key (first)") (TeX-arg-label "Key (last)"))
     '("namecref" TeX-arg-label)
     '("nameCref" TeX-arg-label)
-    '("lnamecref" TeX-arg-label)
+    '("lcnamecref" TeX-arg-label)
     '("namecrefs" TeX-arg-label)
     '("nameCrefs" TeX-arg-label)
-    '("lnamecrefs" TeX-arg-label)
+    '("lcnamecrefs" TeX-arg-label)
     '("labelcref" TeX-arg-cleveref-multiple-labels)
     '("labelcpageref" TeX-arg-cleveref-multiple-labels))
 
@@ -85,10 +85,10 @@ list of defined labels."
                                 ("Cpagerefrange" "{{")
                                 ("namecref" "{")
                                 ("nameCref" "{")
-                                ("lnamecref" "{")
+                                ("lcnamecref" "{")
                                 ("namecrefs" "{")
                                 ("nameCrefs" "{")
-                                ("lnamecrefs" "{")
+                                ("lcnamecrefs" "{")
                                 ("labelcref" "{")
                                 ("labelcpageref" "{"))
                              'reference)

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

Summary of changes:
 style/cleveref.el |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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