auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex updated (04d69c5 -> 48fb645)


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex updated (04d69c5 -> 48fb645)
Date: Sun, 21 Mar 2021 11:44:38 -0400 (EDT)

tsdh pushed a change to branch externals/auctex.

      from  04d69c5   Release GNU AUCTeX 13.0.4
       new  8bc74dd   Update style/bigdelim.el to package version 2.6
       new  f87d90f   Document how to load AUCTeX from a local Git repo
       new  42f1bc3   ; Fix texinfo error
       new  b9f4f36   ; * doc/quickstart.texi (Editing Facilities): Fix 
formatting.
       new  e62bc9b   Remove eol format suffix from coding tag (bug#46117)
       new  6db8a1a   ; Use @subsection
       new  39c4e77   Add new style/truncate.el
       new  159c81d   ; * style/truncate.el: Fix mail address.
       new  2e9b714   Add new style/footnotehyper.el
       new  5afcc09   Add parsing support to style/comment.el
       new  4384639   Add new style/changes.el
       new  653e272   Deprioritize "\\.drv\\'" in auto-mode-alist
       new  72e645f   ; * tex-buf.el (TeX-active-master): Fix comment.
       new  2848def   * style/geometry.el ("geometry"): Fontify 
\restoregeometry macro.
       new  0c90254   ; * tex-buf.el (TeX-command-region): Fix typo in comment.
       new  0e616b8   Enable lexical binding in plain-tex.el
       new  1ad2d9e   Fix preview-cache-preamble after region typeset/preview
       new  18bc7b6   Enable lexical binding in context-{en,nl}.el
       new  dbfb016   Use active region if it is a logo name.
       new  737fa11   Fix wrapping of active region with \[Hh]ologo macros
       new  331b24c   Use "wrap region or query for logo" also in 
\[hH]ologoVariant
       new  f9c7245   Improve style/footmisc.el
       new  094c298   Implement the user option TeX-output-dir
       new  da52023   Discard `TeX-auto-update' to silence byte compiler
       new  48fb645   Merge remote-tracking branch 'origin/master' into 
externals/auctex


Summary of changes:
 Makefile.in                        |   3 +-
 bib-cite.el                        |   8 +-
 context-en.el                      |   5 +-
 context-nl.el                      |   5 +-
 doc/auctex.texi                    |  33 +++++
 doc/install.texi                   |  51 ++++++++
 doc/preview-dtxdoc.pl              |   4 +-
 doc/quickstart.texi                |   2 +-
 latex.el                           |   3 +-
 plain-tex.el                       |   4 +-
 preview.el                         |  32 +++--
 style/bigdelim.el                  |  72 +++++++++--
 style/changes.el                   | 242 +++++++++++++++++++++++++++++++++++++
 style/comment.el                   | 101 ++++++++++++++--
 style/footmisc.el                  |  90 ++++++++++----
 style/footnotehyper.el             |  86 +++++++++++++
 style/geometry.el                  |   1 +
 style/hologo.el                    |  25 ++--
 style/{nicefrac.el => truncate.el} |  31 +++--
 tex-bar.el                         |   8 +-
 tex-buf.el                         | 124 ++++++++++---------
 tex-info.el                        |   1 -
 tex-jp.el                          |   4 +-
 tex.el                             | 143 ++++++++++++++++------
 24 files changed, 886 insertions(+), 192 deletions(-)
 create mode 100644 style/changes.el
 create mode 100644 style/footnotehyper.el
 copy style/{nicefrac.el => truncate.el} (59%)




reply via email to

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