diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-10-01 04:37:06 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-10-01 04:37:06 +0800 |
commit | d1769d5646e9fef3c6de607f9f884b02dd954844 (patch) | |
tree | fa80d3825e8f7264f542a2d6cebb0c0c735b4a42 /calendar/ChangeLog | |
parent | 63d572bcbc667902a5cc3e78c6e3429729f076d4 (diff) | |
download | gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar.gz gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar.bz2 gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar.lz gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar.xz gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar.zst gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.zip |
New function to mark the current day in the year view.
1998-09-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
* year-view.c (mark_current_day): New function to mark the current
day in the year view.
* mark.c: Removed mark_current_day from here.
svn path=/trunk/; revision=418
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ae18d44bc5..38e85e9a8d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +1998-09-30 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * year-view.c (mark_current_day): New function to mark the current + day in the year view. + + * mark.c: Removed mark_current_day from here. + 1998-09-29 Federico Mena Quintero <federico@nuclecu.unam.mx> * prop.c (fetch_color_spec): Changed name from fetch_prelight_spec |