I have an application where I want to use the Zopes Undo functionality to give the user a list of actions that can be undone. However I need to attach a comment like "node XX inserted" to each transaction (presenting URLs like in the ZMI is not very much useful for the application user). Is there a way to do this? -aj