[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 6f77ad9ee30aebc8ed07
From: |
Mosè Giordano |
Subject: |
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 6f77ad9ee30aebc8ed079a9a0190431b50364bfa |
Date: |
Thu, 08 Oct 2015 22:04:49 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via 6f77ad9ee30aebc8ed079a9a0190431b50364bfa (commit)
via 4a12225b077b1571b0624ee3ed09fbda0f778193 (commit)
via 7df138d0cea251eac95904c8ba9caf1ff819999a (commit)
via 7332f76ea26745d0d0fa5058f911f4d8139bec42 (commit)
via ac8d4795781144d9ebc3ec0629efb77bc4d9b9d6 (commit)
from 8a2bd0bfbc4b401f36d488dcb6dbc0282af8d4c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6f77ad9ee30aebc8ed079a9a0190431b50364bfa
Author: Mosè Giordano <address@hidden>
Date: Fri Oct 9 00:02:34 2015 +0200
Split TeX-expand-list into a builtin and a custom list.
* tex.el (TeX-expand-list-builtin): New variable.
(TeX-expand-list): Move all entries to `TeX-expand-list-builtin'
and update docstring.
(TeX-expand-list): New function.
* tex-buf.el (TeX-command-expand): Use `TeX-expand-list' function.
* doc/auctex.texi (Starting Viewers): Mention
`TeX-expand-list-builtin'.
* doc/changes.texi: Mention change to `TeX-expand-list'.
commit 4a12225b077b1571b0624ee3ed09fbda0f778193
Author: Arash Esbati <address@hidden>
Date: Thu Oct 8 22:34:30 2015 +0200
Use `LaTeX-add-counters' on "LTchunksize".
* style/longtable.el ("longtable"): Use `LaTeX-add-counters' on
"LTchunksize" and not `TeX-add-symbols'.
Signed-off-by: Mosè Giordano <address@hidden>
commit 7df138d0cea251eac95904c8ba9caf1ff819999a
Author: Arash Esbati <address@hidden>
Date: Thu Oct 8 22:22:09 2015 +0200
Remove unused `prompt' from arguments list.
* style/enumitem.el (LaTeX-arg-SetEnumitemKey): Remove unused
`prompt' from arguments list.
(LaTeX-arg-SetEnumitemValue): ditto.
Signed-off-by: Mosè Giordano <address@hidden>
commit 7332f76ea26745d0d0fa5058f911f4d8139bec42
Author: Arash Esbati <address@hidden>
Date: Thu Oct 8 22:08:03 2015 +0200
Add user-defined values to "style" key.
* style/listings.el (LaTeX-listings-key-val-options-local): New
variable used for all key-val queries.
("listings-lstdefinestyle"): Add parsing support for
"\lstdefinestyle".
(LaTeX-listings-lstnewenvironment-regexp): Add missing "s" to
"listing".
(LaTeX-listings-update-style-key): New function adding newly
defined values to "style" key in
`LaTeX-listings-key-val-options-local'.
("listings"): Extend "lstdefinestyle".
Signed-off-by: Mosè Giordano <address@hidden>
commit ac8d4795781144d9ebc3ec0629efb77bc4d9b9d6
Author: Arash Esbati <address@hidden>
Date: Thu Oct 8 21:53:17 2015 +0200
Support newfloat.el.
* style/wrapfig.el ("wrapfig"): Check for new floating
environments definded through "newfloat.el" and offer them as
completion to "wrapfloat" environment.
Signed-off-by: Mosè Giordano <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 38 ++++++++++++++++++++++++++++
doc/auctex.texi | 19 +++++++------
doc/changes.texi | 7 +++++
style/enumitem.el | 4 +-
style/listings.el | 70 +++++++++++++++++++++++++++++++++++++++++++--------
style/longtable.el | 5 ++-
style/wrapfig.el | 15 +++++++++-
tex-buf.el | 2 +-
tex.el | 55 ++++++++++++++++++++++++++++++----------
9 files changed, 174 insertions(+), 41 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-commit] GNU AUCTeX branch, master, updated. 6f77ad9ee30aebc8ed079a9a0190431b50364bfa,
Mosè Giordano <=