(syms_of_buffer): Doc fix.
[bpt/emacs.git] / lisp / textmodes / tex-mode.el
1998-11-05 Karl Heuer(tex-start-shell): Track directory changes.
1998-10-31 Richard M. Stallman(tex-start-options-string): Quote the backslashes with...
1998-09-25 Karl Heuer(tex-run-command): Doc fix.
1998-09-21 Karl Heuer(tex-compilation-parse-errors):
1998-09-10 Karl Heuer(tex-start-tex): Call comint-quote-filename.
1998-09-04 Karl Heuer(tex-start-options-string): New option.
1998-07-29 Richard M. Stallman(tex-main-file): Doc fix.
1998-07-06 Richard M. Stallman(tex-delete-last-temp-files): Use file-name-sans-extens...
1998-05-30 Karl HeuerUndo May 15 change.
1998-05-19 Richard M. Stallman(tex-command-end): New variable.
1998-03-30 Richard M. Stallman(tex-start-shell): Call compilation-minor-mode.
1998-03-30 Richard M. Stallman(tex-send-command): Return the process.
1998-03-09 Richard M. Stallman(latex-mode): Set fill-nobreak-predicate.
1997-10-31 Karl Heuer(tex-validate-region): Really check
1997-07-24 Richard M. Stallman(tex-categorize-whitespace): Use eq, not eql.
1997-07-04 Richard M. Stallman(tex-common-initialization):
1997-06-23 Richard M. Stallman(latex-imenu-create-index): Make it much smarter.
1997-04-13 Richard M. StallmanAdd defgroup's; use defcustom for user vars.
1997-01-02 Richard M. Stallman(tex-region): Correctly handle possible
1996-12-29 Richard M. Stallman(tex-first-line-header-regexp): New variable.
1996-10-31 Richard M. Stallman(tex-file): Fix paren error in last change.
1996-09-27 Richard M. Stallman(tex-main-file): Add missing initial value.
1996-08-25 Richard M. Stallman(tex-main-file): New variable.
1996-07-11 Karl Heuer(tex-validate-region): Skip fwd over whitespace
1996-06-25 Richard M. Stallman(tex-common-initialization): Set skeleton-further-elements.
1996-05-15 Richard M. Stallman(latex-imenu-create-index):
1996-03-02 Richard M. StallmanComment change.
1996-01-26 Richard M. Stallman(tex-face-alist, tex-latex-face-alist): New variables.
1995-11-04 Karl Heuer(tex-send-command): Give meaningful error message.
1995-10-19 Richard M. Stallman(tex-start-of-header): Now a regexp.
1995-07-28 Karl Heuer(latex-imenu-generic-expression): Var defined.
1995-04-29 Richard M. Stallman(tex-view): Nice error if tex-dvi-view-command is nil.
1995-04-07 Karl HeuerUpdate copyright.
1995-03-02 Boris Goldowsky(tex-common-initialization, latex-mode, slitex-mode...
1995-02-17 Richard M. Stallman(tex-append): Try splitting on last period, then
1995-01-27 Richard M. Stallman(tex-display-shell): Pass nil as arg to
1995-01-05 Richard M. Stallman(tex-print): Better check for when to print current
1995-01-03 Richard M. Stallman(tex-mode): Recognize \NeedsTeXFormat{LaTeX2e}.
1995-01-02 Richard M. Stallman(tex-mode): \begin at start of file implies Latex.
1994-12-30 Richard M. Stallman(tex-mode-map): Add BibTeX File menu item.
1994-12-22 Richard M. StallmanComment change.
1994-12-21 Richard M. Stallman(tex-start-shell): Use inheritance.
1994-12-21 Edward M. ReingoldMake keymap for tex-shell the shell-mode-map.
1994-12-19 Edward M. ReingoldBe consistent in use of comint (instead of shell) mode.
1994-10-23 Richard M. Stallman(latex-mode): Recognize \item etc. that have no arg
1994-10-11 Richard M. Stallman(compare-windows-whitespace): Eliminate initial value.
1994-09-18 Richard M. Stallman(tex-start-shell): Inherit comint-mode-map, don't copy.
1994-08-17 Richard M. Stallman(tex-mode): Allow for documentclass options when checki...
1994-08-07 Richard M. Stallman(tex-mode): Accept documentclass when checking Slitex.
1994-08-06 Richard M. Stallman(tex-mode): Check for documentclass like documentstyle.
1994-06-11 Richard M. Stallman(latex-mode, slitex-mode): In paragraph-separate,
1994-06-10 Richard M. Stallman(tex-start-shell): Add autoload.
1994-06-07 Richard M. Stallman(tex-show-print-queue): Display the tex shell buffer.
1994-05-18 Karl Heuer(tex-delete-last-temp-files): Don't fail on non-existen...
1994-05-03 Karl HeuerUpdate copyright.
1994-05-03 Edward M. Reingold(tex-goto-last-unclosed-latex-block): New function...
1994-05-02 Richard M. StallmanDoc fixes.
1994-04-01 Edward M. Reingold(tex-start-shell): Use shell-mode-map (instead of comin...
1994-03-23 Richard M. Stallman(tex-delete-last-temp-files): New arg NOT-ALL.
1994-01-03 Richard M. Stallman(tex-common-initialization): Make parse-sexp-ignore...
1994-01-03 Richard M. Stallman(slitex-mode, latex-mode): Set paragraph-start and
1993-12-23 Richard M. Stallman(tex-common-initialization): Make paragraph-start
1993-11-20 Richard M. Stallman(tex-send-command): Wait for output first,
1993-11-20 Richard M. Stallman(tex-start-shell): Don't use -v option.
1993-11-06 Richard M. Stallman(tex-alt-print): New function for menu bar.
1993-11-03 Richard M. Stallman(tex-validate-region, tex-region):
1993-10-27 Richard M. Stallman(tex-define-common-keys): Define menu items.
1993-09-21 Brian Fox(slitex-mode): Add ###autoload magic cookie.
1993-07-31 Richard M. Stallman(validate-tex-buffer): Record mismatches in *Occur*.
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-05-16 Richard M. Stallman(tex-insert-quote): Doc fix.
1993-04-28 Eric S. RaymondRemoved spurious comment (obsoleted by ;;;###autoload).
1993-04-26 Eric S. RaymondDoc fixes. Also a few teaks to pacify the byte-compiler.
1993-04-25 Eric S. Raymond(tex-compilation-parse-errors): Added. At the moment...
1993-04-23 Eric S. RaymondAll fsets changed to defaliases.
1993-03-22 Eric S. RaymondAdded or corrected Commentary sections
1993-03-19 Jim Blandy* tex-mode.el (tex-send-command): Fix the command sent...
1992-11-10 Christopher ZaborskyDoc fix.
1992-08-12 Jim Blandyentered into RCS
1992-07-24 Richard M. Stallman*** empty log message ***
1992-07-22 Eric S. Raymond*** empty log message ***
1992-07-17 Eric S. Raymond*** empty log message ***
1992-07-16 Eric S. Raymond*** empty log message ***
1992-07-10 Jim Blandy*** empty log message ***
1992-07-05 Richard M. Stallman*** empty log message ***
1992-07-04 Richard M. Stallman*** empty log message ***
1992-05-30 Eric S. Raymond*** empty log message ***
1992-03-16 Jim Blandy*** empty log message ***
1991-05-13 Jim Blandy*** empty log message ***
1991-05-09 Roland McGrath*** empty log message ***
1990-08-28 rootInitial revision