aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog15
-rw-r--r--mail/importers/evolution-mbox-importer.c2
-rw-r--r--mail/mail-display.c1
3 files changed, 17 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 6da47295b6..178ca7eb3f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,17 @@
+2002-04-29 Larry Ewing <lewing@ximian.com>
+
+ * importers/evolution-mbox-importer.c (process_item_fn): add const
+ to silence warning.
+
+ * mail-display.c: add gtkhtml.h include so to pick up the
+ object_relative prototype.
+
+2002-04-26 Larry Ewing <lewing@ximian.com>
+
+ * mail-font-prefs.c: Add the font config dialog.
+
+ * mail-font-prefs.h: add font config dialog headers.
+
2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Don't link with libibex anymore, it's been
@@ -14,6 +28,7 @@
* mail-account-gui.c (mail_account_gui_auto_detect_extra_conf):
New function to auto-detect the extra config options for a source.
+>>>>>>> 1.2146
2002-04-24 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-gui.c (mail_account_gui_build_extra_conf): Allow
diff --git a/mail/importers/evolution-mbox-importer.c b/mail/importers/evolution-mbox-importer.c
index 1dfeb93b40..2980e06edc 100644
--- a/mail/importers/evolution-mbox-importer.c
+++ b/mail/importers/evolution-mbox-importer.c
@@ -140,7 +140,7 @@ process_item_fn (EvolutionImporter *eimporter,
MailImporter *importer = (MailImporter *) mbi;
gboolean done = FALSE;
CamelException *ex;
- char *mozilla_status;
+ const char *mozilla_status;
if (importer->folder == NULL) {
GNOME_Evolution_ImporterListener_notifyResult (listener,
diff --git a/mail/mail-display.c b/mail/mail-display.c
index 5c506ffbbe..a26ba35563 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -33,6 +33,7 @@
#include <gal/widgets/e-popup-menu.h>
#include <gal/widgets/e-unicode.h>
#include <gtk/gtkinvisible.h>
+#include <gtkhtml/gtkhtml.h>
#include <gtkhtml/gtkhtml-embedded.h>
#include <gtkhtml/htmlengine.h> /* XXX */
#include <gtkhtml/htmlobject.h> /* XXX */
ommitgraph'>* . Now that we can use Classic and HotSpot, make classic (and hence greenglewis2003-04-231-0/+13 * . Fix the shell wrapper to cope with HotSpot and as a result remove theglewis2003-04-232-2/+81 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * New port: proguardfjoe2003-04-196-0/+83 * . Fix the packing list to match the updated distribution of the lastglewis2003-04-191-100/+305 * Update java/java-tutorialedwin2003-04-181-1/+1 * Don't remove the share/java/classes system directorykris2003-04-181-1/+0 * . Switch to using cpio to install in line with other JDKs. This allowsglewis2003-04-171-3/+6 * . Switch to using cpio to install in line with other JDKs. This allowsglewis2003-04-171-3/+9 * Officially dropping maintainership. I have no time nor the interestznerd2003-04-164-4/+4 * Drop maintainership - I'am so impressed by the performance andsobomax2003-04-163-3/+3 * Fixed DOWNLOAD_URL.znerd2003-04-091-1/+1 * Allow the build to commence by changing the BUILD_DEPENDS on jfc tokris2003-04-081-2/+2 * 1. Clean up demo/jfc/SwingSet2/resources before the install. This shouldglewis2003-04-081-0/+4 * . Fix the packing list:glewis2003-04-081-29/+30 * Upgrade to 3.0.znerd2003-04-083-2/+177 * Upgrade to 1.0.3. Fixed comment.znerd2003-04-073-5/+6 * [PATCH] Update java/bouncycastle to version 1.16edwin2003-04-072-2/+2 * add java-getopt 1.0.9ijliao2003-04-075-0/+40 * New port: trove4j.znerd2003-03-275-0/+423 * Fix port build failure.archie2003-03-201-0/+15 * Fix port build failure.archie2003-03-204-37/+125 * Fix plist after update to 02 patch bundlephantom2003-03-161-3/+0 * Fix checking of libc_r capabilities at FreeBSD version whichphantom2003-03-153-18/+66 * Make this port non-interactive. I.e. extract distfile unconditionally.phantom2003-03-141-6/+6 * Add runtime test to check of required libc_r functionality. I.e. warnphantom2003-03-146-24/+282 * Add notice about amount of disk space requiredphantom2003-03-133-0/+27 * Correct pkg-plistphantom2003-03-133-612/+0 * Make sure that demo/jfc/SwingSet2/resources does not exists (it should not,phantom2003-03-133-0/+6 * Fix build on 5.0-RELEASEphantom2003-03-133-0/+33 * Bump PORTREVISIONphantom2003-03-113-0/+3 * Since we have problems with running debuging binaries on some machinesphantom2003-03-113-0/+45 * Add patch which backouts some of my early compile hacks which now preventingphantom2003-03-113-0/+39 * Add another check for !PACKAGE_BUILDING when setting IGNOREkris2003-03-101-1/+1 * Don't set IGNORE if PACKAGE_BUILDINGkris2003-03-101-1/+1 * Add jdk14 port to build and modulesphantom2003-03-071-0/+1 * Clear moonlight beckons.ade2003-03-0792-46/+46 * I am pleased to announce first public -beta patchset of FreeBSD/Java portphantom2003-03-0730-7680/+6057 * . Allow package building on bento to bypass the distfile check.glewis2003-03-07