aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/text-mode.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (text-mode-hook): Customize.Dave Love1999-11-251-2/+5
|
* (text-mode): Contruct paragraph-start soGerd Moellmann1999-11-221-1/+1
| | | | | | that the leading `^' is at the start. This is necessary because paragraphs.el tries to remove anchors, but can find them only if they are the first character.
* (text-mode): Locally set indent-line-function.Richard M. Stallman1998-06-271-0/+2
|
* (text-mode-hook-identify): New function,Richard M. Stallman1997-08-291-2/+8
| | | | | put on text-mode-hook. Set text-mode-variant here. (text-mode): Don't set it here.
* (text-mode-variant): New variable.Richard M. Stallman1997-08-281-0/+23
| | | | | (text-mode): Set that variable locally. (toggle-text-mode-auto-fill): New command.
* (text-mode-hook): New defvar.Richard M. Stallman1997-08-281-0/+3
|
* (text-mode): Let all-white lines separate paragraphs.Richard M. Stallman1997-06-151-2/+2
|
* (paragraph-indent-text-mode): Renamed from spaced-text-mode.Richard M. Stallman1997-06-111-31/+8
| | | | | | (text-mode-map): Bind TAB to indent-relative. (indented-text-mode-map): Variable deleted. (indented-text-mode): Now an alias for text-mode.
* (spaced-text-mode): Renamed from text-mode.Richard M. Stallman1997-06-031-29/+33
| | | | | | | | But change the mode name and hooks. (text-mode): Put the guts of indented-text-mode here. But don't define text-mode-abbrev-table, just use it. Don't set indent-line-function, and use text-mode-map. (indented-text-mode): Call text-mode.
* Update FSF's address.Erik Naggum1996-01-141-3/+3
|
* (center-line): New arg NLINES.Richard M. Stallman1995-09-101-13/+25
| | | | Do nothing for lines that are too wide.
* (indented-text-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-1/+1
|
* (center-line): fill-column is a var, not a function.Karl Heuer1995-01-201-1/+1
|
* (center-line): Use current-left-margin function, not variable.Richard M. Stallman1995-01-191-5/+4
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (text-mode): Doc fix.Karl Heuer1994-03-131-1/+3
|
* (indented-text-mode): Run indented-text-mode-hook.Richard M. Stallman1994-03-081-1/+1
|
* (text-mode-map): Bind ispell-complete-word to M-TAB.Richard M. Stallman1993-10-261-0/+1
|
* (indented-text-mode): Make only blank linesRichard M. Stallman1993-09-191-1/+8
| | | | separate or start paragraphs. Doc fix.
* (indented-text-mode): Doc fix.Richard M. Stallman1993-08-111-1/+2
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* Added or corrected Commentary headersEric S. Raymond1993-03-221-0/+6
|
* Dox fix.Christopher Zaborsky1992-11-101-5/+5
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-141-0/+4
|
* *** empty log message ***Jim Blandy1992-06-241-14/+2
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-05-231-2/+5
|
* Initial revisionJoseph Arceneaux1989-10-311-0/+147