| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (reftex-label-menu-flags): Fix typo. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | | |||||
| * | (fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -2/+2 |
| | | |||||
| * | (reftex-TeX-master-file): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | | |||||
| * | (table-command-prefix): Fix type. | Markus Rost | 2002-09-05 | 1 | -1/+1 |
| | | |||||
| * | (paragraph-indent-text-mode-abbrev-table) | Stefan Monnier | 2002-09-03 | 1 | -0/+3 |
| | | | | | | | (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode): Use text-mode's syntax-table and abbrev-table. (text-mode): Set require-final-newline to t. | ||||
| * | (bibtex-mode): Fix typo. | Juanma Barranquero | 2002-08-30 | 1 | -1/+1 |
| | | |||||
| * | Update to RefTeX 4.19 | Carsten Dominik | 2002-08-27 | 7 | -61/+261 |
| | | |||||
| * | Update to RefTeX 4.18 | Carsten Dominik | 2002-08-20 | 3 | -10/+39 |
| | | |||||
| * | New file. | Richard M. Stallman | 2002-08-19 | 1 | -0/+5575 |
| | | |||||
| * | * reftex.el (reftex-mode): Create special syntax tables. | Carsten Dominik | 2002-08-17 | 1 | -4/+17 |
| | | | | | | | | (reftex-syntax-table): Set a default in case this is being used outside a LaTeX file. (reftex-syntax-table-for-bib): Set a default in case this is being used outside a LaTeX file. | ||||
| * | (reftex-mode): Moved creation of special syntax tables to top-level. | Carsten Dominik | 2002-08-15 | 1 | -10/+13 |
| | | |||||
| * | (pages-target-buffer): Add defvar. Renamed from target-buffer. | Richard M. Stallman | 2002-08-12 | 1 | -4/+6 |
| | | | | | (pages-directory, pages-copy-header-and-position): Uses changed. | ||||
| * | (pages-directory-mode): Undo previous change. | Richard M. Stallman | 2002-08-09 | 1 | -1/+6 |
| | | |||||
| * | (check-ispell-version): Bind default-directory | Richard M. Stallman | 2002-07-29 | 1 | -0/+3 |
| | | | | | to avoid errors. Kill the old temp buffer at the beginning. | ||||
| * | Updated to RefTeX 4.18 | Carsten Dominik | 2002-07-25 | 11 | -22/+72 |
| | | |||||
| * | removed forgotten (debug) form | Carsten Dominik | 2002-07-22 | 1 | -1/+0 |
| | | |||||
| * | Updated to reftex 4.17 | Carsten Dominik | 2002-07-22 | 11 | -142/+219 |
| | | |||||
| * | Set encoding to utf-8. | Stefan Monnier | 2002-07-14 | 1 | -44/+54 |
| | | | | | | | | | | | | | | | | | | | | | | (tex-start-options): Make it into always-a-string. Remove silly custom options that are covered by the other var. (tex-start-commands): Fix docstring. (tex-open-quote, tex-close-quote): Add options. (tex-command): Provide default. (tex-font-lock-keywords-1): Highlight $$...$$. (tex-font-lock-keywords-2): Fix latin-1 chars. (tex-mode-map): Remove redundant \t binding. (tex-mode): Add `subsection' and `newcommand' to known latex cmds. (latex-mode): Use add-hook for fill-nobreak-predicate. (tex-common-initialization): Set indent-tabs-mode to nil. (tex-insert-quote): Undo magic if invoked twice in a row. (latex-fill-nobreak-predicate): Don't use narrowing. (tex-latex-block): Don't cons uselessly. (tex-last-unended-begin): Signal user-friendlier error. (tex-goto-last-unclosed-latex-block): Don't catch signal. (tex-start-tex): Switch order of tex-start-options and tex-start-commands to make it obey docstrings. | ||||
| * | (sgml-quote): Use narrowing. Improve the regexp used when unquoting. | Stefan Monnier | 2002-07-13 | 1 | -18/+64 |
| | | | | | | | (sgml-pretty-print): New function. (sgml-get-context): Better handling of improperly nested tags. (sgml-show-context): Don't use the FULL arg of sgml-get-context. | ||||
| * | (texinfo-font-lock-keywords): Disable the automatic environment name update. | Stefan Monnier | 2002-07-07 | 1 | -3/+4 |
| | | | | | (texinfo-clone-environment): Fix it not to incorrectly match prefixes. | ||||
| * | Fix typo. | Juanma Barranquero | 2002-07-03 | 1 | -1/+1 |
| | | |||||
| * | (reftex-label-alist): Fix typo. | Juanma Barranquero | 2002-07-03 | 1 | -1/+1 |
| | | |||||
| * | (reftex-citation): Fix typo. | Juanma Barranquero | 2002-07-02 | 1 | -1/+1 |
| | | |||||
| * | (tex-file): call `save-some-buffers' before `tex-main-file' | Sam Steingold | 2002-07-01 | 1 | -5/+5 |
| | | |||||
| * | (picture-forward-column) | Richard M. Stallman | 2002-07-01 | 1 | -13/+15 |
| | | | | | (picture-move-down): Never deactivate the mark. | ||||
| * | New maintainer. | Richard M. Stallman | 2002-06-17 | 1 | -1/+1 |
| | | |||||
| * | Change the maintainer to "none". | Eli Zaretskii | 2002-06-12 | 1 | -1/+1 |
| | | |||||
| * | (autoloaded toplevel): Don't use ispell-library-directory without | Stefan Monnier | 2002-05-31 | 1 | -9/+8 |
| | | | | | checking that it's bound. | ||||
| * | (ispell-library-directory): Renamed from ispell-library-path. | Richard M. Stallman | 2002-05-30 | 1 | -32/+23 |
| | | | | | | | | | | If Ispell is not installed, init to nil. (ispell-menu-map): Get rid of byte-compiling-files-p hackery; initialize this unconditionally when ispell-menu-map-needed is t. Local `path' renamed to `dir'. (check-ispell-version): Doc fix. | ||||
| * | (xml-mode): New alias for `sgml-mode'. | Colin Walters | 2002-05-28 | 1 | -0/+4 |
| | | |||||
| * | (sgml-guess-indent): Look further into the buffer. | Mike Williams | 2002-05-22 | 1 | -1/+1 |
| | | |||||
| * | (outline-reveal-toggle-invisible): Reverse the meaning of the second arg. | Stefan Monnier | 2002-05-20 | 1 | -3/+4 |
| | | |||||
| * | Fix typo. | Juanma Barranquero | 2002-05-16 | 1 | -1/+1 |
| | | |||||
| * | (sgml-tag): Default skeleton-transformation to `identity'. | Mike Williams | 2002-05-14 | 1 | -2/+2 |
| | | |||||
| * | Change all post-21.1 :version attributes to 21.4. | Eli Zaretskii | 2002-05-12 | 1 | -1/+1 |
| | | |||||
| * | (make-flyspell-overlay): Add help text to flyspell overlays. | Pavel JanÃk | 2002-05-08 | 1 | -2/+3 |
| | | |||||
| * | (tex-validate-buffer): Use `occur-revert-arguments' instead of setting | Colin Walters | 2002-05-01 | 1 | -4/+5 |
| | | | | | | `occur-nlines' and `occur-buffer'. Don't test for `input-pending-p' in loop. Set text property `occur-target' instead of `occur'. | ||||
| * | Cause `texinfo-insert-@node' to insert a carriage return after the | Robert J. Chassell | 2002-04-29 | 1 | -4/+5 |
| | | | | | | | | | | comment line. This change does not affect normal use. On the one hand, it causes the command to insert a blank line when invoked on the line preceeding the @section line. This is a fault. On the other hand, it causes the command to format the output properly when you invoke the command on the same line as the @chapter or similar line. This is beneficial. | ||||
| * | (fill-context-prefix): Fix last change with yet-another-approach. | Stefan Monnier | 2002-04-29 | 1 | -30/+27 |
| | | |||||
| * | (tex-start-options): New variable. | Richard M. Stallman | 2002-04-26 | 1 | -8/+23 |
| | | | | | | | | | (tex-start-commands): New variable. (tex-start-options-string): Variable deleted. (tex-start-tex): Use tex-start-options and tex-start-commands, not tex-start-options-string. (tex-command): Doc fix. | ||||
| * | (sgml-at-indentation-p): Move to fix compilation error. | Mike Williams | 2002-04-16 | 1 | -6/+6 |
| | | |||||
| * | (sgml-parse-tag-backward): Fix to work at beginning of buffer. | Mike Williams | 2002-04-14 | 1 | -1/+2 |
| | | |||||
| * | (fill-region-as-paragraph): Use save-excursion instead of relying on | Stefan Monnier | 2002-04-12 | 1 | -3/+3 |
| | | | | | forward-line to bring us where we started. | ||||
| * | (fill-context-prefix): Fix up last change. | Stefan Monnier | 2002-04-12 | 1 | -8/+10 |
| | | |||||
| * | (canonically-space-region): Obey sentence-end. | Stefan Monnier | 2002-04-11 | 1 | -47/+47 |
| | | | | | | | | | Don't add spaces at end of sentences at end of line. (fill-move-to-break-point): Make sure the result is always greater than linebeg, so we ensure forward progress. (fill-region-as-paragraph): Compare to `to' rather than eobp. (fill-paragraph): Don't rebind fill-paragraph-function. | ||||
| * | (sgml-guess-indent): New function. | Mike Williams | 2002-04-11 | 1 | -3/+18 |
| | | |||||
| * | (adaptive-fill-regexp): Add ! and %. | Stefan Monnier | 2002-04-10 | 1 | -166/+134 |
| | | | | | | | | | | (fill-delete-prefix): Remove indentation while removing prefix. (fill-delete-newlines): Obey sentence-end. (fill-move-to-break-point, fill-newline): New functions extracted from fill-region-as-paragraph. (fill-region-as-paragraph): Use them. Don't fiddle with fill-indent-according-to-mode. | ||||
| * | (fill-context-prefix): Match the two prefixes | Stefan Monnier | 2002-04-10 | 1 | -12/+8 |
| | | | | | differently to avoid pathological exponential-time case. | ||||
| * | (sgml-lexical-context): Use sgml-parse-tag-backward to find start point. | Mike Williams | 2002-04-09 | 1 | -11/+11 |
| | | | | | (sgml-looking-back-at): Doc fix. | ||||
| * | (sgml-tag-alist): Doc fix. | Mike Williams | 2002-04-09 | 1 | -23/+9 |
| | | |||||