[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex updated (aeeedbd -> 0011b68)
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex updated (aeeedbd -> 0011b68) |
Date: |
Tue, 20 Mar 2018 11:34:02 -0400 (EDT) |
tsdh pushed a change to branch externals/auctex.
from aeeedbd Release GNU AUCTeX 12.1.0
new 4dfb98c Remove XEmacs compatibility code in tex-buf.el
new 52e1426 Remove XEmacs compatibility code in latex.el
new f366130 Remove old compat functions for commenting and
uncommenting
new 9ba765e Remove TeX-deactivate-mark
new d3d321a Remove TeX-assoc-string
new 05c09bd Remove TeX-how-many function
new 6cb1e7d Remove XEmacs compatibility code in tex.el
new 8f46dea Remove TeX-line-number-at-pos
new 12618af Remove code for compatibility with old Emacsens in tex.el
new 6861a88 Change encoding of Elisp source files to UTF-8
new 73cd17c Add fontification for some core macros
new 2d35adf Update style/bidi.el to package version 31.7
new 45d9e1b Make sure `LaTeX-default-options' is honored
new 2df2746 Delete unused options
new 77c2cda Remove XEmacs compatibility code in tex-jp.el
new f7a4622 Delte prv-xemacs.el
new bd21b34 Remove code for compatibility with very old emacsens in
bib-cite.el
new 62d3606 Remove compatibility code for XEmacs in tex-fold.el
new 3cdfdc8 Remove compatibility code for XEmacs in font-latex.el
new 430025d Remove compatibility code for XEmacs in toolbar-x.el
new f8290fc Restore loading of prv-emacs
new 3d08a92 Restore some code erroneously removed from font-latex.el
new 39d4959 * texmathp.el (texmathp-tex-commands-default): Add
entries for breqn.sty.
new 4106f92 Add fontification for some core macros
new e769c3c Make sure `process-environment' is recovered after
temporal setenv
new 3e57fbe ; * texmathp.el: Update comment header.
new 4b66b9f Do not actually write bug report instructions
new b292942 Remove some obsolete functions
new 085a310 Replace cl with cl-lib
new d86e95e Support flymake in Emacs 26+ using chktex
new 06f704f Explicitly require Emacs 24
new ba79584 Replace cl with cl-lib in other files
new 8779f2d * style/babel.el (LaTeX-babel-active-languages): Use
`cl-pushnew'.
new fad256b * Makefile.in (AUCSRC): Add new file latex-flymake.el.
new 5592c69 Improve flymake documentation
new ed54fb1 Refine how we setup flymake backend function
new 688fae2 Remove cl from AUCTeX
new 8d2e9db Add new function `TeX-arg-verb-delim-or-brace'
new 7f9d64b * font-latex.el (font-latex--get-script-props): Use
`cl-case' instead of `case'.
new 657c338 * tex.el (TeX-dwim-master): Prefer `cl-return' over
`return'.
new c1f04df * style/amsmath.el ("amsmath"): Correct \cfrac spec.
new d563566 Merge branch 'master' into externals/auctex
new 0011b68 Merge from master
Summary of changes:
Makefile.in | 2 +-
auctex.info | 254 ++++++++-------
bib-cite.el | 269 +++------------
context.el | 2 +-
doc/auctex.texi | 29 +-
doc/changes.texi | 9 +
font-latex.el | 120 ++-----
latex-flymake.el | 104 ++++++
latex.el | 321 +++++++-----------
plain-tex.el | 2 +-
preview-latex.info | 76 ++---
preview.el | 14 +-
prv-xemacs.el | 759 -------------------------------------------
style/alphanum.el | 6 +-
style/amsmath.el | 5 +-
style/babel.el | 7 +-
style/bidi.el | 154 ++++++++-
style/caption.el | 22 +-
style/currvita.el | 2 +-
style/dinbrief.el | 4 +-
style/dk-bib.el | 4 +-
style/doc.el | 4 +-
style/empheq.el | 12 +-
style/enumitem.el | 20 +-
style/floatrow.el | 17 +-
style/fvextra.el | 9 +-
style/inputenc.el | 4 +-
style/jura.el | 4 +-
style/listings.el | 16 +-
style/ltx-base.el | 4 +-
style/ltxdoc.el | 4 +-
style/mdframed.el | 13 +-
style/minted.el | 6 +-
style/moodle.el | 2 +-
style/pdfsync.el | 2 +-
style/tcolorbox.el | 7 +-
style/tcolorboxlib-raster.el | 2 +-
style/url.el | 8 +-
tex-buf.el | 163 ++++------
tex-fold.el | 85 ++---
tex-font.el | 10 +-
tex-info.el | 29 +-
tex-jp.el | 50 +--
tex-site.el | 4 +-
tex.el | 386 +++++++---------------
texmathp.el | 14 +-
toolbar-x.el | 613 ++++------------------------------
47 files changed, 1073 insertions(+), 2580 deletions(-)
create mode 100644 latex-flymake.el
delete mode 100644 prv-xemacs.el
- [elpa] externals/auctex updated (aeeedbd -> 0011b68),
Tassilo Horn <=
- [elpa] externals/auctex 6cb1e7d 07/43: Remove XEmacs compatibility code in tex.el, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 2df2746 14/43: Delete unused options, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 52e1426 02/43: Remove XEmacs compatibility code in latex.el, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 8f46dea 08/43: Remove TeX-line-number-at-pos, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 9ba765e 04/43: Remove TeX-deactivate-mark, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 12618af 09/43: Remove code for compatibility with old Emacsens in tex.el, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 77c2cda 15/43: Remove XEmacs compatibility code in tex-jp.el, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 6861a88 10/43: Change encoding of Elisp source files to UTF-8, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 62d3606 18/43: Remove compatibility code for XEmacs in tex-fold.el, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 05c09bd 06/43: Remove TeX-how-many function, Tassilo Horn, 2018/03/20