aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-08-24 02:43:38 +0800
committerIain Holmes <iain@src.gnome.org>2001-08-24 02:43:38 +0800
commit495be272a5c3d6ff8436cace8dd33c202123825f (patch)
tree77ebcac75234fc7d42b55d484bafb4405cc346ee /my-evolution
parent9673d07ccaaf1c26cea3fcedeeff78009f36555b (diff)
downloadgsoc2013-evolution-495be272a5c3d6ff8436cace8dd33c202123825f.tar.gz
gsoc2013-evolution-495be272a5c3d6ff8436cace8dd33c202123825f.tar.zst
gsoc2013-evolution-495be272a5c3d6ff8436cace8dd33c202123825f.zip
Remove broken news feeds, don't show completed tasks
svn path=/trunk/; revision=12419
Diffstat (limited to 'my-evolution')
-rw-r--r--my-evolution/ChangeLog8
-rw-r--r--my-evolution/e-summary-preferences.c4
-rw-r--r--my-evolution/e-summary-tasks.c3
3 files changed, 11 insertions, 4 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index a6d07c828e..91391f7a2b 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-23 Iain Holmes <iain@ximian.com>
+
+ * e-summary-preferences.c (rdfs): Remove the 4 that don't work.
+
+2001-08-22 Iain Holmes <iain@ximian.com>
+
+ * e-summary-tasks.c (generate_html): Skip the task if it's completed.
+
2001-08-22 Iain Holmes <iain@ximian.com>
* e-summary-preferences.c (mail_show_full_path_toggled): Set the
diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c
index d4d855c4d5..cd11a8ece0 100644
--- a/my-evolution/e-summary-preferences.c
+++ b/my-evolution/e-summary-preferences.c
@@ -423,7 +423,6 @@ static struct _RDFInfo rdfs[] = {
{"http://barrapunto.com/gnome.rdf", "Barrapunto GNOME"},
{"http://www.bsdtoday.com/backend/bt.rdf", "BSD Today"},
{"http://beyond2000.com/b2k.rdf", "Beyond 2000"},
- {"http://www.newsisfree.com/export.php3?_f=rss91&_w=f&_i=1443", "CNet"},
{"http://www.cnn.com/cnn.rss", "CNN"},
{"http://www.dictionary.com/wordoftheday/wotd.rss", N_("Dictionary.com Word of the Day")},
{"http://www.dvdreview.com/rss/newschannel.rss", "DVD Review"},
@@ -434,7 +433,6 @@ static struct _RDFInfo rdfs[] = {
{"http://www.kuro5hin.org/backend.rdf", "Kuro5hin"},
{"http://linuxgames.com/bin/mynetscape.pl", "Linux Games"},
{"http://linux.com/mrn/jobs/latest_jobs.rss", "Linux Jobs"},
- {"http://www.linuxplanet.com/rss", "Linux Planet"},
{"http://linuxtoday.com/backend/my-netscape.rdf", "Linux Today"},
{"http://lwn.net/headlines/rss", "Linux Weekly News"},
{"http://www.linux.com/mrn/front_page.rss", "Linux.com"},
@@ -449,13 +447,11 @@ static struct _RDFInfo rdfs[] = {
{"http://www.python.org/channews.rdf", "Python.org"},
{"http://www.quotationspage.com/data/mqotd.rss", N_("Quotes of the Day")},
{"http://www.salon.com/feed/RDF/salon_use.rdf", "Salon"},
- {"http://www.scriptingnews.userland.com/xml/scriptingnews2.xml", "Scripting News"},
{"http://www.securityfocus.com/topnews-rss.html", "Security Focus"},
{"http://www.segfault.org/stories.xml", "Segfault"},
{"http://www.slashdot.org/slashdot.rdf", "Slashdot"},
{"http://www.theregister.co.uk/tonys/slashdot.rdf", "The Register"},
{"http://www.thinkgeek.com/thinkgeek.rdf", "Think Geek"},
- {"http://www.tomalak.org/recentTodaysLinks.xml", "Tomalak's Realm"},
{"http://www.webreference.com/webreference.rdf", "Web Reference"},
{"http://www.zope.org/SiteIndex/news.rss", "Zope"},
{NULL, NULL}
diff --git a/my-evolution/e-summary-tasks.c b/my-evolution/e-summary-tasks.c
index d83bbefe3c..fe0f763e4f 100644
--- a/my-evolution/e-summary-tasks.c
+++ b/my-evolution/e-summary-tasks.c
@@ -251,11 +251,14 @@ generate_html (gpointer data)
"<font size=\"-1\"><a href=\"evolution:/local/Tasks\">%s</a></font><br>",
text.value);
} else {
+#if 0
tmp = g_strdup_printf ("<img align=\"middle\" src=\"task.xpm\" "
"alt=\"\" width=\"16\" height=\"16\"> &#160; "
"<font size=\"-1\"><strike><a href=\"evolution:/local/Tasks\">%s</a></strike></font><br>",
text.value);
+#endif
cal_component_free_icaltimetype (completed);
+ continue;
}
g_string_append (string, tmp);
span>/+68 * Added this function to put a response back into the queue.Christopher James Lahey2001-06-114-62/+113 * Added this function to let you do slightly more complicated searches.Christopher James Lahey2001-06-114-6/+70 * got rid of '%n' at end of each format string for strptime. I don't knowDamon Chaplin2001-06-112-8/+14 * Updated Spanish translation.Hector Garcia2001-06-112-1308/+1508 * Updated Slovak translation.Stanislav Visnovsky2001-06-112-1505/+1861 * Removed unused frame variable.Christopher James Lahey2001-06-091-2/+0 * Removed unused email variable.Christopher James Lahey2001-06-092-1/+5 * Bumped required version of gal to 0.8.99.2.Christopher James Lahey2001-06-092-1/+5 * Added addressbook/gui/merging/Makefile.Christopher James Lahey2001-06-092-0/+5 * Null terminate the strv here. (e_card_locate_match): ref here instead ofChristopher James Lahey2001-06-0921-40/+512 * Some fixesIain Holmes2001-06-093-3/+9 * builddir != srcdir fix.Jacob Leach2001-06-092-1/+6 * More pruningIain Holmes2001-06-091-1/+0 * OppsIain Holmes2001-06-091-2/+2 * fix some commands to match the ui file again.Dan Winship2001-06-092-3/+8 * remove the gtk_widget_show call... (e_contact_editor_show): and put itChris Toshok2001-06-0913-326/+295 * Committing the new My Evolution.Iain Holmes2001-06-0965-137/+7022 * Reattach X-Evolution-Account information to the message after sending it.Jon Trowbridge2001-06-093-3/+16 * When saving a draft, attach information about the From: identity viaJon Trowbridge2001-06-092-2/+24 * Allow a NULL @shell_view arg inEttore Perazzoli2001-06-092-2/+6 * Turned off alternating row colors in our ETable specification.Jon Trowbridge2001-06-093-13/+11 * Fix splash setup to keep it from giving two Gtk-CRITICAL assertions whenJason Leach2001-06-092-14/+14 * Don't use the default charset if the message is US-ASCII.Dan Winship2001-06-092-0/+8 * Vanity, thy name is trow.Jon Trowbridge2001-06-092-0/+5 * If you had multiple accounts that used mboxes, and if you received mail inJon Trowbridge2001-06-092-1/+22 * Updated Hungarian translation.Andras Timar2001-06-082-119/+129 * Add a separator between the service url and the folder name, if needed.Jon Trowbridge2001-06-082-1/+16 * Added an argument, so that the original source URI of the mbox can beJon Trowbridge2001-06-085-11/+36 * Updated Norwegian translation.Kjartan Maraas2001-06-082-194/+247 * fixed a typo pointed out by Greg Leblanc. s/listen/listed/Duncan Mak2001-06-084-2/+10 * we can ignore the border, as e-text takes care of that for usjacob berkman2001-06-072-24/+15 * removed duplicate "If mozilla can..." question.Aaron Weber2001-06-072-34/+0 * Added .cvsignore files and changed the configure script so that it willAndrew Hughes Chatham2001-06-072-0/+69 * Updated Swedish translation.Christian Rose2001-06-072-174/+230 * just set sig_file field, but don't actualy insert signature, it will beRadek Doulik2001-06-072-2/+8 * Note that I think I may have CVS Tag problems at least with the changelog.Aaron Weber2001-06-0712-158/+218 * Removed some left-over conflict indicators.Jon Trowbridge2001-06-071-2/+1 * Changed purely informational debug spew from a g_warning to a g_message.Jon Trowbridge2001-06-073-4/+22 * Changed the dialog box and added a Don't Ask Me Again button. Oh yeah!Iain Holmes2001-06-072-8/+73 * (Fix bug #3205: Component crash causes folder switch even when not needed)Jason Leach2001-06-072-4/+20 * Check that the chain of deferences in gui->account->source->url is safe.Jon Trowbridge2001-06-073-5/+48 * (Fix bug #418: Save state of folder tree view)Jason Leach2001-06-075-34/+86 * Sync from laptop.JP Rosevear2001-06-073-0/+735 * Applied patch from Jacob Berkman to un-offset the completion popup and addJon Trowbridge2001-06-073-4/+148 * Don't fetch the UID and FLAGS of messages we don't know about yet, sinceDan Winship2001-06-062-30/+40 * Updated Hungarian translation.Andras Timar2001-06-062-217/+261 * Remove references to ECategoryMasterListWombat.Christopher James Lahey2001-06-063-12/+5 * Fix a little thing where it was actually saying "_Delete this folder" inJason Leach2001-06-062-2/+7 * Plug in all the folder tree right click menu verbs so bonobo-warningsJason Leach2001-06-064-1/+65 * Make this work when multiple names are selected then right click->Remove.Jason Leach2001-06-062-4/+36 * Oh yeah, the ChangeLog.Chris Lahey2001-06-061-0/+20 * Copy dates as they come in.Christopher James Lahey2001-06-066-630/+462 * Move an #include to the top, it's ugly to have it in the middle of theJacob Leach2001-06-061-1/+1 * (Fix bug #655: SelectNames doesn't let you remove addresses after you addJason Leach2001-06-062-0/+48 * (Fix bug #3211: Should undelete when flagging a delete message asJason Leach2001-06-062-1/+11 * Bump version to 0.10.99JP Rosevear2001-06-062-3/+7 * Change the completion handler to use the ECompletionMatch.Jon Trowbridge2001-06-063-156/+163 * Oops. Forgot to remove some debugging code before committing.Jon Trowbridge2001-06-061-16/+0 * Small changes throughout to use ECompletionMatch.Jon Trowbridge2001-06-0610-143/+342 * (Fix bug #314: Display URLs in statusbar on mouseover)Jason Leach2001-06-062-1/+98 * (Fixing bug #1299: Shell saves shortcuts when display name changes)Jason Leach2001-06-065-12/+70 * make HTML and plain mails to have the same boundaryRadek Doulik2001-06-052-13/+41 * Added. Code for testing if two ECards appear to pertain to the sameJon Trowbridge2001-06-054-0/+520 * update the blocked/selected days if the starting day of the appointmentJP Rosevear2001-06-053-1/+23 * Fix Radek's fix. $(DB3_LDADD) must always come beforeEttore Perazzoli2001-06-052-2/+12 * move DB3_LDADD down to fix linkageRadek Doulik2001-06-052-2/+6 * Move `libevolution-importers' before `$(DB3_LDADD)'.Ettore Perazzoli2001-06-042-1/+6 * colorfixJakub Steiner2001-06-041-68/+63 * diff. timezone eventsJakub Steiner2001-06-042-0/+75 * remove spew, and don't call the ShellView CORBA method if the interfaceChris Toshok2001-06-048-13/+131 * Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-032-26/+35 * Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-0315-18/+54 * Updated Swedish translation.Christian Rose2001-06-032-1017/+1123 * If user is trying to sign his/her message, try first to use the key thatJeffrey Stedfast2001-06-032-29/+86 * Fix to not get into a recursive loop in get_type().Jeffrey Stedfast2001-06-034-41/+49 * Updated Hungarian translation.Andras Timar2001-06-022-1027/+1108 * macros/ChangeLog:Peter Williams2001-06-022-6/+10 * Updated Norwegian translation.Kjartan Maraas2001-06-021-0/+4 * Update list of filesJP Rosevear2001-06-021-966/+1050 * no longer build widget-util.*, the code has been movedJP Rosevear2001-06-022-4/+8 * use new funcJP Rosevear2001-06-029-97/+50 * ShushJP Rosevear2001-06-021-1/+0 * UpdateJP Rosevear2001-06-024-468/+8 * oops, didn't mean to make that changeJP Rosevear2001-06-021-1/+2 * Update list of filesJP Rosevear2001-06-022-3/+12 * renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-0236-7753/+3562 * dittoJP Rosevear2001-06-023-1/+13 * Added fields for the GalViewMenus and GalViewCollection, since we need toFederico Mena Quintero2001-06-024-15/+62 * Add a bunch of missing `$(DB3_LDADD)'s.Ettore Perazzoli2001-06-028-14/+42 * Save the pgp and smime settings. (mail_account_gui_new): Setup the pgp andJeffrey Stedfast2001-06-026-32/+401 * oops, camel-smime.h no longer exists. #include camel-smime-context.h and came...Jeffrey Stedfast2001-06-021-1/+2 * Call build_extra_conf() here too. This is when we REALLY want to call itJeffrey Stedfast2001-06-023-25/+22 * added questions about KDE, redid other questions.Aaron Weber2001-06-022-888/+1032 * Add GAL_LIBS here too. (testindex_LDADD): And here.Peter Williams2001-06-022-2/+7 * Fix dumb misuse of g_get_charset.Dan Winship2001-06-012-1/+6 * Add some missing `$(DB3_LDADD)'s to get it to compile.Ettore Perazzoli2001-06-015-14/+29 * Included information about db3.Christopher James Lahey2001-06-0114-125/+627 * Oops. Fix a few compile problems.Jeffrey Stedfast2001-06-012-2/+8 * Store the connection ID of the "changed" signal in the collection.Federico Mena Quintero2001-06-013-9/+28 * Added fields for the GalViewMenus and GalViewCollection; we need to keepFederico Mena Quintero2001-06-014-21/+89 * Numerous fixes to get it to compile.Jeffrey Stedfast2001-06-014-62/+383 * add the EAddressbookModel* and change the ETableModel's name to "adapter".Chris Toshok2001-06-013-11/+35 * decrement data_count before emitting the card_removed signal, and breakChris Toshok2001-06-013-5/+42 * Use --moddatadir to derive this.Christopher James Lahey2001-06-014-40/+13 * Fixed up the S/MIME signing/encrypting code to work with the new API.Jeffrey Stedfast2001-06-012-80/+95 * Added camel-cms-context.cJeffrey Stedfast2001-06-012-0/+5 * Added camel-cipher-context.h, camel-cms-context.h, camel-smime-context.h,Jeffrey Stedfast2001-06-012-0/+7 * Removed the code to check for the validity of an S/MIME part. Stuff worksJeffrey Stedfast2001-06-014-56/+109 * New virtual class for manipulating cryptographic message syntax messagesJeffrey Stedfast2001-06-019-939/+1291 * Print Preview => ContactsPrintPreview. Changed peter's change so that theChris Toshok2001-06-012-1/+7 * change Print Preview's name to ContactsPrintPreview.Chris Toshok2001-06-012-1/+6 * Removed unused variable.Federico Mena Quintero2001-06-013-2/+9 * set allow_newlines on the etext item to false, since we are like an entryjacob berkman2001-06-011-0/+1 * Add a missing iconv_closeDan Winship2001-05-312-0/+5 * New function (probably should just be static).Jason Leach2001-05-3111-13/+154 * Use the config-specified default character set (which in turn defaults toDan Winship2001-05-312-308/+276 * Rename the "PGP" page back to "Other" and add a "default charset" optionDan Winship2001-05-316-5/+118 * Bump gal dependency to 0.8.99.1Dan Winship2001-05-312-1/+5 * Redo the BUILD_MAP code to not depend on libunicode. Now it only generatesDan Winship2001-05-314-4091/+274 * Use the correct path to the print preview menu item.Peter Williams2001-05-312-1/+6 * For JPR - FedericoFederico Mena Quintero2001-05-312-0/+256 * Removed an unecessary sleep(2) call, so evolution will start up 2 secondsJason Leach2001-05-316-3/+58 * add commands/menu items for Cut/Copy/Paste/Select All.Chris Toshok2001-05-302-0/+30 * new function, for the Cut verb. (copy_contacts_cb): new function, for theChris Toshok2001-05-306-14/+344 * New function.Federico Mena Quintero2001-05-305-38/+90 * Added missing castt. (setup_offline_toggle): Likewise.Federico Mena Quintero2001-05-302-3/+8 * spJeffrey Stedfast2001-05-301-1/+1 * Take another argument to ignore a certain address. (mail_generate_reply):Jeffrey Stedfast2001-05-303-31/+46 * Fix an obvious typoDan Winship2001-05-301-1/+1 * Document the fact that this function ref()s the factory and that peopleFederico Mena Quintero2001-05-301-7/+55 * unref the control when finished with it (setup_offline_toggle): dittoJP Rosevear2001-05-302-3/+16 * Remove this evolutionary dead endDan Winship2001-05-3010-1689/+0 * Create a CamelDiscoDiary. (imap_disconnect_offline): And free it.Dan Winship2001-05-307-72/+507 * Code for logging and replaying offline operations.Dan Winship2001-05-3010-75/+706 * one-line fix for bug #2536: File->Close in message viewer doesn't work.Jason Leach2001-05-303-11/+17 * update version requirementsJP Rosevear2001-05-302-4/+8 * new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-2917-1168/+2526 * Use e_utf8_to_gtk_string() on the description of the attachment sinceJeffrey Stedfast2001-05-292-13/+24 * Undo Jeff's View menu changes, as they resulted in theDan Winship2001-05-292-17/+20 * Fix a bug that could cause a crash on messages with an empty subject.Dan Winship2001-05-292-1/+6 * Call e_tree_node_set_expanded on the storage_set_view, not the storage_setDan Winship2001-05-292-1/+7 * Updated Norwegian translation.Kjartan Maraas2001-05-292-609/+664 * srcdir != builddir fix.Jason Leach2001-05-292-0/+5 * Use g_strcasecmp() because some systems don't have strcasecmp(). Also,Jeffrey Stedfast2001-05-293-3/+10 * changelog entries for tests/ fixes committed yesterdayDan Winship2001-05-291-0/+20 * add *.lo, libeshell.laDan Winship2001-05-291-0/+2 * implemented the 'remove_folder' function for the calendar shell componentRodrigo Moya2001-05-283-5/+355 * Updated Hungarian translationAndras Timar2001-05-282-510/+575 * Removed the etable spec string. (message_list_construct): Load the etableJeffrey Stedfast2001-05-286-42/+40 * Prototype evolution_mail_config_get_type.Jeffrey Stedfast2001-05-282-0/+5 * Fix an fd leakDan Winship2001-05-2819