aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1999-01-29 09:13:29 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-01-29 09:13:29 +0800
commitb1f6df5d5d869861e1fb3e38d6e665f2cf638709 (patch)
treefe486e3005c92d2da2829d10eeaa112216be3154 /calendar/ChangeLog
parent7fa29f65a4b068db075d0da9dbf05c2a3c4569a4 (diff)
downloadgsoc2013-evolution-b1f6df5d5d869861e1fb3e38d6e665f2cf638709.tar
gsoc2013-evolution-b1f6df5d5d869861e1fb3e38d6e665f2cf638709.tar.gz
gsoc2013-evolution-b1f6df5d5d869861e1fb3e38d6e665f2cf638709.tar.bz2
gsoc2013-evolution-b1f6df5d5d869861e1fb3e38d6e665f2cf638709.tar.lz
gsoc2013-evolution-b1f6df5d5d869861e1fb3e38d6e665f2cf638709.tar.xz
gsoc2013-evolution-b1f6df5d5d869861e1fb3e38d6e665f2cf638709.tar.zst
gsoc2013-evolution-b1f6df5d5d869861e1fb3e38d6e665f2cf638709.zip
Add --hidden key to hide the calendar at startup. Only works with GNOME
1999-01-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * main.c (parse_an_arg): Add --hidden key to hide the calendar at startup. Only works with GNOME window managers though :-( svn path=/trunk/; revision=635
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 8edc312dd7..289f66feec 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,7 +1,12 @@
1999-01-28 Miguel de Icaza <miguel@nuclecu.unam.mx>
- * calendar.c (calendar_init_alarms): Schedule an alarm for
- midnight to change the calendar_day_begin/calendar_day_end.
+ * main.c (parse_an_arg): Add --hidden key to hide the calendar at
+ startup. Only works with GNOME window managers though :-(
+
+ * calendar.c (calendar_day_change): Reschedule alarms for the new day.
+
+ (calendar_init_alarms): Schedule an alarm for midnight to change
+ the calendar_day_begin/calendar_day_end.
* alarm.c (alarm_ready): If we reschedule, there is no need to
activate any pending alarms.