aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@inria.fr>1999-06-22 22:19:24 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-06-22 22:19:24 +0800
commit5deed2f193e7ab91f159f1a764b78578861044cd (patch)
tree78830536944b4a030673a5cb43339aaef65e1112 /ChangeLog
parent4f689d0fb8e33e91fec8b8e0471d48f1e6993622 (diff)
downloadgsoc2013-evolution-5deed2f193e7ab91f159f1a764b78578861044cd.tar.gz
gsoc2013-evolution-5deed2f193e7ab91f159f1a764b78578861044cd.tar.zst
gsoc2013-evolution-5deed2f193e7ab91f159f1a764b78578861044cd.zip
new function, returns "type/subtype" mime type string.
* camel/gmime-content-field.c (gmime_content_field_get_mime_type): new function, returns "type/subtype" mime type string. (gmime_content_field_construct_from_string): new function, construbt a content_field object form a string. be used to set the mime_type from a string. * camel/camel-mime-part.c (_set_content_type): (camel_mime_part_set_content_type): (_get_content_type): (_get_content_type): new methods. 1999-06-21 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/gmime-utils.c (get_header_table_from_stream): replace CR/LF+'\t' with ' ' * camel/camel-mime-message.c (_set_recipient_list_from_string): trim \t when splitting * camel/gmime-utils.c (get_header_table_from_file): corrected bug in scanning tabulations ('t' -> '\t') * tests/test2.c (main): read mail.test instead of mail1.test * camel/camel-mime-part.c (_add_header): added comments svn path=/trunk/; revision=984
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bbfb884b4..7d5bb1e32a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
-1999-06-21 root <guiheneu@linoleum.inria.fr>
+1999-06-22 root <guiheneu@jean.joudboeuf.fr>
+
+ * camel/gmime-content-field.c (gmime_content_field_get_mime_type):
+ new function, returns "type/subtype" mime type string.
+ (gmime_content_field_construct_from_string):
+ new function, construbt a content_field object
+ form a string. be used to set the mime_type from a
+ string.
+
+ * camel/camel-mime-part.c (_set_content_type):
+ (camel_mime_part_set_content_type):
+ (_get_content_type):
+ (_get_content_type):
+ new methods.
+
+1999-06-21 bertrand <Bertrand.Guiheneuf@inria.fr>
* camel/gmime-utils.c (get_header_table_from_stream):
replace CR/LF+'\t' with ' '
- Merge in fix for CVE-2012-2141zi2012-04-272-1/+14 * - Merge in upstream patch to resolve bug 3460364: Fix use of block factor whe...zi2012-04-052-3/+30 * - Fix various issues with rc script, including:zi2012-03-181-54/+39 * - Add LICENSEzi2012-03-181-0/+15 * - Resolve issue where local filesystems were displayed as remote file systems.zi2012-02-203-6/+27 * - Fix inclusion of required header file under 10-CURRENTzi2012-02-193-1/+13 * - Merge in fix for upstream Bug ID 3480541zi2012-02-141-2/+11 * - Add support to build/install the net-snmp python moduleszi2012-02-122-0/+40 * - Merge in fixes for Bug IDs: 3434824 [1], 3419825, 3428506zi2012-01-274-1/+57 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-142-2/+2 * - Merge in fix for bug 3411437 to address stack overflow issuezi2011-12-162-1/+12 * - Backed out at request of maintainerscheidell2011-12-151-8/+1 * - Missing quote in options [1]scheidell2011-12-151-1/+1 * - re-integration which enables the option of building the python bindings [1]scheidell2011-12-141-1/+8 * - Fix problem that was reintroduced with the upgrade to 5.7.1 [1]zi2011-12-085-3/+54 * - Take maintainership per private conversation with current maintainerzi2011-12-021-1/+1 * - Fix libtool typo in ltmain.shzi2011-12-023-0/+23 * - Update to 5.7.1zi2011-12-0112-261/+21 * - Bump PORTREVISION for previous commitzi2011-11-241-1/+1 * - Fix TCP-MIB::tcpCurrEstab.0 reportingzi2011-11-241-0/+20 * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0 * - Fix memleak (obtained from upstream commit: 6ef6907642247c663b9b8964b9fd44a...zi2011-11-023-9/+25 * - Fix build on FreeBSD 10beat2011-10-295-3/+9 * - Add patch to fix problem with percent of UCD-SNMP-MIB::dskTablesylvio2011-09-072-1/+12 * - Fix to location of mib modulessylvio2011-08-144-4/+28 * - Added patch files to fix problem in build of FreeBSD-9.x and problem with "...sylvio2011-07-285-0/+228 * - Update to 5.7sylvio2011-07-2831-1447/+108 * - right swap memory statistic outputsylvio2011-02-102-18/+101 * - new version of patch-memory_freebsd.csylvio2011-02-041-9/+62 * - Add patch that fix problem with return of version of sysoid with command sn...sylvio2010-08-312-1/+37 * - Fixed inactive memory should be treated as cached memory instead of used me...sylvio2010-07-042-8/+12 * - Fix problem with memCached incorrect. [2]sylvio2010-06-282-22/+34 * - Fix problem with connection refused and no answer on snmp requestssylvio2010-06-262-13/+1 * - Update my email in pkg-message and location of snmpd.confsylvio2010-06-081-3/+3 * - Dependency on x11-toolkits/p5-Tk optionalsylvio2010-06-072-3/+13 * - Update to 5.5sylvio2010-06-0321-580/+71 * - Fixed "make package" when option WITH_PERL_EMBEDDED if offsylvio2010-05-291-0/+1 * - Tweak CONFIGURE_ARGS to pass appropriate flags to ldsylvio2010-05-172-2/+4 * - Fix problem of empty hrStorageTable when skipNFSInHostResources is set to 1sylvio2010-05-012-1/+22 * - Take maintainershipsylvio2010-04-281-1/+1 * Fix build with stack protection.wxs2010-04-261-0/+4 * Re-assign back to ports@pgollucci2010-04-051-1/+1 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-272-2/+2 * - Properly locate sslpgollucci2010-02-171-0/+1 * - Fix for utmpx on 9-currentpgollucci2010-02-161-0/+3 * Fix packing list after deischen's commit adding support for freebsd9.flz2009-09-172-1/+2 * Unbreak the build for 9-current.deischen2009-09-112-1/+6 * Conditionally uses Perl, so needs WANT_PERL before inclusion oflinimon2009-08-301-0/+1 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1 * Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-1/+1 * - more removing of old maintainerpgollucci2009-05-191-2/+2 * - Adoptpgollucci2009-05-151-4/+1 * - Add note about "call for maintainer" after $MAINTAINER line.kuriyama2009-05-151-0/+3 * - add an option to disable embedded perl, but build perl modulessem2009-05-131-2/+8 * - Promoted various WITH_* variables to the OPTIONS block [1]glarkin2009-05-101-36/+27 * - Mark MAKE_JOBS_UNSAFE= yespgollucci2009-04-291-0/+2 * - Fix build on CURRENTmiwi2009-04-091-16/+16 * Try to reduce errors/warnings within sctp area.kuriyama2009-03-076-11/+46 * Fix counter breakage on 64bit arch.kuriyama2009-02-212-1/+42 * Fix breakage on 6.x system.kuriyama2009-01-261-1/+5 * Introduce SCTP-MIB patch for FreeBSD.kuriyama2009-01-259-1/+447 * Fix typo from upstream svn.kuriyama2009-01-251-3/+12 * Reduce build warnings.kuriyama2009-01-253-0/+54 * Cleanup system specific header file modifications.kuriyama2009-01-253-17/+4 * Unbreak on HEAD after r186119 (L2/L3 table split).kuriyama2008-12-251-0/+14 * Upgrade to 5.4.2.1 (includes fix for CVE-2008-4309).kuriyama2008-11-159-152/+43 * o squelch registration warnings on startup [1].kuriyama2008-08-244-20/+26 * o Make dir /var/agentx for AgnetX sockets [1].kuriyama2008-08-103-0/+35 * - Upgrade to 5.4.1.2.kuriyama2008-07-033-7/+15 * o Resurrect UCD-SNMP-MIB::memBuffer MIB [1].kuriyama2008-05-272-1/+46 * Improve upon previous patch (fix to use sysctls instead of KVM tosobomax2008-05-145-39/+113 * o Fix regression in 5.4.1 - the custom FreeBSD vmstat code is not compiledsobomax2008-04-293-1/+39 * - Remove empty filespav2008-04-101-0/+0 * - Remove unused dependency.kuriyama2008-03-303-47/+18 * - Fix $CONFLICTS entry for ucd-snmp-4.* packages [1].kuriyama2008-03-291-11/+4 * - Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53.kuriyama2008-03-273-4/+8 * - Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53.kuriyama2008-03-2712-347/+145 * - Fix IPv6 handling for libwrap (1).kuriyama2008-01-126-26/+72 * Upgrade to 5.3.2.kuriyama2008-01-099-202/+16 * o Add a patch for CVE-2007-5846, and add an entry for vuxml.kuriyama2007-11-143-1/+121 * - Support multiple files in ${snmp_conffile} variable (1).kuriyama2007-10-273-4/+18 * - Install freebsd8.h header (unbreak on 8-current).kuriyama2007-10-244-2/+7 * Remove support for OSVERSION < 5edwin2007-10-041-1/+1 * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-30