diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-04-10 22:38:24 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-04-10 22:38:24 +0800 |
commit | c58790758eddfd7bc1eba2f68d61f347515a1cca (patch) | |
tree | fef6a8d1245f10ea28878c3fbab7482398d7d811 /calendar/ChangeLog | |
parent | 2e7d1434aedfbb634ede57faf6741dae5419d520 (diff) | |
download | gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar.gz gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar.bz2 gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar.lz gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar.xz gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar.zst gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.zip |
added #define's for static capabilities.
2003-04-10 Rodrigo Moya <rodrigo@ximian.com>
* cal-util/cal-util.h: added #define's for static capabilities.
* pcs/cal-backend-file.c (cal_backend_file_get_static_capabilities):
use the #define's above.
svn path=/trunk/; revision=20800
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 03d123e2ae..0083402378 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2003-04-10 Rodrigo Moya <rodrigo@ximian.com> + + * cal-util/cal-util.h: added #define's for static capabilities. + + * pcs/cal-backend-file.c (cal_backend_file_get_static_capabilities): + use the #define's above. + 2003-04-09 Chris Toshok <toshok@ximian.com> Fixes #40133 |