]> git.cworth.org Git - sup/history - lib/sup/hook.rb
Merge branch 'hook-local-vars' into next
[sup] / lib / sup / hook.rb
2009-09-01 William MorganMerge branch 'hook-local-vars' into next
2009-09-01 William Morganbugfix: clear cached lambda hook locals after hook...
2009-08-25 William MorganMerge branch 'master' into next
2009-08-25 William MorganMerge branch 'run-mailcap-fixes'
2009-08-25 William MorganMerge branch 'buffer-rolling'
2009-08-25 William MorganMerge branch 'locking-refactor'
2009-08-25 William MorganMerge branch 'ncurses-fixes'
2009-08-25 William MorganMerge branch 'various-api-refactors'
2009-08-25 William MorganMerge branch 'logging'
2009-08-24 William MorganMerge branch 'xapian-updates' into next
2009-08-24 William MorganMerge branch 'after-add-message-hook' into next
2009-08-24 William MorganMerge branch 'hook-local-vars' into next
2009-08-24 William Morganfix proc locals, which must use the old method trick
2009-08-23 William MorganMerge branch 'hook-local-vars' into next
2009-08-23 William Morganrewrite hookmanager to use eval for locals
2009-08-22 William MorganMerge branch 'master' into next
2009-08-22 William MorganMerge branch 'master' into next
2009-08-22 William MorganMerge branch 'logging' into next
2009-08-22 William MorganMerge branch 'xapian-updates' into next
2009-08-19 William MorganMerge branch 'various-api-refactors' into next
2009-08-18 William MorganMerge branch 'console-mode' into next
2009-08-18 William MorganMerge branch 'console-mode' into next
2009-08-18 Rich Laneconsole: clear_hooks
2009-08-18 William MorganMerge branch 'master' into next
2009-08-18 William MorganMerge branch 'buffer-rolling' into next
2009-08-18 William MorganMerge branch 'master' into next
2009-08-18 William MorganMerge branch 'ncurses-fixes' into next
2009-08-18 William MorganMerge branch 'logging' into next
2009-08-17 William MorganMerge branch 'logging' into next
2009-08-17 William Morganrewrite logging to have multiple levels: debug, info...
2009-08-17 William Morganrewrite Singleton to not require i_am_the_instance
2009-08-16 William MorganMerge branch 'ncurses-fixes' into next
2009-08-16 William MorganMerge branch 'master' into next
2009-08-14 William MorganMerge branch 'run-mailcap-fixes' into next
2009-08-11 William MorganMerge branch 'master' into next
2009-08-11 William MorganMerge branch 'master' into next
2009-08-07 William MorganMerge branch 'locking-refactor' into next
2009-08-07 William MorganMerge branch 'ncurses-fixes' into next
2009-08-06 William MorganMerge branch 'ncurses-fixes' into next
2009-08-05 William MorganMerge branch 'ncurses-fixes' into next
2009-08-05 William MorganMerge branch 'master' into next
2009-07-28 William MorganMerge branch 'xapian' into next
2009-07-28 William MorganMerge branch 'master' into next
2009-07-28 William MorganMerge branch 'master' into next
2009-07-28 William MorganMerge branch 'master' into next
2009-07-27 William MorganMerge branch 'custom-search-hook' into next
2009-07-27 Edward Z. Yangadd custom-search hook, for shortcuts for custom search...
2009-05-28 William MorganMerge commit 'origin/undo-manager'
2009-05-18 William MorganMerge branch 'undo-manager' into next
2009-04-09 William MorganMerge branches 'dont-canonicalize-email-addresses'...
2009-03-25 William MorganMerge branch 'undo-manager' into next
2009-03-25 William MorganMerge branch 'merge-labels' into next
2009-03-16 William MorganMerge branch 'merge-labels' into next
2009-03-16 William MorganMerge branch 'undo-manager' into next
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