summaryrefslogtreecommitdiff
path: root/lisp/textmodes
Commit message (Expand)AuthorAgeFilesLines
* (lookup-words): Fix last change.Dave Love2003-01-301-2/+3
* (reftex-TeX-master-file): Use really the buffer file name if no other masterJuanma Barranquero2003-01-291-87/+87
* (fill-comment-paragraph): Fix simplistic regexp-concatenation.Stefan Monnier2003-01-191-1/+1
* (fill-region-as-paragraph): Only erase `hard' property until end-of-paragraph.Stefan Monnier2003-01-161-1/+1
* (picture-substitute): Use command remapping instead ofAndreas Schwab2003-01-121-2/+2
* (sgml-font-lock-keywords-2): Add flag to merge with existing fontification.Andreas Schwab2003-01-111-2/+2
* (lookup-words): Cope with null lookup-dict.Dave Love2003-01-061-2/+3
* (nroff-mode-hook): Customize.Dave Love2003-01-031-2/+12
* (makeinfo-buffer): Display result using Info-mode.Richard M. Stallman2002-12-221-20/+45
* (tex-start-of-header, tex-end-of-header): Add defvars.Richard M. Stallman2002-12-221-0/+4
* (tex-print): Call shell-quote-argument on the file name.Richard M. Stallman2002-12-221-1/+3
* (outline-next-visible-heading):Richard M. Stallman2002-12-221-1/+3
* Installed on behalf of TAKAHASHI Kaoru <kaoru@kaisei.org>Robert J. Chassell2002-12-101-0/+83
* Fix typos found by TAKAHASHI Kaoru <kaoru@kaisei.org>.Robert J. Chassell2002-12-081-3/+3
* (texinfo-format-scan) Handle new functions for copyrightRobert J. Chassell2002-12-061-5/+52
* (outline-mode): Doc fix.Richard M. Stallman2002-12-051-0/+1
* (ispell-dict-map): Move specific dictionary selection into a submenu.Richard M. Stallman2002-12-021-11/+18
* (fill-indent-to-left-margin): New function.Richard M. Stallman2002-12-021-3/+9
* Fix typos.Robert J. Chassell2002-11-281-2/+2
* Updated texinfmt-version number and date.Robert J. Chassell2002-11-241-1/+1
* (texinfo-no-refill-regexp): add "itemize\\|" because of a problem withRobert J. Chassell2002-11-241-0/+6
* (texinfo-format-separate-node): Handle node names withRobert J. Chassell2002-11-241-19/+19
* (defgroup refill): New group.Markus Rost2002-11-181-0/+4
* (html-autoview-mode): Add group.Markus Rost2002-11-181-0/+1
* (use-hard-newlines): Add group.Markus Rost2002-11-181-0/+1
* (defgroup ispell): Arrange that definition starts at beginning ofMarkus Rost2002-11-171-4/+7
* (defgroup table-hooks): New group.Markus Rost2002-11-171-1/+5
* (fill-nobreak-invisible): New var.Kim F. Storm2002-11-131-3/+16
* (sgml-namify-char): New cmd.Stefan Monnier2002-11-121-61/+77
* (latex-standard-block-names): Rename from standard-latex-block-names.Stefan Monnier2002-11-081-67/+177
* (fill-paragraph): Consider a comment-start asStefan Monnier2002-11-071-69/+93
* (tex-dvi-view-command): Value can be sexp.Richard M. Stallman2002-11-061-12/+6
* (fill-paragraph-handle-comment): New var.Stefan Monnier2002-11-031-0/+100
* (tex-common-initialization): comment-start-skip shouldn't match on next line.Stefan Monnier2002-11-021-1/+1
* (sgml-skip-tag-backward, sgml-skip-tag-forward):Stefan Monnier2002-11-011-27/+30
* (fill-move-to-break-point): Skip white spaceStefan Monnier2002-10-311-60/+58
* (po-content-type-charset-alist): Delete mostDave Love2002-10-301-113/+49
* (texinfo-format-ifplaintext): New function.Juanma Barranquero2002-10-291-1/+19
* (texinfo-environments): Add environment; copying, documentdescription,Juanma Barranquero2002-10-291-8/+11
* * textmodes/picture.el (picture-mouse-set-point): New command.John Paul Wallington2002-10-261-2/+15
* (outline-next-heading): Make sure the match-data is correct where returning.Stefan Monnier2002-10-251-2/+4
* (outline-minor-mode): Add customization group.Juanma Barranquero2002-10-241-0/+1
* (text-mode-syntax-table): Make ' a prefix.Stefan Monnier2002-10-211-3/+3
* (artist-ff-is-bottommost-line): Fix misplaced ELSE expression on IF.Juanma Barranquero2002-10-181-14/+13
* (sgml-close-tag, html-imenu-index): Fix typo.Juanma Barranquero2002-10-181-5/+5
* (bibtex-find-entry-location): Fix typo.Juanma Barranquero2002-10-181-1/+1
* Move reftex-set-dirty to reftex-vars.el.Markus Rost2002-10-161-6/+0
* Move reftex-set-dirty here from reftex.el.Markus Rost2002-10-161-1/+6
* (forward-paragraph): Keep track of remaining paragraphs to skip more carefully.Stefan Monnier2002-10-101-13/+16
* (fill-paragraph): Go to BOL before calling forward-paragraph to makeStefan Monnier2002-10-071-0/+6