branch: elpa
commit 693eee65409717c80e10d7fbf03d3db67700da7d
Author: Matthew Leach
Commit: Matthew Leach
TikZ: Remove unneeded function.
* style/tikz.el (TeX-TikZ-arg-rect-point): Delete.
---
style/tikz.el |4
1 file changed, 4 deletions(-)
diff --git a/style/tikz.el b/st
branch: elpa
commit 63a83c376142ae47a45420830964dda65d3d6e37
Author: Ikumi Keita
Commit: Mosè Giordano
Make unloading of tex-site work on Emacs 24
* tex-site.el.in (tex-site-unload-hook): Run `TeX-modes-set' when
`advice-add' is defined.
Signed-off-by: Mosè Giordano
branch: elpa
commit d4d2ab537ff08f09ae5587aeb1e2e937f7cecfa3
Author: Ikumi Keita
Commit: Mosè Giordano
Enable directory local variables in japanese-{latex, plain-tex}-mode
* tex-jp.el (japanese-latex-mode-initialization): Set
`major-mode' to `japanese-latex-mode' and res
branch: elpa
commit f0849b4029d818421672582bac8129e2c40971af
Author: Matthew Leach
Commit: Matthew Leach
TikZ: Add the 'sin' and 'cos' connectors.
* style/tikz.el (TeX-TikZ-path-connector-function-map): Add 'sin' and
'cos' mapping to `identity'.
---
style/tikz.el |4 +++-
branch: elpa
commit 88fbf8021c7da3c2bf14a646663bd0eb0ccc1448
Author: Mosè Giordano
Commit: Mosè Giordano
Fix in TeX sentinels
* tex-buf.el (TeX-TeX-sentinel, TeX-LaTeX-sentinel): Use
`TeX-error-overview-make-entries' to test presence of errors or
warnings. This is the s
branch: elpa
commit 310008b94765bc324c6fd4813d1994833b4929f9
Author: Matthew Leach
Commit: Matthew Leach
TikZ: Add the arc command.
* style/tikz.el (TeX-TikZ-arg-arc): New.
(TeX-TikZ-draw-arg-function-map): Map the 'Arc' command to
`Tex-TikZ-arg-arc'.
---
style/tikz.el
branch: elpa
commit eb9986d4bade931e075472b15bb5889e2c970fc5
Author: Arash Esbati
Commit: Mosè Giordano
Respect both "xcolor" and "color" for query to "shadecolor"
* style/ntheorem.el ("ntheorem"): Respect both "xcolor" and
"color" for query to "shadecolor" command.
Sig
branch: elpa
commit ae6ed8b21742ae50189084e4a2d95baebb87052b
Author: Matthew Leach
Commit: Matthew Leach
TikZ: make `TeX-TikZ-single-macro-arg' prompt required.
* style/tikz.el (TeX-TikZ-get-arg-type): Make prompt non-optional.
(TeX-TikZ-single-macro-arg): Likewise.
(TeX
branch: elpa
commit d418e9a064e4158556dacb33744d610097eff04b
Author: Mosè Giordano
Commit: Mosè Giordano
Prevent infinite loop in TeX-command-expand
* tex.el (TeX-view-command-raw): This function should always return a
string. Throw an error if fails to do so. This prevents
branch: elpa
commit b66c10aa0ae12d3cf85cb75e097e82bd342278dc
Author: Matthew Leach
Commit: Matthew Leach
TikZ: Add parabola command.
* style/tikz.el (TeX-TikZ-arg-bend): New.
(TeX-TikZ-arg-parabola): New.
(TeX-TikZ-draw-arg-function-map): Add mapping from "Parabola" to
tsdh pushed a change to branch elpa.
from 7573813 Release GNU AUCTeX 11.89.3
adds 7ba0a0e * tex-buf.el: Address some compiler warnings
new da88a3e Dinamically put delete-selection prop to TeX-insert-dollar
new a83c4d0 Fix compatibility with older Emacs version
branch: elpa
commit 40c2c26c0be82fb9ae164db40c96efea50cd3d8f
Author: Mosè Giordano
Commit: Mosè Giordano
Allow for negative offsets in region backward search
* tex.el (TeX-source-correlate-handle-TeX-region): Use the same regexp
used in `preview-parse-messages', that is also X
branch: elpa
commit c0320634797e460dd778f6f29ecd46f0bd9a0b6e
Author: Matthew Leach
Commit: Matthew Leach
Auto save `TeX-command-extra-options'.
* tex.el (TeX-auto-store): Save the value of `TeX-command-extra-options'
so it is set project-wide.
---
tex.el |4
1 file c
branch: elpa
commit 1c397d50161c6f6ce45879e9a94b4c773acfc502
Author: Mosè Giordano
Commit: Mosè Giordano
Fix TeX-error-overview-make-entries
* tex-buf.el (TeX-error-overview-make-entries): Add `active-buffer'
optional argument. If `TeX-error-overview-open-after-TeX-run' is
branch: elpa
commit da88a3eca3107372131aa26930e548c039fe1b51
Author: Mosè Giordano
Commit: Mosè Giordano
Dinamically put delete-selection prop to TeX-insert-dollar
* tex.el (TeX-insert-dollar): Put `delete-selection' property only when
`TeX-electric-math' is nil. Suggested by
branch: elpa
commit 44e654be1b80a6462c93fc32efb910d14992cf33
Author: Ikumi Keita
Commit: Mosè Giordano
Use `match-string-no-properties'
* texmathp.el (texmathp, texmathp-match-environment): For better
consistency with other parts of the file, change `match-string' to
`no-pro
branch: elpa
commit e19f8bd008cf1ef8c48e64963b0300c72c403ff7
Author: Mosè Giordano
Commit: Mosè Giordano
Do not check TeX engine with ifluatex package
* style/ifluatex.el ("ifluatex"): Set `TeX-check-engine-list' to nil so
that the engine is not checked when this package is lo
branch: elpa
commit de0d445ea13a772d9cd842863c4d49217be7553b
Author: Matthew Leach
Commit: Matthew Leach
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'.
* style/tikz.el (TeX-TikZ-single-macro-arg): New argument OPTIONAL.
(TeX-TikZ-macro-arg): Use OPTIONAL argument
branch: elpa
commit af27d3337bc28715069c31e98be243cce7cbd44d
Author: Matthew Leach
Commit: Matthew Leach
TikZ: Add the grid command.
* style/tikz.el (TeX-TikZ-arg-grid): New.
(TeX-TikZ-draw-arg-function-map): Map the 'Grid' command to
`TeX-TikZ-arg-grid'.
---
style/tikz
branch: elpa
commit bc8d07f64e4832549182ab541c875736feb8515f
Author: Ikumi Keita
Commit: Mosè Giordano
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args'
* latex.el (LaTeX-item-argument): Temporarily bind
`TeX-insert-macro-default-style' to 'show-optional-
branch: elpa
commit 5886c49d94ac761020bf2494afb42677987b3e90
Author: Arash Esbati
Commit: Mosè Giordano
Improve the insertation of "macro" environment
* style/doc.el (LaTeX-env-no-comment): Check if argument
`environment' is "macro" and query/insert a name prefixed with
`TeX
branch: elpa
commit c58162a642a1544dc5757c3ca0aabf80edb0e033
Author: Matthew Leach
Commit: Matthew Leach
TikZ: Add circle command.
* style/tikz.el (TeX-TikZ-arg-circle): New.
(TeX-TikZ-draw-arg-function-map): Add mapping from 'Circle' to
`TeX-TikZ-arg-circle'.
---
style
branch: elpa
commit 56c1afdb4f18fade14341917c699cb54c9a4f107
Author: Mosè Giordano
Commit: Mosè Giordano
Call TeX-newline-function interactively
* tex.el (TeX-newline): Replace `funcall' with `call-interactively'.
This makes `electric-indent-mode' work out-of-the-box. Suggest
branch: elpa
commit 79a8643c0bd924eb50389caa034e94750825b439
Author: Arash Esbati
Commit: Mosè Giordano
Respect both "xcolor" and "color" for command queries
* style/textpos.el ("textpos"): Remove "color" from
`TeX-run-style-hooks'.
("textpos"): Respect both "xcolor" and "co
branch: elpa
commit e092f72c436b6d97e99e53eda391d353da0bb1b0
Author: Mosè Giordano
Commit: Mosè Giordano
Use commit date to determine package date
* autogen.sh (AUCTEXDATE): Use commit date, rather than author date, to
determine package date.
---
autogen.sh |2 +-
1 file
branch: elpa
commit 36b6051bcff3b6fc2e6937136a45af09c7b8b0c7
Author: Mosè Giordano
Commit: Mosè Giordano
Compatibility for XEmacs
* style/tikz.el (TeX-TikZ-single-macro-arg): Pass `function-alist' to
`TeX-TikZ-get-arg-type` because XEmacs requires an alist as argument
to
branch: elpa
commit b20cd6886814d6d8f989b2656b81f22fe24c475c
Author: Matthew Leach
Commit: Matthew Leach
Fix a documentation type.
* doc/auctex.texi (Automatic Local): Fix a documentation typo.
---
doc/auctex.texi |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
branch: elpa
commit 9613bddb44b4eb8558c988fae02d2927bd614a90
Author: Mosè Giordano
Commit: Mosè Giordano
Check TeX engine only once
* tex-buf.el (TeX-check-engine): If user does not want to change engine,
do not ask again. Suggested by Joost Kremers.
---
tex-buf.el |9 ++
branch: elpa
commit 84dfb7646584e81333f15027656724ce7a93369e
Author: Mosè Giordano
Commit: Mosè Giordano
Do not use add-to-list for let-bound variable
* style/tikz.el (TeX-TikZ-find-named-points): Replace add-to-list with
`push'.
---
style/tikz.el |4 ++--
1 file changed,
branch: elpa
commit 4f9666b59249c49412cc51a4491440d85d24127e
Author: Ikumi Keita
Commit: Mosè Giordano
Use customize option `TeX-region' instead of "_region_"
* tex-buf.el (TeX-output-revert-buffer): Use customize option
`TeX-region' instead of string literal "_region_".
branch: elpa
commit ae6cb792c0882f1027a382bf3d44a064cbedb3bb
Author: Mosè Giordano
Commit: Mosè Giordano
Reword documentation of TeX-PDF-from-DVI
* doc/auctex.texi (Processor Options): Make information about Japanese
documents more accurate. Suggested by Ikumi Keita.
---
doc
branch: elpa
commit 0a3632e51ca3d281eae940b3be45d6ea3e919145
Author: Arash Esbati
Commit: Mosè Giordano
Adjust query commands for loading by xcolor.el
* style/colortbl.el ("colortbl"): Run style hook for "color" only
if "xcolor" is not an active style.
("colortbl"): Check if
branch: elpa
commit 71349ec6a632f00dfe5365d3f29238b0ec1ef616
Author: Ikumi Keita
Commit: Mosè Giordano
Use `deactivate-input-method' if defined
* tex.el (TeX-math-input-method-off): Use `deactivate-input-method'
instead of obsolete function `inactivate-input-method' when possibl
branch: elpa
commit 7ea1aa3e86fc72cbc40c62673a5141b21417cd67
Author: Matthew Leach
Commit: Matthew Leach
TikZ: Don't allow relative points with \coordinate.
* style/tikz.el (TeX-TikZ-point-function-map): Revert back to simple
point alist.
(TeX-TikZ-relative-point-functio
branch: elpa
commit d83900b9fd15081049e0217dce881e2b709d0617
Author: Matthew Leach
Commit: Matthew Leach
TikZ: Make '+' and '++' prefixes apply to TikZ points
* style/tikz.el (TeX-TikZ-get-prefix-string): New.
(TeX-TikZ-arg-rect-point): Add optional argument `prefix'.
(T
branch: elpa
commit e90e050804ceb97518239c262f37541e61ecf163
Author: Arash Esbati
Commit: Mosè Giordano
Insert braces after some macros and \relax after \ProcessOptions
* style/ltx-base.el ("ltx-base"): Insert a pair of braces after
"DeclareOption*", "AtEndOfPackage", "AtEndOfCl
branch: elpa
commit cf54f7d9e5b08f52b2470c91419849a37905fa35
Author: Tassilo Horn
Commit: Tassilo Horn
Make ChangeLog UTF-8
* ChangeLog-preview.1: Convert to UTF-8.
* build-aux/gitlog-to-auctexlog: Remove iconv call for converting
ChangeLog to ISO-8859-1.
---
ChangeLog-pr
branch: elpa
commit 13153baa51f35b04ca5411ae9dfb0a2c8f9bb405
Author: Mosè Giordano
Commit: Mosè Giordano
Use commit date for package date also in configure
* aclocal.m4 (AC_DATE_VERSION_FROM_CHANGELOG): Use commit date rather
than author date.
---
aclocal.m4 |2 +-
1 file
branch: elpa
commit e78a13c024937cb0802e05ff8274b0e832925d85
Author: Stefan Monnier
Commit: Tassilo Horn
* tex-buf.el: Address some compiler warnings
Require `latex' since we refer to some of its variables.
Use #' to quote a function. Use _ prefix for unused vars.
(TeX-curr
branch: elpa
commit 7e3bec88c69b684bb98c0d6b5b0031ad8aa80eca
Author: Arash Esbati
Commit: Mosè Giordano
Run `TeX-add-symbols' if "xcolor" is not an active style
* style/color.el ("color"): Check if "xcolor" is an active style
and then run `TeX-add-symbols' on commands defined by
branch: elpa
commit d9910d4b368c7b084fc677c81e7abbf4fd285b99
Author: Ikumi Keita
Commit: Mosè Giordano
Fix small errors in doc string and comment
* tex.el (TeX-auto-add-type): Change the word `function' to `macro'
and add an `s' to the verb `create'.
* tex-buf.el (TeX-r
branch: elpa
commit ccfe3167c40a4b4c241bbc4f3b0445381f6ace8d
Author: Tassilo Horn
Commit: Tassilo Horn
Make TeX-view work better with regions
* tex-buf.el (TeX-region-update-point): New function which sets point in
the region buffer so that it matches the location of point in th
tsdh pushed a change to branch externals/auctex.
from 7ba0a0e * tex-buf.el: Address some compiler warnings
adds da88a3e Dinamically put delete-selection prop to TeX-insert-dollar
adds a83c4d0 Fix compatibility with older Emacs versions
adds e78a13c * tex-buf.el:
branch: elpa
commit 7fc63f1deeeb1ef76ba2806fa4baf972ba44befc
Author: Ikumi Keita
Commit: Mosè Giordano
Tweak mode name only when file local variable is enabled.
* tex-jp.el (japanese-plain-tex-mode-initialization)
(japanese-latex-mode-initialization): Tweak mode name only
branch: elpa
commit a83c4d0e69c12eadd642f13583444fc89badd9f6
Author: Mosè Giordano
Commit: Mosè Giordano
Fix compatibility with older Emacs versions
* tex.el: Dynamic determination of `delete-selection' behavior has been
introduced in Emacs 24.3. For previous versions leave
branch: elpa
commit 7b41d773d53895b0966e3efeab03075e867a5755
Author: Ikumi Keita
Commit: Masayuki Ataka
Adapt for upLaTeX
* tex-buf.el (TeX-LaTeX-sentinel): Accept banner line of upLaTeX.
* tex-jp.el (japanese-LaTeX-style-list): Add class file for upLaTeX.
* tex.el (TeX-form
branch: elpa
commit ebf4b8a03ae4dbe2df73cf108688b7b04a8c9d9d
Author: Tassilo Horn
Commit: Tassilo Horn
Release GNU AUCTeX 11.89.4
* Version 11.89.4 released.
---
auctex.el |4 +-
auctex.info| 208
preview-la
branch: elpa
commit 8ed465a83f237f088d01c63fec56ace90cb75fff
Merge: 7ba0a0e cf54f7d
Author: Tassilo Horn
Commit: Tassilo Horn
Merge branch 'master' into elpa
---
ChangeLog-preview.1| 24 +-
Makefile.in|2 +-
aclocal.m4 |2 +-
aut
branch: elpa
commit d6b107e74ecbe532016f93be18790a9688c5
Author: Arash Esbati
Commit: Mosè Giordano
Improve style/doc.el
* style/doc.el ("doc"): Do not indent the content inside the "macro"
environment.
Insert a pair of braces after "DoNotIndex", "StopEventually",
"M
branch: elpa
commit 6eb95e66962c446aae4f81a993bcd2d6c560f3c7
Author: Ikumi Keita
Commit: Mosè Giordano
Integrate viewer support between tex.el and tex-jp.el
* tex.el (TeX-view-program-list-builtin): Integrate viewer support
between tex.el and tex-jp.el.
* tex-jp.el : Ditto
branch: elpa
commit adf998c2ce482c62d15d2f72dac9097ca27edc55
Author: Mosè Giordano
Commit: Mosè Giordano
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI
* tex.el (TeX-command-list): Add Dvipdfmx.
(TeX-expand-list-builtin): Use `TeX-PDF-from-DVI' in place of
`TeX-PDF-v
branch: elpa
commit 3e93869a445ab3cdcd98d01715bd549dcaad561d
Author: Arash Esbati
Commit: Mosè Giordano
Add new style/xcolor.el
* Makefile.in (STYLESRC): Add new style xcolor.el.
* style/xcolor.el: Add new file.
Signed-off-by: Mosè Giordano
---
Makefile.in |
branch: elpa
commit 8c6f901294ca75a624b4febc1004690a1e02b053
Author: Mosè Giordano
Commit: Mosè Giordano
Append environment indentation rules to LaTeX-indent-environment-list
* style/alltt.el ("alltt"): Append indentation rule to
`LaTeX-indent-environment-list' in order not to
branch: elpa
commit 9aa516ca8f82943b60b8ed0fa2454671dab57464
Author: Tassilo Horn
Commit: Tassilo Horn
Convert ChangeLog.1 to UTF-8
* ChangeLog.1: Convert to UTF-8 and adjust encoding cookie.
---
ChangeLog.1 | 408 +--
1 file
branch: elpa
commit 89ef95af57f6a4dce20e711a8e89401bc612a48b
Merge: ebf4b8a 9aa516c
Author: Tassilo Horn
Commit: Tassilo Horn
Merge branch 'master' into elpa
---
ChangeLog.1 | 435 ---
1 file changed, 208 insertions(+), 227 deletions(
tsdh pushed a change to branch externals/auctex.
from ebf4b8a Release GNU AUCTeX 11.89.4
adds 9aa516c Convert ChangeLog.1 to UTF-8
adds 89ef95a Merge branch 'master' into elpa
No new revisions were added by this update.
Summary of changes:
ChangeLog.1 | 435 +
56 matches
Mail list logo