aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-21 06:27:24 +0800
committerDan Winship <danw@src.gnome.org>2000-06-21 06:27:24 +0800
commitb07386e871e4e14eb45757d939b835a529e845f4 (patch)
treeb3729652d56831da5622477c2189ed7f3acf0612 /mail/ChangeLog
parentde2f05a152535e1b16f095906851c2aad9d1e32d (diff)
downloadgsoc2013-evolution-b07386e871e4e14eb45757d939b835a529e845f4.tar.gz
gsoc2013-evolution-b07386e871e4e14eb45757d939b835a529e845f4.tar.zst
gsoc2013-evolution-b07386e871e4e14eb45757d939b835a529e845f4.zip
Quick hack to prevent a NULL pointer dereference. Things need to be
* message-list.c (mark_msg_seen): Quick hack to prevent a NULL pointer dereference. Things need to be cleaned up a bit more here though. svn path=/trunk/; revision=3653
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ed724ce9ee..3932c164e5 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2000-06-20 Dan Winship <danw@helixcode.com>
+ * message-list.c (mark_msg_seen): Quick hack to prevent a NULL
+ pointer dereference. Things need to be cleaned up a bit more here
+ though.
+
* mail-sources.c: Oops. This should have been removed a long time
ago.
mn1'>| | the contents. * Avoid "size unknown" error by setting DISABLE_SIZE.trevor2004-03-131-0/+1 | * Remove master sites which have been offline for a long time.trevor2004-03-131-3/+1 | | | | | PR: 40263 Submitted by: Andreas Schulz * The home page seems to have been offline for a long time. Instead,trevor2004-03-131-1/+1 | | | | | | add a link to an article by the author. Obtained from: <URL:http://www.google.com> * Only one of the Linuxberg sites (as it happens, the Brazilian one)trevor2004-03-132-6/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | has the original distfile. A slightly different distfile is available from Sunsite: diff -burN linuxberg/include/make/jx_config_common sunsite/include/make/jx_config_common --- linuxberg/include/make/jx_config_common Sat Sep 25 19:25:40 1999 +++ sunsite/include/make/jx_config_common Wed Sep 1 02:18:53 1999 @@ -7,14 +7,14 @@ ifeq ($(findstring g++,$(CXX)),g++) ifeq ($(CXX),g++) - JX_HAS_GNUG_PRE_2_8 := $(shell \ - if { $(CXX) --version | egrep '^(cygnus-)?2\.[0-7]' > /dev/null; } \ - then { echo 1; } \ - else { echo 0; } fi) - JX_HAS_GNUG_2_95 := $(shell \ - if { $(CXX) --version | egrep '^(cygnus-)?2\.95' > /dev/null; } \ - then { echo 1; } \ - else { echo 0; } fi) + JX_HAS_GNUG_PRE_2_8 := \ + $(shell \ + if $(CXX) --version | egrep '^(cygnus-)?2\.[0-7]' > /dev/null; then \ + echo 1; else echo 0; fi) + JX_HAS_GNUG_2_95 := \ + $(shell \ + if $(CXX) --version | egrep '^(cygnus-)?2\.95' > /dev/null; then \ + echo 1; else echo 0; fi) else # ! g++ ifeq (eg++,$(findstring eg++,$(CXX))) # Assume that eg++ is egcs. diff -burN linuxberg/include/make/jx_constants sunsite/include/make/jx_constants --- linuxberg/include/make/jx_constants Sat Sep 25 19:25:30 1999 +++ sunsite/include/make/jx_constants Tue Sep 21 20:31:57 1999 @@ -23,9 +23,9 @@ ifdef JX_INSTALL_ROOT override JX_INSTALL_ROOT := \ - ${shell if { test -d ${JX_INSTALL_ROOT} -a -w ${JX_INSTALL_ROOT}; } \ - then { echo ${JX_INSTALL_ROOT}; } \ - else { echo; } fi } + ${shell if { test -d ${JX_INSTALL_ROOT} -a -w ${JX_INSTALL_ROOT} } \ + then { echo ${JX_INSTALL_ROOT} } \ + else { echo } fi; } endif ifndef JX_INSTALL_ROOT @@ -33,10 +33,10 @@ override JX_INSTALL_ROOT := ${JX_ROOT_BIN_DIRECTORY} else override JX_INSTALL_ROOT := \ - ${shell if { test -d ${HOME}/bin -a -w ${HOME}/bin; } \ - then { echo ${HOME}/bin; } \ + ${shell if { test -d ${HOME}/bin -a -w ${HOME}/bin } \ + then { echo ${HOME}/bin } \ else { test -d ${JX_ROOT}/bin || mkdir ${JX_ROOT}/bin; \ - echo ${JX_ROOT}/bin; } fi } + echo ${JX_ROOT}/bin } fi; } endif endif diff -burN linuxberg/libjx/code/jXUtil.cc sunsite/libjx/code/jXUtil.cc --- linuxberg/libjx/code/jXUtil.cc Mon Sep 27 20:59:37 1999 +++ sunsite/libjx/code/jXUtil.cc Thu Aug 26 20:22:57 1999 @@ -392,7 +392,7 @@ for (JIndex i=newCount; i>origCount; i--) { const JString* url = fileNameList->NthElement(i); - if (url->IsEmpty() || url->GetFirstCharacter() == kURICommentMarker) + if (url->GetFirstCharacter() == kURICommentMarker) { fileNameList->DeleteElement(i); } * Update to 1.4.0, requested by Lev Serebryakov.trevor2004-03-132-11/+4 | * Fix another dependency bogon. Bump PORTREVISION.arved2004-03-132-2/+2 | * Rather than the 1.3.4 distfile, use the 1.3.4a one. When one triestrevor2004-03-132-3/+3 | | | | | to download the former, the author's site sends the latter instead (unchanged PORTREVISION). * Set DISABLE_SIZE to avoid "size unknown" error.trevor2004-03-131-0/+1 | * - Use NO_SIZE, master site doesn't report file sizeskrion2004-03-122-2/+1 | | | | | PR: ports/64085 Submitted by: maintainer * - Use MASTER_SITE_SOURCEFORGE_EXTENDEDkrion2004-03-121-1/+1 | | | | | PR: ports/64162 Submitted by: maintainer * - Update to 3.2.2krion2004-03-125-160/+196 | | | | | | | | | - Fix dead URL - Utilize DOCSDIR - Assign maintainership to submitter PR: ports/64026 Submitted by: Sergey Matveychuk <sem@ciam.ru> * libopendaap --> ports/devel/libopendaapkrion2004-03-121-0/+1 | * Add libopendaap 0.1.2,krion2004-03-125-0/+50 | | | | | | | | | | | | libopendaap is a library written in C which enables applications to discover, and connect to, iTunes(R) music shares. Unlike all other daap implementations, this library is able to connect to recent iTunes shares which require a special authentication algorithm. PR: ports/64035 Submitted by: Michael Johnson <ahze@ahze.net> * - Add intlhack to fix install on -STABLEpav2004-03-122-2/+2 | * - Remove unneeded dependencykrion2004-03-121-4/+0 | | | | | PR: ports/63989 Submitted by: Pedro f. Giffuni <giffunip@asme.org> * Remove entries for gnect, gnibbles, gnobots2 since they already handledbland2004-03-122-4/+1 | | | | by gnomegames2 port. * - Update to version 2003.09.21krion2004-03-124-15/+9 | | | | | PR: ports/64160 Submitted by: Liam J. Foy <liamfoy@sepulcrum.org> * - Update to version 0.3.3krion2004-03-123-4/+3 | | | | | PR: ports/64159 Submitted by: maintainer * Unbreak on -current.petef2004-03-123-7/+25 | * cnd --> ports/net/cndkrion2004-03-121-0/+1 | * Add cnd 0.1,krion2004-03-125-0/+27 | | | | | | | | cnd or console network display is a curses based real time display of a networks input and output. PR: ports/64155 Submitted by: Daniel Bryan <sisko@bsdmail.com> * Remove one lagging and one unreachable exim mirroreik2004-03-121-2/+0 | | | | Noticed by: make check-distfiles :) * - Fix dependencieskrion2004-03-122-5/+5 | | | | | PR: ports/64147 Submitted by: maintainer * - Fix build on 4-xkrion2004-03-121-3/+18 | | | | | | PR: ports/64156 Submitted by: maintainer Reported by: bento via kris * build fails sw/source/filter/ww8/ww8scan.cxx debug=truemaho2004-03-124-44/+64 | | | | | | http://www.openoffice.org/issues/show_bug.cgi?id=23856 Correct patch is: http://www.openoffice.org/issues/show_bug.cgi?id=24123 * Really stop looking for tkConfig.sh (sorry, I forgot to add thistg2004-03-121-0/+64 | | | | | | in my last commit). Prodded by: kris * (forced commit)maho2004-03-120-0/+0 | | | | | This patch is related to #i9462 http://www.openoffice.org/issues/show_bug.cgi?id=9462 * Committed.maho2004-03-124-52/+0 | | | | http://qa.openoffice.org/issues/show_bug.cgi?id=25495 * Fix after upgrade to 7.4.2.obraun2004-03-121-4/+4 | | | | Approved by: maintainer * Add missed build dependency.bland2004-03-121-0/+1 | | | | Reported by: bento via kris * - Update to version 0.8.9krion2004-03-124-6/+20 | | | | | PR: ports/64130 Submitted by: maintainer * - Update to version 0.8.9krion2004-03-122-3/+4 | | | | | PR: ports/64127 Submitted by: maintainer * Fix a never-catched bug in mysql_install_db script.ale2004-03-1216-64/+176 | | | | Now the SKIP_DNS_CHECK knob is pointless. * - Update to version 0.8.9krion2004-03-122-2/+3 | | | | | PR: ports/64125 Submitted by: maintainer * kuake --> ports/deskutils/kuakemarkus2004-03-121-0/+1 | * Add kuake 0.3, a KDE konsole application acting like the Quake-console.markus2004-03-125-0/+55 | | | | Approved by: arved (mentor) * Fix a never-catched bug in mysql_install_db script.ale2004-03-122-8/+22 | | | | Now the SKIP_DNS_CHECK knob is pointless. * - Fix hack(1) runningkrion2004-03-122-0/+26 | | | | | PR: ports/64113 Submitted by: schweikh * - Proper handle installation of OMF files as described inkrion2004-03-122-0/+3 | | | | | | | http://www.freebsd.org/gnome/docs/porting.html PR: ports/64070 Submitted by: Koop Mast <kwm@rainbow-runner.nl> * Chase the gal2 and gtkhtml3 shared lib versions.marcus2004-03-121-2/+3 | * * Update to 1.4.6marcus2004-03-127-58/+53 | | | | | | | | | * Use OPTIONS * Make LDAP the default and PILOT non-default Release notes for 1.4.6 can be found at: http://developer.ximian.com/projects/evolution/release_notes/1.4.6.html * Update to 3.0.10.marcus2004-03-126-14/+8 | * Update to 1.99.11.marcus2004-03-124-13/+13 | * - Update to version 4.1.1krion2004-03-122-3/+5 | | | | | PR: ports/64133 Submitted by: maintainer * - Update to version 1.66krion2004-03-122-2/+3 | | | | | | | | | | * uuencode detecion fixed * fixed attachment removal * MIME handling improved * QP encoding handled better PR: ports/64092 Submitted by: maintainer * - Update to version 20040310krion2004-03-122-6/+13 | | | | | PR: ports/64141 Submitted by: maintainer * libmimedir --> ports/devel/libmimedirkrion2004-03-121-0/+1 | * Add libmimedir 0.3, library for parsing RFC2425 MIME Directory Profilekrion2004-03-125-0/+29 | | | | | | | information. PR: ports/64132 Submitted by: Sam Lawrance <boris@brooknet.com.au> * Fix dependency on SpamAssassin.ale2004-03-122-2/+2 | | | | Noticed by: Cristiano Deana <cris@gufi.org> * - Use PORTDOCS [1]krion2004-03-121-10/+4 | | | | | | | | - Remove COPYING from PORTDOCS [2] - Bump PORTREVISION PR: ports/64087 Submitted by: maintainer [1], pav [1], krion [2] * initutil --> ports/devel/initutilijliao2004-03-121-0/+1 | * add initutil 2.1aijliao2004-03-124-0/+37 | | | | An STL Container Initialization Library * - Update to 1.0.1.1:krion2004-03-124-18/+3 | | | | | | | | | | * fixed desktop crashing * fixed strings in etip * fixed and complitelly revised control panel * more fixes in makefiles PR: ports/64112 Submitted by: maintainer * - Update to version 0.94krion2004-03-122-3/+3 | | | | | PR: ports/64131 Submitted by: maintainer * - Fix incorrect accept(2) usagekrion2004-03-124-7/+14 | | | | | | | | | - SIZE'ify and remove unneeded distfile from distinfo [1] - Pet portlint [2] - Bump PORTREVISION PR: ports/64088 Submitted by: maintainer, trevor [1], krion [2] * - Fix defaults with BATCH=yeskrion2004-03-121-0/+1 | | | | | PR: ports/64129 Submitted by: maintainer * - Fix defaults with BATCH=yeskrion2004-03-121-1/+1 | | | | | PR: ports/64128 Submitted by: maintainer * - Fix defaults with BATCH=yeskrion2004-03-121-0/+2 | | | | | PR: ports/64126 Submitted by: maintainer * - Add info to install PySQLite port in order to use somekrion2004-03-121-1/+6 | | | | | | | plugins PR: ports/64065 Submitted by: maintainer * - Update to 0.5markus2004-03-123-3/+29 | | | | Approved by: arved (mentor) * - Update to 0.5.3markus2004-03-123-14/+3 | | | | Approved by: arved (mentor) * add missing dependencyijliao2004-03-121-1/+2 | * PDL is backijliao2004-03-121-1/+0 | * p5-Astro-FITS-Header --> ports/astro/p5-Astro-FITS-Headerijliao2004-03-121-0/+1 | * add p5-Astro-FITS-Header 2.8.1ijliao2004-03-125-0/+47 | | | | Object Orientated interface to FITS HDUs * stlfilt --> ports/devel/stlfiltijliao2004-03-121-0/+1 | * add stlfilt 20040221ijliao2004-03-124-0/+44 | | | | An STL Error Message Decryptor for C++ * Disable the selection and layout engines as they are not done yet, andmarcus2004-03-122-18/+2 | | | | | disabled by default. They might be brought back in at some point once they are completed, either in this port or a slave port. * newsbot --> ports/net/newsbotijliao2004-03-121-0/+1 | * add newsbot 0.4.5ijliao2004-03-129-0/+115 | | | | Gathers news from RDF/RSS and send them to your IM client * mark FORBIDDEN:eik2004-03-121-1/+2 | | | | CAN-2003-0542 and CAN-2003-0993 in <http://www.apacheweek.com/features/security-13> * add russian/apache13*eik2004-03-121-1/+9 | * revive PDL and upgrade it to 2.4.1ijliao2004-03-128-0/+151 | * bump PORTREVISION for the netmask fixeik2004-03-121-0/+1 | | | | Forgotten by: lev * py-feedparser --> ports/textproc/py-feedparserijliao2004-03-121-0/+1 | * add py-feedparser 2.76ijliao2004-03-124-0/+40 | | | | An RSS feed parser * Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-1266-126/+75 | | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups. * remove duplicate LATEST_LINKeik2004-03-125-5/+0 | | | | | PR: 64134 Submitted by: Kang Liu <liukang@bjpu.edu.cn> * After repo copy from qmail-tls port,lioux2004-03-121-0/+1 | | | | | | qmail-smtp_auth+tls --> ports/mail/qmail-smtp_auth+tls Repocopy done by: marcus (cvs hat) * After repo copy from qmail-tls port, link qmail-smtp_auth+tls to buildlioux2004-03-121-0/+1 | | | | Repocopy done by: marcus (cvs hat) * o After repo copy from qmail-tls portlioux2004-03-128-52/+88 | | | | | | | | | | - Update to qmail-smtp_auth+tls patch version 20020519 - This patch supports both ESMTP AUTH and TLS Requested by: Brad Davis <so14k@so14k.com>, Carlos Sydney <carlos_sydney@hotmail.com>, too many Repocopy done by: marcus (cvs hat) * o Add checksum for soon to be added qmail-smtp_auth+tls patch slavelioux2004-03-122-4/+4 | | | | | level 20020519 o House a copy under MASTER_SITE_LOCAL * Bump PORTREVISION for the recent mozilla changes.marcus2004-03-121-1/+1 | | | | Reminded by: sf * Add a warning that pthread support may break certain ports.marcus2004-03-121-1/+1 | | | | Submitted by: ale * Update to 0.4lioux2004-03-124-27/+22 | * fix build on -stableijliao2004-03-122-8/+14 | * o Recognize '-c' command line argumentlioux2004-03-123-6/+6 | | | | | | | o Advertise it in help as well PR: 63353 Submitted by: Stefan Walter <sw@gegenunendlich.de> * fix patch when perl <= 5.6.0ijliao2004-03-121-1/+1 | | | | Noticed by: bento via kris * - Update to 3.146pav2004-03-123-14/+14 | | | | | | | - Portlint PR: ports/64098 Submitted by: Tim Daneliuk <tundra@tundraware.com> (maintainer) * o Add RUSSIAN language supportlioux2004-03-123-1/+41 | | | | | | | | o Enable support for RUSSIAN, SPANISH, ITALIAN and GERMAN languages o Bump PORTREVISION PR: 53290 Submitted by: lev * Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-03-1221-21/+21 | | | | | | | | | | | From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com> * - Update to 1.2pav2004-03-122-3/+7 | | | | | PR: ports/64124 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer) * o Pessimize current MASTER_SITES since it is not reliable right nowlioux2004-03-121-2/+3 | | | | | | o Place a copy of distfile in MASTER_SITE_LOCAL for the time being Reminded by: kris * - Update to 1.8.4pav2004-03-122-8/+19 | | | | | | | | - Add knob for experimental pthread support - Run make check in post-build target PR: ports/64123 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer) * make this pass portlint -C.alfred2004-03-122-10/+6 | * - Update to 1.2.5pav2004-03-123-4/+8 | | | | | PR: ports/64117 Submitted by: Thierry Thomas <thierry@pompo.net> * - Update to 0.5.12, which fixes a nasty off by one error in -m (mirror) mode.pav2004-03-122-3/+3 | | | | | | PR: ports/64122 Submitted by: michael johnson <ahze@ahze.net> Approved by: lioux (blanket) * - Update to 1.0.0pav2004-03-122-4/+3 | | | | | PR: ports/64095 Submitted by: Martin Matuska <martin@tradex.sk> (maintainer) * - Add another MASTER_SITEpav2004-03-123-3/+6 | | | | | PR: ports/64099 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer) * gnats is back on MASTER_SITE_GNUeik2004-03-12