| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (texinfo-font-lock-keywords): Add uref, command, option, env and sc. | Eli Zaretskii | 1999-09-14 | 1 | -3/+3 |
| | | |||||
| * | Fix maintainer address. | Karl Heuer | 1999-08-16 | 1 | -2/+2 |
| | | |||||
| * | (texinfo-environment-regexp): Add the def... constructs. | Richard M. Stallman | 1999-02-09 | 1 | -26/+40 |
| | | |||||
| * | (texinfo-font-lock-keywords): Match @ref. | Dave Love | 1999-01-22 | 1 | -1/+1 |
| | | |||||
| * | (texinfo-tex-buffer): Bind | Andreas Schwab | 1998-12-14 | 1 | -2/+5 |
| | | | | | | tex-start-options-string to empty string. (texinfo-tex-region): Use texinfo-tex-trailer as documented. | ||||
| * | (texinfo-show-structure): Bind inhibit-read-only. | Karl Heuer | 1998-09-25 | 1 | -40/+41 |
| | | |||||
| * | (texinfo-environment-regexp): Add smalldisplay and smallformat. | Richard M. Stallman | 1998-07-06 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Simon Marshall | 1998-02-20 | 1 | -1/+1 |
| | | |||||
| * | Use imenu-case-fold-search. | Dave Love | 1997-12-12 | 1 | -0/+1 |
| | | |||||
| * | (defgroup, defcustom): Add Emacs 19 compatibility definitions. | Richard M. Stallman | 1997-08-30 | 1 | -0/+7 |
| | | |||||
| * | (texinfo-mode): Turn off adaptive-fill-mode. | Richard M. Stallman | 1997-08-24 | 1 | -0/+2 |
| | | |||||
| * | (texinfo-version): New function and variable. | Richard M. Stallman | 1997-05-24 | 1 | -80/+190 |
| | | | | | | | | | | (texinfo-update-node): New autoload call. (texinfo-every-node-update): Likewise. (texinfo-sequential-node-update): Likewise. (texinfo-mode-map): New binding for C-c ]. (texinfo-environment-regexp): Use concat, for clarity. (texinfo-insert-@end): Fix paren error. | ||||
| * | Add defgroup's; change use defcustom for user vars. | Richard M. Stallman | 1997-04-12 | 1 | -10/+22 |
| | | |||||
| * | (texinfo-mode): Locally set tex-first-line-header-regexp. | Richard M. Stallman | 1997-01-02 | 1 | -87/+20 |
| | | | | | | | | | | | Locally set tex-trailer. (texinfo-mode): Use regexps for tex-start-of-header and tex-end-of-header. (texinfo-tex-region, texinfo-tex-buffer): Use tex-region and tex-buffer. (texinfo-tex-print): Use tex-print. (texinfo-tex-view): New command, on C-x C-t C-v. | ||||
| * | (texinfo-font-lock-keywords): Add `url', `email'. | Richard M. Stallman | 1996-12-08 | 1 | -1/+1 |
| | | |||||
| * | (texinfo-section-types-regexp) | Richard M. Stallman | 1996-03-05 | 1 | -0/+47 |
| | | | | | | | | | | (texinfo-section-level-regexp, texinfo-subsection-level-regexp) (texinfo-subsubsection-level-regexp): Add defvars. (texinfo-section-list): New variable. (texinfo-outline-level): New function. (texinfo-mode): Use them. | ||||
| * | (texinfo-font-lock-keywords): Fixed regexp for `@end' and `@item'. | Richard M. Stallman | 1996-03-03 | 1 | -1/+1 |
| | | |||||
| * | Tweaked command regexp. | Simon Marshall | 1996-01-25 | 1 | -14/+13 |
| | | |||||
| * | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -4/+5 |
| | | |||||
| * | (texinfo-master-menu): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -2/+2 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1995-10-30 | 1 | -4/+5 |
| | | |||||
| * | Rewrite texinfo-font-lock-keywords; don't fontify syntactically. | Simon Marshall | 1995-08-10 | 1 | -10/+13 |
| | | |||||
| * | (texinfo-imenu-generic-expression): Var defined. | Karl Heuer | 1995-07-28 | 1 | -0/+11 |
| | | | | | (texinfo-mode): Set imenu-generic-expression. | ||||
| * | (texinfo-environment-regexp): Allow whitespace at BOL. | Richard M. Stallman | 1995-07-27 | 1 | -1/+1 |
| | | |||||
| * | (texinfo-environment-regexp): Add @ifhtml, @html. | Richard M. Stallman | 1995-06-18 | 1 | -2/+3 |
| | | |||||
| * | Put comments first in texinfo-font-lock-keywords. | Simon Marshall | 1995-06-08 | 1 | -1/+1 |
| | | |||||
| * | (texinfo-mode-map): Delete C-c ] binding. | Richard M. Stallman | 1995-05-02 | 1 | -1/+0 |
| | | |||||
| * | (texinfo-mode): Remove ^ from paragraph-start & paragraph-separate. | Boris Goldowsky | 1995-03-02 | 1 | -2/+2 |
| | | |||||
| * | (texinfo-environment-regexp): Match @menu and | Richard M. Stallman | 1995-02-06 | 1 | -9/+6 |
| | | | | | | | @titlepage --- they require @ends. Don't match @defunx commands; they don't. (texinfo-insert-@end): Don't put a command name after the @end if we ran off the top of the buffer looking for its mate. | ||||
| * | * texinfo.el: (texinfo-mode): Set font-lock-defaults. | Simon Marshall | 1994-10-12 | 1 | -2/+2 |
| | | |||||
| * | (texinfo-font-lock-keywords): New variable. | Richard M. Stallman | 1994-10-07 | 1 | -0/+16 |
| | | | | | (texinfo-mode): Set font-lock-keywords locally. | ||||
| * | (texinfo-show-structure): Fix subsubsection indent amount. | Richard M. Stallman | 1994-05-12 | 1 | -1/+1 |
| | | |||||
| * | (texinfo-environment-regexp): Split lines. | Richard M. Stallman | 1994-05-10 | 1 | -3/+6 |
| | | | | | | Add def..., ifset, ifclear. (texinfo-show-structure): Fix typo. | ||||
| * | (texinfo-tex-region): Use tex-send-command to do commands. | Richard M. Stallman | 1993-11-20 | 1 | -25/+8 |
| | | | | | | (texinfo-tex-buffer, texinfo-texindex, texinfo-tex-print): Likewise. (texinfo-delete-from-print-queue, texinfo-quit-job): Likewise. | ||||
| * | (texinfo-texi2dvi-command): Separate `texi2dvi' | Richard M. Stallman | 1993-11-11 | 1 | -4/+7 |
| | | | | | | | | command from `tex' command so `texinfo-format-region' can use straight `tex' command. (texinfo-format-buffer): Use `texinfo-texi2dvi-command' (texinfo-delete-from-print-queue): Revise documentation. | ||||
| * | (texinfo-mode-map): Add C-c C-e bindings for texinfmt.el. | Richard M. Stallman | 1993-11-10 | 1 | -0/+4 |
| | | |||||
| * | (texinfo-show-structure): Indent appendices properly. | Robert J. Chassell | 1993-11-10 | 1 | -4/+8 |
| | | |||||
| * | (texinfo-environment-regexp): Match cartouche. | Roland McGrath | 1993-08-18 | 1 | -1/+1 |
| | | |||||
| * | (texinfo-delete-from-print-queue) | Richard M. Stallman | 1993-08-10 | 1 | -0/+2 |
| | | | | | (texinfo-tex-buffer): Load tex-mode to get tex-start-shell, etc. | ||||
| * | (texinfo-mode): Undo changes mistakenly added with | Richard M. Stallman | 1993-07-17 | 1 | -2/+2 |
| | | | | | previous batch: texinfo-{start,end}-of-header are now tex-... | ||||
| * | Set up autoloads for files `makeinfo' and `texnfo-upd'. | Richard M. Stallman | 1993-06-25 | 1 | -186/+483 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (texinfo-delete-from-print-queue-command): New var. (texinfo-tex-trailer): New var. (texinfo-tex-region): Use that. (texinfo-tex-buffer): Rewritten; use the actual source file. Binding is now C-c C-t C-b. (texinfo-texindex): Turned back on. (texinfo-quit-job): New command, with binding. (texinfo-delete-from-print-queue): Likewise. (texinfo-show-structure): Indent each line according to depth. Require texnfo-upd. (texinfo-section-types-regexp): Var deleted. (texinfo-insert-@-with-arg): New function. (texinfo-insert-@var, etc.): Use that. (texinfo-insert-@end): New command, now on C-c C-c e. (texinfo-insert-@end-example): Deleted. (texinfo-insert-@table): New command, on C-c C-c t. (texinfo-start-menu-description): New command, on C-c C-c C-d. (texinfo-mode): No longer set tex-trailer. Make the @node for the top node start a page. Use shorter values for tex-end-of-header and tex-start-of-header. (texinfo-mode-map): Add bindings for makeinfo-buffer, etc. Delete bindings for texinfo-format-buffer/region. (texinfo-define-common-keys): New function. | ||||
| * | (texinfo-section-types-regexp): Add @chapheading. | Richard M. Stallman | 1993-06-07 | 1 | -1/+1 |
| | | |||||
| * | (texinfo-section-types-regexp): Define here. | Richard M. Stallman | 1993-05-20 | 1 | -4/+4 |
| | | |||||
| * | (texinfo-chapter-level-regexp): Copied here. | Richard M. Stallman | 1993-05-19 | 1 | -1/+5 |
| | | |||||
| * | (texinfo-tex-region): Update name of tex-set-buffer-directory. | Richard M. Stallman | 1993-05-16 | 1 | -3/+3 |
| | | |||||
| * | Don't require tex-mode or texnfo-upd. | Richard M. Stallman | 1993-05-16 | 1 | -3/+26 |
| | | | | | | | (texinfo-mode-map): Binding for " deleted. (texinfo-tex-print): Require tex-mode here. (texinfo-tex-region): Likewise. | ||||
| * | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -1/+1 |
| | | |||||
| * | * texinfo.el (texinfo-mode): Make page-delimiter buffer-local, and | Jim Blandy | 1993-02-01 | 1 | -0/+2 |
| | | | | | set it according to texinfo-chapter-level-regexp. | ||||
| * | (texinfo-tex-command): Use texi2dvi. | Richard M. Stallman | 1992-12-30 | 1 | -13/+13 |
| | | | | | (texinfo-texindex, texinfo-texindex-command): Commented out. | ||||
| * | Doc fix. | Christopher Zaborsky | 1992-11-10 | 1 | -10/+10 |
| | | |||||