diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-21 15:18:26 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-21 15:18:26 +0800 |
commit | 1771bc9932db7343e284d38507b7d639feafd750 (patch) | |
tree | b6fc6ebb3ce3b9236489b559d147b2186228953d /e-util/ChangeLog | |
parent | 9e6e29ee3ce7bb0f757d17fa02f44edc99ca592b (diff) | |
download | gsoc2013-evolution-1771bc9932db7343e284d38507b7d639feafd750.tar.gz gsoc2013-evolution-1771bc9932db7343e284d38507b7d639feafd750.tar.zst gsoc2013-evolution-1771bc9932db7343e284d38507b7d639feafd750.zip |
Made e_list a bit more reentrant. If a iterator gets its data pulled out
2000-09-18 Christopher James Lahey <clahey@helixcode.com>
* e-list-iterator.c, e-list.c, e-list.h: Made e_list a bit more
reentrant. If a iterator gets its data pulled out from under it
while in a loop, it goes back one so that loops will be able to
continue.
svn path=/trunk/; revision=5533
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 81bc3c5122..3174e3db52 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,5 +1,12 @@ 2000-09-18 Christopher James Lahey <clahey@helixcode.com> + * e-list-iterator.c, e-list.c, e-list.h: Made e_list a bit more + reentrant. If a iterator gets its data pulled out from under it + while in a loop, it goes back one so that loops will be able to + continue. + +2000-09-18 Christopher James Lahey <clahey@helixcode.com> + * Makefile.am: Removed all the files moved to gal. * e-dialog-widgets.c: Fixed the #include lines to deal properly |