aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-iterator.c
Commit message (Collapse)AuthorAgeFilesLines
* Added last and insert functions.Christopher James Lahey2000-07-081-0/+17
| | | | | | | | | 2000-07-07 Christopher James Lahey <clahey@helixcode.com> * e-iterator.c, e-iterator.h, e-list-iterator.c, e-list-iterator.h: Added last and insert functions. svn path=/trunk/; revision=3946
* New list class with iterators.Christopher James Lahey2000-07-041-0/+169
2000-07-03 Christopher James Lahey <clahey@helixcode.com> * e-iterator.c, e-iterator.h, e-list-iterator.c, e-list-iterator.h, e-list.c, e-list.h: New list class with iterators. * e-canvas.c: Made it so that you don't get the same selection in the selection list more than once. svn path=/trunk/; revision=3871