summaryrefslogtreecommitdiff
path: root/lisp/textmodes/tex-mode.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (tex-shell): Set error parsing function here.Stefan Monnier2004-03-181-4/+4
* (latex-find-indent): Avoid error at end of buf.Richard M. Stallman2004-01-031-6/+6
* (latex-mode): `tex-trailer' is not a regexp.Stefan Monnier2003-11-271-1/+1
* (tex-compile-commands): Add `yap' and `ps2pdf'.Stefan Monnier2003-10-301-2/+7
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (tex-dvi-view-command): Fix quoted quotes.Dave Love2003-08-051-1/+1
* (tex-main-file): Use with-no-warnings.Richard M. Stallman2003-07-071-2/+4
* (tex-compile-commands): Handle tex-start-commands like tex-start-tex does.Stefan Monnier2003-06-141-2/+4
* (tex-search-noncomment): New macro.Stefan Monnier2003-06-091-5/+19
* (tex-mode-syntax-table, tex-latex-indent-syntax-table):Stefan Monnier2003-06-081-23/+26
* (latex-block-args-alist, latex-block-body-alist): New vars.Stefan Monnier2003-05-301-19/+67
* (tex-compile-history, tex-input-files-re)Stefan Monnier2003-05-151-0/+207
* (tex-mode-syntax-table): ~ is not whitespace.Stefan Monnier2003-05-101-12/+20
* (latex-mode-map): Bind latex-split-block to C-c C-s.Stefan Monnier2003-04-141-33/+98