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

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

[elpa] elpa updated (7573813 -> ebf4b8a)


From: Tassilo Horn
Subject: [elpa] elpa updated (7573813 -> ebf4b8a)
Date: Sun, 22 May 2016 07:22:46 +0000 (UTC)

tsdh pushed a change to branch elpa.

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


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                     |  533 ++++++++++++++++++++--------------
 tex-jp.el                      |   93 +++---
 tex-site.el                    |    6 +-
 tex-site.el.in                 |   32 +-
 tex.el                         |  123 ++++++--
 texmathp.el                    |    4 +-
 38 files changed, 1632 insertions(+), 609 deletions(-)
 create mode 100644 style/xcolor.el



reply via email to

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