aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDave Love2000-05-03 17:10:11 +0000
committerDave Love2000-05-03 17:10:11 +0000
commit3281430c429677a2bbcf898cd5cb04db83ae357a (patch)
treebaa51e50a9ef1fd20387b3cf45528645e3a59894 /etc
parent5941622aa7277a17877fc6b4fd6226b16d3514fe (diff)
downloademacs-3281430c429677a2bbcf898cd5cb04db83ae357a.tar.gz
emacs-3281430c429677a2bbcf898cd5cb04db83ae357a.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/letter.xbm5
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 @@
12000-05-03 Dave Love <fx@gnu.org>
2
3 * letter.xbm: New file.
4
12000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> 52000-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
3static 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};