aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/evolution-util/evolution-util-docs.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused ETableMemoryCallbacks.Matthew Barnes2013-06-191-1/+0
|
* Convert ETreeModel to an interface.Matthew Barnes2013-06-161-2/+0
| | | | | | | | | | | | | | | | This commit does a number of things which I could not subdivide into smaller commits. * Converts ETreeModel to an interface, implemented by MessageList. * Drops ETreeMemory and ETreeMemoryCallbacks, which were ETreeModel subclasses. Their functionality is subsumed by MessageList. * MessageList drops its public ETreeModel pointer, since MessageList now implements ETreeModel as an interface. * Adds message_list_set_expanded_default(), which takes over for e_tree_memory_set_expanded_default().
* Remove unused ETreeSorted.Matthew Barnes2013-06-151-1/+0
|
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-0/+287
To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util.