Mercurial > emacs
annotate src/sink11mask.h @ 10519:66c7e651194d
(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.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 22 Jan 1995 16:46:18 +0000 |
parents | 3165b2697c78 |
children |
rev | line source |
---|---|
484 | 1 #define sink_mask_width 48 |
2 #define sink_mask_height 48 | |
3 static char sink_mask_bits[] = { | |
4 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
5 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
6 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
7 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
8 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
9 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
10 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
11 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
12 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
13 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
14 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
15 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
16 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
17 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
18 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
19 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
20 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
21 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
22 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
23 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
24 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
25 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
26 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
27 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
28 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
29 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
30 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
31 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
32 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
33 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
34 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
35 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
36 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
37 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
38 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
39 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
40 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
41 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
42 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
43 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
44 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
45 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
46 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
47 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
48 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
49 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
50 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, | |
51 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; |