summaryrefslogtreecommitdiff
path: root/lisp/textmodes
Commit message (Expand)AuthorAgeFilesLines
* (flyspell-default-dictionary): Fix previous change.Pavel Janík2001-11-121-1/+1
* (flyspell-default-dictionary): Fix custom type.Richard M. Stallman2001-11-121-1/+1
* (flyspell-default-dictionary): Allow nil as value, and make nil the default.Richard M. Stallman2001-11-111-5/+7
* (flyspell-correct-word/local-keymap): Function deleted.Richard M. Stallman2001-11-101-54/+3
* Use the keymap property instead of local-map, and don't use a minor-mode map.Richard M. Stallman2001-11-101-62/+10
* (fill-context-prefix): Fix braino.Stefan Monnier2001-11-031-2/+2
* (fill-region-as-paragraph): Don't forget to skipStefan Monnier2001-11-021-1/+3
* (sgml-xml-guess): Fix regexp to avoid ambiguous nested loops.Richard M. Stallman2001-11-011-1/+1
* (sentence-end-double-space, sentence-end-without-period): Move to paragraphs.Stefan Monnier2001-10-301-141/+135
* (sentence-end-double-space, sentence-end-without-period): Move from fill.el.Stefan Monnier2001-10-301-42/+66
* (text-mode-map): Remove the \t binding.Stefan Monnier2001-10-301-39/+22
* (use-hard-newlines): Use define-minor-mode.Stefan Monnier2001-10-301-29/+15
* (paragraph-indent-minor-mode): Don't set paragraph-separate.Stefan Monnier2001-10-301-10/+4
* (version18p, version20p): Vars deleted.Richard M. Stallman2001-10-281-24/+6
* (sgml-tags-invisible): Typo.Stefan Monnier2001-10-281-1/+1
* (sgml-empty-tags): New var.Stefan Monnier2001-10-281-37/+51
* Use `when', `dolist', `push', ...Stefan Monnier2001-10-281-273/+222
* renamed `html-xhtml' to `sgml-xml' and generalized accordinglySam Steingold2001-10-271-84/+89
* No change. Error by bob, not eliz, logging change for wrong file.Eli Zaretskii2001-10-271-1/+10
* (text-mode): Use define-derived-mode.Stefan Monnier2001-10-271-17/+7
* (html-mode); set `mode-name' based on `html-xhtml'Sam Steingold2001-10-261-0/+2
* (html-mode): Set `html-xhtml' from the DOCTYPE.Sam Steingold2001-10-261-7/+21
* some code simplifications: when instead of if+progn;Sam Steingold2001-10-261-33/+27
* (artist-version): 1.2.4.Gerd Moellmann2001-10-261-10/+33
* (sgml-font-lock-keywords-1): Ignore comments.Stefan Monnier2001-10-251-58/+69
* (font-lock-keywords): Make sure texinfo-clone-environment is called.Stefan Monnier2001-10-251-1/+1
* (texinfo-environments, texinfo-environment-regexp): Hoisted.Stefan Monnier2001-10-251-86/+77
* (texinfo-section-types-regexp)Stefan Monnier2001-10-251-95/+95
* (sgml-mode-map): Bind 8-bit codes above 127 to sgml-maybe-name-self.Eli Zaretskii2001-10-221-16/+43
* Use define-derived-mode.Stefan Monnier2001-10-131-42/+28
* * play/gomoku.el (gomoku-mode):Stefan Monnier2001-10-131-6/+1
* (refill-mode): Bind DEL to backward-delete-char-untabify.Stefan Monnier2001-10-131-2/+36
* (scribe-mode): Use define-derived-mode.Stefan Monnier2001-10-131-34/+20
* (2C-mode): Don't use make-local-hook.Stefan Monnier2001-10-131-1/+0
* (picture-mode): Massage.Stefan Monnier2001-10-131-15/+9
* added `html-xhtml' for XHTML inputSam Steingold2001-10-051-31/+46
* (nroff-mode-abbrev-table, nroff-mode): Use define-derived-mode.Gerd Moellmann2001-10-051-63/+40
* (outline-regexp): Doc fix.Richard M. Stallman2001-09-121-6/+3
* (outline-mode): Use `^' and a shy groupGerd Moellmann2001-09-111-1/+1
* (ispell-dictionary-alist-4): Add "german"Eli Zaretskii2001-09-071-16/+22
* (refer-find-entry-internal): UseGerd Moellmann2001-09-071-8/+9
* Remove dots and exclams from end of error messages. From Pavel Janik.Eli Zaretskii2001-08-261-19/+19
* (adaptive-fill-regexp): Admit tabs as well.Stefan Monnier2001-08-221-1/+1
* (texinfo-every-node-update): RemoveGerd Moellmann2001-08-201-1/+1
* Update copyright notice, fix minorGerd Moellmann2001-08-161-23/+69
* (forward-sentence): Avoid buildingGerd Moellmann2001-08-071-4/+6
* Keyword added and FSF specified as Maintainer.Pavel Janík2001-08-066-0/+6
* Milan Zamazal has new address.Pavel Janík2001-08-051-1/+1
* (ispell-alternate-dictionary): Add /usr/share/lib/dict/words, for Irix.Eli Zaretskii2001-08-011-0/+2
* Doc and coding conventions fixes.Pavel Janík2001-07-181-1/+1