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. 449ec06951a8723520da9


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 449ec06951a8723520da9f0ee423e2989342b45c
Date: Fri, 7 Dec 2018 07:37:21 -0500 (EST)

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  449ec06951a8723520da9f0ee423e2989342b45c (commit)
       via  6610f4897f96c5a0b93833d8a04e8cda092e43a3 (commit)
       via  6e8aa672815e1360b3fb52d9dba3c5966afa7cfd (commit)
       via  993326cc5bfb5d906362a885e2053a4947661360 (commit)
      from  9d8369ac93500bbcf7e269b2fd86d941418a6bc0 (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 449ec06951a8723520da9f0ee423e2989342b45c
Author: Arash Esbati <address@hidden>
Date:   Fri Dec 7 13:31:47 2018 +0100

    ; Silence the compiler in styles for `reftex-compile-variables'
    
    * style/floatrow.el:
    * style/ltxtable.el:
    * style/subfiles.el: Silence the compiler in the style files for
    the function `reftex-compile-variables'.

diff --git a/style/floatrow.el b/style/floatrow.el
index 3333ecc..baad7cf 100644
--- a/style/floatrow.el
+++ b/style/floatrow.el
@@ -71,6 +71,10 @@
                  "font-latex"
                  (keywords class))
 
+(declare-function reftex-compile-variables
+                 "reftex"
+                 ())
+
 (defvar LaTeX-floatrow-key-val-options
   '(;; 3.1.1 Float Style
     ("style" ("plain" "plaintop" "Plaintop"
diff --git a/style/ltxtable.el b/style/ltxtable.el
index 9b4af98..233ffeb 100644
--- a/style/ltxtable.el
+++ b/style/ltxtable.el
@@ -36,6 +36,10 @@
                  "font-latex"
                  (keywords class))
 
+(declare-function reftex-compile-variables
+                 "reftex"
+                 ())
+
 (defvar LaTeX-ltxtable-file-regexp
   `(,(concat "\\\\LTXtable"
             "{\\(?:[^}]+\\)}"
diff --git a/style/subfiles.el b/style/subfiles.el
index e625e82..4937bc4 100644
--- a/style/subfiles.el
+++ b/style/subfiles.el
@@ -38,6 +38,10 @@
                  "font-latex"
                  (keywords class))
 
+(declare-function reftex-compile-variables
+                 "reftex"
+                 ())
+
 (defvar LaTeX-subfiles-package-options nil
   "Package options for the subfiles package.")
 

commit 6610f4897f96c5a0b93833d8a04e8cda092e43a3
Author: Arash Esbati <address@hidden>
Date:   Fri Dec 7 11:29:15 2018 +0100

    ; Silence the compiler in styles for `font-latex-add-to-syntax-alist'
    
    * style/german.el:
    * style/ngerman.el:
    * style/shortvrb.el: Silence the compiler in the style files for
    the function `font-latex-add-to-syntax-alist'.

diff --git a/style/german.el b/style/german.el
index 46dd3cc..688e5bf 100644
--- a/style/german.el
+++ b/style/german.el
@@ -13,6 +13,10 @@
                  "font-latex"
                  (quotes))
 
+(declare-function font-latex-add-to-syntax-alist
+                 "font-latex"
+                 (list))
+
 (defvar LaTeX-german-mode-syntax-table
   (copy-syntax-table LaTeX-mode-syntax-table)
   "Syntax table used in LaTeX mode when using `german.sty'.")
diff --git a/style/ngerman.el b/style/ngerman.el
index 87ec089..814688a 100644
--- a/style/ngerman.el
+++ b/style/ngerman.el
@@ -13,6 +13,10 @@
                  "font-latex"
                  (quotes))
 
+(declare-function font-latex-add-to-syntax-alist
+                 "font-latex"
+                 (list))
+
 (defvar LaTeX-german-mode-syntax-table
   (copy-syntax-table LaTeX-mode-syntax-table)
   "Syntax table used in LaTeX mode when using `german.sty'.")
diff --git a/style/shortvrb.el b/style/shortvrb.el
index 49143f3..b0d8be4 100644
--- a/style/shortvrb.el
+++ b/style/shortvrb.el
@@ -1,6 +1,6 @@
 ;;; shortvrb.el --- AUCTeX style for `shortvrb.sty'
 
-;; Copyright (C) 2009, 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009, 2014, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <address@hidden>
 ;; Maintainer: address@hidden
@@ -41,6 +41,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-to-syntax-alist
+                 "font-latex"
+                 (list))
+
 (defcustom LaTeX-shortvrb-chars nil
   "List of characters toggling verbatim mode.
 When your document uses the shortvrb style and you have a

commit 6e8aa672815e1360b3fb52d9dba3c5966afa7cfd
Author: Arash Esbati <address@hidden>
Date:   Fri Dec 7 11:20:26 2018 +0100

    ; Silence the compiler in styles for `font-latex-add-quotes'
    
    * style/bulgarian.el:
    * style/danish.el:
    * style/german.el:
    * style/gloss-italian.el:
    * style/icelandic.el:
    * style/italian.el:
    * style/ngerman.el:
    * style/polski.el:
    * style/slovak.el: Silence the compiler in the style files for the
    function `font-latex-add-quotes'.

diff --git a/style/bulgarian.el b/style/bulgarian.el
index 1f4103c..4280ab6 100644
--- a/style/bulgarian.el
+++ b/style/bulgarian.el
@@ -1,6 +1,6 @@
 ;;; bulgarian.el --- AUCTeX style for the `bulgarian' babel option.
 
-;; Copyright (C) 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2008, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <address@hidden>
 ;; Maintainer: address@hidden
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar LaTeX-bulgarian-mode-syntax-table
   (copy-syntax-table LaTeX-mode-syntax-table)
   "Syntax table used in LaTeX mode when using `bulgarian.sty'.")
diff --git a/style/danish.el b/style/danish.el
index fa9ab6f..a70772a 100644
--- a/style/danish.el
+++ b/style/danish.el
@@ -2,6 +2,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (TeX-add-style-hook
  "danish"
  (lambda ()
diff --git a/style/german.el b/style/german.el
index 51a35fe..46dd3cc 100644
--- a/style/german.el
+++ b/style/german.el
@@ -8,6 +8,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar LaTeX-german-mode-syntax-table
   (copy-syntax-table LaTeX-mode-syntax-table)
   "Syntax table used in LaTeX mode when using `german.sty'.")
diff --git a/style/gloss-italian.el b/style/gloss-italian.el
index c786bb4..c2a95c9 100644
--- a/style/gloss-italian.el
+++ b/style/gloss-italian.el
@@ -1,6 +1,6 @@
 ;;; gloss-italian.el --- Italian support for polyglossia package.
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: address@hidden
 ;; Author: Mosè Giordano <address@hidden>
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar TeX-language-it-hook nil
   "Hook run for Italian texts.")
 
diff --git a/style/icelandic.el b/style/icelandic.el
index 64507e1..b7efd3b 100644
--- a/style/icelandic.el
+++ b/style/icelandic.el
@@ -1,6 +1,6 @@
 ;;; icelandic.el --- AUCTeX style for the `icelandic' babel option.
 
-;; Copyright (C) 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <address@hidden>
 ;; Maintainer: address@hidden
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar LaTeX-icelandic-mode-syntax-table
   (copy-syntax-table LaTeX-mode-syntax-table)
   "Syntax table used in LaTeX mode when using `icelandic.sty'.")
diff --git a/style/italian.el b/style/italian.el
index 6cb72fe..8a69c65 100644
--- a/style/italian.el
+++ b/style/italian.el
@@ -1,6 +1,6 @@
 ;;; italian.el --- Setup AUCTeX for editing Italian text.
 
-;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2018 Free Software Foundation, Inc.
 
 ;; Author: Davide G. M. Salvetti <address@hidden>
 ;; Maintainer: Davide G. M. Salvetti <address@hidden>
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar TeX-language-it-hook nil
   "Hook run for Italian texts.")
 
diff --git a/style/ngerman.el b/style/ngerman.el
index 9c49ee6..87ec089 100644
--- a/style/ngerman.el
+++ b/style/ngerman.el
@@ -8,6 +8,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar LaTeX-german-mode-syntax-table
   (copy-syntax-table LaTeX-mode-syntax-table)
   "Syntax table used in LaTeX mode when using `german.sty'.")
diff --git a/style/polski.el b/style/polski.el
index 5e51082..249d48c 100644
--- a/style/polski.el
+++ b/style/polski.el
@@ -1,6 +1,6 @@
 ;;; polski.el --- AUCTeX style for `polski.sty'.
 
-;; Copyright (C) 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <address@hidden>
 ;; Maintainer: address@hidden
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar LaTeX-polski-package-options
   '("plmath" "nomathsymbols" "MeX" "T1" "QX" "OT1" "OT4" "prefixinginverb"
     "noprefixinginverb" "roku" "r." "noroku")
diff --git a/style/slovak.el b/style/slovak.el
index 3dc107e..dacf6c5 100644
--- a/style/slovak.el
+++ b/style/slovak.el
@@ -1,5 +1,10 @@
 ;;; slovak.el --- Setup AUCTeX for editing Slovak text.
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (TeX-add-style-hook
  "slovak"
  (lambda ()

commit 993326cc5bfb5d906362a885e2053a4947661360
Author: Arash Esbati <address@hidden>
Date:   Fri Dec 7 09:21:04 2018 +0100

    ; Silence the compiler in styles for `font-latex-syntactic-keywords-extra'
    
    * style/comment.el:
    * style/minted.el: Silence the compiler in the style files for the
    variable `font-latex-syntactic-keywords-extra'.

diff --git a/style/comment.el b/style/comment.el
index fd6d6c5..8d2bc7d 100644
--- a/style/comment.el
+++ b/style/comment.el
@@ -39,6 +39,8 @@
                  "font-latex"
                  (&optional syntactic-kws))
 
+(defvar font-latex-syntactic-keywords-extra)
+
 (TeX-add-style-hook
  "comment"
  (lambda ()
diff --git a/style/minted.el b/style/minted.el
index cdeea29..e06c74a 100644
--- a/style/minted.el
+++ b/style/minted.el
@@ -41,6 +41,8 @@
                  "font-latex"
                  (&optional syntactic-kws))
 
+(defvar font-latex-syntactic-keywords-extra)
+
 (defvar LaTeX-minted-key-val-options
   '(("autogobble" ("true" "false"))
     ("baselinestretch" ("auto"))

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

Summary of changes:
 style/bulgarian.el     | 7 ++++++-
 style/comment.el       | 2 ++
 style/danish.el        | 5 +++++
 style/floatrow.el      | 4 ++++
 style/german.el        | 9 +++++++++
 style/gloss-italian.el | 7 ++++++-
 style/icelandic.el     | 7 ++++++-
 style/italian.el       | 7 ++++++-
 style/ltxtable.el      | 4 ++++
 style/minted.el        | 2 ++
 style/ngerman.el       | 9 +++++++++
 style/polski.el        | 7 ++++++-
 style/shortvrb.el      | 7 ++++++-
 style/slovak.el        | 5 +++++
 style/subfiles.el      | 4 ++++
 15 files changed, 80 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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