diff options
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index d64af7c602..39e498066d 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2001-01-04 Dan Winship <danw@helixcode.com> + + * e-msgport.c: #define E_THREAD_NONE as ((pthread_t)~0) and use + that instead of ~0 throughout. (pthread_t is a pointer type on my + system, so there are lots of warnings without the cast.) + 2000-12-24 Not Zed <NotZed@HelixCode.com> * Merge from camel-mt-branch. |