]> git.cworth.org Git - sup/history - lib/sup/hook.rb
bugfix: clear cached lambda hook locals after hook call
[sup] / lib / sup / hook.rb
2009-09-01 William Morganbugfix: clear cached lambda hook locals after hook...
2009-08-24 William Morganfix proc locals, which must use the old method trick
2009-08-23 William Morganrewrite hookmanager to use eval for locals
2009-05-28 William MorganMerge commit 'origin/undo-manager'
2009-04-09 William MorganMerge branches 'dont-canonicalize-email-addresses'...
2008-11-26 William MorganMerge branch 'master' into next
2008-11-16 William MorganMerge commit 'c45207/hook-state-bag' into next
2008-11-10 Christopher Warringtonadds a cross-hook variable storage mechanism
2008-07-31 William MorganMerge commit 'origin/ncurses-widechar'
2008-04-22 Nicolas Pouillarduse read instead of readlines.join
2008-02-29 William MorganMerge branch 'speedy-index' into next
2008-02-29 William MorganMerge branch 'speedy-index' into next
2008-02-28 William MorganMerge branch 'speedy-index' into next
2008-02-24 William MorganMerge branch 'master' into next
2008-02-24 William Morganminor bugfix: protect call to BufferManager#flash on...
2007-11-26 wmorganmany many changes. this is what happens when i have...
2007-11-07 wmorganwhen a hook throws an exception, disable it rather...
2007-11-05 wmorganadded before-add-message hook, thanks to Marcus Williams
2007-09-16 wmorganturn off hook disable log message
2007-08-27 wmorganmime-decode hook for plugging in external decoding...
2007-08-25 wmorganhook bugfix: status bar redraw
2007-08-20 wmorganadd ask_yes_or_no to hook callable functions
2007-08-20 wmorganshare instance variables across successive hook invocations
2007-08-19 wmorganhook system