aboutsummaryrefslogtreecommitdiffstats
path: root/libical/zoneinfo/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libical/zoneinfo/Makefile.am')
-rw-r--r--libical/zoneinfo/Makefile.am38
1 files changed, 0 insertions, 38 deletions
diff --git a/libical/zoneinfo/Makefile.am b/libical/zoneinfo/Makefile.am
deleted file mode 100644
index 662a0b9f4e..0000000000
--- a/libical/zoneinfo/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-
-zoneinfodatadir = $(datadir)/$(PACKAGE)/zoneinfo
-
-zoneinfodata_DATA = zones.tab
-
-DIRS = \
- Africa \
- America \
- America/Indiana \
- America/Kentucky \
- Antarctica \
- Arctic \
- Asia \
- Atlantic \
- Australia \
- Europe \
- Indian \
- Pacific
-
-
-install-data-local:
- @$(NORMAL_INSTALL)
- for dir in $(DIRS); do \
- $(mkinstalldirs) $(DESTDIR)$(datadir)/$(PACKAGE)/zoneinfo/$$dir; \
- for tzfile in $(srcdir)/$$dir/*.ics; do \
- $(INSTALL_DATA) $$tzfile $(DESTDIR)$(datadir)/$(PACKAGE)/zoneinfo/$$dir; \
- done \
- done
-
-dist-hook:
- for dir in $(DIRS); do \
- mkdir $(distdir)/$$dir; \
- for tzfile in $(srcdir)/$$dir/*.ics; do \
- cp -p $$tzfile $(distdir)/$$dir; \
- done \
- done
-
-EXTRA_DIST = $(zoneinfodata_DATA)
s='commitgraph'>* reviewed by: Parthasarathi <sparthasarathi@novell.com>Harish Krishnaswamy2006-01-022-3/+18 * translate the labels of emfp_items.Changwoo Ryu2006-01-023-1/+34 * String Fixes (Bug #325122)Harish Krishnaswamy2006-01-012-9/+9 * s/don't/do not/ string changes. Fixes #325276.Harish Krishnaswamy2006-01-014-6/+13 * Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+36 * changing "canceled" to "cancelled" to stay consistant to the rest. FixesAndre Klapper2005-12-301-1/+1 * added quotes to literal values. Fixes bug 272772.Andre Klapper2005-12-301-1/+1 * Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-301-1/+1 * removed wrong singular string. Fixes bug 311472.Andre Klapper2005-12-301-2/+4 * ** Fixes bug #228040, #324677Srinivasa Ragavan2005-12-233-3/+37 * changed one duplicated mnemonic. Fixes bug 313801Andre Klapper2005-12-221-1/+1 * *** empty log message ***Parthasarathi Susarla2005-12-221-0/+1 * Evolution is now Network Aware, the day of complete awareness beckons, TheShreyas Srinivasan2005-12-223-1/+38 * em-camel-stream.c (em_camel_stream_init) UseTor Lillqvist2005-12-213-0/+17 * *** empty log message ***Parthasarathi Susarla2005-12-211-1/+1 * Fixes #324670 Respond to the change of mail/display/paned_size in gconf.Sam Yang2005-12-212-0/+21 * committed these files to fix http://bugzilla.gnome.org/show_bug.cgi?id=260354Parthasarathi Susarla2005-12-213-28/+51 * ** See bug 324473 delete reference to account editor to make sure beJeff Cai2005-12-212-1/+7 * removed conflict indicators.Veerapuram Varadhan2005-12-201-1/+0 * Fixes #246256 Change "Case _Sensitive" to "Case _sensitive".Veerapuram Varadhan2005-12-202-1/+6 * ** See bug 324319 Add the accessible name of arrow button, and theBoby Wang2005-12-202-0/+9 * ** See bug 234008Parthasarathi Susarla2005-12-203-1/+26 * changing file selector window title from "Execute command..." to "SelectAndre Klapper2005-12-201-1/+1 * changed 3 HIG-violating mnemonics. Fixes bug 256913Andre Klapper2005-12-201-3/+3 * ** Fixes bug #323867.Sam Yang2005-12-192-0/+39 * em-folder-browser.c em-folder-view.c em-format-html.cTor Lillqvist2005-12-1819-115/+400 * Use gstdio wrappers. Construct pathnames of glade files at run-time.Tor Lillqvist2005-12-182-2/+11 * Use gstdio wrappers. Construct pathnames of glade files at run-time.Tor Lillqvist2005-12-182-2/+10 * Use gstdio wrappers. Construct pathnames of glade files at run-time.Tor Lillqvist2005-12-182-16/+94 * Use THREADS_CFLAGS and _LIBS. Don't need CAMEL_LIBS.Tor Lillqvist2005-12-182-2/+7 * Include e-util-private.h for O_BINARY.Tor Lillqvist2005-12-181-0/+2 * importers/elm-importer.c importers/evolution-mbox-importer.cTor Lillqvist2005-12-187-23/+45 * Beautify #include order and syntax. Use gstdio wrappers. ConstructTor Lillqvist2005-12-182-8/+15 * Beautify #include order and syntax. Use gstdio wrappers. ConstructTor Lillqvist2005-12-182-40/+45 * Harmonize #include order and syntax. Use pthread_equal() to compareTor Lillqvist2005-12-182-24/+30 * Use gstdio wrappers. Beautify #include order and syntax.Tor Lillqvist2005-12-182-16/+27 * Use gstdio wrappers. Construct UI XML file pathname at run-time.Tor Lillqvist2005-12-182-7/+18 * Include just <gtk/gtk.h> and not a handful of individual gtk headers.Tor Lillqvist2005-12-182-24/+25 * Use gstdio wrappers. Open file in binary mode.Tor Lillqvist2005-12-182-15/+18 * Add copyright blurb. Include just <gtk/gtk.h> and not a handful ofTor Lillqvist2005-12-182-27/+61 * Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS.Tor Lillqvist2005-12-171-1/+1 * Mail Context Menu re-ordered correctly, fixes bug #323140.Karsten Bräckelmann2005-12-122-2/+7 * Fix #47857Shreyas Srinivasan2005-12-122-1/+5 * See bug ** 323253Shi Pu2005-12-062-1/+9 * literal strings do not need to be \0 terminated, they are alreadyJeffrey Stedfast2005-11-292-6/+13 * ** See bug #322414 Respond to the change ofSam Yang2005-11-282-0/+31 * Use gstdio wrappers. (url_requested): Use g_filename_from_uri() instead ofTor Lillqvist2005-11-252-8/+28 * ** See bug #315987 Send only if account is enabledParthasarathi Susarla2005-11-234-8/+33 * ** See bug 321214. Focus on the Tools-> Settings-> Composer Preferences ->Boby Wang2005-11-182-3/+589 * **See #313096Vivek Jain2005-10-262-2/+9 * Return valid transport, only if the account is enabled.Parthasarathi Susarla2005-10-226-9/+26 * Reverse previous patch because of bug 319376.Jeff Cai2005-10-212-1/+6 * Change the declaration of flag 'preview_active' from one bit of int to oneJeff Cai2005-10-212-1/+7 * composer/e-msg-composer-select-file.c, composer/e-msg-composer.c,Philip Van Hoof2005-10-191-0/+8 * composer/e-msg-composer-select-file.c, composer/e-msg-composer.c,Philip Van Hoof2005-10-191-13/+8 * Include e-attachment-bar.h relative to the top dir, so it stops borkingHarish Krishnaswamy2005-10-192-1/+7 * Fixed mark junk, keybinding to focus search widget.Srinivasa Ragavan2005-10-188-8/+102 * - Enhances Signature-Preferences. - Added shortcuts for common operations.Sankar P2005-10-184-41/+117 * ** See bug 317284Parthasarathi Susarla2005-09-301-0/+2 * ** See bug 317284Parthasarathi Susarla2005-09-292-13/+23 * Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-6/+7 * Define localtime_r() for Win32 using localtime() (which is thread-safe inTor Lillqvist2005-09-282-2/+13 * Not implemented on Win32.Tor Lillqvist2005-09-282-1/+10 * Define localtime_r() for Win32 using localtime() (which is thread-safe inTor Lillqvist2005-09-282-0/+13 * em-composer-utils.c (reply_get_composer, get_reply_list,Tor Lillqvist2005-09-283-6/+15 * See bug ** 317329 Do not add a NULL uri.Parthasarathi Susarla2005-09-282-0/+7 * Fixes #208647S.Antony Vincent Pandian2005-09-262-1/+20 * Fixes #316983Carsten Guenther2005-09-232-2/+11 * Added code to enable the sent folder button for accounts with "None" setSankar P2005-09-212-2/+12 * Added enum and the code to change the icon for sent items folder. FixesSankar P2005-09-203-0/+12 * Update the Welcome mail.Harish Krishnaswamy2005-09-032-33/+55 * ** See bug #314440.Not Zed2005-08-263-8/+34 * Dont call update. Just set the width on the bar.Srinivasa Ragavan2005-08-242-4/+7 * cast warning away.Not Zed2005-08-247-24/+49 * ** See #312668.Not Zed2005-08-222-1/+14 * fixed a typo: s/occured/occurred/gJens Seidel2005-08-221-1/+1 * put the s/mime message back, awaiting string approval for a changeNot Zed2005-08-195-147/+170 * ** See #312668.Not Zed2005-08-185-345/+79 * Fix a warning. (efhd_bar_resize): Fix the bar size to match other widgets.Srinivasa Ragavan2005-08-172-6/+29 * Add the close call for fd.Kaushal Kumar2005-08-172-0/+8 * ** See #313440.Not Zed2005-08-162-0/+8 * Fix for bug #312545Srinivasa Ragavan2005-08-162-4/+8 * Honour the check_all flag for the scalix provider. Fixes bug #313582.Christian Kellner2005-08-162-1/+8 * Fix two mnemonic conflicts in the context menus for the mailerRodney Dawes2005-08-152-2/+7 * first prepare the page and then validate **Fixes #273842Vivek Jain2005-08-122-34/+40 * ** See #232499.Not Zed2005-08-122-3/+50 * check if the account is enabled, before adding the store ** Fixes #313057Vivek Jain2005-08-112-1/+8 * return the target in any case. It will be an empty target and not NULL.Parthasarathi Susarla2005-08-113-8/+12 * Fix to hide the attachment bar when no attachments and to resize when theSrinivasa Ragavan2005-08-112-24/+49 * ** See #271985.Not Zed2005-08-113-8/+21 * ** See #312715.Not Zed2005-08-106-113/+44 * Use the bootstrap import library for libevolution-mail.la on Win32 asTor Lillqvist2005-08-102-1/+12 * Link with all needed libraries. Use -no-undefined on Win32. Work aroundTor Lillqvist2005-08-102-5/+31 * ** See bug #304938.Not Zed2005-08-092-1/+9 * fix typo in ChangelogShreyas Srinivasan2005-08-081-1/+1 * ** See bug #300881.Not Zed2005-08-082-3/+12 * check part before using it, else dump sourceVivek Jain2005-08-082-6/+17 * ** See bug #312397.Not Zed2005-08-082-2/+12 * Change instances of "vfolder" that appear in the UI to use the termRodney Dawes2005-08-0811-33/+138 * (emae_option_checkspin) initialize local variable "label".David Malcolm2005-08-062-1/+6 * ** See bug #273885.Not Zed2005-08-058-21/+79 * Fixes the bug #312410.Srinivasa Ragavan2005-08-052-11/+14 * Killed a warning.Srinivasa Ragavan2005-08-042-1/+5 * not here.Not Zed2005-08-043-5/+17 * Bummer, reverting previous accidental commitJules Colding2005-08-031-23/+23 * Add missing forward referencesJules Colding2005-08-031-23/+23 * Allocated a new string to be used for the error dialog response to avoidArunprakash2005-08-032-1/+7 * Included 'gtkentry.h' to resolve the symbol 'GTK_ENTRY'.Shakti Sen2005-08-022-0/+8 * Fixed a bug where the last path is not preserved well.Srinivasa Ragavan2005-08-022-6/+13 * always process all nodes we have, even if we have already seen the topNot Zed2005-08-022-13/+21 * missed commitMichael Zucci2005-08-011-0/+7 * ** See bug #300607.Not Zed2005-08-011-23/+60 * Fix #311223. Include <camel/camel-multipart.h> so that lazy binding doesShreyas Srinivasan2005-07-292-0/+6 * Fix #307358. Check if the provider type exists before senisitizingShreyas Srinivasan2005-07-292-4/+12 * ** See bug #311440.Not Zed2005-07-292-3/+8 * Update the "Full Name" text entry with the detected real name of the user.Praveen Kumar2005-07-282-1/+8 * Changed "Host" to "Server"Srinivasa Ragavan2005-07-272-2/+6 * hack to make it honour the 'refresh only inbox' imap/groupwise setting.Not Zed2005-07-272-4/+16 * Fix make distcheck issues.Harish Krishnaswamy2005-07-272-0/+5 * Added code to create a attachment bar.Srinivasa Ragavan2005-07-257-36/+542 * reverted dobey's busted view->hide* menu stuff.Not Zed2005-07-212-12/+8 * if we get a null default, then set "" on the entry. (emae_option_entry):Not Zed2005-07-2112-32/+253 * calling the wrong api to move a folder. Infact it was copying for move.Srinivasa Ragavan2005-07-202-1/+6 * included missing header file camel-multipart.h **Fixes #310330Vivek Jain2005-07-152-0/+7 * Free font name Free font name and name of citation color. Free searchKjartan Maraas2005-07-134-2/+19 * Merge back eplugin-import-branch.Michael Zucci2005-07-1210-671/+450 * Add new functions to remove proxy accounts and proxies created by theShreyas Srinivasan2005-07-106-33/+104 * removed from here removed removedVivek Jain2005-07-064-872/+0 * moved to plugins/sa-junk-plugin updated to removed/add these files. assignVivek Jain2005-07-064-10/+21 * added new files to have a new hook for implementing junk pluginsVivek Jain2005-07-062-0/+464 * use the cache, since we set it up. (efhd_image): added a (private!) formatNot Zed2005-07-064-45/+306 * Added "forward" command-line option for mails.Veerapuram Varadhan2005-07-062-1/+28 * implement extraction of inline signed/encrypted pgp parts and package themMatt Brown2005-07-014-13/+152 * ** See bug #307398Not Zed2005-06-253-7/+45 * Added widgets in INCLUDES.Kaushal Kumar2005-06-2311-12/+12 * ** See bug #301466.Brian Mury2005-06-214-3/+10 * Use SOEXT.Tor Lillqvist2005-06-182-1/+5 * Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-1720-36/+36 * make this run a timeout so we don't update too often and suck loads of cpuNot Zed2005-06-082-1/+44 * Fixing typo (bug 306151). Committing for AndreHarish Krishnaswamy2005-06-072-1/+4 * only let this be included once.Not Zed2005-06-023-2/+25 * change this to sub-class evolution-component, not bonobo-object.Not Zed2005-06-025-8/+49 * Update these methods to use the listener method of access from bonobo asRodney Dawes2005-06-012-5/+23 * Remove this unused method (emfs_response): Remove unused variableRodney Dawes2005-05-254-37/+12 * add helper for plugins to get mail session.Not Zed2005-05-203-0/+14 * Added a error message required for marking messages as read in subfolders.Chenthill Palanisamy2005-05-192-0/+13 * new function to print a non-foldered message. untested.Not Zed2005-05-193-0/+20 * fix rodney's name choices. fix multiple-inclusion. fix forward references.Not Zed2005-05-1912-66/+115 * removed include of htmlengine.h which wasn't neededRadek Doulik2005-05-174-40/+26 * forward-reference structuresNot Zed2005-05-1620-69/+93 * move e-error into e-util/Not Zed2005-05-1618-18/+21 * shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.hSrinivasa Ragavan2005-05-162-0/+5 * Add profiler so that it gets disted properlyRodney Dawes2005-05-1410-818/+1093 * Fixes bug #273868, #300113, #302831.Shreyas Srinivasan2005-05-132-1/+11 * Use the real folder and real uid (not the virtual if replying to a messageJeffrey Stedfast2005-05-133-24/+47 * EPopupItem emfv_popup_items[] replace Print with Print... Fixes #272242Vivek Jain2005-05-122-1/+6 * mail-ops.c (mail_send_message) Added code to prevent copying of sentSankar P2005-05-073-43/+56 * renamed from mail-errors.xml, add i18n tags, fix some whitespace issues.Not Zed2005-05-065-633/+363 * Removed the schema /schemas/apps/evolution/mail/junk/sa/daemon_port sinceChenthill Palanisamy2005-05-062-14/+6 * Changed string 'login' Rephrased photo string Rephrased photo stringSrinivasa Ragavan2005-05-062-2/+2 * Fixed a typo for #272786Sarfraaz Ahmed2005-05-062-1/+5 * use gtk_html_command to ask if selection is active tto avoid usingRadek Doulik2005-05-053-27/+17 * removed include of htmlinterval.h as it's not neededRadek Doulik2005-05-032-1/+5 * remove a call to refresh folder from here call mail_refresh_folder hereParthasarathi Susarla2005-04-283-3/+12 * add some message list loading/profiling points, "list".Not Zed2005-04-283-4/+46 * ** See bug #273752Not Zed2005-04-132-1/+8 * Simplify the scanning for '@' by using strchr().Jeffrey Stedfast2005-04-092-10/+12 * removed. (em_utils_handle_receipt): asynchronously load message if none isNot Zed2005-04-088-3/+426 * ** See bug #74320Not Zed2005-04-062-1/+11 * Add Mark as Read/Unread back to the context menu (#73192) Fix the orderingRodney Dawes2005-04-052-3/+12 * ** See bug #72935Not Zed2005-04-012-0/+9 * ** See bug #72518Not Zed2005-04-014-2/+21 * only noop if we only have 1 message selected, otherwise we don't updateNot Zed2005-04-012-2/+8 * add a11y name to Mail Accounts Table add a11y name to tables in MailLi Yuan2005-03-303-0/+20 * fixedJeffrey Stedfast2005-03-181-1/+0 * Don't show multiple "Mailer" headers even if multipleJeffrey Stedfast2005-03-182-1/+11 * ** See bug #73363Not Zed2005-03-172-14/+60 * ** See bug #73559Not Zed2005-03-172-7/+16 * ** See bug #71003, again.Not Zed2005-03-172-2/+8 * ** See bug #73550Not Zed2005-03-162-4/+18 * ** See bug #73293Not Zed2005-03-112-0/+9 * **fixes bug #73139 change the shared-folder icon names to the names inVivek Jain2005-03-102-2/+9 * ** See bug #66592Not Zed2005-03-045-208/+158 * ** See "bug" 73100Not Zed2005-03-032-4/+8 * include atkutil.h (message_list_construct): cast warning.Not Zed2005-03-0214-38/+63 * Fix for 71733.Harry Lu2005-03-022-3/+14 * bump version, requiresJP Rosevear2005-03-015-27/+44 * ** See bug #72609Not Zed2005-02-282-1/+13 * reverted Mengjie's patch for 72545.Not Zed2005-02-282-8/+6 * Added German (de) to the list of subdirs.Frank Arnold2005-02-271-1/+1 * Added German translation of default inbox.Frank Arnold2005-02-274-0/+358 * make the 'select all' work in all conditions.Mengjie Yu2005-02-252-2/+15 * ** See bug #68459Not Zed2005-02-252-59/+66 * ** See bug #71003Not Zed2005-02-252-3/+18 * ** See bug #34153 and no doubt duplicatesNot Zed2005-02-252-1/+10 * Don't use the pre-UTF-8 converted subject header string from theJeffrey Stedfast2005-02-252-2/+9 * ** See bug #71528.Not Zed2005-02-242-42/+85 * ** See bug #71967Not Zed2005-02-242-0/+12 * Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-243-2/+8 * fix argument order to memset. (emae_security_page): fix the non-have_nssNot Zed2005-02-232-8/+10 * Use gnome-vfs API to launch external applicationsMarco Pesenti Gritti2005-02-232-27/+17 * ** See bug #40515Not Zed2005-02-232-2/+9 * ** See bug #68866Not Zed2005-02-232-0/+9 * ** See bug #35219Not Zed2005-02-232-16/+42 * ** See bug #64987Not Zed2005-02-232-6/+12 * ** See bug #72337Not Zed2005-02-232-8/+40 * ** See bug #70718Not Zed2005-02-232-26/+20 * The GladeXML object is no longer a part of the private structure, and weRodney Dawes2005-02-232-1/+7 * ** See bug #61363 & e-util/ChangeLogNot Zed2005-02-214-168/+304 * New method to copy the selected text in the mail display, to the clipboardRodney Dawes2005-02-197-89/+247 * use camel_debugRadek Doulik2005-02-152-4/+9 * ** See bug #72266Not Zed2005-02-102-1/+27 * ** See bug #71429Not Zed2005-02-092-3/+14 * ** See bug #72228Not Zed2005-02-082-46/+67 * ** See bug #72209Not Zed2005-02-086-8/+76 * Fix for 72275. try to bring up menu for preivew html object.Harry Lu2005-02-084-2/+62 * reverted jeff's patch for the subscribed hint.Not Zed2005-02-043-2/+18 * if we aren't waiting for cancel, then don't worry about waiting on theNot Zed2005-02-042-10/+20 * Use g_hash_table_foreach_remove() instead so the keys don't point toJeffrey Stedfast2005-02-042-3/+12 * Use the gtk_widget_ensure_style method instead of gtk_widget_realize whenRodney Dawes2005-02-032-1/+9 * Fixes bug #70454Jeffrey Stedfast2005-02-032-4/+11 * Replace "_Virtual Folder" with "_vFolder" for the search menu to create aRodney Dawes2005-02-029-18/+47 * ** See bug #65329.Not Zed2005-02-012-1/+11 * use the type hint to sort for inbox, not the name.Not Zed2005-02-014-34/+62 * ** See bug #71312.Not Zed2005-02-013-16/+58 * Remove unused global symbol.Hans Petter Jansson2005-02-012-2/+4 * Reset the normalised string sort table.Jeffrey Stedfast2005-02-012-1/+9 * Fixes #71937JP Rosevear2005-02-014-4/+12 * Patch by Michael, to supporting tables in e-config, handling hide bits andSushma Rai2005-01-312-14/+34 * ** See bug #67083Not Zed2005-01-312-2/+6 * ** See bug #69850Not Zed2005-01-312-4/+11 * ** See bug #71521.Not Zed2005-01-312-1/+10 * fixedJeffrey Stedfast2005-01-291-4/+5 * ** See bug #71520.Not Zed2005-01-282-18/+15