auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] [elpa] externals/auctex b84ab02 42/43: Merge branch 'mast


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex b84ab02 42/43: Merge branch 'master' into externals/auctex
Date: Sat, 11 Apr 2020 15:05:26 -0400 (EDT)

branch: externals/auctex
commit b84ab029fe929a5266bf601a0379ba6545228bec
Merge: 817b1c4 fb1fdc4
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Merge branch 'master' into externals/auctex
---
 Makefile.in               |  16 ++-
 admin/release-process.org |  84 ++++++++++++
 doc/Makefile.in           |   5 +-
 doc/auctex.texi           |  22 +++-
 doc/changes.texi          |  32 ++++-
 font-latex.el             | 129 ++++--------------
 latex.el                  | 326 ++++++++++++++++++++++++++++++++++++++--------
 latex/Makefile.in         |  23 ++--
 preview.el                |   2 +-
 style/bicaption.el        |   3 +-
 style/caption.el          |  27 ++--
 style/exam.el             |  19 ++-
 style/fbox.el             |  54 ++++++++
 style/fontaxes.el         |  31 ++---
 style/listings.el         |   4 +-
 style/ltugboat.el         |  12 +-
 style/ltxguide.el         | 123 +++++++++++++++++
 style/minted.el           |  15 ++-
 style/overpic.el          | 121 +++++++++++++++++
 style/prosper.el          |  93 +++++++------
 style/revtex4-2.el        | 264 +++++++++++++++++++++++++++++++++++++
 style/shortvrb.el         |  33 +----
 style/subcaption.el       |   6 +-
 style/tex-live.el         | 177 +++++++++++++++++++++++++
 style/textcomp.el         | 146 ++-------------------
 tests/latex/latex-test.el | 218 ++++++++++++++++++++++++++++++-
 tex-buf.el                |  28 ++--
 tex-style.el              |  76 ++++++++---
 tex-wizard.el             |   4 +-
 tex.el                    |   3 +-
 30 files changed, 1614 insertions(+), 482 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 95bc0eb..6e599c3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,7 +2,7 @@
 
 # Maintainer: address@hidden
 
-# Copyright (C) 2003-2008, 2010, 2013-2015, 2018 Free Software
+# Copyright (C) 2003-2008, 2010, 2013-2015, 2018-2019 Free Software
 #   Foundation, Inc.
 
 # This file is part of AUCTeX.
@@ -170,7 +170,9 @@ STYLESRC = style/prosper.el \
           style/ocg-p.el     style/ocgx.el      style/thm-restate.el \
           style/pythontex.el style/dashundergaps.el style/beamerarticle.el \
           style/changelog.el style/ltugboat.el  style/beamerswitch.el \
-          style/multitoc.el  style/xkcdcolors.el
+          style/multitoc.el  style/fbox.el      style/xkcdcolors.el \
+          style/ltxguide.el  style/revtex4-2.el style/overpic.el \
+          style/tex-live.el
 
 STYLEELC = $(STYLESRC:.el=.elc)
 
@@ -360,19 +362,23 @@ uninstall:
 .el.elc:
        $(ELCC) -f batch-byte-compile $<
 
-clean: doc/Makefile
+clean: doc/Makefile latex/Makefile
        rm -f $(CLEANFILES)
        cd doc && $(MAKE) clean
+       cd latex && $(MAKE) clean
 
-distclean: doc/Makefile
+distclean: doc/Makefile latex/Makefile
        rm -f $(CLEANFILES) $(DISTCLEANFILES)
        cd doc && $(MAKE) distclean
+       cd latex && $(MAKE) distclean
 
-maintainer-clean: doc/Makefile
+maintainer-clean: doc/Makefile latex/Makefile
        rm -f $(DISTTEXTS)
        rm -rf autom4te.cache
        rm -f $(CLEANFILES) $(DISTCLEANFILES)
        cd doc && $(MAKE) maintainer-clean
+       cd latex && $(MAKE) distclean
+       cd tests && $(MAKE) clean
 
 extraclean: maintainer-clean
        rm -f *~ \#*\#
diff --git a/admin/release-process.org b/admin/release-process.org
index dd5d305..4807855 100644
--- a/admin/release-process.org
+++ b/admin/release-process.org
@@ -123,3 +123,87 @@ should be something like (adapt as necessary)
 #+END_SRC
 
 The content of the email is simply the content of the =RELEASE= file


reply via email to

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