aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
Commit message (Expand)AuthorAgeFilesLines
* (bibtex-member-of-regexp, bibtex-assoc-of-regexp, bibtex-format-entry)Stefan Monnier2003-06-021-13/+13
* Long overdue merge.Stefan Monnier2003-06-021-2795/+2431
* Moved from lisp/.Juanma Barranquero2003-05-301-0/+474
* Moved to lisp/.Juanma Barranquero2003-05-301-987/+0
* Moved to obsolete/.Juanma Barranquero2003-05-301-324/+0
* (latex-block-args-alist, latex-block-body-alist): New vars.Stefan Monnier2003-05-301-19/+67
* (refill-adjust-ignorable-overlay): Don't hardcode pint-min == 1.Stefan Monnier2003-05-301-43/+39
* (refill-fill-paragraph-at): Avoid refilling the following paragraph.Richard M. Stallman2003-05-281-35/+37
* (repunctuate-sentences): New function.Richard M. Stallman2003-05-231-0/+8
* Summary: MIME support added for e-mail processing thatStefan Monnier2003-05-221-221/+493
* (tex-compile-history, tex-input-files-re)Stefan Monnier2003-05-151-0/+207
* (xemacsp): Remove. Replace with (featurep 'xemacs).Stefan Monnier2003-05-141-39/+25
* (reftex-select-with-char): Don't assume that point-min == 1.Stefan Monnier2003-05-131-4/+4
* (reftex-toc-visit-location):Stefan Monnier2003-05-131-7/+11
* Typo.Stefan Monnier2003-05-131-2/+2
* (reftex-what-macro): Don't assume that point-min == 1.Stefan Monnier2003-05-131-2/+2
* (reftex-extract-bib-entries, reftex-extract-bib-entries-from-thebibliography):Stefan Monnier2003-05-131-67/+40
* (sgml-namespace-re): New const.Stefan Monnier2003-05-121-2/+14
* (tex-mode-syntax-table): ~ is not whitespace.Stefan Monnier2003-05-101-12/+20
* (text-property-default-nonsticky): Add fill-space.Stefan Monnier2003-04-301-18/+24
* (fill-region-as-paragraph): Fix "last line goes to fill-column+1" problem.Stefan Monnier2003-04-211-1/+2
* (latex-mode-map): Bind latex-split-block to C-c C-s.Stefan Monnier2003-04-141-33/+98
* (fill-delete-newlines): Don't delete past TO.Stefan Monnier2003-04-041-1/+1
* (refill-fill-paragraph-at): Don't skip prefix since markers work right.Stefan Monnier2003-04-041-2/+1
* (refill-fill-paragraph-at): Undo last fix.Stefan Monnier2003-04-041-0/+1
* (fill-paragraph): Don't skip prefix now that markers work right.Stefan Monnier2003-04-041-3/+0
* (fill-delete-newlines): Remove trailing whitespace.Stefan Monnier2003-04-041-1/+4
* (fill-newline): Don't leave markers before the prefix.Stefan Monnier2003-04-031-3/+4
* (refill-fill-paragraph-at): Don't preserve the trailing space sinceStefan Monnier2003-04-021-2/+1
* (fill-delete-newlines): Don't add a trailing space.Stefan Monnier2003-04-021-4/+1
* (fill-region-as-paragraph): Remove obsolete `save-restriction'.Stefan Monnier2003-04-021-66/+56
* (texinfo-outline-level): Remove.Stefan Monnier2003-03-141-32/+30
* (outline-level): Demote it to defvar.Stefan Monnier2003-03-141-52/+89
* (outline-mode-menu-bar-map): Add entries.Stefan Monnier2003-03-131-74/+152
* (sentence-end): Add Chinese and Japanese characters.Kenichi Handa2003-02-241-1/+5
* (table-generate-source): Use ?\\ instead of space in "work in progress" message.Juanma Barranquero2003-02-181-2/+2
* (reftex-reference): Fix character constant.Juanma Barranquero2003-02-181-1/+1
* (pages-directory-mode-map): New.Stefan Monnier2003-02-111-22/+13
* (texinfo-format-iftex, texinfo-format-ifhtml)Stefan Monnier2003-02-111-56/+32
* (outline-visible): Add obsolescence declaration and remove redundant info fromJuanma Barranquero2003-02-051-1/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-0426-601/+601
* (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