diff options
| author | Dave Love | 2000-05-03 17:10:11 +0000 |
|---|---|---|
| committer | Dave Love | 2000-05-03 17:10:11 +0000 |
| commit | 3281430c429677a2bbcf898cd5cb04db83ae357a (patch) | |
| tree | baa51e50a9ef1fd20387b3cf45528645e3a59894 /etc | |
| parent | 5941622aa7277a17877fc6b4fd6226b16d3514fe (diff) | |
| download | emacs-3281430c429677a2bbcf898cd5cb04db83ae357a.tar.gz emacs-3281430c429677a2bbcf898cd5cb04db83ae357a.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/letter.xbm | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index e01e8518e9d..ee20cbcca70 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-05-03 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * letter.xbm: New file. | ||
| 4 | |||
| 1 | 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5 | 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 2 | 6 | ||
| 3 | * ps-prin0.ps: PostScript level 1 compatibility. | 7 | * ps-prin0.ps: PostScript level 1 compatibility. |
diff --git a/etc/letter.xbm b/etc/letter.xbm new file mode 100644 index 00000000000..d26911d9146 --- /dev/null +++ b/etc/letter.xbm | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #define letter_width 14 | ||
| 2 | #define letter_height 10 | ||
| 3 | static unsigned char letter_bits[] = { | ||
| 4 | 0xff, 0x3f, 0x07, 0x38, 0x09, 0x24, 0x11, 0x22, 0xe1, 0x21, 0xd1, 0x22, | ||
| 5 | 0x09, 0x24, 0x05, 0x28, 0x03, 0x30, 0xff, 0x3f}; | ||