diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-12-24 08:58:02 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-12-24 08:58:02 +0800 |
commit | 5674966eeb7eecfa109ad419f1c997dba69ff0af (patch) | |
tree | a439ac65139c39f3f551573b1c9f14a8e56b1c82 /e-util/ChangeLog | |
parent | d5b5b5f0979f0819561fbec36a417a6dcfc3d4d5 (diff) | |
download | gsoc2013-evolution-5674966eeb7eecfa109ad419f1c997dba69ff0af.tar gsoc2013-evolution-5674966eeb7eecfa109ad419f1c997dba69ff0af.tar.gz gsoc2013-evolution-5674966eeb7eecfa109ad419f1c997dba69ff0af.tar.bz2 gsoc2013-evolution-5674966eeb7eecfa109ad419f1c997dba69ff0af.tar.lz gsoc2013-evolution-5674966eeb7eecfa109ad419f1c997dba69ff0af.tar.xz gsoc2013-evolution-5674966eeb7eecfa109ad419f1c997dba69ff0af.tar.zst gsoc2013-evolution-5674966eeb7eecfa109ad419f1c997dba69ff0af.zip |
Merge from camel-mt-branch.
2000-12-24 Not Zed <NotZed@HelixCode.com>
* Merge from camel-mt-branch.
svn path=/trunk/; revision=7152
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index dbb96628d6..d64af7c602 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2000-12-24 Not Zed <NotZed@HelixCode.com> + + * Merge from camel-mt-branch. + 2000-12-20 JP Rosevear <jpr@helixcode.com> * e-pilot-util.c (e_pilot_utf8_to_pchar): Check for null strings @@ -12,6 +16,29 @@ * Makefile.am: Conditionally build e-pilot-util.[hc] because they depend on pilot-link stuff +2000-12-23 Not Zed <NotZed@HelixCode.com> + + * e-msgport.c (e_dlist_length): Util function. + (e_thread_new): Another new thread primitive. This one is a + re-usable 'server thread' thingy. + +2000-12-21 Not Zed <NotZed@HelixCode.com> + + * Makefile.am (libeutil_la_SOURCES): Added msgport stuff. + + * e-msgport.[ch]: Some thread primitives. e_dlist, a + double-linked list (ok, not a thread primitive, but used in ...), + e_msgport - an asynchronous, non-copying message passing + rendesvous port, and e_mutex, a portably configurable mutex. + +2000-12-19 Not Zed <NotZed@HelixCode.com> + + * e-sexp.c: Make the code compile without being a gtk object (the + old code can still be built as a gtk object if required). Also + removed some dead code. + (e_sexp_ref): New function to ref if we're not a gkt object. + (e_sexp_unref): Same for unref. + 2000-12-13 Larry Ewing <lewing@helixcode.com> * e-html-utils.c (e_text_to_html): make sure we actually make |