1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Karl Heuer
2806002f19 Several doc fixes.
(enriched-mode-hook): Renamed from enriched-mode-hooks.
1996-05-15 14:56:35 +00:00
Karl Heuer
a59d908439 (enriched-next-annotation): Delete format call inside message. 1996-01-25 01:02:43 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
09291989dd (enriched-next-annotation): Doc fix. 1995-11-10 18:04:18 +00:00
Richard M. Stallman
be01074898 Comment change. 1995-10-30 17:35:01 +00:00
Richard M. Stallman
5f7781abe9 Comment change. 1995-06-24 04:21:04 +00:00
Richard M. Stallman
a626328fcb (excerpt): Ignore error making `excerpt' italic. 1995-06-24 04:17:57 +00:00
Boris Goldowsky
7865eac640 Change email address for Boris. 1995-06-05 20:43:19 +00:00
Karl Heuer
732be46569 Update copyright. 1995-04-07 01:20:53 +00:00
Boris Goldowsky
ef6fe31be9 (enriched-mode): Use new plist-put and plist-get fns,
change name of default-text-properties var.
1995-03-27 16:02:00 +00:00
Boris Goldowsky
b2f51b2400 Rewrite, many things moved to format.el. 1995-03-17 19:20:02 +00:00
Richard M. Stallman
5f329f439f (enriched-annotation-list): property `hard-newline'
renamed to `hard'.  Justification value `both' renamed `full'.
(enriched-mode): Don't set auto-fill-function, fill-column,
sentence-end-double-space.  Do set use-hard-newlines.
(enriched-delete-indentation): Use delete-to-left-margin and
canonically-space-region.
(enriched-indent-increment): Deleted, use `standard-indent' instead.
(enriched-insert-hard-newline): Deleted, use `newline'.
(enriched-beginning-of-line): Deleted, use `move-to-left-margin'.
(enriched-squeeze-spaces): Deleted, use canonically-space-region.
(enriched-forward-paragraph, enriched-backward-paragraph)
(enriched-open-line, enriched-fill-paragraph, enriched-fill-region)
(enriched-fill-region-as-paragraph, enriched-auto-fill-function)
(enriched-justify-line): Deleted, use standard versions.
(enriched-region-pars, enriched-end-of-paragraph, enriched-unindent)
(enriched-beginning-of-paragraph, enriched-move-to-fill-column)
(enriched-line-length, enriched-indent-line, enriched-indent)
(enriched-aggressive-auto-fill-function, enriched-hard-newline)
(enriched-indent-right, enriched-unindent-right): Deleted.
(enriched-show-codes, enriched-show-margin-codes)
(enriched-show-region-as-code, enriched-nogrow-hook): Commented out.
(enriched-left-margin, enriched-change-left-margin)
(enriched-change-right-margin, enriched-set-left-margin)
(enriched-set-right-margin): Moved to indent.el as current-left-margin,
increase-left/right-margin, set-left-/right-margin.
(enriched-default-justification, enriched-justification)
(enriched-set-justification-*, enriched-fill-column): Moved to
fill.el as default-justification, current-justification,
set-justification-*, current-fill-column.
(enriched-indentation-menu-map, enriched-justification-menu-map):
Moved to facemenu.el as facemenu-indentation-menu,
facemenu-justification-menu.
1995-01-22 16:46:18 +00:00
Boris Goldowsky
60d15bc7d0 (enriched-mode): Add autoload cookie.
(enriched-decode-foreground, -background): Create
faces even if no window system, to prevent multiple warnings.
1994-10-25 14:16:02 +00:00
Boris Goldowsky
2db6c9ecda Don't try to make menu bindings when window-system==nil. 1994-10-24 14:18:32 +00:00
Boris Goldowsky
0122281ab9 Initial revision 1994-10-24 13:54:44 +00:00