diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-04-01 12:51:04 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-01 12:51:04 +0800 |
commit | 26c91c237c336ddcd05e2c3179a159b18e6f1cfb (patch) | |
tree | ad2e5ffb51091ee493370b2d51bc6e1be5362ba0 /calendar/ChangeLog | |
parent | 8a5a6f0d159014504eef07d1a4439885b5552280 (diff) | |
download | gsoc2013-evolution-26c91c237c336ddcd05e2c3179a159b18e6f1cfb.tar.gz gsoc2013-evolution-26c91c237c336ddcd05e2c3179a159b18e6f1cfb.tar.zst gsoc2013-evolution-26c91c237c336ddcd05e2c3179a159b18e6f1cfb.zip |
Removed #include "gtkcalendar.h", because it now comes from libgnomeui.
1998-03-31 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal.c: Removed #include "gtkcalendar.h", because it now comes
from libgnomeui.
* Makefile.am (gncal_SOURCES): Added new source files to the rules.
svn path=/trunk/; revision=84
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e5aa6d0de2..8dc5fd0a12 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 1998-03-31 Federico Mena Quintero <federico@nuclecu.unam.mx> + * gncal.c: Removed #include "gtkcalendar.h", because it now comes + from libgnomeui. + + * Makefile.am (gncal_SOURCES): Added new source files to the rules. + * timeutil.c (format_simple_hour): New function, formats an hour/am_pm pair into a string of the form "3am", "12pm", "05h", "19h", etc. It is used by the day view widget for its labels. |