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. fcb1aec4916066c0c2522


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. fcb1aec4916066c0c2522c7bc38d9fba147ea349
Date: Thu, 7 Jan 2021 14:57:26 -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  fcb1aec4916066c0c2522c7bc38d9fba147ea349 (commit)
      from  db2236e0987ae93cbed06051bff6199a560b2648 (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 fcb1aec4916066c0c2522c7bc38d9fba147ea349
Author: Arash Esbati <arash@gnu.org>
Date:   Thu Jan 7 20:55:55 2021 +0100

    Update style/eso-pic.el to package version 3.0a
    
    * style/eso-pic.el ("eso-pic"): Don't run the style hook for
    `atbegshi' since `eso-pic' doesn't rely on that package anymore.
    (LaTeX-eso-pic-package-options-list): Update package options.

diff --git a/style/eso-pic.el b/style/eso-pic.el
index 1136fad..2ee93d0 100644
--- a/style/eso-pic.el
+++ b/style/eso-pic.el
@@ -1,6 +1,6 @@
-;;; eso-pic.el --- AUCTeX style for `eso-pic.sty' (v2.0d)  -*- 
lexical-binding: t; -*-
+;;; eso-pic.el --- AUCTeX style for `eso-pic.sty' (v3.0a)  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2014, 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2020, 2021 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <arash@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -26,7 +26,7 @@
 
 ;;; Commentary:
 
-;; This file adds support for `eso-pic.sty' (v2.0d) from 2013/10/06.
+;; This file adds support for `eso-pic.sty' (v3.0a) from 2020/10/14.
 ;; `eso-pic.sty' is part of TeXLive.
 
 ;;; Code:
@@ -38,12 +38,7 @@
  "eso-pic"
  (lambda ()
 
-   ;; Run style hook for eso-pic
-   (TeX-run-style-hooks "atbegshi")
-
-   ;; New symbols
    (TeX-add-symbols
-
     ;; Basic commands
     '("AddToShipoutPictureBG"   t)
     '("AddToShipoutPictureBG*"  t)
@@ -79,10 +74,12 @@
   '(("pscoord"      ("true" "false"))
     ("texcoord"     ("true" "false"))
     ("grid"         ("true" "false"))
+    ("gridBG"       ("true" "false"))
     ("gridunit"     ("mm" "in" "bp" "pt"))
     ("gridcolor")
     ("subgridcolor")
     ("subgridstyle" ("solid" "dotted"))
+    ("colorgrid"    ("true" "false"))
     ("dvips"        ("true" "false")))
   "Package options for the eso-pic package.")
 

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

Summary of changes:
 style/eso-pic.el | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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