On Sun, 2011-02-27 at 16:20 +0100, Sven Weidauer wrote:
> I need to enumerate all entries in the local history to correctly
> display tool tips in the local history view. And to implement menus on
> the back and forward buttons I also need to enumerate the history
> entries in the order history_back() and history_forward() go and I
> need access to the history_go() function.
>
> Here are my proposed changes to history_core.{c,h}. My new
> enumeration API uses a callback, but I could use as well a different
> approach using history_entry_first_child() and history_entry_next().
Looks ok to me. Could you please make sure that the code is formatted
the same way as the rest of the core code, please?
J.