| Commit message (Expand) | Author | Age | Files | Lines |
* | (canonically-space-region): Make the second arg | Stefan Monnier | 2007-05-25 | 1 | -0/+5 |
* | (fill-paragraph): Doc fix. | Eli Zaretskii | 2007-04-28 | 1 | -1/+3 |
* | (fill-move-to-break-point): Don't inhibit | Stefan Monnier | 2007-04-20 | 1 | -1/+0 |
* | Revert last change. | Chong Yidong | 2007-04-20 | 1 | -0/+1 |
* | (fill-move-to-break-point): Don't bind fill-nobreak-predicate. | Chong Yidong | 2007-04-20 | 1 | -1/+0 |
* | (fill-paragraph-function): Doc fix. | Richard M. Stallman | 2007-01-28 | 1 | -3/+5 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (fill-region): Doc fix. | Juanma Barranquero | 2007-01-10 | 1 | -8/+8 |
* | (fill-comment-paragraph): Improve comment. | Stefan Monnier | 2007-01-07 | 1 | -12/+16 |
* | (fill-comment-paragraph): Document 2006-12-24 change. | Michaël Cadilhac | 2006-12-29 | 1 | -3/+5 |
* | (fill-paragraph): Check for a minibuffer | Richard M. Stallman | 2006-12-26 | 1 | -1/+1 |
* | (fill-comment-paragraph): Prevent the use of an optimized comment regexp if | Michaël Cadilhac | 2006-12-24 | 1 | -1/+1 |
* | (fill-minibuffer-function): New function. | Richard M. Stallman | 2006-11-06 | 1 | -2/+13 |
* | (adaptive-fill-regexp): Don't match `(1)' or `1.' | Richard M. Stallman | 2006-09-08 | 1 | -1/+2 |
* | (fill-single-word-nobreak-p): Allow breaking before | Stefan Monnier | 2006-09-06 | 1 | -1/+3 |
* | (fill-region-as-paragraph): Refine last change. | Stefan Monnier | 2006-07-09 | 1 | -3/+6 |
* | (fill-delete-prefix): Don't ignore excessively long prefixes. | Stefan Monnier | 2006-07-07 | 1 | -17/+21 |
* | (colon-double-space): Tighten the safety predicate. | Stefan Monnier | 2006-04-29 | 1 | -1/+1 |
* | (colon-double-space): Tighten up a bit the safety predicate. | Stefan Monnier | 2006-04-26 | 1 | -1/+1 |
* | * files.el: Move some `safe-local-variable' declarations to the | Reiner Steib | 2006-04-06 | 1 | -0/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (fill-single-word-nobreak-p): Use `sentence-end'. | Juri Linkov | 2005-12-30 | 1 | -2/+3 |
* | (fill-nobreak-p): Fix first two rules to skip backward only | Juri Linkov | 2005-10-21 | 1 | -5/+6 |
* | (fill-nonuniform-paragraphs): Improve argument/docstring consistency. | Juanma Barranquero | 2005-08-09 | 1 | -11/+11 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (fill-match-adaptive-prefix): New function. | Stefan Monnier | 2005-06-13 | 1 | -48/+46 |
* | (fill-context-prefix): Try `adaptive-fill-function' | Eli Zaretskii | 2005-06-11 | 1 | -6/+6 |
* | Specify missing group (and type, if simple) in defcustom. | Juanma Barranquero | 2005-05-19 | 1 | -1/+2 |
* | (fill-text-properties-at): New function. | Kenichi Handa | 2005-03-31 | 1 | -1/+12 |
* | Change encoding to iso-2022-7bit and add coding: tag. | Kenichi Handa | 2005-03-11 | 1 | -4/+4 |
* | (fill-comment-paragraph): Handle indent-tabs-mode. | Richard M. Stallman | 2004-07-20 | 1 | -1/+6 |
* | (canonically-space-region, fill-nobreak-p, fill-delete-newlines): | Juri Linkov | 2004-04-18 | 1 | -5/+5 |
* | (fill-comment-paragraph): Obey indent-tabs-mode. | Stefan Monnier | 2004-04-04 | 1 | -3/+7 |
* | (fill): Fix Info link. | Juri Linkov | 2004-03-25 | 1 | -1/+1 |
* | (fill) <defgroup>: Move from cus-edit.el. | Stefan Monnier | 2004-03-08 | 1 | -12/+23 |
* | (fill-comment-paragraph): Be more careful when | Stefan Monnier | 2004-03-04 | 1 | -1/+5 |
* | (fill-paragraph): Don't check comment-start-skip, | Stefan Monnier | 2004-03-02 | 1 | -2/+2 |
* | (fill-delete-newlines): Don't add a space if a | Kenichi Handa | 2004-01-27 | 1 | -1/+5 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | (fill-comment-paragraph): Construct a regexp | Stefan Monnier | 2003-07-22 | 1 | -2/+13 |
* | (text-property-default-nonsticky): Add fill-space. | Stefan Monnier | 2003-04-30 | 1 | -18/+24 |
* | (fill-region-as-paragraph): Fix "last line goes to fill-column+1" problem. | Stefan Monnier | 2003-04-21 | 1 | -1/+2 |
* | (fill-delete-newlines): Don't delete past TO. | Stefan Monnier | 2003-04-04 | 1 | -1/+1 |
* | (fill-paragraph): Don't skip prefix now that markers work right. | Stefan Monnier | 2003-04-04 | 1 | -3/+0 |
* | (fill-delete-newlines): Remove trailing whitespace. | Stefan Monnier | 2003-04-04 | 1 | -1/+4 |
* | (fill-newline): Don't leave markers before the prefix. | Stefan Monnier | 2003-04-03 | 1 | -3/+4 |
* | (fill-delete-newlines): Don't add a trailing space. | Stefan Monnier | 2003-04-02 | 1 | -4/+1 |
* | (fill-region-as-paragraph): Remove obsolete `save-restriction'. | Stefan Monnier | 2003-04-02 | 1 | -66/+56 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -24/+24 |