aboutsummaryrefslogtreecommitdiffstats
path: root/libical/zoneinfo/Pacific/Wake.ics
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-06-14 07:09:50 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-06-14 07:09:50 +0800
commit9913eeda8c544747343e563617feef1d420a02f4 (patch)
tree84cc3ad691e2674db19e45b465ccdeafe86754f6 /libical/zoneinfo/Pacific/Wake.ics
parent0255b60cdae7177045659cc71e34f7cf73265ebb (diff)
downloadgsoc2013-evolution-9913eeda8c544747343e563617feef1d420a02f4.tar.gz
gsoc2013-evolution-9913eeda8c544747343e563617feef1d420a02f4.tar.zst
gsoc2013-evolution-9913eeda8c544747343e563617feef1d420a02f4.zip
added zoneinfo.
2001-06-13 Damon Chaplin <damon@ximian.com> * Makefile.am (SUBDIRS): added zoneinfo. * configure.in (AC_OUTPUT): added zoneinfo/Makefile. * zoneinfo/Makefile.am: new file to install & distribute the VTIMEZONE data files, and the zones.tab file. * zoneinfo/zones.tab: new file containing a list of all timezones and their coordinates (so we can mark them on the world map). * zoneinfo/*: Lots of VTIMEZONE data files added, one per timezone. svn path=/trunk/; revision=10214
Diffstat (limited to 'libical/zoneinfo/Pacific/Wake.ics')
-rw-r--r--libical/zoneinfo/Pacific/Wake.ics28
1 files changed, 28 insertions, 0 deletions
diff --git a/libical/zoneinfo/Pacific/Wake.ics b/libical/zoneinfo/Pacific/Wake.ics
new file mode 100644
index 0000000000..9fd7996d9d
--- /dev/null
+++ b/libical/zoneinfo/Pacific/Wake.ics
@@ -0,0 +1,28 @@
+BEGIN:VCALENDAR
+PRODID:-//Ximian//NONSGML Evolution Olson-VTIMEZONE Converter//EN
+VERSION:2.0
+
+BEGIN:VTIMEZONE
+TZID:/softwarestudio.org/Olson_20010601_1/Pacific/Wake
+X-LIC-LOCATION:Pacific/Wake
+
+BEGIN:STANDARD
+TZOFFSETFROM:+0000
+TZOFFSETTO:+110628
+TZNAME:LMT
+DTSTART:00010101T000000
+RDATE:00010101T000000
+END:STANDARD
+
+BEGIN:STANDARD
+TZOFFSETFROM:+110628
+TZOFFSETTO:+1200
+TZNAME:WAKT
+DTSTART:19010101T000000
+RDATE:19010101T000000
+END:STANDARD
+
+END:VTIMEZONE
+
+END:VCALENDAR
+
d>3-2/+24 * remove empty strings from translationAndre Klapper2006-07-132-3/+7 * Change mnemonic for Mark as Unimportant, fixes bug #347246.Karsten Bräckelmann2006-07-122-1/+6 * Fixes #246235. Deleted the option menu and replaced with radio buttons.Johnny Jacob2006-07-124-48/+114 * ** Fixes Bug # 324241Johnny Jacob2006-07-122-2/+10 * ** Patch by Not Zed <NotZed@Ximian.com> ** See bug #262003Johnny Jacob2006-07-122-8/+46 * Fixing memory leaks.Hiroyuki Ikezoe2006-07-104-0/+5 * Fixes bug #336963. set the scroll bar in the message display to automaticUshveen Kaur2006-07-082-1/+7 * Changing one mnemonic to avoid a mnemonic conflict with an upcoming patchAndre Klapper2006-07-072-1/+6 * Added mnemonic to string. Fixes bug #346645.Andre Klapper2006-07-052-1/+6 * Enhanced search functionality. patch submitted by Johnny Jacob ReviewedHarish Krishnaswamy2006-06-3010-152/+935 * Changed type name "boolean" to "bool". Fixes bug #345677.Matthew Barnes2006-06-272-1/+6 * Fix for bug#260354 comment 35: set the window title to reflect theArvind_evo2006-06-272-1/+7 * Fix for bug #344338Srinivasa Ragavan2006-06-212-0/+8 * Fix for bug #344580Srinivasa Ragavan2006-06-192-0/+24 * g_get_real_name() returns UTF-8 on Win32.Tor Lillqvist2006-06-142-0/+9 * changing string "Ximian Evolution" to "Evolution". Fixes bug #344298.Andre Klapper2006-06-142-2/+7 * Fix build on Win32, where EVOLUTION_ICONSDIR is a function call.Tor Lillqvist2006-06-132-6/+11 * Added a fix to sorting in vertical view.Srinivasa Ragavan2006-06-122-2/+7 * Fix memory leak. Fixes bug #335423.Chris Heath2006-06-092-0/+6 * Fix for a plus/minor header.Srinivasa Ragavan2006-06-072-1/+6 * typo correction. Fixes #331694.Harish Krishnaswamy2006-06-062-1/+6 * Can't make camel calls from the main thread or we run the risk ofJeffrey Stedfast2006-06-032-69/+83 * Added support for Vertical View in Evolution Mailer with custom message list.Srinivasa Ragavan2006-06-039-23/+345 * Fix for #341381. We should lock e-tree-memory when we change it.Li Yuan2006-05-302-0/+9 * Fix for bug #332936Srinivasa Ragavan2006-05-302-1/+7 * Added code to save/attach files/mails/events to/from remote sharesSrinivasa Ragavan2006-05-253-15/+39 * Committed fix for bug #342092Srinivasa Ragavan2006-05-252-2/+9 * Added support for collapsible headers for To/Cc/BccSrinivasa Ragavan2006-05-2511-14/+306 * Committed fix for bug #342676.Srinivasa Ragavan2006-05-243-9/+17 * Ref the store before removing the store from our hash and cache. ShouldJeffrey Stedfast2006-05-172-2/+8 * fixed ChangeLogJeffrey Stedfast2006-05-051-39/+41 * ** Fixes bug #323853Shi Pu2006-04-305-80/+49 * Use gnome-fs-trash-empty rather than stock_delete for the Trash folderRodney Dawes2006-04-283-4/+14 * Committing a patch from Victor for adding a Sender header to message list.Srinivasa Ragavan2006-04-264-3/+34 * Comparing the FolderInfo flags right, to make Mailbox to show From header in ...Srinivasa Ragavan2006-04-262-1/+7 * Committing fix for 323402 from Vincent NoelSrinivasa Ragavan2006-04-264-1/+33 * Added support for asking passphrase.Srinivasa Ragavan2006-04-242-5/+19 * Added code to create image attachment's icon in non-gui thread.Srinivasa Ragavan2006-04-222-1/+12 * Fix the cryptic hexa-status-bar-message. The problem still lies somewhere.Sankar P2006-04-212-2/+9 * Fix for bug #339052Jeffrey Stedfast2006-04-213-37/+80 * Removed error id "camel-exception" as it was a bogus error.Jeffrey Stedfast2006-04-193-335/+338 * fixed ChangeLog formattingJeffrey Stedfast2006-04-151-277/+307 * ** Fixes 333243 For null uri, don't need remove it.Jeff Cai2006-04-102-1/+8 * Fixes bug #333987 If CamelMessageInfo is null, don't free it.Jeff Cai2006-04-052-1/+8 * use the flags CAMEL_STORE_FOLDER_INFO_SUBSCRIBED instead ofParthasarathi Susarla2006-03-292-1/+7 * **Fixes #329585 *mail-config.glade: Changed Remove button to Delete buttonRajeev ramanathan2006-03-263-2/+9 * Fixed premature memory free. Fixes bug #335203.Patrick Ohly2006-03-222-1/+7 * Fixed bug #326571 Add em_filename_make_safe(), and use it to allowSimon Zheng2006-03-212-2/+44 * Added code to set the mail view column for sent folder.Srinivasa Ragavan2006-03-202-2/+12 * Added French welcome message.Benoît Dejean2006-03-133-1/+373 * Updated German translation of default inbox.Frank Arnold2006-03-122-49/+92 * Fixes bug #332140 Transfer filenames from utf-8 to glib encoding beforeSimon Zheng2006-03-062-4/+13 * Updated Finnish translationIlkka Tuohela2006-03-041-10/+10 * Updated Finnish inboxIlkka Tuohela2006-03-041-1/+1 * configure.in, added support for macedonian (mk) welcome messageAndre Klapper2006-03-042-1/+7 * Tino Meinen updated the Dutch welcome message.Vincent van Adrighem2006-03-042-69/+99 * Added Lithuanian to SUBDIRS. Added Lithuanian translation for defaultŽygimantas Beručka2006-03-034-10/+390 * Updated Finnish default Inbox:Ilkka Tuohela2006-03-032-59/+78 * Added localized default mailbox for FinnishIlkka Tuohela2006-03-025-1/+377 * Added Macedonian TranslationArangel Angov2006-03-021-0/+2 * Added Macedonian translationArangel Angov2006-03-021-0/+7 * Added Macedonian Translation <ArangelA@cvs.gnome.org>Arangel Angov2006-03-021-0/+369 * committed fix for moving composer window up the stack.Srinivasa Ragavan2006-03-012-0/+9 * Update the Welcome mail.Andre Klapper2006-03-012-45/+60 * Make the verify/decrypt gpg diagnostic text selectable in the securityJeffrey Stedfast2006-02-282-0/+9 * Added code to handle the case if the account is marked as default. FixesSankar P2006-02-242-2/+18 * ** Fixes bug #329733Veerapuram Varadhan2006-02-232-3/+38 * Use the same Win32 macro for gmtime_r() that guards against gmtime()Tor Lillqvist2006-02-222-4/+30 * Fix for bug 322160.Srinivasa Ragavan2006-02-214-12/+27 * ** Fixes bug 33139Parthasarathi Susarla2006-02-202-3/+14 * Fix for bug #331215Srinivasa Ragavan2006-02-162-2/+8 * need to show the stauts messageParthasarathi Susarla2006-02-152-2/+7 * See bug ** 325967Shi Pu2006-02-152-0/+31 * 2006-02-13 Karsten Bräckelmann <guenther@rudersport.de>,Andre Klapper2006-02-132-3/+17 * ** Fixes bug #221270. Removed white space before : when displaying accountRohini S2006-02-132-6/+14 * uncommenting a string. Fixes bug 271734.Andre Klapper2006-02-132-1/+6 * Creating the widget with "use_underline" property. Fixes #330504.Sushma Rai2006-02-132-2/+9 * changed string and added translator comments. Fixes bug 256907.Andre Klapper2006-02-122-1/+6 * a11y changes for bug #330723Karsten Bräckelmann2006-02-114-4/+11 * change Filters dialog window title to be HIG compliantKarsten Bräckelmann2006-02-112-1/+6 * Freeing font value string. See #309316.Sushma Rai2006-02-092-0/+6 * fix typo, correct phrasingKarsten Bräckelmann2006-02-092-2/+6 * Quiet cvs some moreKjartan Maraas2006-02-081-3/+5 * Quiet cvs a bitKjartan Maraas2006-02-081-0/+3 * s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-0825-107/+96 * **Fixes #329586Rajeev ramanathan2006-02-08