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. 29261e3a61c8b3091466d


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 29261e3a61c8b3091466df70abeef16e59f357ff
Date: Wed, 09 Sep 2015 06:08:26 +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  29261e3a61c8b3091466df70abeef16e59f357ff (commit)
      from  69004bc2c8ca61be94312269457966f84885a098 (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 29261e3a61c8b3091466df70abeef16e59f357ff
Author: Arash Esbati <address@hidden>
Date:   Tue Sep 8 23:15:50 2015 +0200

    Minor improvements to hyperref.el.
    
    * style/hyperref.el ("hyperref"): Add completion for starred
    version of `\autoref' incl. fontification.
    ("hyperref"): Add fontification support for `\hypersetup'.

diff --git a/ChangeLog b/ChangeLog
index af8d4e6..e094aff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-09-08  Arash Esbati  <address@hidden>
+
+       * style/hyperref.el ("hyperref"): Add completion for starred
+       version of `\autoref' incl. fontification.
+       ("hyperref"): Add fontification support for `\hypersetup'.
+
 2015-09-08  Tassilo Horn  <address@hidden>
 
        * tex-buf.el (TeX-command-default): Fix bug where wrong command
diff --git a/style/hyperref.el b/style/hyperref.el
index 45d70a1..9f4d0be 100644
--- a/style/hyperref.el
+++ b/style/hyperref.el
@@ -230,6 +230,7 @@
     '("hypertarget" "Name" "Text")
     '("phantomsection" 0)
     '("autoref" TeX-arg-ref)
+    '("autoref*" TeX-arg-ref)
     '("ref*" TeX-arg-ref)
     '("pageref*" TeX-arg-ref)
     '("autopageref" TeX-arg-ref)
@@ -287,11 +288,13 @@
                                ("hyperref" "{{{{")
                                ("hyperlink" "{{")
                                ("hypertarget" "{{")
-                               ("autoref" "{")
+                               ("autoref" "*{")
                                ("ref" "*{")
                                ("pageref" "*{")
                                ("autopageref" "*{"))
                              'reference)
+     (font-latex-add-keywords '(("hypersetup" "{"))
+                             'function)
      ;; For syntactic fontification, e.g. verbatim constructs.
      (font-latex-set-syntactic-keywords))
 

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

Summary of changes:
 ChangeLog         |    6 ++++++
 style/hyperref.el |    5 ++++-
 2 files changed, 10 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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