This commit is contained in:
Dave Love 1999-09-29 16:37:29 +00:00
parent 6bf7aab684
commit 615d01824a
26 changed files with 90414 additions and 0 deletions

3247
lisp/ChangeLog.1 Normal file

File diff suppressed because it is too large Load diff

3995
lisp/ChangeLog.2 Normal file

File diff suppressed because it is too large Load diff

12617
lisp/ChangeLog.3 Normal file

File diff suppressed because it is too large Load diff

8939
lisp/ChangeLog.4 Normal file

File diff suppressed because it is too large Load diff

9267
lisp/ChangeLog.5 Normal file

File diff suppressed because it is too large Load diff

8021
lisp/ChangeLog.6 Normal file

File diff suppressed because it is too large Load diff

3524
src/ChangeLog.1 Normal file

File diff suppressed because it is too large Load diff

4780
src/ChangeLog.2 Normal file

File diff suppressed because it is too large Load diff

16533
src/ChangeLog.3 Normal file

File diff suppressed because it is too large Load diff

6903
src/ChangeLog.4 Normal file

File diff suppressed because it is too large Load diff

7145
src/ChangeLog.5 Normal file

File diff suppressed because it is too large Load diff

5363
src/ChangeLog.6 Normal file

File diff suppressed because it is too large Load diff

4
src/bitmaps/README Normal file
View file

@ -0,0 +1,4 @@
This directory contains bitmap files that Emacs uses from
/usr/include/X11/bitmaps. That directory doesn't seem to exist under
VMS.

6
src/bitmaps/cntrpmsk.xbm Normal file
View file

@ -0,0 +1,6 @@
#define cntr_ptrmsk_width 16
#define cntr_ptrmsk_height 16
static unsigned char cntr_ptrmsk_bits[] = {
0xc0, 0x03, 0xc0, 0x03, 0xe0, 0x07, 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f,
0xf8, 0x1f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xdc, 0x3b,
0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03};

8
src/bitmaps/cntrptr.xbm Normal file
View file

@ -0,0 +1,8 @@
#define cntr_ptr_width 16
#define cntr_ptr_height 16
#define cntr_ptr_x_hot 7
#define cntr_ptr_y_hot 1
static unsigned char cntr_ptr_bits[] = {
0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0xc0, 0x03, 0xc0, 0x03, 0xe0, 0x07,
0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0x98, 0x19, 0x88, 0x11, 0x80, 0x01,
0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00};

6
src/bitmaps/crosswv.xbm Normal file
View file

@ -0,0 +1,6 @@
#define cross_weave_width 16
#define cross_weave_height 16
static unsigned char cross_weave_bits[] = {
0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88,
0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22,
0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22};

6
src/bitmaps/dimple1.xbm Normal file
View file

@ -0,0 +1,6 @@
#define dimple1_width 16
#define dimple1_height 16
static unsigned char dimple1_bits[] = {
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};

6
src/bitmaps/dimple3.xbm Normal file
View file

@ -0,0 +1,6 @@
#define dimple3_width 16
#define dimple3_height 16
static unsigned char dimple3_bits[] = {
0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};

4
src/bitmaps/gray.xbm Normal file
View file

@ -0,0 +1,4 @@
#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
0x01, 0x02};

4
src/bitmaps/gray1.xbm Normal file
View file

@ -0,0 +1,4 @@
#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
0x01, 0x02};

4
src/bitmaps/gray3.xbm Normal file
View file

@ -0,0 +1,4 @@
#define gray3_width 4
#define gray3_height 4
static unsigned char gray3_bits[] = {
0x01, 0x00, 0x04, 0x00};

6
src/bitmaps/leftpmsk.xbm Normal file
View file

@ -0,0 +1,6 @@
#define left_ptrmsk_width 16
#define left_ptrmsk_height 16
static unsigned char left_ptrmsk_bits[] = {
0x0c, 0x00, 0x1c, 0x00, 0x3c, 0x00, 0x7c, 0x00, 0xfc, 0x00, 0xfc, 0x01,
0xfc, 0x03, 0xfc, 0x07, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x01, 0xdc, 0x03,
0xcc, 0x03, 0x80, 0x07, 0x80, 0x07, 0x00, 0x03};

8
src/bitmaps/leftptr.xbm Normal file
View file

@ -0,0 +1,8 @@
#define left_ptr_width 16
#define left_ptr_height 16
#define left_ptr_x_hot 3
#define left_ptr_y_hot 1
static unsigned char left_ptr_bits[] = {
0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x38, 0x00, 0x78, 0x00, 0xf8, 0x00,
0xf8, 0x01, 0xf8, 0x03, 0xf8, 0x07, 0xf8, 0x00, 0xd8, 0x00, 0x88, 0x01,
0x80, 0x01, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00};

6
src/bitmaps/rtpmsk.xbm Normal file
View file

@ -0,0 +1,6 @@
#define right_ptrmsk_width 16
#define right_ptrmsk_height 16
static unsigned char right_ptrmsk_bits[] = {
0x00, 0x30, 0x00, 0x38, 0x00, 0x3c, 0x00, 0x3e, 0x00, 0x3f, 0x80, 0x3f,
0xc0, 0x3f, 0xe0, 0x3f, 0xf0, 0x3f, 0xf0, 0x3f, 0x80, 0x3f, 0xc0, 0x3b,
0xc0, 0x33, 0xe0, 0x01, 0xe0, 0x01, 0xc0, 0x00};

8
src/bitmaps/rtptr.xbm Normal file
View file

@ -0,0 +1,8 @@
#define right_ptr_width 16
#define right_ptr_height 16
#define right_ptr_x_hot 12
#define right_ptr_y_hot 1
static unsigned char right_ptr_bits[] = {
0x00, 0x00, 0x00, 0x10, 0x00, 0x18, 0x00, 0x1c, 0x00, 0x1e, 0x00, 0x1f,
0x80, 0x1f, 0xc0, 0x1f, 0xe0, 0x1f, 0x00, 0x1f, 0x00, 0x1b, 0x80, 0x11,
0x80, 0x01, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00};

4
src/bitmaps/stipple.xbm Normal file
View file

@ -0,0 +1,4 @@
#define stipple_width 16
#define stipple_height 4
static unsigned char stipple_bits[] = {
0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};