log lisp/textmodes/fill.el @ 13839:d597ac78b00e

age author description
Sun, 24 Dec 1995 23:30:18 +0000 Richard M. Stallman (fill-paragraph-function): Doc fix.
Wed, 13 Dec 1995 02:09:24 +0000 Karl Heuer (fill-context-prefix): Doc fix.
Sat, 18 Nov 1995 16:42:57 +0000 Richard M. Stallman (fill-context-prefix): New arg first-line-regexp.
Fri, 17 Nov 1995 23:32:15 +0000 Richard M. Stallman (fill-region-as-paragraph): Remove redundant "setq from".
Wed, 15 Nov 1995 01:30:28 +0000 Richard M. Stallman (fill-region-as-paragraph): Handle left margin extending to or past
Tue, 14 Nov 1995 23:28:24 +0000 Richard M. Stallman (fill-individual-paragraphs): Advance 1 line in inner loop.
Sat, 11 Nov 1995 05:30:49 +0000 Richard M. Stallman (fill-region-as-paragraph): Since adaptive-fill-regexp
Fri, 10 Nov 1995 17:13:56 +0000 Richard M. Stallman (fill-region-as-paragraph): Use fill-context-prefix.
Wed, 11 Oct 1995 04:59:48 +0000 Richard M. Stallman (adaptive-fill-function): Change defun to defvar.
Wed, 02 Aug 1995 18:36:20 +0000 Richard M. Stallman (fill-region-as-paragraph): Don't find adaptive-fill-regexp
Mon, 17 Jul 1995 22:50:30 +0000 Karl Heuer (canonically-space-region): Doc fix.
Thu, 29 Jun 1995 03:21:26 +0000 Richard M. Stallman (current-fill-column): If fill-column is nil, return nil.
Fri, 14 Apr 1995 18:33:44 +0000 Richard M. Stallman (fill-paragraph, fill-region, fill-nonuniform-paragraphs)
Mon, 10 Apr 1995 08:02:39 +0000 Richard M. Stallman (fill-region-as-paragraph): Undo previous change.
Fri, 07 Apr 1995 23:44:45 +0000 Richard M. Stallman (fill-region): Avoid error on reaching end of buffer.
Fri, 07 Apr 1995 06:02:37 +0000 Richard M. Stallman (fill-region-as-paragraph): If JUSTIFY is non-nil,
Fri, 07 Apr 1995 01:20:53 +0000 Karl Heuer Update copyright.
Sun, 02 Apr 1995 00:11:19 +0000 Richard M. Stallman (fill-region-as-paragraph): Remove fill-prefix first, then remove indentation.
Mon, 13 Mar 1995 06:31:48 +0000 Richard M. Stallman (adaptive-fill-regexp): Skip # or ;.
Mon, 13 Mar 1995 06:26:39 +0000 Richard M. Stallman (adaptive-fill-regexp): Skip #'s and ;'s.
Thu, 23 Feb 1995 18:22:04 +0000 Boris Goldowsky (set-fill-prefix): start from left-margin.
Thu, 02 Feb 1995 19:28:31 +0000 Richard M. Stallman (fill-paragraph): Bind fill-paragraph-function to nil before calling it.
Thu, 02 Feb 1995 09:50:23 +0000 Richard M. Stallman (fill-paragraph-function): New variable.
Wed, 25 Jan 1995 00:05:59 +0000 Richard M. Stallman (justify-current-line): Avoid error comparing fill-prefix
Fri, 20 Jan 1995 23:06:06 +0000 Richard M. Stallman (fill-region-as-paragraph): At end, advance over any newlines
Thu, 19 Jan 1995 04:29:17 +0000 Richard M. Stallman (fill-region-as-paragraph): left-margin renamed to current-left-margin.
Thu, 19 Jan 1995 04:27:15 +0000 Richard M. Stallman (current-justification): Renamed from current-justification. Callers changed.
Thu, 19 Jan 1995 04:20:52 +0000 Richard M. Stallman (set-justification): New function.
Fri, 13 Jan 1995 08:44:26 +0000 Richard M. Stallman (fill-region-as-paragraph): Don't modify newline
Sun, 04 Dec 1994 19:49:21 +0000 Richard M. Stallman (fill-region-as-paragraph): If region starts in mid-line,
Wed, 26 Oct 1994 09:32:04 +0000 Richard M. Stallman (fill-individual-paragraphs): Avoid infinite loop
Sun, 02 Oct 1994 02:23:21 +0000 Richard M. Stallman (fill-region, fill-region-as-paragraph): Fix previous change.
Sat, 01 Oct 1994 07:35:26 +0000 Richard M. Stallman (fill-region, fill-region-as-paragraph):
Fri, 23 Sep 1994 20:46:35 +0000 Richard M. Stallman (justify-current-line): Inherit props when inserting spaces.
Wed, 27 Jul 1994 20:09:22 +0000 Richard M. Stallman (justify-current-line): Delete space at end of line.
Sat, 28 May 1994 08:15:16 +0000 Richard M. Stallman (fill-region-as-paragraph): if left-margin is nonzero,
Tue, 03 May 1994 23:47:06 +0000 Karl Heuer Update copyright.
Fri, 04 Feb 1994 04:45:52 +0000 Richard M. Stallman (sentence-end-double-space): New variable.
Thu, 23 Dec 1993 03:47:45 +0000 Richard M. Stallman (fill-region-as-paragraph): Do allow breaking line at a period
Fri, 12 Nov 1993 23:35:39 +0000 Richard M. Stallman (fill-individual-paragraphs): Fix skipping headers of yanked message.
Mon, 02 Aug 1993 05:55:56 +0000 Richard M. Stallman (fill-region-as-paragraph): When we take one word
Fri, 30 Jul 1993 07:01:23 +0000 Richard M. Stallman (fill-region-as-paragraph): Move misplaced paren
Sun, 11 Apr 1993 04:02:23 +0000 Richard M. Stallman (fill-nonuniform-paragraphs): New command.
Sun, 28 Mar 1993 22:56:29 +0000 Richard M. Stallman (fill-individual-paragraphs): When skipping mail headers, skip to a blank line.
Sun, 28 Mar 1993 22:07:36 +0000 Richard M. Stallman Cancel previous change; this version should be identical to version 1.17.
Sat, 27 Mar 1993 01:58:16 +0000 Eric S. Raymond (fill-paragraph, justify-current-line) Now uses the skip-syntax-
Mon, 22 Mar 1993 03:27:18 +0000 Eric S. Raymond Added or corrected Commentary sections
Thu, 11 Mar 1993 07:05:23 +0000 Jim Blandy * simple.el (yank, yank-pop): Always return nil; don't rely on
Sun, 04 Oct 1992 04:10:02 +0000 Richard M. Stallman (fill-paragraph): Don't actually change point before
Tue, 01 Sep 1992 19:05:09 +0000 Richard M. Stallman entered into RCS
Wed, 22 Jul 1992 04:22:42 +0000 Eric S. Raymond *** empty log message ***
Sun, 19 Jul 1992 16:46:51 +0000 Richard M. Stallman *** empty log message ***
Fri, 17 Jul 1992 08:15:29 +0000 Eric S. Raymond *** empty log message ***
Thu, 16 Jul 1992 21:47:34 +0000 Eric S. Raymond *** empty log message ***
Tue, 30 Jun 1992 13:54:21 +0000 Jim Blandy *** empty log message ***
Wed, 24 Jun 1992 22:42:10 +0000 Richard M. Stallman *** empty log message ***
Mon, 22 Jun 1992 01:29:50 +0000 Richard M. Stallman *** empty log message ***
Tue, 02 Jun 1992 02:33:00 +0000 Richard M. Stallman *** empty log message ***
Sat, 30 May 1992 23:54:21 +0000 Eric S. Raymond *** empty log message ***
Sun, 10 May 1992 18:15:10 +0000 Jim Blandy *** empty log message ***