diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-04-01 11:56:40 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-01 11:56:40 +0800 |
commit | 8a5a6f0d159014504eef07d1a4439885b5552280 (patch) | |
tree | 61c98872b04013d7297dd34abec6b3f9966bb530 /calendar/ChangeLog | |
parent | a0487eaeb01996bfeed740c78862e0b15b66d6cd (diff) | |
download | gsoc2013-evolution-8a5a6f0d159014504eef07d1a4439885b5552280.tar.gz gsoc2013-evolution-8a5a6f0d159014504eef07d1a4439885b5552280.tar.zst gsoc2013-evolution-8a5a6f0d159014504eef07d1a4439885b5552280.zip |
New function, formats an hour/am_pm pair into a string of the form "3am",
1998-03-31 Federico Mena Quintero <federico@nuclecu.unam.mx>
* 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.
svn path=/trunk/; revision=83
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a5bf2c7975..e5aa6d0de2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +1998-03-31 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * 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. + 1998-03-31 Craig Small <csmall@small.dropbear.id.au> * Now has (non working) session maangement |