1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Karl Heuer
0a3e74cee4 (enriched-mode): Make var permanent-local. 1999-03-09 22:11:59 +00:00
Richard M. Stallman
83e94c97e0 (enriched-decode-foreground, enriched-decode-background):
Test of facemenu-get-face return value no longer needed.
1997-09-02 19:58:56 +00:00
Richard M. Stallman
8d86541f8d (fixed, excerpt): Define with defface. No longer
queries X server to find a "fixed" font; that was too slow and
didn't work for everyone.
1997-07-21 19:06:57 +00:00
Richard M. Stallman
20f0de751d Add defgroup; use defcustom for user vars. 1997-04-12 20:20:55 +00:00
Richard M. Stallman
7ddb552454 (enriched-decode-foreground, enriched-decode-background):
Make COLOR arg optional.  Fix error messages.
1997-03-22 03:41:43 +00:00
Richard M. Stallman
312cac0ecc Add 1996 to copyright notice. 1996-09-01 03:30:37 +00:00
Richard M. Stallman
8b91400357 Don't fill based on window width.
Don't require facemenu; it's preloaded if applicable.

(enriched-default-right-margin, enriched-fill-after-visiting)
(enriched-text-width): Variables deleted.

(enriched-text-width): Function deleted.

(enriched-initial-annotation): Use `fill-column' rather than
enriched-text-width.

(enriched-mode): Use `add-to-list'.  Turn use-hard-newlines on by
calling function, not setting variable.

(enriched-encode): New argument ORIG-BUF; evaluate
enriched-initial-annotation in that buffer.

(enriched-decode): Turn on use-hard-newlines with function.  Use new
`set-hard-newline-properties' function.  Set fill-column from
File-Width header; re-fill paragraphs only if there is no File-Width
header.
1996-09-01 03:28:43 +00:00
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