emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex updated (7ba0a0e -> ebf4b8a)


From: Tassilo Horn
Subject: [elpa] externals/auctex updated (7ba0a0e -> ebf4b8a)
Date: Sun, 22 May 2016 07:23:12 +0000 (UTC)

tsdh pushed a change to branch externals/auctex.

      from  7ba0a0e   * tex-buf.el: Address some compiler warnings
      adds  da88a3e   Dinamically put delete-selection prop to TeX-insert-dollar
      adds  a83c4d0   Fix compatibility with older Emacs versions
      adds  e78a13c   * tex-buf.el: Address some compiler warnings
      adds  c58162a   TikZ: Add circle command.
      adds  310008b   TikZ: Add the arc command.
      adds  ae6ed8b   TikZ: make `TeX-TikZ-single-macro-arg' prompt required.
      adds  de0d445   TikZ: Add optional parameter to 
`TeX-TikZ-single-macro-arg'.
      adds  b66c10a   TikZ: Add parabola command.
      adds  d83900b   TikZ: Make '+' and '++' prefixes apply to TikZ points
      adds  f0849b4   TikZ: Add the 'sin' and 'cos' connectors.
      adds  693eee6   TikZ: Remove unneeded function.
      adds  36b6051   Compatibility for XEmacs
      adds  84dfb76   Do not use add-to-list for let-bound variable
      adds  6eb95e6   Integrate viewer support between tex.el and tex-jp.el
      adds  d418e9a   Prevent infinite loop in TeX-command-expand
      adds  b20cd68   Fix a documentation type.
      adds  af27d33   TikZ: Add the grid command.
      adds  7ea1aa3   TikZ: Don't allow relative points with \coordinate.
      adds  c032063   Auto save `TeX-command-extra-options'.
      adds  88fbf80   Fix in TeX sentinels
      adds  d9910d4   Fix small errors in doc string and comment
      adds  44e654b   Use `match-string-no-properties'
      adds  71349ec   Use `deactivate-input-method' if defined
      adds  4f9666b   Use customize option `TeX-region' instead of "_region_"
      adds  adf998c   Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI
      adds  ae6cb79   Reword documentation of TeX-PDF-from-DVI
      adds  bc8d07f   Temporarily bind `TeX-insert-macro-default-style' to 
'show-optional-args'
      adds  56c1afd   Call TeX-newline-function interactively
      adds  1c397d5   Fix TeX-error-overview-make-entries
      adds  63a83c3   Make unloading of tex-site work on Emacs 24
      adds  d4d2ab5   Enable directory local variables in japanese-{latex, 
plain-tex}-mode
      adds  40c2c26   Allow for negative offsets in region backward search
      adds  d6b107e   Improve style/doc.el
      adds  e90e050   Insert braces after some macros and \relax after 
\ProcessOptions
      adds  e092f72   Use commit date to determine package date
      adds  9613bdd   Check TeX engine only once
      adds  e19f8bd   Do not check TeX engine with ifluatex package
      adds  7b41d77   Adapt for upLaTeX
      adds  7fc63f1   Tweak mode name only when file local variable is enabled.
      adds  13153ba   Use commit date for package date also in configure
      adds  5886c49   Improve the insertation of "macro" environment
      adds  ccfe316   Make TeX-view work better with regions
      adds  3e93869   Add new style/xcolor.el
      adds  7e3bec8   Run `TeX-add-symbols' if "xcolor" is not an active style
      adds  0a3632e   Adjust query commands for loading by xcolor.el
      adds  eb9986d   Respect both "xcolor" and "color" for query to 
"shadecolor"
      adds  79a8643   Respect both "xcolor" and "color" for command queries
      adds  8c6f901   Append environment indentation rules to 
LaTeX-indent-environment-list
      adds  cf54f7d   Make ChangeLog UTF-8
      adds  8ed465a   Merge branch 'master' into elpa
      adds  ebf4b8a   Release GNU AUCTeX 11.89.4

No new revisions were added by this update.

Summary of changes:
 ChangeLog-preview.1            |   24 +-
 Makefile.in                    |    2 +-
 aclocal.m4                     |    2 +-
 auctex.el                      |    4 +-
 auctex.info                    |  208 +++++++------
 autogen.sh                     |    2 +-
 build-aux/gitlog-to-auctexlog  |    4 +-
 doc/auctex.texi                |   49 +++-
 doc/changes.texi               |   26 +-
 latex.el                       |    3 +-
 preview-latex.info             |    4 +-
 style/alltt.el                 |    7 +-
 style/beamer.el                |    7 +-
 style/color.el                 |   79 ++---
 style/colortbl.el              |   34 ++-
 style/currvita.el              |    2 +-
 style/doc.el                   |   78 +++--
 style/fancyvrb.el              |   14 +-
 style/filecontents.el          |    6 +-
 style/hyperref.el              |    7 +-
 style/ifluatex.el              |    8 +-
 style/listings.el              |    9 +-
 style/longtable.el             |   11 +-
 style/ltx-base.el              |   14 +-
 style/minted.el                |   11 +-
 style/ntheorem.el              |    8 +-
 style/tabularx.el              |    9 +-
 style/tabulary.el              |    7 +-
 style/textpos.el               |   10 +-
 style/tikz.el                  |  130 ++++++---
 style/xcolor.el                |  628 ++++++++++++++++++++++++++++++++++++++++
 tests/tex/command-expansion.el |   43 +++
 tex-buf.el                     |  140 ++++++---
 tex-jp.el                      |   93 +++---
 tex-site.el                    |    6 +-
 tex-site.el.in                 |   32 +-
 tex.el                         |  123 ++++++--
 texmathp.el                    |    4 +-
 38 files changed, 1424 insertions(+), 424 deletions(-)
 create mode 100644 style/xcolor.el



reply via email to

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