summaryrefslogtreecommitdiff
path: root/lisp/textmodes/fill.el
Commit message (Expand)AuthorAgeFilesLines
* * files.el: Move some `safe-local-variable' declarations to theReiner Steib2006-04-061-0/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (fill-single-word-nobreak-p): Use `sentence-end'.Juri Linkov2005-12-301-2/+3
* (fill-nobreak-p): Fix first two rules to skip backward onlyJuri Linkov2005-10-211-5/+6
* (fill-nonuniform-paragraphs): Improve argument/docstring consistency.Juanma Barranquero2005-08-091-11/+11
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (fill-match-adaptive-prefix): New function.Stefan Monnier2005-06-131-48/+46
* (fill-context-prefix): Try `adaptive-fill-function'Eli Zaretskii2005-06-111-6/+6
* Specify missing group (and type, if simple) in defcustom.Juanma Barranquero2005-05-191-1/+2
* (fill-text-properties-at): New function.Kenichi Handa2005-03-311-1/+12
* Change encoding to iso-2022-7bit and add coding: tag.Kenichi Handa2005-03-111-4/+4
* (fill-comment-paragraph): Handle indent-tabs-mode.Richard M. Stallman2004-07-201-1/+6
* (canonically-space-region, fill-nobreak-p, fill-delete-newlines):Juri Linkov2004-04-181-5/+5
* (fill-comment-paragraph): Obey indent-tabs-mode.Stefan Monnier2004-04-041-3/+7
* (fill): Fix Info link.Juri Linkov2004-03-251-1/+1
* (fill) <defgroup>: Move from cus-edit.el.Stefan Monnier2004-03-081-12/+23
* (fill-comment-paragraph): Be more careful whenStefan Monnier2004-03-041-1/+5
* (fill-paragraph): Don't check comment-start-skip,Stefan Monnier2004-03-021-2/+2
* (fill-delete-newlines): Don't add a space if aKenichi Handa2004-01-271-1/+5
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (fill-comment-paragraph): Construct a regexpStefan Monnier2003-07-221-2/+13
* (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
* (fill-delete-newlines): Don't delete past TO.Stefan Monnier2003-04-041-1/+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
* (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
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-24/+24
* (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
* (fill-indent-to-left-margin): New function.Richard M. Stallman2002-12-021-3/+9
* (fill-nobreak-invisible): New var.Kim F. Storm2002-11-131-3/+16
* (fill-paragraph): Consider a comment-start asStefan Monnier2002-11-071-69/+93
* (fill-paragraph-handle-comment): New var.Stefan Monnier2002-11-031-0/+100
* (fill-move-to-break-point): Skip white spaceStefan Monnier2002-10-311-60/+58
* (fill-paragraph): Go to BOL before calling forward-paragraph to makeStefan Monnier2002-10-071-0/+6
* (fill-paragraph): Give up if there's no paragraph at or after point.Stefan Monnier2002-10-031-12/+14
* (fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing.Juanma Barranquero2002-09-061-2/+2
* (fill-context-prefix): Fix last change with yet-another-approach.Stefan Monnier2002-04-291-30/+27
* (fill-region-as-paragraph): Use save-excursion instead of relying onStefan Monnier2002-04-121-3/+3
* (fill-context-prefix): Fix up last change.Stefan Monnier2002-04-121-8/+10
* (canonically-space-region): Obey sentence-end.Stefan Monnier2002-04-111-47/+47
* (adaptive-fill-regexp): Add ! and %.Stefan Monnier2002-04-101-166/+134
* (fill-context-prefix): Match the two prefixesStefan Monnier2002-04-101-12/+8
* (set-justification): Rename arg VALUE to STYLE.Richard M. Stallman2001-12-071-8/+11
* Doc fixes.Pavel Janík2001-12-031-2/+2
* (fill-indent-according-to-mode): Default to nil.Stefan Monnier2001-11-251-1/+1