[comp.sources.sun] v02i007: calentool - patch level 6, Part 1/1

mcgrew@dartagnan.rutgers.edu (Charles Mcgrew) (01/10/90)

Submitted-by: Bill Randle <billr@saab.cna.tek.com>
Posting-number: Volume 2, Issue 7
Archive-name: calentool/patch6


	[This is a quick turn patch to fix the two bugs that have
	 been discovered in calentool 2.1p5. It also includes a
	 patch for the "world" dates file and a new copy of the
	 "space" dates file (the diff would be > the original).
	 Use "patch -p <patches06" to apply the patch file.
	 The versions on saab, titan and uunet will be updated
	 when I get a chance. I'll also put a copy of this file
	 there.  -br]

[ Note: Do patchlevel 5 (4 parts) before patchlevel 6.  I encountered
  some slight trouble with patchlevel 6, but decidedly minor.  -CWM]

#! /bin/sh
# This is a shell archive.  Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file".  To overwrite existing
# files, type "sh file -c".  You can also feed this as standard input via
# unshar, or by typing "sh <file", e.g..  If this archive is complete, you
# will see the following message at the end:
#		"End of shell archive."
# Contents:  patches06 dates/space
# Wrapped by billr@saab on Thu Jan  4 15:10:27 1990
PATH=/bin:/usr/bin:/usr/ucb ; export PATH
if test -f 'patches06' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'patches06'\"
else
echo shar: Extracting \"'patches06'\" \(15111 characters\)
sed "s/^X//" >'patches06' <<'END_OF_FILE'
X*** /tmp/,RCSt1a14217	Thu Jan  4 14:29:02 1990
X--- Makefile	Thu Jan  4 14:28:40 1990
X***************
X*** 1,4
X! # $Header: Makefile,v 2.4 89/12/19 12:25:42 billr Exp $
X  #
X  #DATELIB_DIR  Directory containing the Date Library
X  #PRINT_CMD    Command to send postscript to appropriate printer
X
X--- 1,4 -----
X! # $Header: Makefile,v 2.5 90/01/04 14:28:28 billr Exp $
X  #
X  #DATELIB_DIR  Directory containing the Date Library
X  #PRINT_CMD    Command to send postscript to appropriate printer
X***************
X*** 34,39
X  
X  CC = cc
X  DEFINES=  #-DDATELIB_DIR=\"./dates\" -DSTART_HOUR=7 -DEND_HOUR=19 -DSTART_YEAR=88
X  CFLAGS=	-g ${DEFINES}
X  CC_CFLAGS = ${CFLAGS} -DCALENCHECK
X  LIBS=	-lsuntool -lsunwindow -lpixrect -lm
X
X--- 34,41 -----
X  
X  CC = cc
X  DEFINES=  #-DDATELIB_DIR=\"./dates\" -DSTART_HOUR=7 -DEND_HOUR=19 -DSTART_YEAR=88
X+ # Warning: SunOS 4.x: Using -O[n] on "wpaint.c" causes the week display
X+ # to not work properly. Other files seem to compile OK with -O[1-4].
X  CFLAGS=	-g ${DEFINES}
X  CC_CFLAGS = ${CFLAGS} -DCALENCHECK
X  LIBS=	-lsuntool -lsunwindow -lpixrect -lm
X*** /tmp/,RCSt1a14398	Thu Jan  4 15:09:36 1990
X--- PATCHLOG	Thu Jan  4 15:09:06 1990
X***************
X*** 1,4
X! # $Header: PATCHLOG,v 2.6 89/12/15 17:13:23 billr Exp $
X  
X  #$Log:	PATCHLOG,v $
X  # Revision 2.6  89/12/15  17:13:23  billr
X
X--- 1,4 -----
X! # $Header: PATCHLOG,v 2.7 90/01/04 15:08:48 billr Exp $
X  
X  #$Log:	PATCHLOG,v $
X  # Revision 2.7  90/01/04  15:08:48  billr
X***************
X*** 1,6
X  # $Header: PATCHLOG,v 2.6 89/12/15 17:13:23 billr Exp $
X  
X  #$Log:	PATCHLOG,v $
X  # Revision 2.6  89/12/15  17:13:23  billr
X  # Patchlevel 5 of calentool fixes the following bugs and adds features:
X  # 
X
X--- 1,21 -----
X  # $Header: PATCHLOG,v 2.7 90/01/04 15:08:48 billr Exp $
X  
X  #$Log:	PATCHLOG,v $
X+ # Revision 2.7  90/01/04  15:08:48  billr
X+ # Patchlevel 6 of calentool fixes the following bugs:
X+ # 
X+ #===========
X+ #Bugs Fixed:
X+ #===========
X+ #Fix bug where holidays are not shown in the day display if there
X+ #	are no regular appointments for that day. <smb@research.att.com>,
X+ #	<phil@grumpy.cgrg.ohio-state.edu>
X+ #Fix bug that caused the year display to be off by one on its display.
X+ #	<seamans@seaimage@nlm.nih.gov>, <shen@burma.crd.ge.COM>
X+ #Fixed typos in the world and space date files. <rodgers@maxwell.mmwb.ucsf.edu>
X+ #Added a warning to the Makefile regarding optimizing the "wpaint.c" file.
X+ #	<seamans@seaimage@nlm.nih.gov>
X+ #
X  # Revision 2.6  89/12/15  17:13:23  billr
X  # Patchlevel 5 of calentool fixes the following bugs and adds features:
X  # 
X*** /tmp/,RCSt1a14237	Thu Jan  4 14:31:04 1990
X--- dpaint.c	Thu Jan  4 14:30:43 1990
X***************
X*** 1,5
X  /*
X!  * $Header: dpaint.c,v 2.4 89/12/15 17:17:25 billr Exp $
X   */
X  /*
X   * dpaint.c
X
X--- 1,5 -----
X  /*
X!  * $Header: dpaint.c,v 2.5 90/01/04 14:30:12 billr Exp $
X   */
X  /*
X   * dpaint.c
X***************
X*** 224,230
X  	 * First check to see if the user has selected any holiday
X  	 * options and add them in.
X  	 */
X! 	if (a_dates(&appt, holiday_a))
X  		add_note(&appt);
X  	if (c_dates(&appt, holiday_c))
X  		add_note(&appt);
X
X--- 224,231 -----
X  	 * First check to see if the user has selected any holiday
X  	 * options and add them in.
X  	 */
X! 	if (a_dates(&appt, holiday_a)) {
X! 		some_appt |= (holiday_a == 1 ? SOME_MKNOTES : SOME_NOTES);
X  		add_note(&appt);
X  	}
X  	if (c_dates(&appt, holiday_c)) {
X***************
X*** 226,232
X  	 */
X  	if (a_dates(&appt, holiday_a))
X  		add_note(&appt);
X! 	if (c_dates(&appt, holiday_c))
X  		add_note(&appt);
X  	working(FALSE);
X  	if (i = i_dates(&appt, holiday_i))
X
X--- 227,235 -----
X  	if (a_dates(&appt, holiday_a)) {
X  		some_appt |= (holiday_a == 1 ? SOME_MKNOTES : SOME_NOTES);
X  		add_note(&appt);
X! 	}
X! 	if (c_dates(&appt, holiday_c)) {
X! 		some_appt |= (holiday_c == 1 ? SOME_MKNOTES : SOME_NOTES);
X  		add_note(&appt);
X  	}
X  	working(FALSE);
X***************
X*** 228,233
X  		add_note(&appt);
X  	if (c_dates(&appt, holiday_c))
X  		add_note(&appt);
X  	working(FALSE);
X  	if (i = i_dates(&appt, holiday_i))
X  		if (i == 2) {
X
X--- 231,237 -----
X  	if (c_dates(&appt, holiday_c)) {
X  		some_appt |= (holiday_c == 1 ? SOME_MKNOTES : SOME_NOTES);
X  		add_note(&appt);
X+ 	}
X  	working(FALSE);
X  	if (i = i_dates(&appt, holiday_i))
X  		if (i == 2) {
X***************
X*** 240,246
X  			/* now second half of string in the next note */
X  			strcpy(appt.str, &buf[(int)(sptr-appt.str)+1]);
X  			add_note(&appt);
X! 		} else
X  			add_note(&appt);
X  	working(TRUE);
X  	if (j_dates(&appt, holiday_j))
X
X--- 244,252 -----
X  			/* now second half of string in the next note */
X  			strcpy(appt.str, &buf[(int)(sptr-appt.str)+1]);
X  			add_note(&appt);
X! 			some_appt |= (holiday_i == 1 ? SOME_MKNOTES : SOME_NOTES);
X! 		} else {
X! 			some_appt |= (holiday_i == 1 ? SOME_MKNOTES : SOME_NOTES);
X  			add_note(&appt);
X  		}
X  	working(TRUE);
X***************
X*** 242,247
X  			add_note(&appt);
X  		} else
X  			add_note(&appt);
X  	working(TRUE);
X  	if (j_dates(&appt, holiday_j))
X  		add_note(&appt);
X
X--- 248,254 -----
X  		} else {
X  			some_appt |= (holiday_i == 1 ? SOME_MKNOTES : SOME_NOTES);
X  			add_note(&appt);
X+ 		}
X  	working(TRUE);
X  	if (j_dates(&appt, holiday_j)) {
X  		some_appt |= (holiday_j == 1 ? SOME_MKNOTES : SOME_NOTES);
X***************
X*** 243,249
X  		} else
X  			add_note(&appt);
X  	working(TRUE);
X! 	if (j_dates(&appt, holiday_j))
X  		add_note(&appt);
X  	if (s_dates(&appt, holiday_s))
X  		add_note(&appt);
X
X--- 250,257 -----
X  			add_note(&appt);
X  		}
X  	working(TRUE);
X! 	if (j_dates(&appt, holiday_j)) {
X! 		some_appt |= (holiday_j == 1 ? SOME_MKNOTES : SOME_NOTES);
X  		add_note(&appt);
X  	}
X  	if (s_dates(&appt, holiday_s)) {
X***************
X*** 245,251
X  	working(TRUE);
X  	if (j_dates(&appt, holiday_j))
X  		add_note(&appt);
X! 	if (s_dates(&appt, holiday_s))
X  		add_note(&appt);
X  #endif
X  			
X
X--- 253,261 -----
X  	if (j_dates(&appt, holiday_j)) {
X  		some_appt |= (holiday_j == 1 ? SOME_MKNOTES : SOME_NOTES);
X  		add_note(&appt);
X! 	}
X! 	if (s_dates(&appt, holiday_s)) {
X! 		some_appt |= (holiday_s == 1 ? SOME_MKNOTES : SOME_NOTES);
X  		add_note(&appt);
X  	}
X  #endif
X***************
X*** 247,252
X  		add_note(&appt);
X  	if (s_dates(&appt, holiday_s))
X  		add_note(&appt);
X  #endif
X  			
X  	/*
X
X--- 257,263 -----
X  	if (s_dates(&appt, holiday_s)) {
X  		some_appt |= (holiday_s == 1 ? SOME_MKNOTES : SOME_NOTES);
X  		add_note(&appt);
X+ 	}
X  #endif
X  			
X  	/*
X*** /tmp/,RCSt1a14252	Thu Jan  4 14:32:26 1990
X--- patchlevel.h	Thu Jan  4 14:31:58 1990
X***************
X*** 1,5
X  /*
X!  * $Header: patchlevel.h,v 2.6 89/12/15 17:18:00 billr Exp $
X   */
X  /*
X   * patchlevel.h - current patchlevel of calentool program
X
X--- 1,5 -----
X  /*
X!  * $Header: patchlevel.h,v 2.7 90/01/04 14:31:42 billr Exp $
X   */
X  /*
X   * patchlevel.h - current patchlevel of calentool program
X***************
X*** 5,8
X   * patchlevel.h - current patchlevel of calentool program
X   */
X  
X! #define PATCHLEVEL	5
X
X--- 5,8 -----
X   * patchlevel.h - current patchlevel of calentool program
X   */
X  
X! #define PATCHLEVEL	6
X*** /tmp/,RCSt1a14262	Thu Jan  4 14:33:27 1990
X--- version.c	Thu Jan  4 14:33:10 1990
X***************
X*** 1,5
X  /*
X!  * $Header: version.c,v 2.6 89/12/15 17:18:32 billr Exp $
X   */
X  /*
X   * version.c - current version of calentool program
X
X--- 1,5 -----
X  /*
X!  * $Header: version.c,v 2.7 90/01/04 14:33:02 billr Exp $
X   */
X  /*
X   * version.c - current version of calentool program
X***************
X*** 24,27
X   * notice remains intact.
X   */
X  
X! char version[] = "Calendar Tool V2.1p5";
X
X--- 24,27 -----
X   * notice remains intact.
X   */
X  
X! char version[] = "Calendar Tool V2.1p6";
X*** /tmp/,RCSt1a14267	Thu Jan  4 14:34:09 1990
X--- ypaint.c	Thu Jan  4 14:29:46 1990
X***************
X*** 1,5
X  /*
X!  * $Header: ypaint.c,v 2.2 89/12/15 17:18:43 billr Exp $
X   */
X  /*
X   * ypaint.c
X
X--- 1,5 -----
X  /*
X!  * $Header: ypaint.c,v 2.3 90/01/04 14:29:27 billr Exp $
X   */
X  /*
X   * ypaint.c
X***************
X*** 33,39
X  {
X  	int monthnr, daynr, boxnr, i, j, k, thismonth;
X  	int row, col, x, y;
X! 	int busy_today[366], startbox, nrdays, yrday, extra_days;
X  	char title[5], c[3], buf[100];
X  	Rect *rect;
X  	struct tm Save;
X
X--- 33,39 -----
X  {
X  	int monthnr, daynr, boxnr, i, j, k, thismonth;
X  	int row, col, x, y;
X! 	int busy_today[367], startbox, nrdays, yrday, extra_days;
X  	char title[5], c[3], buf[100];
X  	Rect *rect;
X  	struct tm Save;
X***************
X*** 61,67
X  	print_button(TRUE);
X  
X  	/* Which days have appointments? */
X! 	for (i=0; i<dysize(current.tm_year + 1900); i++)
X  		busy_today[i] = 0;
X  	Save = current;
X  	current.tm_mon = JAN;
X
X--- 61,67 -----
X  	print_button(TRUE);
X  
X  	/* Which days have appointments? */
X! 	for (i=1; i<=dysize(current.tm_year + 1900); i++)
X  		busy_today[i] = 0;
X  	Save = current;
X  	current.tm_mon = JAN;
X***************
X*** 187,193
X  	 * check to see if the user has selected any holiday
X  	 * options and add them in.
X  	 */
X! 	for (i=0; i<dysize(current.tm_year + 1900); i++) {
X  		working(TRUE);
X  		if (holiday_a == 1 && a_dates(&appt, holiday_a))
X  			busy_today[i]++;
X
X--- 187,193 -----
X  	 * check to see if the user has selected any holiday
X  	 * options and add them in.
X  	 */
X! 	for (i=1; i<=dysize(current.tm_year + 1900); i++) {
X  		working(TRUE);
X  		if (holiday_a == 1 && a_dates(&appt, holiday_a))
X  			busy_today[i]++;
X***************
X*** 228,234
X  
X  	/* draw months */
X  	monthnr = 0;
X! 	yrday = 0;
X  	extra_days = 0;
X  	if (monday_first) {
X  		if (First.tm_wday == SUN)
X
X--- 228,234 -----
X  
X  	/* draw months */
X  	monthnr = 0;
X! 	yrday = 1;
X  	extra_days = 0;
X  	if (monday_first) {
X  		if (First.tm_wday == SUN)
X*** /tmp/,RCSt1a13496	Thu Jan  4 10:24:27 1990
X--- dates/world	Thu Jan  4 10:23:34 1990
X***************
X*** 1,5
X  # CalenTool V2 - DO NOT REMOVE THIS LINE
X! # $Header: world,v 2.3 89/12/18 17:14:00 billr Exp $
X  # Special days file for calentool (rel 2.1); modified from network posting by
X  # RPC Rodgers, UCSF, Nov. 1988
X  # Various holidays commemorated around the world (non-US and Canadian)
X
X--- 1,5 -----
X  # CalenTool V2 - DO NOT REMOVE THIS LINE
X! # $Header: world,v 2.4 90/01/04 10:23:23 billr Exp $
X  # Special days file for calentool (rel 2.1); modified from network posting by
X  # RPC Rodgers, UCSF, Nov. 1988
X  # Various holidays commemorated around the world (non-US and Canadian)
X***************
X*** 41,47
X  ** 01 23 99 99 00 Feast of St. Ildefonsus
X  ** 01 24 99 99 00 Economic Liberation Day (Togo)
X  ** 01 26 99 99 00 Republic Day (India)
X! ** 01 26 99 99 00 Australia Day (Australia)
X  ** 02 01 99 99 00 Chinese New Year Holiday (3 days) (Taiwan)
X  ** 02 03 99 99 00 Setsubun, Change of Season or "Bean Throwing Night" (Japan)
X  ** 02 04 99 99 00 Independence Commemoration Day (Sri Lanka)
X
X--- 41,47 -----
X  ** 01 23 99 99 00 Feast of St. Ildefonsus
X  ** 01 24 99 99 00 Economic Liberation Day (Togo)
X  ** 01 26 99 99 00 Republic Day (India)
X! ** 01 26 99 99 00 Australia Day; observed on nearest Monday (Australia)
X  ** 02 01 99 99 00 Chinese New Year Holiday (3 days) (Taiwan)
X  ** 02 03 99 99 00 Setsubun, Change of Season or "Bean Throwing Night" (Japan)
X  ** 02 04 99 99 00 Independence Commemoration Day (Sri Lanka)
X***************
X*** 358,365
X  ** 09 24 99 99 00 Republic Day (Trinidad, Tobago)
X  ** 09 25 99 99 00 Army Day (Mozambique)
X  ** 09 25 99 99 00 Referendum Day (Rwanda)
X! ** 09 26 99 99 00 National Day (Maldives, Yemen Deomcratic Republic)
X! ** 09 26 99 99 00 Revolution Anniversary Day (Yemen Arab)
X  ** 09 27 99 99 00 Feast of Finding the True Cross (Ethiopia)
X  ** 09 28 99 99 00 Confucious' Day (Taiwan)
X  ** 09 29 99 99 00 Battle of Boqueron (Paraquay)
X
X--- 358,365 -----
X  ** 09 24 99 99 00 Republic Day (Trinidad, Tobago)
X  ** 09 25 99 99 00 Army Day (Mozambique)
X  ** 09 25 99 99 00 Referendum Day (Rwanda)
X! ** 09 26 99 99 00 National Day (Maldives, Yemen Democratic Republic)
X! ** 09 26 99 99 00 Revolution Anniversary Day (Yemen Arab Republic)
X  ** 09 27 99 99 00 Feast of Finding the True Cross (Ethiopia)
X  ** 09 28 99 99 00 Confucious' Day (Taiwan)
X  ** 09 29 99 99 00 Battle of Boqueron (Paraquay)
X***************
X*** 364,369
X  ** 09 28 99 99 00 Confucious' Day (Taiwan)
X  ** 09 29 99 99 00 Battle of Boqueron (Paraquay)
X  ** 09 30 99 99 00 Botswanna Day (Botswanna)
X  ** 10 01 99 99 00 Armed Forces Day (South Korea)
X  ** 10 01 99 99 00 Independence Day (Nigeria)
X  #** 10 01 99 99 00 Labor Day (Australia) [really 1st Monday in October]
X
X--- 364,370 -----
X  ** 09 28 99 99 00 Confucious' Day (Taiwan)
X  ** 09 29 99 99 00 Battle of Boqueron (Paraquay)
X  ** 09 30 99 99 00 Botswanna Day (Botswanna)
X+ ** 10 Mo 99 99 00 [1] Labor Day (Australia)
X  ** 10 01 99 99 00 Armed Forces Day (South Korea)
X  ** 10 01 99 99 00 Independence Day (Nigeria)
X  ** 10 01 99 99 00 National Liberation Day (2 days) (China)
X***************
X*** 366,372
X  ** 09 30 99 99 00 Botswanna Day (Botswanna)
X  ** 10 01 99 99 00 Armed Forces Day (South Korea)
X  ** 10 01 99 99 00 Independence Day (Nigeria)
X- #** 10 01 99 99 00 Labor Day (Australia) [really 1st Monday in October]
X  ** 10 01 99 99 00 National Liberation Day (2 days) (China)
X  ** 10 01 99 99 00 Public Holiday (Botswanna)
X  ** 10 02 99 99 00 Anniversary of Guinean Independence (Guinea)
X
X--- 367,372 -----
X  ** 10 Mo 99 99 00 [1] Labor Day (Australia)
X  ** 10 01 99 99 00 Armed Forces Day (South Korea)
X  ** 10 01 99 99 00 Independence Day (Nigeria)
X  ** 10 01 99 99 00 National Liberation Day (2 days) (China)
X  ** 10 01 99 99 00 Public Holiday (Botswanna)
X  ** 10 02 99 99 00 Anniversary of Guinean Independence (Guinea)
X***************
X*** 398,404
X  ** 10 12 99 99 00 Our Lady Aparecida Day (Brazil)
X  ** 10 12 99 99 00 Pan American Day (Belize)
X  ** 10 13 99 99 00 St. Edward's Day - patron saint of England
X! ** 10 14 99 99 00 National Day (Yemen Arab Repyblic)
X  ** 10 14 99 99 00 Young People's Day (Zaire)
X  ** 10 15 99 99 00 Evacuation Day (Tunisia)
X  ** 10 17 99 99 00 Anniversary of Dessaline's Death (Haiti)
X
X--- 398,404 -----
X  ** 10 12 99 99 00 Our Lady Aparecida Day (Brazil)
X  ** 10 12 99 99 00 Pan American Day (Belize)
X  ** 10 13 99 99 00 St. Edward's Day - patron saint of England
X! ** 10 14 99 99 00 National Day (Yemen Arab Republic)
X  ** 10 14 99 99 00 Young People's Day (Zaire)
X  ** 10 15 99 99 00 Evacuation Day (Tunisia)
X  ** 10 17 99 99 00 Anniversary of Dessaline's Death (Haiti)
X***************
X*** 466,472
X  ** 11 29 99 99 00 Goodwill Day (Liberia)
X  ** 11 29 99 99 00 Liberation Day (Albania)
X  ** 11 29 99 99 00 National Day (Burma)
X! ** 11 30 99 99 00 Independence Day (Barbados, Yemen Deomcratic Republic)
X  ** 11 30 99 99 00 National Day (Benin)
X  ** 11 30 99 99 00 National Heroes Day (Philippines)
X  ** 12 01 99 99 00 Anniversary of Restoration of Independence (Portugal)
X
X--- 466,472 -----
X  ** 11 29 99 99 00 Goodwill Day (Liberia)
X  ** 11 29 99 99 00 Liberation Day (Albania)
X  ** 11 29 99 99 00 National Day (Burma)
X! ** 11 30 99 99 00 Independence Day (Barbados, Yemen Democratic Republic)
X  ** 11 30 99 99 00 National Day (Benin)
X  ** 11 30 99 99 00 National Heroes Day (Philippines)
X  ** 12 01 99 99 00 Anniversary of Restoration of Independence (Portugal)
END_OF_FILE
if test 15111 -ne `wc -c <'patches06'`; then
    echo shar: \"'patches06'\" unpacked with wrong size!
fi
# end of 'patches06'
fi
if test -f 'dates/space' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'dates/space'\"
else
echo shar: Extracting \"'dates/space'\" \(25772 characters\)
sed "s/^X//" >'dates/space' <<'END_OF_FILE'
X# CalenTool V2 - DO NOT REMOVE THIS LINE
X# $Header: space,v 2.2 90/01/04 14:51:31 billr Exp $
X# Special days file for calentool (rel 2.1)
X# Submitted by Steve Gilbreath <steve@prism.gatech.edu>
X# Space events of note
X#
X** 01 01 99 99 00 Ceres asteroid discovered (1801)
X** 01 02 99 99 00 Mariner 9 begins mapping Mars (1972)
X** 01 04 99 99 00 Luna 1 first craft to leave Earth's gravity (1959)
X** 01 05 99 99 00 Jovian moon Elara discovered by Charles Perrine (1905)
X** 01 05 99 99 00 Venera 5 launched toward Venus (1969)
X** 01 05 99 99 00 NASA announces development of Space Shuttle (1972)
X** 01 05 99 99 00 Salyut 4, crew of 2, launched for 30 day mission (1975)
X** 01 07 99 99 00 Jovian moons Io, Europa, and Callisto discovered by Galileo discovers (1610)
X** 01 08 99 99 00 Galileo dies (1642)
X** 01 10 99 99 00 First radar contact with Moon (1946)
X** 01 10 99 99 00 Venera 6 launched toward Venus (1969)
X** 01 11 99 99 00 Uranian moons Titania and Oberon discovered by William Herschel (1787)
X** 01 13 99 99 00 Ganymede discovered by Galileo (1610)
X** 01 14 99 99 00 Edmond Halley dies (1742)
X** 01 14 99 99 00 Soyuz 4 launched (1968)
X** 01 15 99 99 00 Soyuz 5 launched (1968)
X** 01 17 99 99 00 Soyuz 4 & 5 complete first docking of 2 manned spacecraft (1968)
X** 01 17 99 99 00 Hermes rocket launched by ESA (1976)
X** 01 22 99 99 00 Apollo 5 launched to Moon, unmanned lunar module tests (1968)
X** 01 24 99 99 00 51-C Discovery launched; first DoD mission (1985)
X** 01 25 99 99 00 J. L. Lagrange born (1736)
X** 01 25 99 99 00 Echo 2, first joint US/USSR satellite (1964)
X** 01 27 99 99 00 Grissom, Chaffee & White die in Apollo 1 fire (1967)
X** 01 28 99 99 00 Johannes Hevelius dies (1687)
X** 01 29 99 99 00 41- (STS-11) Challenger launched (1984)
X** 01 30 99 99 00 US/Canada launch ISIS 1 to study ionosphere (1969)
X** 01 31 99 99 00 Explorer 1 launched (1958)
X** 01 31 99 99 00 James van Allen discovers the Van Allen radiation belt (1958)
X** 01 31 99 99 00 Ham is first primate in space (158 miles) aboard Mercury/Redstone 2 (1961)
X** 01 31 99 99 00 Luna 9 launched for Moon (1966)
X** 01 31 99 99 00 Apollo 14 launched toward Moon (1971)
X** 02 03 99 99 00 Luna 9 first craft to softland on Moon (1966)
X** 02 04 99 99 00 Clyde Tombaugh born (1906)
X** 02 05 99 99 00 Apollo 14 lands on Moon (1971)
X** 02 07 99 99 00 Bruce McCandless makes first untethered space walk (1984)
X** 02 11 99 99 00 Japan becomes fourth nation to launch artificial satellite (1970)
X** 02 14 99 99 00 Luna 20 launched to orbit & land on Moon (1972)
X** 02 15 99 99 00 Galileo born (1564)
X** 02 16 99 99 00 Giordano Bruno burned at stake (1600)
X** 02 18 99 99 00 Pluto discovered by Clyde Tombaugh (1930)
X** 02 19 99 99 00 Nicolaus Copernicus born (1473)
X** 02 20 99 99 00 John Glenn Becomes first American to orbit Earth (1962)
X** 02 21 99 99 00 George Ellery Hale dies (1938)
X** 02 22 99 99 00 Russell Porter dies (1949)
X** 02 24 99 99 00 Discovery of first pulsar announced (1968)
X** 02 24 99 99 00 Mariner 6 launched for Mars flyby (1969)
X** 02 28 99 99 00 First polar orbiting satellite, Discoverer 1, launched (1959)
X** 03 01 99 99 00 Venera 3, first probe to land on Venus (1966)
X** 03 02 99 99 00 Pioneer 10 launched for Jupiter flyby (1972)
X** 03 04 99 99 00 Pioneer 4 makes first US lunar flyby (1959)
X** 03 05 99 99 00 Gerardus Mercator born (1512)
X** 03 05 99 99 00 Voyager 1 flies past Jupiter (1979)
X** 03 06 99 99 00 Josephvon Fraunhaufer bor (1787)
X** 03 07 99 99 00 John Herschel born (1792)
X** 03 10 99 99 00 Uranus' rings discovered (1977)
X** 03 13 99 99 00 William Herschel discoveres Uranus (1781)
X** 03 14 99 99 00 Albert Einstein born (1879)
X** 03 15 99 99 00 Nicolas Louis de Lacaille born (1713)
X** 03 16 99 99 00 Caroline Herschel born (1750)
X** 03 16 99 99 00 Goddard launches first liquid fueled rocket (1926)
X** 03 17 99 99 00 Shape of Earth measured by Vanguard 1 (1958)
X** 03 18 99 99 00 First space walk made by Alexei Leonov (1965)
X** 03 20 99 99 00 Isaac Newton dies (1727)
X** 03 23 99 99 00 First photograph of Moon (1840)
X** 03 23 99 99 00 Gemini 3 completes 3 Earth orbits (1965)
X** 03 25 99 99 00 Christiaan Huygens discovers Titan (1655)
X** 03 27 99 99 00 Palla (asteroid) discovered by Heinrich Olbers (1802)
X** 03 27 99 99 00 Vest (asteroid) discovered by Olbers (1807)
X** 03 27 99 99 00 Gagarin and Seryogin die in aircraft accident (1968)
X** 03 31 99 99 00 Luna 10 launched to Moon (1966)
X** 04 01 99 99 00 TIROS 1 launched; first Earth meteorological satellite (1960)
X** 04 01 99 99 00 US/Canada ISIS II launched to study the ionosphere (1971)
X** 04 02 99 99 00 NACA was renamed National Aeronautics Space Agency (1958)
X** 04 03 99 99 00 Soviet Union announces success of Luna 10, first spacecraft to achieve lunar orbit (1966)
X** 04 04 99 99 00 (Unmanned) Apollo 6 launched atop Saturn V (1968)
X** 04 04 99 99 00 Maiden voyage of STS Challenger (1983)
X** 04 05 99 99 00 ATS II launched but failed to reach orbit (1967)
X** 04 05 99 99 00 USSR Salyut 4 launched, fails to reach orbit, lands off course in snowstorm and rolls down a ravine; lines snag, saving lives of both cosmonauts (1975)
X** 04 06 99 99 00 First Intelsat (Early Bird) launched (1965)
X** 04 06 99 99 00 Liftoff of Challenger 41C (1984)
X** 04 06 99 99 00 Pioneer 11 launched to Jupiter & Saturn (1973)
X** 04 07 99 99 00 STS-6 mission specialist Story Musgrave and Don Peterson perform first spacewalk (1983)
X** 04 08 99 99 00 (Unmanned) Gemini 1 launched (1964)
X** 04 09 99 99 00 First 7 astronauts presented to press: Shepard, Glenn, Cooper, Schirra, Grissom, and Slayton (1959)
X** 04 09 99 99 00 Challenger returned (1983)
X** 04 09 99 99 00 Two cosmonauts launched in Salyut 6; 185 day mission (1980)
X** 04 11 99 99 00 Apollo 13 Moon launch: Lovell, Haise, Swigert (1970)
X** 04 11 99 99 00 Celestial mechanics "Pinky" Nelson and "Ox" van Hoffen repair Solar Max satellite during 7 hour EVA in payload bay (1984)
X** 04 12 99 99 00 Launch of Discover (STS-16) 51-D; Bobko, Williams, Garn, Griggs, Seddon, Hoffman, Walker (1985)
X** 04 12 99 99 00 Original launch date for Columbia's maiden voyage; computer fails (1981)
X** 04 12 99 99 00 Yuri Gagarin becomes first man to orbit Earth in Vostok 1 (1961)
X** 04 13 99 99 00 Apollo 13 oxygen tank ruptures, destroying service module and aborting lunar landing (1970)
X** 04 14 99 99 00 Christiaan Huygens born (1629), discoverer of Saturn's rings
X** 04 14 99 99 00 Maiden Voyage of STS-1 into orbit: Young and Crippen (1981)
X** 04 16 99 99 00 Apollo 16 launched, 5th lunar landing at Descartes Highlands: Young, Mattingly, Duke (1972)
X** 04 16 99 99 00 Columbia returns (1981)
X** 04 16 99 99 00 Wilbur Wright born (1867)
X** 04 17 99 99 00 Apollo 13 crew returns safely to Earth (1970)
X** 04 17 99 99 00 India enters space age, launching SLV-3 rocket (1983)
X** 04 19 99 99 00 Discovery returns, blowing tire on landing (1985)
X** 04 19 99 99 00 USSR Salyut 1 launched; first manned lab in orbit (1971)
X** 04 19 99 99 00 USSR Salyut 7 space station put into orbit (1982)
X** 04 20 99 99 00 American Harold Graham makes first rocket belt flight (1961)
X** 04 20 99 99 00 Canadian ANIK A2 became first commercial satellite in orbit (1973)
X** 04 20 99 99 00 Soyuz T-8 launched; mission aborted when capsule fails to dock with Salyut station (1983)
X** 04 23 99 99 00 Advisory council for Aeronautics becomes National Advisory Council on Aeronautic, or NACA (1915)
X** 04 23 99 99 00 First Soviet communications satelite launched (1965)
X** 04 23 99 99 00 USSR Soyus 1 launched; Vladimir Komarov becomes first cosomonaut to make 2 flights, as well as first man to die in space after his parachute line tangles on re-entry--all Soviet manned flights cease for 18 months (1967)
X** 04 24 99 99 00 China becomes 5th nation to launch artificial satellite (1970)
X** 04 25 99 99 00 Mercury/Atlas rocket lifts off with electronic mannequin; when inertial guidance system fails 40 seconds after launch, rocket destroyed by range safety officer (1961)
X** 04 26 99 99 00 US/UK launches Ariel, first International payload (1962)
X** 05 05 99 99 00 Alan Shepard becomes first American in Space in Freedom 7; 15 min sub-orbital flight (1961)
X** 05 11 99 99 00 Einstein's Theory of General Relativity presented (1916)
X** 05 13 99 99 00 Soviet cosmonauts Berezovoi and Lebedev depart Baikonur Cosmodrome to begin 211 days in space, most of them aboard Salyut-7 space statio (1982)
X** 05 14 99 99 00 Skylab 1 launched, damaging thermal shield (1973)
X** 05 16 99 99 00 Gordon Cooper completes 22 Earth orbits in Faith 7 (1963)
X** 05 17 99 99 00 Joseph Norman Lockyer born (1836), discoverer of Helium in Sun
X** 05 17 99 99 00 NASA launches first synchronous Meteorological satellite SMS-1.('74)
X** 05 18 99 99 00 Launch of Apollo 10 to rehearse lunar landing: Cernan, Stafford, and Young (1969)
X** 05 20 99 99 00 US launches Pioneer Venus 1, produces first global radar map of Venus (1978)
X** 05 24 99 99 00 Astronaut Scott Carpenter completes 3 Earth orbits in Aurora  (1962)
X** 05 25 99 99 00 Arther C. Clark proposes the placement of relay satellites in geosynchronous orbit (1945)
X** 05 25 99 99 00 John Kennedy declares landing a man on the Moon to be national objective (1961)
X** 05 25 99 99 00 US launches first Skylab crew: Kerwin, Conrad, Weit (1973)
X** 05 28 99 99 00 Astromonkeys "Able" & "Baker" zoom 300 miles into space on Jupiter missle (1959)
X** 05 25 99 99 00 USSR launches Mars 3 to Mars (1971)
X** 05 29 99 99 00 Einstein's Theory of General Relativity tested during solar eclipse (1919)
X** 05 30 99 99 00 Mariner 9 launched; first craft to orbit Mars (1971)
X** 05 31 99 99 00 Construction begins on Soviet cosmodrome launch facilitie (1955)
X** 06 02 99 99 00 Surveyor 1 makes first US lunar soft landing (1966)
X** 06 03 99 99 00 Ed White becomes first American to walk in space (1965)
X** 06 03 99 99 00 200 inch Hale telescope dedicated (1948)
X** 06 06 99 99 00 First human visit to space station; USSR Soyuz 1 (1971)
X** 06 06 99 99 00 Gemini 9 completes 45 orbits after rendezvous with 'angry alligator', (Agena with undetached launch shroud): Stafford and Cernan (1966)
X** 06 07 99 99 00 Gemini 4 completes 62 orbit (1965)
X** 06 08 99 99 00 Soviets launch Venera 9 to Venus (1975)
X** 06 09 99 99 00 Goddard patents rocket-fueled aircraft design (1931)
X** 06 13 99 99 00 Pioneer 10 becomes first man-made craft to pass orbit of the farthest planet (1983)
X** 06 14 99 99 00 Launch of Mariner 5 for Venus flyby (1967)
X** 06 14 99 99 00 Launch of Venera 10 to Venus (1975)
X** 06 15 99 99 00 USAF launches first "Big Bird" reconnaissance satellites
X** 06 16 99 99 00 Valentina Tereshkova becomes first woman in space (1963)
X** 06 18 99 99 00 Sally Ride becomes first US woman in space (1983)
X** 06 19 99 99 00 Andrian Nikolayev and Vitalii Sevastyanov return after 18 days in Soyuz (1970)
X** 06 20 99 99 00 Test flight of first rocket plane using liquid propellant (1939)
X** 06 22 99 99 00 Charon, moon of Pluto, discovered by James Christ (1978)
X** 06 22 99 99 00 Royal Greenwich Observatory founded (1675)
X** 06 24 99 99 00 Jean-Loup Chretien, first spacionaut, lifts off with two cosmonauts for an eight day visit to the Salyut 7 space station (1982)
X** 06 25 99 99 00 Hermann Oberth born (1894), Father of German Rocketry
X** 06 26 99 99 00 First dedicated oceanographic satellite, SEASAT 1, launched (1978)
X** 06 26 99 99 00 Charles Messier born (1730)
X** 06 27 99 99 00 NASA X-15 flies at 4105 mph (1962)
X** 06 29 99 99 00 Soyuz 11 docks with Salyut 1 for 22 d (1971)
X** 06 30 99 99 00 Tunguska impact (1908)
X** 07 02 99 99 00 Giotto launched to rendevous with Halley's Comet (1985)
X** 07 03 99 99 00 Starstruck, Inc. launchs dolphin rocket off San Clemente Island (1984)
X** 07 05 99 99 00 Mariner 5 flies by Mars (1967?)
X** 07 06 99 99 00 Newton publishes Principia Mathematica (1687)
X** 07 06 99 99 00 Soviets launch Titov in Vostok 2: 17 orbits, 25h 18m (1961)
X** 07 07 99 99 00 Apollo 15 returns after 12d 7h 11 m 53 s (1971)
X** 07 08 99 99 00 Pioneer-Venus 2 Multi-probe launched to Venus (1978)
X** 07 09 99 99 00 Voyager 2 flies past Jupiter (1979)
X** 07 10 99 99 00 Launch of first private communications satellite, Telstar (1962)
X** 07 10 99 99 00 Robert Goddard dies (1945)
X** 07 10 99 99 00 Orbiter 1 launched toward Moon (1966)
X** 07 11 99 99 00 Debris of Skylab falls on Australia (1979)
X** 07 11 99 99 00 Cosmonaut Micolaev sets record for longest space flight, 4 d (1962)
X** 07 12 99 99 00 Echo I, first passive satellite launched (1960)
X** 07 12 99 99 00 USSR's Sputnik 5 launched with 2 dogs (1960)
X** 07 12 99 99 00 Cosmonaught Popovich enters space; first time 2 manned craft in space simultaneously (1962)
X** 07 12 99 99 00 First free flight test of Enterprise (1977)
X** 07 14 99 99 00 First craft to fly by Mars, Mariner 4 (1965)
X** 07 15 99 99 00 US/USSR launch Apollo-Soyuz Test Project (1975)
X** 07 16 99 99 00 Launch of Apollo 11: Armstrong, Aldrin, Collins (1969)
X** 07 16 99 99 00 Start of SPACEWEEK
X** 07 17 99 99 00 First US/USSR linkup in space (Apollo-Soyus) (1975)
X** 07 17 99 99 00 First photograph of a star (Vega) (1850)
X** 07 17 99 99 00 Pioneer 7 launched
X** 07 18 99 99 00 Carl Sagan turns one billion seconds old (1966)
X** 07 18 99 99 00 Launch of Gemini X, John Young and Mike Collins (1966)
X** 07 18 99 99 00 First women to walk in space: Svetlana Savitskaya accompanies Vladimir Dzhanibekov on EVA outside Salyut 7 (1984)
X** 07 20 99 99 00 First men on the Moon: Neil Armstrong, Edwin Aldrin, Apollo 11 (1969)
X** 07 20 99 99 00 Voyager 2 launched (1977)
X** 07 20 99 99 00 First probe to transmit from surface of Mars (Viking 1) (1976)
X** 07 20 99 99 00 USSR recovers 2 dogs, first living organisms to return from space (1960)
X** 07 21 99 99 00 Launch of Mercury 4 in sub-orbital flight: Grissom (1961)
X** 07 21 99 99 00 Gemini 5 launched atop Titan V: Cooper & Conrad (1965)
X** 07 21 99 99 00 Launch of Mercury (Liberty bell): Grissom (1961)
X** 07 23 99 99 00 ERTS (EARTH RESOURCES TECHNOLOGY SATELLITE, later called LANDSAT) launched (1972)
X** 07 24 99 99 00 First launch from Cape Canaveral: V-2/WAC Corporal combination
X** 07 25 99 99 00 USSR launches Mars (1973)
X** 07 25 99 99 00 Voyager 2 encounters Saturn (1981)
X** 07 26 99 99 00 First geosynchronous satellite (Syncom 2, US) (1963)
X** 07 26 99 99 00 Launch of Apollo 1 (1971)
X** 07 26 99 99 00 USSR launches first intercontinental multi-stage ballistic missle (1957)
X** 07 26 99 99 00 Canada's Anik D1 comsat launched by US delta rocket (1982)
X** 07 26 99 99 00 USSR's Soyuz fails to dock with Salyut 3 (1974)
X** 07 27 99 99 00 Mariner 2 launched toward Venus flyby mission (1962)
X** 07 27 99 99 00 Pioneer 10 launched (1969)
X** 07 28 99 99 00 First photograph of total solar eclipse (1851)
X** 07 28 99 99 00 US launches Ranger 7 to Moon (1964)
X** 07 28 99 99 00 Skylab II launched (1973)
X** 07 29 99 99 00 Gemini 5 returns after 12d 7h 11m 53s (1965)
X** 07 29 99 99 00 Pioneer 11 transmits images of Saturn's rings (1978)
X** 07 30 99 99 00 Apollo 15 lands on Moon (1971)
X** 07 30 99 99 00 STS-8: 3rd flight of Challenger, first night launch and land (1983)
X** 07 30 99 99 00 STS-14: first flight of Discovery (1984)
X** 07 31 99 99 00 Ranger 7 transmits first lunar close-up photos before impact (1964)
X** 08 04 99 99 00 US launches first satellite into lunar orbit from manned spacecraft Apollo 15 (1971)
X** 08 05 99 99 00 USSR launches Mars 6 (1973)
X** 08 07 99 99 00 US launches Explorer 6 to take first satellite photo of Earth (1959)
X** 08 07 99 99 00 Cosmonaut Gherman Titov circles Earth for a full day in Vostok  (1961)
X** 08 08 99 99 00 US launches Pioneer Venus probe (1978)
X** 08 09 99 99 00 USSR launches Mars 7 (1973)
X** 08 10 99 99 00 First recovery of ejected film capsule, Discoverer 13 (1960)
X** 08 10 99 99 00 Launch of Lunar Orbiter 1 (1966)
X** 08 11 99 99 00 USSR launches first dual manned spacecraft flight (1962)
X** 08 11 99 99 00 Martian moon Deimos discovered by Asaph Hall (1877)
X** 08 12 99 99 00 First passive communications satellite, Echo 1 (1960)
X** 08 13 99 99 00 Anders Jonas Angstrom born (1814)
X** 08 14 99 99 00 First US lunar orbiter (1966)
X** 08 17 99 99 00 USSR launches Venera 7 to Venus (1970)
X** 08 17 99 99 00 Martian moon Phobos discovered by Asaph Hall (1877)
X** 08 19 99 99 00 National Aviation day
X** 08 19 99 99 00 Orville Wright born (1871)
X** 08 19 99 99 00 Cosmonauts Lyakhov & Ryumin complete a record 175-day space flight (1979)
X** 08 19 99 99 00 John Flamsteed born (1646)
X** 08 20 99 99 00 Launch of Viking 1, first craft to send pictures from surface of Mars (1975)
X** 08 20 99 99 00 Launch of Voyager 2 to outer solar system (1977)
X** 08 22 99 99 00 NASA's X-15 attains altitude of 67 miles (1963)
X** 08 24 99 99 00 Voyager 2 makes its closest approach to Neptune - 3042 miles (1989)
X** 08 25 99 99 00 William Herschel dies (1822)
X** 08 25 99 99 00 Voyager 2 flies past Saturn (1981)
X** 08 26 99 99 00 Voyager makes its closest approach to Saturn en route to Uranus and Neptune (1981)
X** 08 27 99 99 00 Launch of Mariner 2, first Venus flyby mission (1962)
X** 08 28 99 99 00 Saturnian moon Enceladus discovered by William Herschel (1789)
X** 08 29 99 99 00 Astronauts Cooper & Conrad complete 120 Earth orbits in Gemini 5 (1965)
X** 08 30 99 99 00 Guy Bluford becomes first African-American American in space as Challenger make first night liftoff of shuttle program (1983)
X** 08 30 99 99 00 Maiden Voyage of Discovery carrying first non-astronaut Charlie Walker (1984)
X** 09 01 99 99 00 Pioneer 11, first craft to fly by Saturn (1979)
X** 09 02 99 99 00 The asteroid Juno discovered (1804)
X** 09 03 99 99 00 Viking 2 lands on Mars (1976)
X** 09 04 99 99 00 NASA launches its first Orbital Geophysical Observatory (OGO-1) (1964)
X** 09 05 99 99 00 Voyager 1 begins 3 year flight to Jupiter and Saturn (1977)
X** 09 07 99 99 00 Bell X-2 sets unofficial world altitude record for manned aircraft 126,000+ feet (1956)
X** 09 09 99 99 00 Dicovery of Jovian moon Almalthea (1892)
X** 09 09 99 99 00 Viking 2 launched (1975)
X** 09 11 99 99 00 James Jeans born (1877)
X** 09 12 99 99 00 USSR launches Luna 2, first craft to impact another celestial body (Moon, 1959)
X** 09 12 99 99 00 Gemini 11 achieves rendevous and docking during first orbit (1966)
X** 09 12 99 99 00 USSR Launches Luna 16 to Moon (1970)
X** 09 14 99 99 00 USSR's Zond 5 is launched on first circumlunar flight (1968)
X** 09 14 99 99 00 Jovina moon Leda discovered by Charles Kowal (1974)
X** 09 16 99 99 00 James Jeans die (1946)
X** 09 17 99 99 00 Zond 5 completes lunar circumnavigation (1968)
X** 09 19 99 99 00 Saturnian moon Hyperion discovered (1848)
X** 09 20 99 99 00 German rocket engineers begin work in US (1945)
X** 09 21 99 99 00 Luna 16 leaves the Moon (1970)
X** 09 22 99 99 00 Zond 5 completes flight (1968)
X** 09 23 99 99 00 J. Galle discovers Neptune using calculations by U.J.J.  Leverrier and J.C. Adams (1846)
X** 09 24 99 99 00 First Automated return of lunar sample by Luna 1 (1970)
X** 09 26 99 99 00 Cosmonauts Titov and Strekalov are saved from their exploding Soyuz T-10 booster by the launch escape system (1983)
X** 09 28 99 99 00 Edwin Hubble dies (1953)
X** 10 01 99 99 00 Inauguration of NASA (1958)
X** 10 01 99 99 00 Vanguard Project transferred from military to NASA (1958)
X** 10 02 99 99 00 3 cosmonauts return after a record 237 days in orbit (1984)
X** 10 03 99 99 00 Launch of first V-2 rocket to altitude of 53 miles (1942)
X** 10 03 99 99 00 Mercury 8 completes 6 Earth orbits (1962)
X** 10 03 99 99 00 AF pilot Pete Knight flies x-15 at a record 4,534 mph (1967)
X** 10 03 99 99 00 Spaceflight 71-2 launched; first flexible substrate photovoltaic (1972)
X** 10 04 99 99 00 First artificial satellite, Sputnik 1 launched (1957)
X** 10 04 99 99 00 USSR Luna 3 sends back first photos of far side of Moon (1959)
X** 10 04 99 99 00 Courier 1B launched; first active repeater satellite in orbit (1960)
X** 10 05 99 99 00 Robert Goddard born (1882)
X** 10 05 99 99 00 Edwin Hubble identifies Cepheid variable star (1923)
X** 10 05 99 99 00 41-G Challenger carried first Canadian, Marc Garneau, into orbit (1984)
X** 10 07 99 99 00 Luna 3 photographs far side of Moon (1959)
X** 10 08 99 99 00 Ejnar Hertzsprung born (1873)
X** 10 09 99 99 00 2 cosmonauts launched to saluyt 5, but returned after failing to dock (1977)
X** 10 09 99 99 00 Kathy Sullivan becomes first American woman to walk in space (1984)
X** 10 10 99 99 00 Neptunian moon Triton discovered by William Lassel (1846)
X** 10 11 99 99 00 Pioneer 1 launched; first spacecraft launched by NASA as official agency (1958)
X** 10 11 99 99 00 First manned Apollo flight launched (Apollo 7) (1968)
X** 10 11 99 99 00 Cosmonauts Popov and Ryumin set space endurance record of 184 days (1980)
X** 10 12 99 99 00 US/USSR signed an agreement for joint space effort in telecommunications and meteorology; pact was never fullfilled (1962)
X** 10 12 99 99 00 USSR launches first 3 man crew in space (1964)
X** 10 12 99 99 00 Mariner 9 photographs Martian north pole (1972)
X** 10 13 99 99 00 Tycho Brahe dies (1601)
X** 10 13 99 99 00 Voshkod 1 crew returns (1964)
X** 10 14 99 99 00 Yeager makes first supersonic flight at EAF (1947)
X** 10 14 99 99 00 2 cosmonats launched to Salyut 6, but return without docking (1976)
X** 10 18 99 99 00 USSR Venera 4 became first craft to make controlled descent into Venusian atmosphere (1967)
X** 10 19 99 99 00 Mariner 5 flies by Venus (1967)
X** 10 21 99 99 00 Launch of Venera 9, first craft to orbit Venus (1975)
X** 10 22 99 99 00 Chinese make first record of solar eclipse (2136BC)
X** 10 22 99 99 00 USSR's Venera 9 sends first photos from Venus (1975)
X** 10 22 99 99 00 Apollo 7 crew returns (1968)
X** 10 22 99 99 00 USSR Venera 9 made day landing on Venus (1975)
X** 10 23 99 99 00 Creation of Cosmos, according to Archbishop James Usher (4004 BC)
X** 10 24 99 99 00 Uranian moons Ariel and Umbriel discovered by Lassel (1846)
X** 10 24 99 99 00 Disaster on USSR launch pad kills missle expert Nedelin and his team (unconfirmed); USSR claims he was killed in plane crash (1960)
X** 10 24 99 99 00 Intelsat 5 re-enters Earth's atmosphere 5 months after upper stage fails (1984)
X** 10 25 99 99 00 Saturnian moon Iapetus discovered by Giovanni Cassini (1671)
X** 10 25 99 99 00 Henry Norris Russell born (1877)
X** 10 25 99 99 00 USSR Venera 10 lands on Venus (1975)
X** 10 26 99 99 00 USSR Soyuz 2 launched (1968)
X** 10 27 99 99 00 First unmanned flight test of Saturn rocket (1961)
X** 10 28 99 99 00 German rocket engineers begin work in USSR (1946)
X** 10 28 99 99 00 US/USSR sign agreement to discuss joint space efforts (1970)
X** 10 29 99 99 00 Edmund Halley born (1656)
X** 10 30 99 99 00 USSR Kosmos 186 and 188 make first automatic docking (1967)
X** 10 30 99 99 00 Venmera 13 launched toward Venus
X** 11 01 99 99 00 Werner Von Braun heads German liquid fueled rocket development (1932)
X** 11 01 99 99 00 Asteroid Chiron discovered (1977)
X** 11 02 99 99 00 Harlow Shapley born (1885)
X** 11 03 99 99 00 Laika becomes the first animal launched into orbit by USSR (1957)
X** 11 03 99 99 00 Mariner 10 launched first flyby pictures of Venus, first mission to Mercury (1973)
X** 11 05 99 99 00 US ATS-3 takes first pictures of full Earth disk (1967)
X** 11 07 99 99 00 Goddard demonstrates tube-launched solid propellant rocket (1918)
X** 11 08 99 99 00 Edmund Halley born (1656)
X** 11 09 99 99 00 First unmanned Saturn V flight tests Apollo 4 reentry module (1967)
X** 11 10 99 99 00 USSR launches Zond 6 to Moon (1968)
X** 11 11 99 99 00 Gemini 12 launched, takes first solar eclipse photos from spac (1966)
X** 11 12 99 99 00 Voyager 1 makes closest approach to Saturn (1980)
X** 11 13 99 99 00 Mariner 9 orbits Mars (1971)
X** 11 14 99 99 00 Apollo 12 launched to Moon (1969)
X** 11 15 99 99 00 Johannes Kepler dies (1630)
X** 11 15 99 99 00 Willim Herschel born (1738)
X** 11 16 99 99 00 Skylab 4 launched, completes longest US space flight; 2017 h (1973)
X** 11 20 99 99 00 Edwin Hubble born (1889)
X** 11 21 99 99 00 J. de Rozier makes first balloon flight (1783)
X** 11 22 99 99 00 Arthur S. Eddington dies (1944)
X** 11 25 99 99 00 First Soviet liquid rocket attains altitude of 261 ft (1933)
X** 11 26 99 99 00 First Meteor photograph (1885)
X** 11 29 99 99 00 Mercury launches a chimp called Ham (1961)
X** 12 02 99 99 00 First semi soft landing made by Russia's Mars 3 (1971)
X** 12 03 99 99 00 Pioneer 10 becomes first spacecraft to reach Jupiter (1973)
X** 12 04 99 99 00 Gemini 7 begins first Jupiter flyby (1973)
X** 12 06 99 99 00 First attempted satellite launch (unsuccessful) (1957)
X** 12 07 99 99 00 Last Apollo mission launched (Apollo 17) (1972)
X** 12 09 99 99 00 First US probes sent to Venus (1978)
X** 12 13 99 99 00 Russell Porter born (1871)
X** 12 14 99 99 00 Tycho Brahe born (1546)
X** 12 14 99 99 00 Mariner II sends first detailed information about Venus from distance of 21,600 miles (1962)
X** 12 15 99 99 00 Gemini 6 & 7 make first space rendevous (1965)
X** 12 15 99 99 00 First craft to land on Venus, Venera 7 (1971)
X** 12 17 99 99 00 First Powered flight by Orville Wright (1903)
X** 12 18 99 99 00 First test project of SCOR (Signal Communications by Orbiting Relay Equipment) (1958)
X** 12 18 99 99 00 Borman and Lovell Splash down in Atlantic to end two week Gemini VII mission (1965)
X** 12 20 99 99 00 First Space walk made by Grechko from Salyut (1977)
X** 12 21 99 99 00 Apollo 8 launched: first manned lunar flight (1968)
X** 12 23 99 99 00 Saturnian moon Rhea discovered by Giovanni Cassini (1672)
X** 12 23 99 99 00 First men to orbit Moon: Borman, Lovell & Anders (1968)
X** 12 24 99 99 00 Luna 13 lands on Moon (1966)
X** 12 24 99 99 00 Apollo 8 Christmas Eve telecast made from lunar orbit (1968)
X** 12 25 99 99 00 Isaac Newton born (1642)
X** 12 27 99 99 00 Johannes Kepler born (1571)
X** 12 28 99 99 00 Arthur S. Eddington born (1882)
X
END_OF_FILE
if test 25772 -ne `wc -c <'dates/space'`; then
    echo shar: \"'dates/space'\" unpacked with wrong size!
fi
# end of 'dates/space'
fi
echo shar: End of shell archive.
exit 0