aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorTimur Bakeyev <mc@bat.ru>1999-02-22 08:55:21 +0800
committerTimur I. Bakeyev <timur@src.gnome.org>1999-02-22 08:55:21 +0800
commit06231f4f07c3fa20ab8e62b469eb1311e07bd3a5 (patch)
tree762eed991ae8d6eb190f6fc4d3e8871cde0b5c92 /calendar/ChangeLog
parentb779411ecc5714bc27ce5082ca40512851c5e876 (diff)
downloadgsoc2013-evolution-06231f4f07c3fa20ab8e62b469eb1311e07bd3a5.tar
gsoc2013-evolution-06231f4f07c3fa20ab8e62b469eb1311e07bd3a5.tar.gz
gsoc2013-evolution-06231f4f07c3fa20ab8e62b469eb1311e07bd3a5.tar.bz2
gsoc2013-evolution-06231f4f07c3fa20ab8e62b469eb1311e07bd3a5.tar.lz
gsoc2013-evolution-06231f4f07c3fa20ab8e62b469eb1311e07bd3a5.tar.xz
gsoc2013-evolution-06231f4f07c3fa20ab8e62b469eb1311e07bd3a5.tar.zst
gsoc2013-evolution-06231f4f07c3fa20ab8e62b469eb1311e07bd3a5.zip
tzname issues
1999-02-22 Timur Bakeyev <mc@bat.ru> * configure.in: Added check for langinfo.h and for representation of timezone info - tzname or tm.tm_zone. svn path=/trunk/; revision=682
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c3be35257a..6b432cb781 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+1999-02-22 Timur Bakeyev <mc@bat.ru>
+
+ * calendar.c: According to configured values, use either tm.tm_zone
+ or tzname. In last case, also declare it extern.
+
+ * prop.c: langinfo.h not available everywhere. Wrapped. BTW, works
+ fine without it.
+
1999-02-20 Tomas Ogren <stric@ing.umu.se>
* main.c (init_username): Made use of g_get_{user,real}_name() instead