auctex-commit
[Top][All Lists]
Advanced

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

feature/capf updated (255ba0c2 -> df92458f)


From: Arash Esbati
Subject: feature/capf updated (255ba0c2 -> df92458f)
Date: Fri, 14 Oct 2022 06:27:29 -0400 (EDT)

esbati pushed a change to branch feature/capf.

      from  255ba0c2  * latex-capf.el: New file.
       new  a119b921  Drop using `catch/throw'
      adds  8404fe8b  Provide generic completion functions
      adds  3a1a820b  ; Rearrange code after last commit.
      adds  64a8e189  Remove compatibility code
      adds  37e5a450  Complete LaTeX lengths and counters
      adds  34fd9984  ; * bib-cite.el (): Silence byte compiler
      adds  46373674  ; Fix completion for counters made in 37e5a450
      adds  3f0d5a74  Add support for \linespread macro
      adds  ba568ead  ; Silence the compiler for the change in 37e5a450
      adds  9ca155cd  Improve fontification of kernel macros
      adds  e30fda81  ; Really silence the compiler for the change in 37e5a450
      adds  9b5cf4b5  Fix insertion of second optional argument
      adds  e194656c  Let RefTeX recognize labels in user defined environments
      adds  d47a6e87  Support complex \input path (bug#55511)
      adds  59ef4751  Simplify regexp
      adds  6fe2f21e  ; Fix warnings about single quotes in docstrings
      adds  3447aa75  ; Further fixes about single quotes in docstrings
      adds  f2138e9a  New option for saving auto parsed information (bug#55511)
      adds  7d7e5638  * doc/changes.texi: Add NEWS item for the previous commit.
      adds  794ecb01  Fontify \maketitle macro
      adds  daaff30b  Follow elisp quoting convention
      adds  d44f83de  Add three new styles
      adds  4770d57d  Support different number of arguments for \hyperref
      adds  60ca36b5  ; * .gitignore: Exclude temp files produced by 2022-06-01 
kernel.
      adds  b24dcb4f  Track changes in LaTeX kernel 2022-06-01
      adds  d1f2c2cd  Add new style/proc.el
      adds  054b3888  Fix (void-variable compilation-in-progress) error
      adds  edb15b8f  Follow up the previous commit
      adds  6e25d11a  Add comment
      adds  87b24d09  Add support for the Sioyek document viewer
      adds  39e00622  Introduce face and keyword class for underlined text
      adds  d1d1bd81  Control the opening and closing braces during insertion
      adds  019bcc9c  ; * style/proc.el: Fix a typo.
      adds  192f201f  Add new style/microtype.el
      adds  b377080c  Add notification about xelatex in preview-latex doc
      adds  cc70633a  ; * preview.el.in (preview-reference-face): Fix warning.
      adds  e9612823  Avoid emacs 25 error
      adds  e3657144  Partial fix of region preview with TeX-output-dir feature
      adds  fade32d5  Don't break line inside \verb-like macro (bug#56160)
      adds  545129e1  * style/shortvrb.el: Add missing macros incl. 
fontification.
      adds  04b9a6d1  Improve shortvrb.sty support
      adds  23f4040c  Add new test
      adds  ce4bb7c1  ; * style/doc.el: Delete spurious `declare-function'.
      adds  33a01b69  Extend test for filling
      adds  4a3d7a2d  Suppress indentation of verbatim env's in docTeX-mode
      adds  9378b66d  Add TODO
      adds  812368af  Update documentation about C-M-a and C-M-e
      adds  30f7a1ca  Don't use void function texinfo-outline-level
      adds  ead30464  * style/listings.el (TeX-add-style-hook): Update 
fontification.
      adds  edabf207  Insert a space between \caption and \\ in tables
      adds  4163bb5c  Fix `autoconf` warnings
      adds  2d28bd16  Avoid `makeinfo` warnings
      adds  9a3078e5  Fix comments and doc strings
      adds  728db25b  Update documentation
      adds  0f59225c  ; * doc/todo.texi (Mid-term Goals): Fix typo.
      adds  5c5aa78d  Fix doc string
      adds  cb0a1e6b  Improve function calls to retrieve key=vals in style hooks
      adds  19a2607b  Unbreak building with Emacs 29 after obsoleting 
autoload.el
      adds  ec3877ea  Pacify Emacs 29 compiler warnings
      adds  06db9e30  Add new style/tcolorboxlib-theorems.el
      adds  6b5f00bf  Unquote lambdas in font-latex.el & tex-bar.el; add some 
FIXMEs
      adds  56b081e2  * tex.el (TeX-insert-macro): Use 'atomic-change-group'
      adds  48db5bdf  Restore compatibility for BSD sed
      adds  324250f2  Support macros for key-val package or class options
      adds  d58f4fdd  Don't use RESULT arg of dolist.
      adds  99470f08  Close over list-strings from outer scope.
      adds  567458f5  Silence byte-compiler.
      adds  10dbae9a  Add support for catchfilebetweentags package
      adds  4004dc6b  Simplify the function `LaTeX-array-update-column-letters'
      adds  b36127cc  * tex.el: Require seq.el for older Emacsen where not 
preloaded.
      adds  fe801f9e  Add support for the amsaddr package
      adds  1e2e0971  * style/l3doc.el ("l3doc"): Fix entry for the "env" macro.
      adds  07a8a3cf  ; Use `TeX-dialect' in style/tcolorboxlib-theorems.el
      adds  ae2922ce  Update style/amsart.el
      adds  16ef09b1  Override built-in tex-mode
      adds  6baccb40  Recognize '=' argument modifier
      adds  9fc41106  Add new style/parskip.el
      adds  1e594815  Improve interaction between fancyvrb.el and fvextra.el
      adds  e2ce8ae4  Improve style/fvextra.el
      adds  b302fdce  Add missing argument for `TeX-argument-prompt'
      adds  4c26ef9b  ; Delete ineffective string escapes
       new  df92458f  Merge branch 'master' into feature/capf


Summary of changes:
 .gitignore                        |   2 +
 Makefile.in                       |  33 +++-
 aclocal.m4                        |   6 +-
 bib-cite.el                       |  11 +-
 configure.ac                      |   5 +-
 context.el                        |   6 +-
 doc/auctex.texi                   |  38 ++++-
 doc/changes.texi                  |  37 +++++
 doc/preview-problems.texi         |  10 ++
 doc/todo.texi                     |  43 +++++-
 doc/wininstall.texi               |   4 +
 font-latex.el                     |  69 ++++++---
 latex-capf.el                     | 137 +++++-----------
 latex.el                          | 297 ++++++++++++++++++++++++++---------
 preview.el.in                     |  34 +++-
 style/{jura.el => amsaddr.el}     |  23 ++-
 style/amsart.el                   | 109 ++++++++++++-
 style/array.el                    |  15 +-
 style/catchfilebetweentags.el     | 116 ++++++++++++++
 style/doc.el                      |   3 -
 style/enumitem.el                 |  26 ++--
 style/fancyvrb.el                 |  29 +++-
 style/fvextra.el                  |  22 +--
 style/graphicx.el                 |   6 +-
 style/hyperref.el                 |  49 +++---
 style/{xspace.el => keyval.el}    |  30 ++--
 style/kvoptions.el                | 113 ++++++++++++++
 style/{xspace.el => kvsetkeys.el} |  30 ++--
 style/l3doc.el                    |  13 +-
 style/listings.el                 |  21 ++-
 style/longtable.el                |  11 +-
 style/ltx-base.el                 |  15 +-
 style/ltxdoc.el                   |   2 +-
 style/microtype.el                | 240 +++++++++++++++++++++++++++++
 style/{ifvtex.el => parskip.el}   |  37 +++--
 style/{ifpdf.el => proc.el}       |  28 ++--
 style/shortvrb.el                 |  27 +++-
 style/sidecap.el                  |   2 +-
 style/tcolorboxlib-theorems.el    | 317 ++++++++++++++++++++++++++++++++++++++
 style/tikz.el                     |  11 +-
 style/ulem.el                     |   7 +-
 style/xltabular.el                |  11 +-
 style/xparse.el                   |  21 +--
 tests/latex/doctex-indent-in.dtx  |   6 +
 tests/latex/doctex-indent-out.dtx |   6 +
 tests/latex/latex-filling-in.tex  |  19 +++
 tests/latex/latex-filling-out.tex |  21 +++
 tests/latex/latex-test.el         |   8 +-
 tex-bar.el                        | 103 +++++++------
 tex-fold.el                       |   4 +-
 tex-info.el                       |   1 -
 tex-site.el.in                    |   7 +-
 tex-style.el                      |   7 +
 tex.el                            | 115 +++++++++-----
 54 files changed, 1837 insertions(+), 526 deletions(-)
 copy style/{jura.el => amsaddr.el} (68%)
 create mode 100644 style/catchfilebetweentags.el
 copy style/{xspace.el => keyval.el} (64%)
 create mode 100644 style/kvoptions.el
 copy style/{xspace.el => kvsetkeys.el} (64%)
 create mode 100644 style/microtype.el
 copy style/{ifvtex.el => parskip.el} (51%)
 copy style/{ifpdf.el => proc.el} (60%)
 create mode 100644 style/tcolorboxlib-theorems.el



reply via email to

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