diff options
author | Damon Chaplin <damon@ximian.com> | 2001-06-14 14:21:38 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-06-14 14:21:38 +0800 |
commit | 5938953eeaf3ccb311b6d24dc0cd70c88de815c9 (patch) | |
tree | e5eebbd05e8b9ccdc6b773fc35334cf65dd0d8cb /calendar/ChangeLog | |
parent | f4d4dec1ffdf407e4445a5fd5d62952e69284118 (diff) | |
download | gsoc2013-evolution-5938953eeaf3ccb311b6d24dc0cd70c88de815c9.tar gsoc2013-evolution-5938953eeaf3ccb311b6d24dc0cd70c88de815c9.tar.gz gsoc2013-evolution-5938953eeaf3ccb311b6d24dc0cd70c88de815c9.tar.bz2 gsoc2013-evolution-5938953eeaf3ccb311b6d24dc0cd70c88de815c9.tar.lz gsoc2013-evolution-5938953eeaf3ccb311b6d24dc0cd70c88de815c9.tar.xz gsoc2013-evolution-5938953eeaf3ccb311b6d24dc0cd70c88de815c9.tar.zst gsoc2013-evolution-5938953eeaf3ccb311b6d24dc0cd70c88de815c9.zip |
new widget to enter a timezone.
2001-06-14 Damon Chaplin <damon@ximian.com>
* gui/e-timezone-entry.[hc]: new widget to enter a timezone.
* gui/Makefile.am (evolution_calendar_SOURCES): added the above.
* gui/Makefile.am (evolution_calendar_LDADD): had to move
libcal-dialogs.a above libmiscwidgets.a to get it to compile.
svn path=/trunk/; revision=10228
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f25155b5d0..cf5ff30325 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2001-06-14 Damon Chaplin <damon@ximian.com> + * gui/e-timezone-entry.[hc]: new widget to enter a timezone. + + * gui/Makefile.am (evolution_calendar_SOURCES): added the above. + * gui/Makefile.am (evolution_calendar_LDADD): had to move + libcal-dialogs.a above libmiscwidgets.a to get it to compile. + +2001-06-14 Damon Chaplin <damon@ximian.com> + * gui/dialogs/e-timezone-dialog.[hc]: * gui/dialogs/e-timezone-dialog.glade: new dialog for setting the time zone. |