Age | Commit message (Collapse) | Author |
|
Changelog
=========
Change test for PDF Tools availability (2388815)
More about TeX-raise-frame-function (7f91fb9)
Document TeX-raise-frame-function (29d4cb4)
New defcustom TeX-raise-frame-function (ba10cf0)
Document how to disable filling for specific environments (ce347e6)
Fix compatibility with GNU Emacs < 24 (5745c81)
Grab focus on Evince inverse search (bb9f427)
Don't use non-existing custom-buffer-done-function (a7c6757)
Docs for prettification with Emacs 25+ (ec9fa39)
Fix byte-compiler warnings. (8459946)
Fix copyright header of tex-jp.el (7ce3c11)
Convert ChangeLog.1 to UTF-8 (9aa516c)
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
More about TeX-raise-frame-function (7f91fb9)
Document TeX-raise-frame-function (29d4cb4)
New defcustom TeX-raise-frame-function (ba10cf0)
Document how to disable filling for specific environments (ce347e6)
Fix compatibility with GNU Emacs < 24 (5745c81)
Grab focus on Evince inverse search (bb9f427)
Don't use non-existing custom-buffer-done-function (a7c6757)
Docs for prettification with Emacs 25+ (ec9fa39)
Fix byte-compiler warnings. (8459946)
Fix copyright header of tex-jp.el (7ce3c11)
Convert ChangeLog.1 to UTF-8 (9aa516c)
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Document TeX-raise-frame-function (29d4cb4)
New defcustom TeX-raise-frame-function (ba10cf0)
Document how to disable filling for specific environments (ce347e6)
Fix compatibility with GNU Emacs < 24 (5745c81)
Grab focus on Evince inverse search (bb9f427)
Don't use non-existing custom-buffer-done-function (a7c6757)
Docs for prettification with Emacs 25+ (ec9fa39)
Fix byte-compiler warnings. (8459946)
Fix copyright header of tex-jp.el (7ce3c11)
Convert ChangeLog.1 to UTF-8 (9aa516c)
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
New defcustom TeX-raise-frame-function (ba10cf0)
Document how to disable filling for specific environments (ce347e6)
Fix compatibility with GNU Emacs < 24 (5745c81)
Grab focus on Evince inverse search (bb9f427)
Don't use non-existing custom-buffer-done-function (a7c6757)
Docs for prettification with Emacs 25+ (ec9fa39)
Fix byte-compiler warnings. (8459946)
Fix copyright header of tex-jp.el (7ce3c11)
Convert ChangeLog.1 to UTF-8 (9aa516c)
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
|
|
|
|
|
|
|
|
Changelog
=========
Document how to disable filling for specific environments (ce347e6)
Fix compatibility with GNU Emacs < 24 (5745c81)
Grab focus on Evince inverse search (bb9f427)
Don't use non-existing custom-buffer-done-function (a7c6757)
Docs for prettification with Emacs 25+ (ec9fa39)
Fix byte-compiler warnings. (8459946)
Fix copyright header of tex-jp.el (7ce3c11)
Convert ChangeLog.1 to UTF-8 (9aa516c)
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Fix compatibility with GNU Emacs < 24 (5745c81)
Grab focus on Evince inverse search (bb9f427)
Don't use non-existing custom-buffer-done-function (a7c6757)
Docs for prettification with Emacs 25+ (ec9fa39)
Fix byte-compiler warnings. (8459946)
Fix copyright header of tex-jp.el (7ce3c11)
Convert ChangeLog.1 to UTF-8 (9aa516c)
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Grab focus on Evince inverse search (bb9f427)
Don't use non-existing custom-buffer-done-function (a7c6757)
Docs for prettification with Emacs 25+ (ec9fa39)
Fix byte-compiler warnings. (8459946)
Fix copyright header of tex-jp.el (7ce3c11)
Convert ChangeLog.1 to UTF-8 (9aa516c)
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Don't use non-existing custom-buffer-done-function (a7c6757)
Docs for prettification with Emacs 25+ (ec9fa39)
Fix byte-compiler warnings. (8459946)
Fix copyright header of tex-jp.el (7ce3c11)
Convert ChangeLog.1 to UTF-8 (9aa516c)
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Docs for prettification with Emacs 25+ (ec9fa39)
Fix byte-compiler warnings. (8459946)
Fix copyright header of tex-jp.el (7ce3c11)
Convert ChangeLog.1 to UTF-8 (9aa516c)
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Fix copyright header of tex-jp.el (7ce3c11)
Convert ChangeLog.1 to UTF-8 (9aa516c)
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Convert ChangeLog.1 to UTF-8 (9aa516c)
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Make ChangeLog UTF-8 (cf54f7d)
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Append environment indentation rules to LaTeX-indent-environment-list (8c6f901)
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Respect both "xcolor" and "color" for command queries (79a8643)
Respect both "xcolor" and "color" for query to "shadecolor" (eb9986d)
Adjust query commands for loading by xcolor.el (0a3632e)
Run `TeX-add-symbols' if "xcolor" is not an active style (7e3bec8)
Add new style/xcolor.el (3e93869)
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Make TeX-view work better with regions (ccfe316)
Improve the insertation of "macro" environment (5886c49)
Use commit date for package date also in configure (13153ba)
Tweak mode name only when file local variable is enabled. (7fc63f1)
Adapt for upLaTeX (7b41d77)
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Do not check TeX engine with ifluatex package (e19f8bd)
Check TeX engine only once (9613bdd)
Use commit date to determine package date (e092f72)
Insert braces after some macros and \relax after \ProcessOptions (e90e050)
Improve style/doc.el (d6b107e)
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Allow for negative offsets in region backward search (40c2c26)
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Enable directory local variables in japanese-{latex, plain-tex}-mode (d4d2ab5)
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Make unloading of tex-site work on Emacs 24 (63a83c3)
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Fix TeX-error-overview-make-entries (1c397d5)
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Call TeX-newline-function interactively (56c1afd)
Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' (bc8d07f)
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Reword documentation of TeX-PDF-from-DVI (ae6cb79)
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI (adf998c)
Use customize option `TeX-region' instead of "_region_" (4f9666b)
Use `deactivate-input-method' if defined (71349ec)
Use `match-string-no-properties' (44e654b)
Fix small errors in doc string and comment (d9910d4)
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Fix in TeX sentinels (88fbf80)
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Auto save `TeX-command-extra-options'. (c032063)
TikZ: Don't allow relative points with \coordinate. (7ea1aa3)
TikZ: Add the grid command. (af27d33)
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Fix a documentation type. (b20cd68)
Prevent infinite loop in TeX-command-expand (d418e9a)
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Integrate viewer support between tex.el and tex-jp.el (6eb95e6)
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Do not use add-to-list for let-bound variable (84dfb76)
Compatibility for XEmacs (36b6051)
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
TikZ: Remove unneeded function. (693eee6)
TikZ: Add the 'sin' and 'cos' connectors. (f0849b4)
TikZ: Make '+' and '++' prefixes apply to TikZ points (d83900b)
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
TikZ: Add parabola command. (b66c10a)
TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. (de0d445)
TikZ: make `TeX-TikZ-single-macro-arg' prompt required. (ae6ed8b)
TikZ: Add the arc command. (310008b)
TikZ: Add circle command. (c58162a)
* tex-buf.el: Address some compiler warnings (e78a13c)
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Fix compatibility with older Emacs versions (a83c4d0)
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Dinamically put delete-selection prop to TeX-insert-dollar (da88a3e)
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Restore compatibility with XEmacs (00430f2)
Fix previous commit (eddf3ff)
New function TeX-error-report-has-errors-p (0423aae)
TikZ: Add more path connector types. (cf4ce35)
TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. (c49b547)
TikZ: Ignore case when prompting for argument types. (0f8baf6)
TikZ: Apply suggestions from checkdoc. (4a1728b)
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Fill environment content onley when auto-fill-mode is active (f23fbd6)
TikZ: Add 'Named Point' point type with completion. (bb67e18)
TikZ: Add prompting for TikZ's \node macro. (4770a35)
TikZ: Add prompting for \coordinate macro. (0bb9765)
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. (b211827)
TikZ: allow arg type prompt to be specified. (e8b5498)
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. (00740ed)
Add fontification support (1288609)
Fix a misplaced closing parenthesis (201ed15)
Fix the name of argument in function body (df60ed5)
Delete redundant code (1cb2678)
Better control for presence of errors (ae34515)
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Call TeX-after-compilation-finished-functions on warnings (a8a803c)
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Add the beginnings of TikZ support. (608e874)
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Fix forward sync bug with multi-file documents (d4b0d5f)
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Temporarily bind gc-cons-threshold in time-consuming task (188e4b1)
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Prompt for optional short caption parameter. (cfa82d8)
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Improve prompts when defining LaTeX macros. (b88dc70)
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Ensure LaTeX-indent-environment-list environments aren't filled (30fe0e9)
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Remove "table" and "table*" from LaTeX-indent-environment-list (a33be07)
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Use TeX-quote-after-quote in all language style files (a2a919d)
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Improve word-string regexp in TeX-warning (2fd59c9)
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Another fix for vertical bad box warnings (57147c7)
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|
|
Changelog
=========
Fix parsing of vertical bad boxes context (2e543ef)
Catch more bad box warnings (70e62a9)
Avoid checking duplicate directories in TeX-check-files (6962c34)
Fix detection of line number in TeX-warning (1711536)
Improve LaTeX-warnings-regexp (f1bcbe3)
Another fix for TeX-parse-errro (53f2fab)
Allow ignoring certain warnings (2888571)
Show and hide warnings and bad boxes in error overview (cc59302)
Fix TeX-check-files (056d8c8)
Add new style/splitidx.el (550e058)
Fix wrong usage of `TeX-auto-prepare-hook' (c09c405)
Add support for missing macro \SetLabelAlign (af1ee52)
Add support for Atril viewer (e4cad1c)
Add support for dviout viewer (00d9438)
Add support for SumatraPDF viewer (b72dcb7)
Add support for Zathura viewer (16f3dd4)
Minor fix in TeX-documentation-texdoc (2cca33f)
Improve parsing of certain warnings (2c21439)
Catch LaTeX class warnings (416f131)
Fix TeX-parse-error (464bef6)
Add ERT test for error parsing (891bba7)
Add script to update the ChangeLog (d7f443e)
; Merge branch 'simplify-TeX-parse-error' (17d1a5d)
Another fix for file name regexp in TeX-documentation-texdoc (f9efa73)
Fix file name regexp in TeX-documentation-texdoc (f7d0535)
Capture warnings from packages with hyphens in name (a1473f7)
New function for reading documentation with texdoc (f9e6e4b)
Capture message of LaTeX warnings (d9f61d5)
Use default argument of completing-read in ConTeXt-environment (cffe98a)
Add completion for environments in ConTeXt (34a0ecc)
Change coding back to iso-8859-1, XEmacs doesn't support utf-8 (b1ec3ed)
Code cleaning (e9ddab9)
Improve style/enumitem (ba7755d)
Improve font related queries (f72d2a9)
Improve font related queries (58386b9)
Improve font related queries (09cc5d1)
Write TeX-style-hook-dialect to parsed file (255efa3)
Add new dialects (be525cf)
Convert tex-font.el to UTF-8 coding (107b249)
Move \iff macro to Arrows section of LaTeX-math-default (601689e)
Fix bug in subfigure style file (d2c7bb3)
Add some AMS arrows to LaTeX-math-default (4f618ec)
url macro accepts only braces in hyperref (bafe761)
Fix bug in `preview-LaTeX-disable-pdfoutput' (2ebd71d)
Delete .cvsignore (23612ac)
Fix query prompt (8cd9b0d)
Fix regex in texmathp (2880b62)
Rename TeX-after-compilation-finished-hook to -functions (15ebec9)
Add new style/ntheorem.el (d68a089)
Add new style/theorem.el (5940550)
Improve style/amsthm.el (065b1e8)
; Fix a typo in header (8334cde)
Rename TeX-after-TeX-LaTeX-command-finished-hook (68d9b03)
Convert Elisp source files to UTF-8 (63ea223)
Fix bug in TeX-command-sequence (fac521d)
Remove support to "Master:" line (43cbc5f)
Activate RefTeX reference styles (4ed66ee)
Determine AUCTEXDATE and AUCTEXVERSION from git (e4cde66)
Fix error in autogen.sh, configure, and Makefile (c2fbb9c)
Drop ChangeLog (7427d62)
Merge branch 'master' into simplify-TeX-parse-error (1950012)
Merge branch 'master' into simplify-TeX-parse-error (b4ff376)
Merge branch 'master' into simplify-TeX-parse-error (c6d3152)
Merge branch 'master' into simplify-TeX-parse-error (16af75d)
Merge branch 'master' into simplify-TeX-parse-error (8683935)
Merge branch 'master' into simplify-TeX-parse-error (4837aba)
Merge branch 'master' into simplify-TeX-parse-error (fd46872)
Merge branch 'master' into simplify-TeX-parse-error (f351ed9)
Merge branch 'master' into simplify-TeX-parse-error (43ba124)
Merge branch 'master' into simplify-TeX-parse-error (901b20a)
Merge branch 'master' into simplify-TeX-parse-error (95bef06)
Merge branch 'master' into simplify-TeX-parse-error (c1dcb84)
Merge branch 'master' into simplify-TeX-parse-error (08ae29b)
Merge branch 'master' into simplify-TeX-parse-error (7d4bfac)
Merge branch 'master' into simplify-TeX-parse-error (312c74a)
Merge branch 'master' into simplify-TeX-parse-error (8b2550e)
Merge branch 'master' into simplify-TeX-parse-error (a074732)
Merge branch 'master' into simplify-TeX-parse-error (8fac199)
Merge branch 'master' into simplify-TeX-parse-error (e414cbb)
Merge branch 'master' into simplify-TeX-parse-error (8cee4a7)
Merge from master. (6f74661)
Merge branch 'master' into simplify-TeX-parse-error (0731fff)
Merge master branch. (bfd5f18)
Merge branch 'master' into simplify-TeX-parse-error (3dec183)
Merge branch 'master' into simplify-TeX-parse-error (c34bf64)
Improve new-file regex. (8926369)
Merge branch 'master' into simplify-TeX-parse-error (524b45b)
Fix Wrong type argument: characterp, nil error. (a7f4839)
Don't use TRIM arg of split-string. (836e461)
Improve line wrap removal heuristics. (d4059b8)
Improve TeX error parsing. (f919468)
|