1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

42 Commits

Author SHA1 Message Date
Karl Heuer
a994501e32 (use-hard-newlines): Doc fix. 1998-09-13 03:41:13 +00:00
Dave Love
9181be6961 (use-hard-newlines): Doc fix. 1998-09-09 19:59:31 +00:00
Richard M. Stallman
eeb0f32736 (forward-paragraph): Fix the logic for handling beginning of buffer
in the "no fill-prefix" case.
1998-08-08 21:31:12 +00:00
Richard M. Stallman
bde0f7ca6e (use-hard-newlines): Un-customized. 1997-08-25 17:06:01 +00:00
Richard M. Stallman
e45502331b Customized. 1997-08-22 21:59:21 +00:00
Richard M. Stallman
c4ac30da67 (forward-paragraph): Fix editing error
in the updating of paragraph-separate.
1997-04-26 19:20:00 +00:00
Richard M. Stallman
94d63a2336 (forward-paragraph, backward-paragraph): Doc fixes. 1996-12-26 22:43:17 +00:00
Richard M. Stallman
d7fa5aa239 Change defconsts to defvars. 1996-12-16 01:33:02 +00:00
Richard M. Stallman
b53ce41df6 (forward-paragraph): Don't ever move forward again across a line if we
stopped there because it doesn't start with the fill prefix.
1996-09-25 07:20:19 +00:00
Richard M. Stallman
312cac0ecc Add 1996 to copyright notice. 1996-09-01 03:30:37 +00:00
Richard M. Stallman
965eb84afd (use-hard-newlines): New minor mode function.
Existing variable gets doc fix.
1996-09-01 03:24:55 +00:00
Richard M. Stallman
88c2fc2c6e (forward-paragraph): Comment change. 1996-01-26 19:47:15 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
4669fb3c76 (forward-paragraph): Don't overlook a paragraph-start
line just because it ends at eob.
1995-08-08 08:12:07 +00:00
Richard M. Stallman
2be0173802 (forward-paragraph): Don't move back over a line
before the paragraph which doesn't start with fill-prefix unless
that is the only line we've moved over.
1995-07-29 23:56:17 +00:00
Karl Heuer
f8c25f1b67 Update copyright. 1995-04-07 02:21:52 +00:00
Boris Goldowsky
55cc56775b (paragraph-start, paragraph-separate): Default values no longer start
with ^. Doc fix.
(use-hard-newlines): Moved here from cmds.c.  Made buffer-local.  Doc fix.
(looking-at-hard): Deleted, not needed.
(forward-paragraph): Removes ^ from beginning of regexps, if
required.  Look for paragraph-start and paragraph-separate at
left-margin, not BOL.  Lines with just left-margin indentation are
treated like blank lines.
1995-03-01 15:21:11 +00:00
Richard M. Stallman
650f194c5a (forward-paragraph): Fix end-of-buffer bug. 1995-01-19 04:02:06 +00:00
Richard M. Stallman
a37669ece7 (forward-paragraph): Notice use-hard-newlines value.
(looking-at-hard): New function.
(paragraph-start, paragraph-separate): Doc fix.
1995-01-13 08:44:43 +00:00
Richard M. Stallman
b0e1e38fa9 (backward-kill-sentence): Work in read-only buffers.
(kill-sentence): Work in read-only buffers.
1994-09-28 04:46:02 +00:00
Karl Heuer
8f1204db34 Update copyright. 1994-05-03 23:47:06 +00:00
Richard M. Stallman
8d6eaa007a (kill-paragraph): Don't use save-excursion.
(backward-kill-paragraph): Likewise.
(kill-sentence, backward-kill-sentence): Likewise.
1994-04-24 05:44:56 +00:00
Richard M. Stallman
85de16120a (forward-paragraph): Doc fix. 1994-01-21 16:30:21 +00:00
Richard M. Stallman
8a2a4ced7a (forward-paragraph): If moving back we find nothing
but separator lines till buffer beg, just stay there.
Exit outer loop if at beg or end of buffer.
1994-01-16 19:05:39 +00:00
Richard M. Stallman
1f2007b343 (paragraph-start): Doc fix. 1993-08-12 08:09:00 +00:00
Richard M. Stallman
a524dc5bcd (mark-end-of-sentence): Activate the mark. 1993-05-16 15:50:13 +00:00
Richard M. Stallman
0b108c0173 (mark-paragraph): Activate the mark. 1993-05-16 15:48:45 +00:00
Jim Blandy
51534471f6 Sat Apr 10 00:39:29 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu)
* paragraphs.el (sentence-end, forward-sentence): Doc fixes.
1993-04-10 06:21:16 +00:00
Eric S. Raymond
edbd2f74bc Added or corrected Commentary sections 1993-03-22 05:42:35 +00:00
Richard M. Stallman
7270bdb0d6 (backward-kill-sentence): Fix typo in last change. 1992-10-21 04:54:45 +00:00
Richard M. Stallman
2247b0fc58 (kill-sentence, backward-kill-sentence):
(kill-paragraph, backward-kill-paragraph):
Don't change point before calling kill-region.
1992-10-18 22:56:00 +00:00
Eric S. Raymond
9750e079dd entered into RCS 1992-07-22 04:22:30 +00:00
Eric S. Raymond
d7b4d18fd4 *** empty log message *** 1992-07-17 20:24:00 +00:00
Roland McGrath
29add8b9a4 *** empty log message *** 1992-07-16 21:46:14 +00:00
Eric S. Raymond
4821e2af02 *** empty log message *** 1992-07-15 23:29:10 +00:00
Jim Blandy
e5d77022e8 *** empty log message *** 1992-06-30 13:54:21 +00:00
Eric S. Raymond
6594deb0dc *** empty log message *** 1992-05-30 22:12:04 +00:00
Jim Blandy
6503cec349 *** empty log message *** 1991-05-13 22:05:14 +00:00
Roland McGrath
77176e7388 *** empty log message *** 1991-05-11 18:07:11 +00:00
Brian Preble
23b34992e1 *** empty log message *** 1991-04-10 16:41:54 +00:00
Richard M. Stallman
b4e6c391d8 *** empty log message *** 1990-06-27 18:35:14 +00:00
Joseph Arceneaux
a2535589a9 Initial revision 1989-10-31 16:00:07 +00:00