summaryrefslogtreecommitdiff
path: root/lisp/textmodes/tex-mode.el
Commit message (Expand)AuthorAgeFilesLines
* (tex-uptodate-p): Don't signal an error if oneStefan Monnier2007-10-231-1/+2
* (tex-validate-buffer): Use paragraph motion functions, rather thanGlenn Morris2007-09-201-19/+23
* (tex-terminate-paragraph): Use backward-paragraph.Glenn Morris2007-09-191-1/+6
* (tex-compilation-parse-errors): Prefer the filename fromGlenn Morris2007-09-171-12/+19
* Joe Wells <jbw at macs.hw.ac.uk> (tiny change)Glenn Morris2007-09-171-1/+2
* (tex-region): Simplify previous change,Glenn Morris2007-09-171-64/+50
* (tex-region): Handle the case where the region is not inGlenn Morris2007-09-161-48/+82
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update copyright years.Glenn Morris2006-12-091-1/+1
* 2006-06-18 Ralf Angeli <angeli@caeruleus.net>Romain Francoise2006-06-181-1/+1
* (tex-font-lock-match-suscript): Paren typo.Stefan Monnier2006-04-171-2/+2
* (tex-font-lock-match-suscript): New function.Stefan Monnier2006-04-171-12/+16
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (tex-font-lock-keywords-2): Undo prev change.Richard M. Stallman2005-10-171-1/+1
* (tex-font-lock-keywords-2): Fix bug in \bf fontification.Richard M. Stallman2005-10-151-1/+1
* (tex-font-lock-keywords-2): Adjust match number.Andreas Schwab2005-10-101-1/+1
* (tex-font-lock-syntactic-face-function):Stefan Monnier2005-10-041-11/+30
* (tex-insert-quote, latex-indent): Quote face names.Juanma Barranquero2005-09-261-2/+2
* (tex-font-lock-append-prop, tex-font-lock-suscript, tex-insert-quote)Stefan Monnier2005-09-241-5/+5
* (tex-send-tex-command, tex-bibtex-file): Undo last change.Stefan Monnier2005-09-021-11/+15
* (font-lock-comment-face, font-lock-doc-face): Add defvars.Juanma Barranquero2005-08-311-0/+3
* (tex-bibtex-file, tex-send-tex-command):Eli Zaretskii2005-08-201-2/+4
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (tex-file, tex-run, tex-view): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-5/+5
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-392Miles Bader2005-06-101-5/+10
* (tex-guess-mode): Add RequirePackage.Stefan Monnier2005-06-061-9/+8
* (tex-compile-commands, tex-compile, tex-start-tex): Undo all but the lastStefan Monnier2005-05-301-7/+8
* remove extraneous calls to shell-quote-argumentKarl Berry2005-05-281-10/+8
* (superscript, subscript, tex-math-face)Lute Kamstra2005-05-271-5/+10
* (TeX-mode, plain-TeX-mode, LaTeX-mode):David Kastrup2005-04-231-0/+8
* (tex-font-lock-keywords-2): Add \bfseries.Stefan Monnier2005-04-061-1/+1
* shell-quote-argument, not comint-quote-filenameKarl Berry2005-03-311-4/+4
* quote file name arg passed shell (from olive lin)Karl Berry2005-03-291-2/+3
* (tex-view): If tex-shell process is not running, restart it.Eli Zaretskii2005-03-191-0/+3
* (tex-font-lock-keywords-3): #n is atomic.Stefan Monnier2005-02-241-6/+4
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-4/+4
* Comment change.Richard M. Stallman2005-01-171-0/+1
* * textmodes/tex-mode.el (tex-start-shell): Adding -i to theSteven Tamm2005-01-171-1/+2
* (latex-backward-sexp-1): Handle the special case of \end{verbatim}.Stefan Monnier2004-12-111-1/+3
* (tex-validate-region): Obey syntax-table text properties.Stefan Monnier2004-12-031-7/+7
* (tex-main-file): Add a compatibility with AUCTeX.Markus Rost2004-12-011-3/+6
* (tex-font-lock-keywords-1): Fix up the spuriousStefan Monnier2004-10-251-0/+6
* (tex-compilation-parse-errors): Don't output messages.Stefan Monnier2004-10-211-3/+1
* (tex-font-lock-append-prop): New fun.Stefan Monnier2004-10-101-9/+20
* (tex-dvi-view-command): Use `yap' on w32.Stefan Monnier2004-10-031-19/+55
* (tex-validate-buffer): Use distinct strings rather thanJohn Paul Wallington2004-08-301-3/+4
* (tex-validate-buffer): Distinguish between 0, 1, and many mismatches.John Paul Wallington2004-08-251-6/+9
* (tex-compilation-parse-errors): Save excursion in source buffer.Stefan Monnier2004-05-191-15/+16