summaryrefslogtreecommitdiff
path: root/lisp/textmodes/fill.el
Commit message (Collapse)AuthorAgeFilesLines
...
| * | (fill-nobreak-p): Replace obsolete aliasDan Nicolaescu2007-10-261-1/+1
| | | | | | | | | | | | | | | line-move-invisible-p with invisible-p, it was removed on 2007-08-29.
| * | (fill-paragraph): When the region is active, don't try other `or' branchesJuri Linkov2007-10-201-1/+1
| | | | | | | | | | | | regardless of the value returned by fill-region; just return t.
* | | Merge from emacs--devo--0Miles Bader2007-10-191-74/+72
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 890-898) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 122-128) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 257-258) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-270
| * | (fill-individual-paragraphs): Fix typo in docstring.Juanma Barranquero2007-10-181-1/+1
| | |
| * | (fill-individual-paragraphs): Doc fix.Juanma Barranquero2007-10-181-3/+4
| | | | | | | | | | | | (adaptive-fill-function): Doc fix. Remove * from docstring.
| * | (fill-paragraph-or-region): Remove function at the request of RMS.Juri Linkov2007-10-181-70/+67
| | | | | | | | | | | | | | | | | | (fill-paragraph): Change `arg' to optional `justify'. Add interactive arg `region'. Fix docstring. At the first `or' branch add call to `fill-region' if it the region is active in transient-mark-mode.
* | | Merge from emacs--devo--0Miles Bader2007-10-111-0/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
| * | (fill-paragraph-or-region): New function.Juri Linkov2007-10-061-0/+12
| |/
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
| * (canonically-space-region): Make the second argStefan Monnier2007-05-251-0/+5
| | | | | | | | a marker if it's not already the case.
| * (fill-paragraph): Doc fix.Eli Zaretskii2007-04-281-1/+3
| |
* | Merge from emacs--devo--0Miles Bader2007-05-241-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 751-770) - Update from CVS - Merge from emacs--rel--22 - Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change. - Merge from gnus--rel--5.10 * emacs--rel--22 (patch 18-25) * gnus--rel--5.10 (patch 222-223) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-208
| * | (canonically-space-region): Make the second argStefan Monnier2007-05-241-0/+5
| | | | | | | | | | | | a marker if it's not already the case.
* | | Merge from emacs--devo--0Miles Bader2007-05-011-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 713-725) - Update from CVS - Merge from emacs--rel--22 - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change. - Merge from gnus--rel--5.10 * emacs--rel--22 (base, patch 1-5) - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709 - Sync to CVS tag EMACS_22_BRANCHPOINT - Sync to CVS branch EMACS_22_BASE - Update from CVS * gnus--rel--5.10 (patch 217) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-202
| * | (fill-paragraph): Doc fix.Eli Zaretskii2007-04-271-1/+3
| |/
* | Merge from emacs--devo--0Miles Bader2007-04-241-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 698-710) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 216) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
| * (fill-move-to-break-point): Don't inhibitStefan Monnier2007-04-201-1/+0
| | | | | | | | fill-nobreak-predicate when the break is past fill-column.
| * Revert last change.Chong Yidong2007-04-201-0/+1
| |
| * (fill-move-to-break-point): Don't bind fill-nobreak-predicate.Chong Yidong2007-04-201-1/+0
| |
* | Merge from emacs--devo--0Miles Bader2007-01-301-3/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 615-621) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 197-199) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
| * (fill-paragraph-function): Doc fix.Richard M. Stallman2007-01-281-3/+5
| | | | | | | | (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
* | Merge from emacs--devo--0Miles Bader2007-01-261-20/+24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| |
| * (fill-region): Doc fix.Juanma Barranquero2007-01-101-8/+8
| |
| * (fill-comment-paragraph): Improve comment.Stefan Monnier2007-01-071-12/+16
| |
* | Merge from emacs--devo--0Miles Bader2007-01-011-5/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 563-582) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 177-185) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158
| * (fill-comment-paragraph): Document 2006-12-24 change.Michaël Cadilhac2006-12-291-3/+5
| | | | | | | | Suggested by Stefan Monnier.
| * (fill-paragraph): Check for a minibufferRichard M. Stallman2006-12-261-1/+1
| | | | | | | | rather than for being in a minibuffer window.
| * (fill-comment-paragraph): Prevent the use of an optimized comment regexp ifMichaël Cadilhac2006-12-241-1/+1
| | | | | | | | `comment-start-skip' uses a ^.
* | Merge from emacs--devo--0Miles Bader2006-11-071-2/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
| * (fill-minibuffer-function): New function.Richard M. Stallman2006-11-061-2/+13
| | | | | | | | (fill-paragraph): Bind fill-paragraph-function to fill-minibuffer-function.
* | (fill-find-break-point-function-table): Don'tKenichi Handa2006-10-261-23/+31
| | | | | | | | | | | | | | setup it in defvar. (fill-nospace-between-words-table): New variable. (fill-delete-newlines): Check fill-nospace-between-words-table instead of charset property nospcae-between-words.
* | Don't use charset propertyKenichi Handa2006-10-231-18/+15
|/ | | | | | | `fill-find-break-point-function'. (fill-find-break-point-function-table): New variable. (fill-find-break-point): Lookup fill-find-break-point-function-table.
* (adaptive-fill-regexp): Don't match `(1)' or `1.'Richard M. Stallman2006-09-081-1/+2
|
* (fill-single-word-nobreak-p): Allow breaking beforeStefan Monnier2006-09-061-1/+3
| | | | last word, if it's not the end of the paragraph.
* (fill-region-as-paragraph): Refine last change.Stefan Monnier2006-07-091-3/+6
|
* (fill-delete-prefix): Don't ignore excessively long prefixes.Stefan Monnier2006-07-071-17/+21
| | | | | | (fill-region-as-paragraph): Don't round up to a whole line. (fill-comment-paragraph): Don't include the code-before-the-comment when calling fill-region-as-paragraph.
* (colon-double-space): Tighten the safety predicate.Stefan Monnier2006-04-291-1/+1
|
* (colon-double-space): Tighten up a bit the safety predicate.Stefan Monnier2006-04-261-1/+1
|
* * files.el: Move some `safe-local-variable' declarations to theReiner Steib2006-04-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | respective files. * textmodes/ispell.el (ispell-check-comments) (ispell-local-dictionary): Mark as safe. * abbrev.el (abbrev-mode): Mark as safe. * add-log.el (change-log-default-name): Mark as safe. * textmodes/reftex-vars.el (reftex-vref-is-default) (reftex-fref-is-default, reftex-level-indent) (reftex-guess-label-type): Mark as safe. * textmodes/fill.el (colon-double-space): Mark as safe. * textmodes/paragraphs.el (paragraph-start, paragraph-separate) (sentence-end-double-space, sentence-end-without-period) (sentence-end-without-space, sentence-end, sentence-end-base) (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
* 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
| | | | space (instead of space and period) before looking at sentence end.
* (fill-nonuniform-paragraphs): Improve argument/docstring consistency.Juanma Barranquero2005-08-091-11/+11
| | | | | | (canonically-space-region, fill-context-prefix, fill-french-nobreak-p, fill-delete-newlines, fill-comment-paragraph, justify-current-line): "?\ " -> "?\s".
* 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): Use it to avoid guessing absurdly long prefixes. Remove unused vars `start' and `firstline'. (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p. (justify-current-line, fill-individual-paragraphs): Remove unused vars.
* (fill-context-prefix): Try `adaptive-fill-function'Eli Zaretskii2005-06-111-6/+6
| | | | | BEFORE `adaptive-fill-regexp' when determining a fill prefix. (adaptive-file-function): Minor amendment to doc-string.
* Specify missing group (and type, if simple) in defcustom.Juanma Barranquero2005-05-191-1/+2
|