aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-10-22 22:12:47 +0800
committerDan Winship <danw@src.gnome.org>2003-10-22 22:12:47 +0800
commit27e6d3cb39461babf270fc4e6c5ba986af38a85a (patch)
tree91dff8149f50ca834598fa60a749289ebfd62d0c /my-evolution/ChangeLog
parent31be44baaaaf661c00292c53f03ebeba336155bd (diff)
downloadgsoc2013-evolution-27e6d3cb39461babf270fc4e6c5ba986af38a85a.tar
gsoc2013-evolution-27e6d3cb39461babf270fc4e6c5ba986af38a85a.tar.gz
gsoc2013-evolution-27e6d3cb39461babf270fc4e6c5ba986af38a85a.tar.bz2
gsoc2013-evolution-27e6d3cb39461babf270fc4e6c5ba986af38a85a.tar.lz
gsoc2013-evolution-27e6d3cb39461babf270fc4e6c5ba986af38a85a.tar.xz
gsoc2013-evolution-27e6d3cb39461babf270fc4e6c5ba986af38a85a.tar.zst
gsoc2013-evolution-27e6d3cb39461babf270fc4e6c5ba986af38a85a.zip
Removed; this code has not been used since pre-1.0.
* executive-summary/*: Removed; this code has not been used since pre-1.0. * my-evolution/*: Removed; gone in evolution 2.0. * notes/*: Removed; never finished and no one is working on it. * configure.in (E_UTIL_{CFLAGS,LIBS}): Remove soup-2.0 since e-proxy is gone. (EVOLUTION_MAIL_{CFLAGS,LIBS}): Remove soup-2.0 since the mailer uses CamelHTTPStream now. (EVOLUTION_EXECUTIVE_SUMMARY_{CFLAGS,LIBS}): Gone (AC_OUTPUT): Remove my-evolution/Makefile * README: evolution no longer depends on soup svn path=/trunk/; revision=22976
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r--my-evolution/ChangeLog85
1 files changed, 0 insertions, 85 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
deleted file mode 100644
index 6f24d9b0d4..0000000000
--- a/my-evolution/ChangeLog
+++ /dev/null
@@ -1,85 +0,0 @@
-2003-10-09 Jeffrey Stedfast <fejj@ximian.com>
-
- * Makefile.am: INCLUDE path fixes for changes made to libical
- build.
-
- * e-summary-calendar.h: #include <libical/ical.h>
-
- * e-summary.h: #include <libical/ical.h>
-
-2003-09-08 Calvin Liu <calvin.liu@sun.com>
-
- ** For bug #48175
- * e-summary-tasks.c: set default value for colour if it's empty
-
-2003-08-26 Rodrigo Moya <rodrigo@ximian.com>
-
- * e-summary-tasks.c:
- * e-summary-calendar.c (uids_to_array): use correct type for arguments
- to cal_client_get_object.
-
-2003-08-19 Harry Lu <harry.lu@sun.com>
-
- ** For bug #47461.
-
- * e-summary-calendar.c: (generate_html): Change "%P" to "%p" so that
- strftime() can work under solaris.
-
-2003-08-12 Jack Jia <jack.jia@sun.com>
-
- [Fixed bug #47563]
-
- * e-summary-tasks.c (setup_task_folder) : set a default value for
- the tasks->due_today_colour and tasks->overdue_colour, if the key
- in gconf is NULL. and change the key name from TasksDueTodayi to
- due_today, from TasksOverdue to overdue, in order to coincide with
- the key in e-summary-tasks.c (setup_task_folder).In this way, it
- can avoid crash on solaris.
-
-2003-08-11 Ettore Perazzoli <ettore@ximian.com>
-
- Patch from Lorenzo Gil Sanchez <lgs@sicem.biz>
-
- * Locations: Added Bermuda to the list of countries under the
- 'Central and South America' region. [#21879]
-
-2003-07-23 Dan Winship <danw@ximian.com>
-
- * e-summary-factory.c (e_summary_factory_new_control): Fix a
- warning.
-
- * e-summary-rdf.c (tree_walk): Fix a warning
-
- * e-summary-weather.c (e_summary_weather_get_html): Remove an
- unused variable.
- (weather_make_html): Likewise.
-
-2003-06-23 Dan Winship <danw@ximian.com>
-
- * e-summary-calendar.c (setup_gconf_client): Don't call
- setup_calendar from here, since e_summary_calendar_init will call
- it immediately after setup_gconf_client, which will result in a
- calendar being quickly created and destroyed.
-
-2003-06-19 Ettore Perazzoli <ettore@ximian.com>
-
- * e-summary.c (do_summary_print): Do not destroy preview_widget
- when returning from gtk_dialog_run() since it's unset at that
- point. [#44798]
-
-2003-06-13 Larry Ewing <lewing@ximian.com>
-
- * e-summary.c (e_summary_url_requested): free the filename.
-
-2003-06-05 Not Zed <NotZed@Ximian.com>
-
- ** For #42691.
-
- * Makefile.am (%.server.in): use implicit rule.
- (BUILT_SOURCES): added server_DATA
-
-2003-06-09 Ettore Perazzoli <ettore@ximian.com>
-
- * e-summary-mail.c (e_summary_mail_get_info): Protect against
- folder_store being NULL. [#44111]
-