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. 107b24960bbdae2f8762c


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 107b24960bbdae2f8762c3ac2a71609d46007298
Date: Sat, 23 Jan 2016 13:03:22 +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  107b24960bbdae2f8762c3ac2a71609d46007298 (commit)
       via  601689ed09f2360ff6e0f99fec3c72821357d306 (commit)
      from  d2c7bb3aa56930c45722482fd64174b2504bb9a8 (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 107b24960bbdae2f8762c3ac2a71609d46007298
Author: Mosè Giordano <address@hidden>
Date:   Sat Jan 23 14:01:19 2016 +0100

    Convert tex-font.el to UTF-8 coding
    
    * tex-font.el: set coding to utf-8.

diff --git a/tex-font.el b/tex-font.el
index 8c0bf61..27c9cf2 100644
--- a/tex-font.el
+++ b/tex-font.el
@@ -121,9 +121,9 @@
        (list (concat slash citations opt arg) 3 'font-lock-constant-face)
        ;;
        ;; Text between `` quotes ''.
-       (cons (concat (regexp-opt `("``" "\"<" "\"`" "<<" "«") t)
-                     "[^'\">»]+"       ;a bit pessimistic
-                     (regexp-opt `("''" "\">" "\"'" ">>" "»") t))
+       (cons (concat (regexp-opt `("``" "\"<" "\"`" "<<" "«") t)
+                     "[^'\">»]+"      ;a bit pessimistic
+                     (regexp-opt `("''" "\">" "\"'" ">>" "»") t))
              'font-lock-string-face)
        ;;
        ;; Command names, special and general.
@@ -170,4 +170,8 @@
 
 (provide 'tex-font)
 
-;;; tex-font.el ends here
\ No newline at end of file
+;; Local Variables:
+;; coding: utf-8
+;; End:
+
+;;; tex-font.el ends here

commit 601689ed09f2360ff6e0f99fec3c72821357d306
Author: Mosè Giordano <address@hidden>
Date:   Sat Jan 23 13:04:59 2016 +0100

    Move \iff macro to Arrows section of LaTeX-math-default
    
    * latex.el (LaTeX-math-default): \iff symbol is defined in base LaTeX,
      move it to the "Arrows" section.

diff --git a/latex.el b/latex.el
index 68f6403..ba2882c 100644
--- a/latex.el
+++ b/latex.el
@@ -4776,6 +4776,7 @@ file, or any mode derived thereof. See variable
     (nil "Longrightarrow" "Arrows" 10233) ;; #X27F9
     (nil "longleftrightarrow" "Arrows" 10231) ;; #X27F7
     (nil "Longleftrightarrow" "Arrows" 10234) ;; #X27FA
+    (nil "iff" "Arrows" 10234) ;; #X27FA
     (nil "longmapsto" "Arrows" 10236) ;; #X27FC
     (nil "hookrightarrow" "Arrows" 8618) ;; #X21AA
     (nil "rightharpoonup" "Arrows" 8640) ;; #X21C0
@@ -4931,7 +4932,6 @@ file, or any mode derived thereof. See variable
     (nil "dashleftarrow" ("AMS" "Arrows"))
     (nil "impliedby" ("AMS" "Arrows") 10232) ;; #X27F8
     (nil "implies" ("AMS" "Arrows") 10233) ;; #X27F9
-    (nil "iff" ("AMS" "Arrows") 10234) ;; #X27FA
     (nil "leftleftarrows" ("AMS" "Arrows") 8647) ;; #X21C7
     (nil "leftrightarrows" ("AMS" "Arrows") 8646) ;; #X21C6
     (nil "Lleftarrow" ("AMS" "Arrows") 8666) ;; #X21DA

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

Summary of changes:
 latex.el    |    2 +-
 tex-font.el |   12 ++++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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