auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 67c081d 53/57: ; make change-hist


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 67c081d 53/57: ; make change-history-commit
Date: Wed, 11 Jan 2017 18:01:43 +0000 (UTC)

branch: externals/auctex
commit 67c081d69e898fbdb84432452a1715f3e48de0b7
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    ; make change-history-commit
---
 ChangeLog.1 | 2525 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 2524 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.1 b/ChangeLog.1
index f947bba..1f14ea5 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -1,3 +1,2526 @@
+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]