summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2006-07-04 16:02:38 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2006-07-04 16:02:38 +0000
commit9205782149977ef230ad2c4a7f1328809e649f32 (patch)
tree23ec9ea24263ca36c3e14506d5f6dd9c4393112e
parent419710b8da348536f45832fefcd770b264ab4a4f (diff)
various fixes and additions from several pplz
-rw-r--r--usr.bin/calendar/calendars/calendar.history6
-rw-r--r--usr.bin/calendar/calendars/calendar.holiday4
-rw-r--r--usr.bin/calendar/calendars/calendar.space5
-rw-r--r--usr.bin/calendar/calendars/calendar.ushistory6
-rw-r--r--usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.history4
5 files changed, 14 insertions, 11 deletions
diff --git a/usr.bin/calendar/calendars/calendar.history b/usr.bin/calendar/calendars/calendar.history
index 1a288e7750a..3f19c9d64d7 100644
--- a/usr.bin/calendar/calendars/calendar.history
+++ b/usr.bin/calendar/calendars/calendar.history
@@ -1,7 +1,7 @@
/*
* History
*
- * $OpenBSD: calendar.history,v 1.51 2006/07/03 16:40:34 jasper Exp $
+ * $OpenBSD: calendar.history,v 1.52 2006/07/04 16:02:37 mickey Exp $
*/
#ifndef _calendar_history_
@@ -150,7 +150,6 @@
08/22 St. Columbia reports seeing monster in Loch Ness, 565
08/23 Sacco and Vanzetti executed, 1927
08/24 -126.9 F at Vostok, Antarctica, 1960
-08/25 First reaction thrust motor design, 1898
08/25 Gen. DeGaulle leads French forces into Paris, 1944
08/26 Women get the vote, 1920
08/27 "Tarzan of the Apes" published, 1912
@@ -198,7 +197,6 @@
10/06 Egyptian President Anwar Sadat is assassinated in Cairo, 1981
10/06 Israel is attacked by the alliance of Egypt and Syria, 1973
10/07 Foundation of the GDR in 1949 in German Democratic Republic
-10/07 Georgia Tech. beats Cumberland Univ. 222-0, 1916
10/07 Mother Teresa of Calcutta awarded the Nobel Peace Prize, 1979
10/07 Police stop Wilbur Mills car, Fanne Fox jumps into water, 1974
10/09 First two-way telephone conversation, 1876
@@ -245,7 +243,7 @@
11/18 First hydrogen bomb blasts Enewetok, 1952
11/25 Alfred Nobel invents dynamite, 1867
11/27 Alfred Nobel establishes Nobel Prize, 1895
-11/27 Friction match invented, England, 1826
+11/27 Friction match invented by englishman John Walker, Sweden, 1826
11/29 King Tut's tomb opened, 1922
12/03 First neon light display, Paris, 1910
12/03 First successful human heart transplant led by Dr. Barnard, 1967
diff --git a/usr.bin/calendar/calendars/calendar.holiday b/usr.bin/calendar/calendars/calendar.holiday
index 1dafd3eec65..fe4b97ef80d 100644
--- a/usr.bin/calendar/calendars/calendar.holiday
+++ b/usr.bin/calendar/calendars/calendar.holiday
@@ -1,7 +1,7 @@
/*
* Holiday
*
- * $OpenBSD: calendar.holiday,v 1.17 2006/03/07 21:22:55 mickey Exp $
+ * $OpenBSD: calendar.holiday,v 1.18 2006/07/04 16:02:37 mickey Exp $
*/
#ifndef _calendar_holiday_
@@ -302,7 +302,6 @@
08/17 Independence Day in Indonesia
08/19 Independence Day in Afghanistan
08/20 Constitution Day in Hungary and birthday of King St. Istvan
-08/23 Liberation Days (2 days) in Romania
08/24 National Flag Day in Liberia
08/25 Constitution Day in Paragual
08/25 Independence Day in Uruguay
@@ -433,6 +432,7 @@
11/30 St. Andrew's Day
12/01 Independence Day in Central African Republic
12/01 World AIDS Day
+12/01 National Day in Romania
12/02 National Holiday in United Arab Emirates
12/03 National Holiday in Laos
12/06 Independence Day in Finland
diff --git a/usr.bin/calendar/calendars/calendar.space b/usr.bin/calendar/calendars/calendar.space
index ec4105ba3f4..4b480f5ee84 100644
--- a/usr.bin/calendar/calendars/calendar.space
+++ b/usr.bin/calendar/calendars/calendar.space
@@ -1,7 +1,7 @@
/*
* Space
*
- * $OpenBSD: calendar.space,v 1.1 2006/07/03 15:46:22 jasper Exp $
+ * $OpenBSD: calendar.space,v 1.2 2006/07/04 16:02:37 mickey Exp $
*/
#ifndef _calendar_space_
@@ -18,6 +18,7 @@
03/16 Robert Goddard launches first liquid-fueled rocket, Auburn MA, 1926
03/17 Vanguard I launched, 1958. Earth proved pear-shaped
03/18 Aleksei Leonov performs first spacewalk, 1965
+03/23 Mir station Flares Farewell after 15 years of service, 2001
03/28 First reaction thrust motor demonstration, 1883
03/30 Five rings around Uranus discovered, 1977
04/12 Yuri Gagarin becomes the first man in space, 1961
@@ -30,12 +31,14 @@
06/13 Pioneer 10 flies past Neptune's orbit, and becomes the first human
artifact to travel beyond the orbits of all known planets, 1983
07/11 Skylab enters Earth's atmosphere and is destroyed, 1979
+07/04 NASA's Pathfinder lands on Mars, 1997
07/20 Neil Armstrong and Edwin "Buzz" Aldrin land on moon, 1969
08/03 First ICBM (P-7) test (5T of iron is launched to Kamchatka), 1957
08/11 Perseid meteor shower (look north; three days)
08/12 First test flight of Space Shuttle "Enterprise" from 747, 1977
08/19 Air Force cargo plane snares payload from Discoverer 14 spy satellite,
marking start of practical military reconnaissance from space, 1960
+08/25 First reaction thrust motor design, 1898
08/29 Star in Cygnus goes nova and becomes 4th brightest in sky, 1975;
Nova Cygni 1975.
10/01 NASA officially begins operations, 1958
diff --git a/usr.bin/calendar/calendars/calendar.ushistory b/usr.bin/calendar/calendars/calendar.ushistory
index c95207ec158..542f15d498e 100644
--- a/usr.bin/calendar/calendars/calendar.ushistory
+++ b/usr.bin/calendar/calendars/calendar.ushistory
@@ -1,7 +1,7 @@
/*
* USA history
*
- * $OpenBSD: calendar.ushistory,v 1.2 2006/07/03 16:42:34 jasper Exp $
+ * $OpenBSD: calendar.ushistory,v 1.3 2006/07/04 16:02:37 mickey Exp $
*/
#ifndef _calendar_ushistory_
@@ -95,9 +95,10 @@
06/27 Bill Graham closes the Fillmore East, 1971
06/28 Supreme Court decides in favor of Alan Bakke, 1978
07/01 Battle of Gettysburg begins, 1863
-07/04 Battles of Vicksburg and Gettysburg won by Union forces, 1863
07/04 Cloudy, 76 degrees F, Philadelphia PA, 1776
07/04 New York abstains on Declaration of Independence vote, 1776
+07/04 The Louisiana Purchase is announced to the American people, 1803
+07/04 Battles of Vicksburg and Gettysburg won by Union forces, 1863
07/06 First `talkie' (talking motion picture) premiere in New York, 1928
07/08 First public reading of the Declaration of Independence, 1776
07/08 Liberty Bell cracks while being rung at funeral of John Marshall, 1835
@@ -151,6 +152,7 @@
09/23 V.P. Nixon denies campaign fund fraud with his "Checkers" speech, 1952
09/25 Sandra Day O'Connor becomes first woman on US Supreme Court, 1981
10/02 Thurgood Marshall sworn as the first black Supreme Court Justice, 1967
+10/07 Georgia Tech. beats Cumberland Univ. 222-0, 1916
10/07 Maryland Governor Marvin Mandel sent to prison on fraud charges, 1977
10/08 Great Chicago Fire, 1871
10/10 Spiro T. Agnew resigns as Vice-President due to income tax fraud, 1973
diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.history b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.history
index 001f6288f2c..7c1b2cf286c 100644
--- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.history
+++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.history
@@ -1,7 +1,7 @@
/*
* Моменты истории
*
- * $OpenBSD: calendar.history,v 1.18 2006/06/29 10:39:46 mickey Exp $
+ * $OpenBSD: calendar.history,v 1.19 2006/07/04 16:02:37 mickey Exp $
*/
#ifndef _ru_RU_KOI8_R_history_
@@ -143,7 +143,7 @@ BODUN=Бодун на утро от:
06/24 Изобретение автомата Калашникова, 1946г
06/26 Подвиг Гастелло, 1941
06/28 Первая российская биржа, 1816г
-06/28 Первые ГАЗ-М-20 "Победа" сошли с конвеыера, 1946
+06/28 Первые ГАЗ-М-20 "Победа" сошли с конвейера, 1946
06/30 Появление карты лунной поверхности, 1650-е года
07/01 Отравлен Юлий Цезарь, 23г