auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 3dca7c4 57/57: Merge branch 'mast


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 3dca7c4 57/57: Merge branch 'master' into externals/auctex
Date: Wed, 11 Jan 2017 18:01:43 +0000 (UTC)

branch: externals/auctex
commit 3dca7c40815e75d822a7b508bf1206a679efe938
Merge: a580432 4ebbf90
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Merge branch 'master' into externals/auctex
---
 ChangeLog-preview                            |   16 +-
 ChangeLog.1                                  | 2529 +++++++++++++++++++++++++-
 Makefile.in                                  |   45 +-
 RELEASE                                      |  201 +-
 configure.ac                                 |    2 +-
 doc/auctex.texi                              |  102 +-
 doc/changes.texi                             |   83 +-
 doc/install.texi                             |   18 +-
 doc/quickstart.texi                          |   17 +-
 doc/tex-ref.tex                              |    8 +-
 font-latex.el                                |  113 +-
 latex.el                                     |   18 +-
 latex/preview.dtx                            |    2 +-
 style/Alegreya.el                            |    2 +-
 style/AlegreyaSans.el                        |    2 +-
 style/AnonymousPro.el                        |    2 +-
 style/FiraMono.el                            |    2 +-
 style/FiraSans.el                            |    2 +-
 style/MyriadPro.el                           |    2 +-
 style/XCharter.el                            |    2 +-
 style/attachfile.el                          |    2 +-
 style/baskervaldx.el                         |    2 +-
 style/biblatex.el                            |   56 +-
 style/bicaption.el                           |   11 +-
 style/caption.el                             |   55 +-
 style/cleveref.el                            |   62 +-
 style/color.el                               |    2 +-
 style/colortbl.el                            |    2 +-
 style/commath.el                             |    2 +-
 style/currvita.el                            |    2 +-
 style/dcolumn.el                             |    2 +-
 style/empheq.el                              |    2 +-
 style/enumitem.el                            |    2 +-
 style/environ.el                             |    2 +-
 style/erewhon.el                             |    2 +-
 style/eso-pic.el                             |    2 +-
 style/exam.el                                |  378 ++++
 style/fbb.el                                 |    2 +-
 style/fontaxes.el                            |    2 +-
 style/fontenc.el                             |    2 +-
 style/framed.el                              |    2 +-
 style/geometry.el                            |    2 +-
 style/harvard.el                             |    3 +-
 style/hologo.el                              |    2 +-
 style/jurabib.el                             |    5 +-
 style/ltablex.el                             |    2 +-
 style/ltxtable.el                            |    2 +-
 style/mdframed.el                            |  421 +++++
 style/mdsymbol.el                            |    2 +-
 style/menukeys.el                            |    2 +-
 style/minted.el                              |  197 +-
 style/natbib.el                              |    5 +-
 style/newfloat.el                            |    6 +-
 style/newpxmath.el                           |    2 +-
 style/newpxtext.el                           |    2 +-
 style/newtxmath.el                           |    2 +-
 style/newtxsf.el                             |    2 +-
 style/newtxtext.el                           |    2 +-
 style/newtxttt.el                            |    2 +-
 style/ntheorem.el                            |    2 +-
 style/paracol.el                             |    5 +-
 style/pdflscape.el                           |    2 +-
 style/pdfpages.el                            |    2 +-
 style/relsize.el                             |    2 +-
 style/splitidx.el                            |    2 +-
 style/subcaption.el                          |    2 +-
 style/subfiles.el                            |   43 +-
 style/tcolorbox.el                           |  636 ++++++-
 style/tcolorboxlib-raster.el                 |  192 ++
 style/textcomp.el                            |    2 +-
 style/textpos.el                             |    2 +-
 style/theorem.el                             |    2 +-
 style/titleps.el                             |  233 +++
 style/titlesec.el                            |  255 +++
 style/titletoc.el                            |  193 ++
 style/transparent.el                         |    2 +-
 style/varioref.el                            |   13 +
 style/vwcol.el                               |    2 +-
 style/wrapfig.el                             |    2 +-
 style/xcolor.el                              |    2 +-
 style/zlmtt.el                               |    2 +-
 tests/latex/latex-test.el                    |    4 +-
 tests/latex/tabular-count-ampersands-in.tex  |   50 +-
 tests/latex/tabular-count-ampersands-out.tex |   59 +-
 tex-buf.el                                   |   16 +-
 tex-ispell.el                                |   34 +-
 tex-style.el                                 |   21 +
 tex.el                                       |  131 +-
 88 files changed, 5951 insertions(+), 385 deletions(-)

diff --git a/ChangeLog-preview b/ChangeLog-preview
index 1c3cd32..908ed2e 100644
--- a/ChangeLog-preview
+++ b/ChangeLog-preview
@@ -1,4 +1,8 @@
-2015-11-13  Mos� Giordano  <address@hidden>
+2017-01-10  Mosè Giordano  <address@hidden>
+
+       * Version 11.90 released.
+
+2015-11-13  Mosè Giordano  <address@hidden>
 
        * Version 11.89 released.
 
@@ -28,11 +32,11 @@
        funcall instead of run-hooks.  Use goto-char + forward-line
        instead of goto-line.
 
-2014-10-29  Mos� Giordano  <address@hidden>
+2014-10-29  Mosè Giordano  <address@hidden>
 
        * Version 11.88 released.
 
-2014-10-29  Mos� Giordano  <address@hidden>
+2014-10-29  Mosè Giordano  <address@hidden>
 
        * latex/preview.dtx: Manually change the release version.
 
@@ -1654,13 +1658,13 @@
        * latex/preview.dtx: Make the end of snarfed environments behave
        normally if the environment is not being snarfed.
 
-2004-10-14  Jan-�ke Larsson  <address@hidden>
+2004-10-14  Jan-Åke Larsson  <address@hidden>
 
        * doc/wininstall.texi: Adjust text to conform with the AUCTeX aclocal.
 
        * configure.in: Add VALID_BUILD_DIR
 
-2004-10-13  Jan-�ke Larsson  <address@hidden>
+2004-10-13  Jan-Åke Larsson  <address@hidden>
 
        * configure.in: Adjust for the aclocal.m4 sync with AUCTeX
 
@@ -1877,5 +1881,5 @@
        * preview-latex.spec: prepare for 0.8, bump XEmacs to 21.4.9.
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; coding: utf-8
 ;; End:
diff --git a/ChangeLog.1 b/ChangeLog.1
index 9594575..18afc81 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -1,3 +1,2530 @@
+2017-01-10  Mosè Giordano  <address@hidden>
+
+       * Version 11.90 released.
+
+2017-01-10  Mosè Giordano  <address@hidden>
+
+       Refresh RELEASE file
+
+       * RELEASE: Update "Availability" and "Future development and additional
+       information" sections.
+
+2017-01-10  Mosè Giordano  <address@hidden>
+
+       * Makefile.in (release-commit): Use UTF-8 coding for ChangeLog entry.
+
+       * ChangeLog-preview: Change encoding to UTF-8.
+
+       * Makefile.in (release-commit): Fix name of preview ChangeLog.
+
+2017-01-10  Arash Esbati  <address@hidden>
+
+       Use RefTeX for multiple references in cleveref
+
+       * style/cleveref.el (TeX-arg-cleveref-multiple-labels): Check if
+       RefTeX is enabled and use it for multiple referencing macros.
+       ("cleveref"): Use `TeX-arg-ref' instead of `TeX-arg-label'.
+       ("cleveref"): Remove call of (font-latex-set-syntactic-keywords).
+
+2017-01-10  Arash Esbati  <address@hidden>
+
+       Skip macros and environments from tcolorbox and raster library
+
+       * tex-ispell.el (TeX-ispell-sort-skip-cmds-list): Extract macros
+       with optional argument from `TeX-ispell-skip-cmds-list'.
+       (TeX-ispell-skip-cmds-opt-arg-regexp): New variable containing
+       macros where only the optional argument is skipped while spell
+       checking.
+       Add macros and environments from tcolorbox.el and
+       tcolorboxlib-raster.el.
+
+2017-01-10  Arash Esbati  <address@hidden>
+
+       Advertise AUCTeX installation from ELPA
+
+       * doc/quickstart.texi (Quick Start): Emphasize the necessity to
+       drop (load "auctex.el" nil t t) when installed from ELPA.
+
+       * doc/install.texi (Installation): Advertise installation from
+       ELPA.
+
+2017-01-09  Mosè Giordano  <address@hidden>
+
+       Prepare for upcoming release
+
+       * RELEASE: Update AUCTeX version, the new features section, and
+       the list of contributors.
+
+       * configure.ac: Update AUCTeX version.
+
+       * doc/changes.texi: Reorder changes for 11.90 version section.
+
+       * doc/tex-ref.tex: Update AUCTeX version and copyright years
+       across the file.
+
+       * latex/preview.dtx: Manually update release version.
+
+2017-01-07  Mosè Giordano  <address@hidden>
+
+       Adapt Makefile to new ChangeLog file name
+
+       * Makefile.in (release-commit): Use `CHANGELOG_N' in place of
+       `ChangeLog'.
+
+2017-01-06  Tassilo Horn  <address@hidden>
+
+       Don't use cl function copy-list
+
+       * font-latex.el (font-latex--get-script-props): Use copy-sequence 
instead of
+       copy-list, the latter being a cl function.
+
+2017-01-05  Tassilo Horn  <address@hidden>
+
+       Fix bug where font-latex-sub/superscript-face was not applied to ^_
+
+       * font-latex.el (font-latex-make-user-keywords): prepend
+       font-latex-script-char-face, don't replace existing specs.
+
+2017-01-05  Tassilo Horn  <address@hidden>
+
+       Fontify script characters with a new face
+
+       * doc/auctex.texi (Fontification of math): Document it.
+       * doc/changes.texi: Mention that.
+       * font-latex.el (font-latex-make-user-keywords): Adapt.
+       (font-latex-script-char-face): New face.
+       (font-latex-match-script-chars): Improve it so that double ^_ aren't
+       matched because such errors were hard to see with
+       font-latex-fontify-script set to invisible.
+       (font-latex-script-char): New function.
+
+2017-01-05  Arash Esbati  <address@hidden>
+
+       Support biblatex cite format in all Emacsen
+
+       * style/biblatex.el ("biblatex"): Check if biblatex is available
+       in `reftex-cite-format-builtin' and use it.  If not, add entries
+       for older Emacsen manually.
+
+2017-01-05  Arash Esbati  <address@hidden>
+
+       Check new custom option before activating RefTeX cite format
+
+       * doc/changes.texi: Document new variable.
+
+       * style/biblatex.el ("biblatex"):
+       * style/harvard.el ("harvard"):
+       * style/jurabib.el ("jurabib"):
+       * style/natbib.el ("natbib"): Set cite format provided by RefTeX
+       when `LaTeX-reftex-cite-format-auto-activate' is non-nil.
+
+       * tex-style.el (LaTeX-reftex-cite-format-auto-activate): New
+       customizable variable.
+
+2017-01-04  Tassilo Horn  <address@hidden>
+
+       Fix script unfontification bug
+
+       * font-latex.el (font-latex-unfontify-region): Remove script-level
+       property and raise display property even though it's value is different
+       from what's specified in font-latex-script-display.
+
+2017-01-04  Tassilo Horn  <address@hidden>
+
+       Improve completion docs
+
+       * doc/auctex.texi (Completion): Improved docs.
+       * doc/changes.texi: Mention math completion, add link to Completion node
+       in the manual.
+       * tex.el (TeX-complete-list): Improve docstring.
+
+2017-01-04  Tassilo Horn  <address@hidden>
+
+       Refactor normal completion and completion at point a bit
+
+       * tex.el (TeX--complete-find-entry): New function.
+       (TeX-complete-symbol,TeX--completion-at-point): Use it.
+
+2017-01-04  Tassilo Horn  <address@hidden>
+
+       Completion for math macros
+
+       * latex.el (LaTeX--after-math-macro-prefix-p): New function.
+       (LaTeX-common-initialization): Use it for new TeX-complete-list entry.
+       * tex.el (TeX-complete-list): Also allow match-data setting predicates 
in
+       entries.
+       (TeX-complete-symbol,TeX--completion-at-point): Adapt to new 
possibility.
+
+2017-01-03  Tassilo Horn  <address@hidden>
+
+       Add completion-at-point support
+
+       * doc/auctex.texi (Completion): Document completion-at-point support.
+       * doc/changes.texi: Mention completion-at-point support.
+       * tex.el (TeX--completion-at-point): New function.
+       (VirTeX-common-initialization): Add TeX--completion-at-point to
+       completion-at-point-functions in TeX buffers if that's bound.
+
+2017-01-03  Mosè Giordano  <address@hidden>
+
+       Use RefTeX for multiple citations in biblatex
+
+       * style/biblatex.el (LaTeX-arg-biblatex-cites): Use RefTeX when
+         available.  Suggested by Arash Esbati.
+
+2017-01-03  Tassilo Horn  <address@hidden>
+
+       Simple docfix
+
+       * font-latex.el (font-latex-fontify-script-max-level): Correct escaping 
of
+       \(...\) in the docstring.
+
+2017-01-03  Tassilo Horn  <address@hidden>
+
+       Improve multi-level script fontification
+
+       * doc/auctex.texi (Fontification of math): Update docs.
+       * doc/changes.texi: Add an item for the new script fontification
+       features.
+       * font-latex.el (font-latex-fontify-script): Update docstring.
+       (font-latex-fontify-script-max-level): New custom variable.
+       (font-latex--get-script-props): Apply script face only for levels up to
+       font-latex-fontify-script-max-level.
+       (font-latex-script): Adapt call to font-latex--get-script-props.
+
+2017-01-03  Arash Esbati  <address@hidden>
+
+       Add a newline only if \label is inserted
+
+       * style/caption.el (LaTeX-arg-caption-captionof):
+       * style/bicaption.el (LaTeX-arg-bicaption-bicaption): Save the
+       position before asking for a label.  Add a newline only if a label
+       is inserted.
+
+2017-01-03  Tassilo Horn  <address@hidden>
+
+       Bring back multi-level script font-locking
+
+       * doc/auctex.texi (Fontification of math): Add documentation.
+       * font-latex.el (font-latex-script-display): Increase default raise 
level to
+       0.5.
+       (font-latex-superscript-face,font-latex-subscript-face): Let scripts be 
a bit
+       larger (:height 0.85 instead of 0.8).
+       (font-latex--get-script-props): New function for 
incrementing/decrementing
+       raise display property values.
+       (font-latex-script): Use it.
+
+2017-01-03  Tassilo Horn  <address@hidden>
+
+       Revert "Remove multi-level/invisible feature of 
font-latex-fontify-script"
+
+       This reverts commit ccec8501960a448dd8faccaae54dfd9839a37c30.
+
+2017-01-02  Tassilo Horn  <address@hidden>
+
+       Remove multi-level/invisible feature of font-latex-fontify-script
+
+       * font-latex.el 
(font-latex-make-user-keywords,font-latex-script-display)
+       (font-latex-script): Remove multi-level/invisible feature of
+       font-latex-fontify-script.
+       (font-latex-doctex-preprocessor-face): Remove function.
+       * doc/auctex.texi (Fontification of math): Remove documentation for
+       font-latex-fontify-script's multi-level and invisible values.
+
+2016-12-31  Arash Esbati  <address@hidden>
+
+       Set `reftex-set-cite-format' to biblatex or natbib
+
+       * style/biblatex.el ("biblatex"): Set `reftex-set-cite-format' to
+       biblatex or natbib depending on package option.
+
+2016-12-30  Uwe Brauer  <address@hidden>
+
+       Add new style/exam.sty
+
+       * Makefile.in (STYLESRC): add exam.el
+       * style/exam.el: Add style file
+       * tex-style.el: Move defcustom from exam.el to tex-style.el
+
+2016-12-30  Arash Esbati  <address@hidden>
+
+       Fix the names also in expert macros
+
+       * style/cleveref.el ("cleveref"): Fix the names also in expert macros.
+
+2016-12-30  Arash Esbati  <address@hidden>
+
+       Fix name of macros \lcnamecref and \lcnamecrefs
+
+       * style/cleveref.el ("cleveref"): Fix name of macros \lcnamecref
+       and \lcnamecrefs.
+
+2016-12-30  Arash Esbati  <address@hidden>
+
+       Add fontification for varioref's referencing macros
+
+       * font-latex.el (font-latex-built-in-keyword-classes): Add starred
+       version to ref macro.
+
+       * style/varioref.el ("varioref"): Add fontification support for
+       referencing macros.
+
+2016-12-30  Arash Esbati  <address@hidden>
+
+       Add starred version of



reply via email to

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