Commit graph

917 commits

Author SHA1 Message Date
Richard M. Stallman
6be72a0b35 (mark-page): Activate the mark. 1993-05-16 15:41:14 +00:00
Eric S. Raymond
9ae11a8907 Installed Aaron Larson's new bibtex.el. See the header comment for
details.
1993-04-28 21:19:21 +00:00
Eric S. Raymond
e4c8c838e9 Removed spurious comment (obsoleted by ;;;###autoload). 1993-04-28 17:08:14 +00:00
Eric S. Raymond
ca9c75792e Completed the package entry point's name change from edit-picture to
picture-mode.
(move-to-column-force, picture-end-of-line): When movement is completed,
scroll horizontally if necessary to make point visible.
(picture-beginning-of-line): New function.  Exists to force horizontal
scrolling if the buffer is wide.
(picture-mode-map): Instead of rebinding common keystrokes, use
substitute-key-definition to remap all keystrokes attached to the
corresponding commands.
1993-04-27 21:59:55 +00:00
Eric S. Raymond
8241d7b92d Doc fixes. Also a few teaks to pacify the byte-compiler. 1993-04-26 05:15:08 +00:00
Eric S. Raymond
2f3067de92 (tex-compilation-parse-errors): Added. At the moment, this would have
to be applied manually.  It's not worth trying to integrate this with
the rest of the mode more tightly until we decide whether and how
compile's interface is going to change away from a closed subsystem.
1993-04-25 06:14:10 +00:00
Eric S. Raymond
31e1d9206b All fsets changed to defaliases. 1993-04-23 06:51:44 +00:00
Richard M. Stallman
65c35dc657 (tc-dissociate): Renamed from tc-kill-association.
Move binding to C-x 6 d.
1993-04-17 04:35:15 +00:00
Richard M. Stallman
e407986c56 (fill-nonuniform-paragraphs): New command. 1993-04-11 04:02:23 +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
Richard M. Stallman
55718e15d6 (fill-individual-paragraphs): When skipping mail headers, skip to a blank line. 1993-03-28 22:56:29 +00:00
Richard M. Stallman
cc1344d5cf Cancel previous change; this version should be identical to version 1.17. 1993-03-28 22:07:36 +00:00
Eric S. Raymond
008d65cfd9 (fill-paragraph, justify-current-line) Now uses the skip-syntax-
forward and backward characters and char-syntax to be smart about
filling syntaxes other than text.

This change was inspired by Richard Caley's fill-para package from LCD,
but the implementation is original.
1993-03-27 01:58:16 +00:00
Eric S. Raymond
d163cf2e76 Added Commentary. 1993-03-26 04:15:05 +00:00
Eric S. Raymond
c91c4e6d7f Added or corrected Commentary section 1993-03-22 22:44:33 +00:00
Eric S. Raymond
d9ecc911ff Added or corrected Commentary headers 1993-03-22 16:53:22 +00:00
Eric S. Raymond
edbd2f74bc Added or corrected Commentary sections 1993-03-22 05:42:35 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Jim Blandy
4f45adda36 * tex-mode.el (tex-send-command): Fix the command sent so that no
blank is inserted when replacing the asterisk with the file name.
1993-03-19 17:38:48 +00:00
Eric S. Raymond
e9571d2a21 Add or correct keywords 1993-03-18 21:29:42 +00:00
Eric S. Raymond
76550a57f9 Add standard library headers. 1993-03-17 17:17:05 +00:00
Jim Blandy
9dfcfbc914 * simple.el (yank, yank-pop): Always return nil; don't rely on
exchange-point-and-mark to return nil.
	* fill.el (justify-current-line): Return nil, to be sure to
	conform with documentation.
1993-03-11 07:05:23 +00:00
Jim Blandy
6f5191a247 * two-column.el: Add autoloads for the functions defined in
tc-mode-map.
1993-02-22 14:16:48 +00:00
Richard M. Stallman
a1ddedc69d Update GPL version. 1993-02-10 07:08:53 +00:00
Jim Blandy
cbbc8d275a * texinfo.el (texinfo-mode): Make page-delimiter buffer-local, and
set it according to texinfo-chapter-level-regexp.
1993-02-01 22:19:52 +00:00
Jim Blandy
817d6535a9 * page-ext.el (next-page): Correctly handle negative page count. 1993-01-14 14:49:17 +00:00
Richard M. Stallman
76a66e5e9f (texinfo-tex-command): Use texi2dvi.
(texinfo-texindex, texinfo-texindex-command): Commented out.
1992-12-30 08:14:01 +00:00
Christopher Zaborsky
1433a22243 Doc fix. 1992-11-10 20:01:10 +00:00
Christopher Zaborsky
d367fa7149 Dox fix. 1992-11-10 19:51:29 +00:00
Christopher Zaborsky
fcec83fbc8 Dox fix. 1992-11-03 21:33:58 +00:00
Christopher Zaborsky
33b4a308e6 Dox fix. 1992-11-03 19:47:32 +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
Richard M. Stallman
e0dad66eef (edit-picture): Run picture-mode-hook. 1992-10-12 04:53:11 +00:00
Richard M. Stallman
89cd98f3ef (fill-paragraph): Don't actually change point before
calling fill-region-as-paragraph.
(fill-region-as-paragraph): Save point on undo list at start.
1992-10-04 04:10:02 +00:00
Richard M. Stallman
3bcbd523b2 Use frame-width instead of screen-width. 1992-09-28 13:02:35 +00:00
Richard M. Stallman
d7c9f762b5 (texinfo-mode): Capitalize the mode name string. 1992-09-21 18:32:59 +00:00
Richard M. Stallman
07f4ea75c3 entered into RCS 1992-09-04 21:51:42 +00:00
Richard M. Stallman
c382a89aa5 entered into RCS 1992-09-01 19:05:09 +00:00
Jim Blandy
7e1dae733a entered into RCS 1992-08-12 12:50:10 +00:00
Jim Blandy
e8a57935cb entered into RCS 1992-08-04 04:15:43 +00:00
Richard M. Stallman
c958d90f6d entered into RCS 1992-07-29 02:27:32 +00:00
Richard M. Stallman
c4fc49b6af entered into RCS 1992-07-26 22:20:40 +00:00
Richard M. Stallman
eb6e989944 *** empty log message *** 1992-07-24 22:37:33 +00:00
Eric S. Raymond
1bd6009347 entered into RCS 1992-07-24 21:00:38 +00:00
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
9750e079dd entered into RCS 1992-07-22 04:22:30 +00:00
Eric S. Raymond
6d74b528d0 *** empty log message *** 1992-07-22 03:58:44 +00:00
Eric S. Raymond
5814274441 entered into RCS 1992-07-22 02:58:48 +00:00
Eric S. Raymond
eea8d4efaf *** empty log message *** 1992-07-22 02:58:21 +00:00