# # ChangeLog for perl/lib # # Generated by Trac 1.0.2 # Mar 28, 2024, 8:11:32 AM Fri, 01 Oct 2010 00:07:17 GMT David Benjamin [385cce2] * perl/lib/BarnOwl/MainLoopCompatHook.pm (modified) Remove the DESTROY hook in MainLoopCompatHook It can't cause a ... Sun, 26 Sep 2010 02:26:08 GMT David Benjamin [c8d9f84] * perl/lib/BarnOwl/MainLoopCompatHook.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (modified) More aggressively stop Timers created in perl In case something ... Sat, 25 Sep 2010 21:58:38 GMT Nelson Elhage [b120bd3] * perl/lib/BarnOwl.pm (modified) * variable.c (modified) add a random zsig function Sat, 11 Sep 2010 21:25:04 GMT Nelson Elhage [f544216] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Fix module-loading priorities. I think we actually get this right, ... Sun, 23 May 2010 16:48:40 GMT Nelson Elhage [7cc1092] * perl/lib/BarnOwl/Message/Generic.pm (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) * Makefile.am (modified) * commands.c (modified) * configure.ac (modified) * doc/releasing-barnowl.txt (modified) * editwin.c (modified) * functions.c (modified) * global.c (modified) * logging.c (modified) * message.c (modified) * obarray.c (deleted) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/lib/BarnOwl/MainLoopCompatHook.pm (added) * perl/lib/BarnOwl/Timer.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perlconfig.c (modified) * popwin.c (modified) * scripts/do-release (modified) * select.c (modified) * tester.c (modified) * variable.c (modified) * viewwin.c (modified) * zephyr.c (modified) Merge branch 'style-undef' Sun, 23 May 2010 03:00:11 GMT Nelson Elhage [5d1324f] * perl/lib/BarnOwl/Message/Generic.pm (modified) Generic Messages: Return an empty body. Sun, 23 May 2010 03:00:04 GMT Nelson Elhage [08544e0] * perl/lib/BarnOwl/Style/Default.pm (modified) Default style: Be more robust against undefs Thu, 20 May 2010 01:58:09 GMT David Benjamin [3aa0522] * owl.c (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/lib/BarnOwl/MainLoopCompatHook.pm (added) * perlconfig.c (modified) Deprecate the main loop hook, use on-demand perl timer Users ... Tue, 18 May 2010 01:44:01 GMT Nelson Elhage [8d16e58] * perl/lib/BarnOwl/Timer.pm (modified) Allow explicitly cancelling timers from perl. Wed, 28 Apr 2010 15:11:52 GMT Nelson Elhage [675a998] * perl/lib/BarnOwl.pm (modified) Fix an 'uninitialized' warning in recv:shift-right I have no idea ... Mon, 26 Apr 2010 19:46:12 GMT David Benjamin [6dba228] * perl/lib/BarnOwl/Complete/Filter.pm (modified) * t/completion.t (modified) Fix filter tests to account for new deleted syntax Sat, 24 Apr 2010 18:22:30 GMT Nelson Elhage [a1d98e4] * filterelement.c (modified) * perl/lib/BarnOwl/Complete/Filter.pm (modified) Support filtering on whether a message has been deleted. Fri, 16 Apr 2010 22:04:05 GMT Nelson Elhage [ef4700c] * perl/lib/BarnOwl.pm (modified) * text.c (modified) Properly quote strings containing newlines or tabs. Tue, 30 Mar 2010 03:12:01 GMT Nelson Elhage [0fe69d2] * perl/lib/BarnOwl/Style/Default.pm (modified) Don't assume that [:print:] includes "\n". In particular, as of ... Mon, 15 Mar 2010 14:42:26 GMT Alex Vandiver [25bfc10] * perl/lib/BarnOwl/Style/Default.pm (modified) Fix minor documentation typo Sun, 07 Mar 2010 23:56:51 GMT David Benjamin [b30c256] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Help.pm (added) * perl/lib/BarnOwl/Hooks.pm (modified) Add edit:help command for zsh-style in-edit help zsh has this ... Sun, 07 Mar 2010 23:54:59 GMT David Benjamin [30c5aab] * perl/lib/BarnOwl/Completion/Context.pm (modified) * perl/lib/BarnOwl/Parse.pm (modified) Add function for point-less parses Often, you don't care very much ... Wed, 03 Mar 2010 02:14:44 GMT David Benjamin [2d232ed] * perl/lib/BarnOwl/Completion/Context.pm (modified) * perl/lib/BarnOwl/Parse.pm (added) Move Completion::Context::tokenize into own module Also add TODO ... Wed, 03 Mar 2010 02:14:44 GMT David Benjamin [af21934] * perl/lib/BarnOwl/Completion/Context.pm (modified) Fix leading whitespace in tokenizer and refactor Should make tests ... Thu, 07 Jan 2010 20:51:02 GMT Nelson Elhage [365950b] * perl/lib/BarnOwl.pm (modified) Squelch an 'uninitialized' warning in recv:shift-left. Mon, 28 Dec 2009 05:03:29 GMT Nelson Elhage [dc8f6e0] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete several commands that accept a filename. Mon, 28 Dec 2009 05:03:29 GMT Nelson Elhage [e6cec01] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) Completion: Add a helper function to complete paths. Add tests as ... Mon, 28 Dec 2009 05:03:28 GMT Nelson Elhage [880311d] * perl/lib/BarnOwl/Completion.pm (modified) Completion: Allow completers to provide partial completion. Mon, 28 Dec 2009 05:03:28 GMT Nelson Elhage [4815492] * perl/lib/BarnOwl/Completion.pm (modified) Completion: Allow for separate display and replacement strings. Mon, 28 Dec 2009 05:03:28 GMT Nelson Elhage [4d26776] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete the 'print' command. Mon, 28 Dec 2009 05:03:28 GMT Nelson Elhage [1dc839b] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete the 'bindkey' command. Thu, 24 Dec 2009 23:18:51 GMT Alex Dehnert [6700c605] * commands.c (modified) * perl/lib/BarnOwl.pm (modified) Allow left/right scrolling by arbitrary amount Move ... Mon, 21 Dec 2009 22:54:21 GMT Nelson Elhage [7574eed] * perl/lib/BarnOwl/Hooks.pm (modified) _get_blist: Ignore undefined or empty buddy list entries. Mon, 21 Dec 2009 22:36:30 GMT Nelson Elhage [fa0114b] * perl/lib/BarnOwl/Hooks.pm (modified) _get_blist: Correctly strip leading and trailing whitespace. Mon, 21 Dec 2009 22:14:11 GMT Nelson Elhage [2b66c361] * perl/lib/BarnOwl/Hooks.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Eliminate newlines between parts of the buddylists. ... Fri, 20 Nov 2009 08:28:56 GMT Alex Dehnert [dab89e28] * perl/lib/BarnOwl/Complete/Client.pm (modified) Add completion for :filter* Fri, 20 Nov 2009 08:28:54 GMT Alex Dehnert [1b9a163] * perl/lib/BarnOwl.pm (modified) Fix filter* Recent tokenization changes broke the filter* family ... Sun, 15 Nov 2009 15:36:45 GMT Nelson Elhage [3e8625f] * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) Complete class names for the 'unsub' command. Fri, 30 Oct 2009 01:49:51 GMT Nelson Elhage [48d130b] * perl/lib/BarnOwl/Completion.pm (modified) Fix an uninitialized variable warning in tab completion. ... Wed, 28 Oct 2009 14:00:15 GMT Karl Ramm [ad0dedd] * perl/lib/BarnOwl/Style/Default.pm (modified) * perl/lib/BarnOwl/Style/OneLine.pm (modified) make control characters human-readable Random control characters ... Tue, 27 Oct 2009 18:15:08 GMT Alejandro R. Sedeño [a01ed7c] * global.c (modified) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * popexec.c (modified) * select.c (modified) * zephyr.c (modified) * filter.c (modified) * fmtext.c (modified) * perl/lib/BarnOwl/Complete/Client.pm (modified) * scripts/locker-build (modified) * util.c (modified) Merge branch 'io_dispatch_rewrite' Tue, 27 Oct 2009 04:41:17 GMT Alejandro R. Sedeño [ffc4df6] * perl/lib/BarnOwl.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * select.c (modified) Switch perl API to new I/O Dispatch API. Signed-off-by: Alejandro ... Mon, 26 Oct 2009 20:09:38 GMT David Benjamin [02a72bf] * perl/lib/BarnOwl/Complete/Client.pm (modified) Further complete the show command Add subcommands keymap(s) and ... Thu, 22 Oct 2009 00:48:38 GMT Karl Ramm [3c428d4] * perl/lib/BarnOwl.pm (modified) Actually check if zsig is set before we go looking elsewhere Sun, 18 Oct 2009 17:35:29 GMT Karl Ramm [99cc3dc] * perl/lib/BarnOwl.pm (modified) Revert "Add a zephyr randomizer as an alternative to ... Thu, 15 Oct 2009 00:59:57 GMT Karl Ramm [f816ff1] * perl/lib/BarnOwl.pm (modified) Add a zephyr randomizer as an alternative to default_zephyr_signature() Sun, 11 Oct 2009 01:24:41 GMT Nelson Elhage [dcc3f80] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Zephyr.pm (added) * perlglue.xs (modified) * zephyr.c (modified) * .gitignore (modified) * Makefile.am (modified) * aim.c (modified) * commands.c (modified) * editwin.c (modified) * fmtext.c (modified) * functions.c (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl_tester.c (modified) * t/unicode.t (added) * typemap (added) Merge branch 'zephyr-fixes' Wed, 07 Oct 2009 21:05:57 GMT Karl Ramm [77c87b2] * perl/lib/BarnOwl.pm (modified) Strip trailing newlines from zsigs. ... Sun, 04 Oct 2009 01:36:17 GMT Nelson Elhage [df569c5] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Zephyr.pm (added) * zephyr.c (modified) Add a perl hook that is called once Zephyr is initialized. Some ... Sat, 03 Oct 2009 14:15:11 GMT Nelson Elhage [8830f79f] * .gitignore (modified) * Makefile.am (modified) * perl/lib/BarnOwl/Complete/Client.pm (modified) * perl/lib/BarnOwl/Complete/Filter.pm (added) * perl/lib/BarnOwl/Completion/Context.pm (modified) * perl/lib/BarnOwl/Completion/Util.pm (modified) * perl_tester.c (added) * perlglue.xs (modified) * runtests.sh (modified) * t/completion.t (modified) * t/mock.pl (modified) * aim.c (modified) * commands.c (modified) * configure.ac (modified) * editwin.c (modified) * fmtext.c (modified) * functions.c (modified) * global.c (modified) * help.c (modified) * keys.c (modified) * libfaim/Makefile.am (modified) * logging.c (modified) * m4/ax_c_check_flag.m4 (added) * m4/ax_cflags_strict_prototypes.m4 (added) * m4/ax_cflags_warn_all.m4 (added) * m4/pkg.m4 (added) * mainwin.c (modified) * message.c (modified) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Complete/AIM.pm (added) * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Completion.pm (modified) * perlconfig.c (modified) * popwin.c (modified) * scripts/do-release (modified) * select.c (modified) * text.c (modified) * util.c (modified) * variable.c (modified) * viewwin.c (modified) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Merge branch 'davidben/context-slice' Conflicts: perlglue.xs Sat, 03 Oct 2009 14:06:23 GMT Nelson Elhage [e2f7963] * perl/lib/BarnOwl/Hooks.pm (modified) Fix missing commands from command completion. If even a command is ... Sat, 03 Oct 2009 05:53:00 GMT David Benjamin [5fdc562] * perl/lib/BarnOwl/Complete/Filter.pm (modified) Fix typo in _complete_filter_expr Forgot to fully switch to the new ... Thu, 01 Oct 2009 01:32:36 GMT Nelson Elhage [5b483a6] * perl/lib/BarnOwl/Complete/AIM.pm (added) Add minimal completion for 'aimwrite'. Thu, 01 Oct 2009 01:32:36 GMT Nelson Elhage [9300fe5] * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) Zephyr completion: Convert fields to lowercase for completing. ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [69c27e6] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) Don't suggest repeated flags in complete_flags For most commands, ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [a3a9eb7] * perl/lib/BarnOwl/Complete/Client.pm (modified) * perl/lib/BarnOwl/Complete/Filter.pm (added) Move complete_filter_{expr,name} to own module Moved to ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [6035008] * perl/lib/BarnOwl/Complete/Client.pm (modified) Drop start argument to complete_filter_expr Use context slicing ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [76e0e4a] * perl/lib/BarnOwl/Complete/Client.pm (modified) Reimplement complete_filter using shift_words Fixes bug with -c and ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [b06a888] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete startup by forwarding to main completer Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [e97c5d05] * perl/lib/BarnOwl/Completion/Context.pm (modified) * t/completion.t (modified) Implement a shift_words method on completion contexts. This allows ... Mon, 28 Sep 2009 19:19:50 GMT Karl Ramm [de3f641] * perl/lib/BarnOwl.pm (modified) * variable.c (modified) * zwrite.c (modified) Perl callout for zsig computation + move default to perl ... Wed, 09 Sep 2009 06:30:48 GMT Alex Dehnert [892e897] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Shift-R on CC zephyrs should go to the sender only Wed, 09 Sep 2009 00:43:48 GMT Alejandro R. Sedeño [7589f0a] * perl/lib/BarnOwl.pm (modified) Add a stub for owl::startup Adding a stub so that owl / ... Tue, 08 Sep 2009 00:57:03 GMT Anders Kaseorg [3519d06] * perl/lib/Module/Install/BarnOwl.pm (modified) * perl/modules/IRC/inc/Module/Install/BarnOwl.pm (modified) * perl/modules/Jabber/inc/Module/Install/BarnOwl.pm (modified) * perl/modules/WordWrap/inc/Module/Install/BarnOwl.pm (modified) Module::Install::BarnOwl: Tell zip to quiet down. Signed-off-by: ... Tue, 08 Sep 2009 00:53:27 GMT Anders Kaseorg [03e25c5] * perl/lib/BarnOwl/Hooks.pm (modified) _new_command: Only tokenize on spaces when passed a single argument. ... Sat, 05 Sep 2009 23:30:08 GMT Alex Dehnert [d694c55] * perl/lib/BarnOwl.pm (modified) Make time diplay again initially Fri, 04 Sep 2009 03:27:00 GMT Alex Dehnert [0b2afba] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) Add configurable time display Includes :showdate, :hidedate, and ... Thu, 03 Sep 2009 22:03:37 GMT Alejandro R. Sedeño [4df918b] * perl/lib/BarnOwl.pm (modified) * perlglue.xs (modified) Add BarnOwl::redisplay() Sun, 30 Aug 2009 02:17:09 GMT Nelson Elhage [94ef58c] * perl/lib/BarnOwl/Completion/Util.pm (modified) Add keyword arg to complete_flags: stop_at_nonflag Signed-off-by: ... Sun, 30 Aug 2009 02:17:09 GMT Nelson Elhage [6c144b3] * perl/lib/BarnOwl/Completion/Util.pm (modified) Fix $argct when given -- in complete_flags $argct is updated in the ... Sun, 30 Aug 2009 02:17:09 GMT Nelson Elhage [a4dd3a5] * perl/lib/BarnOwl/Completion.pm (modified) Remove unused variable Signed-off-by: David Benjamin Sun, 30 Aug 2009 02:17:09 GMT Nelson Elhage [bcde942d] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Quote $realm before including in a regex Signed-off-by: David ... Thu, 20 Aug 2009 06:46:46 GMT Anders Kaseorg [3a6277a] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) BarnOwl::Message::Zephyr: Use multi-argument quote. Signed-off-by: ... Thu, 20 Aug 2009 06:46:45 GMT Anders Kaseorg [7011c3dc] * perl/lib/BarnOwl/Message/AIM.pm (modified) BarnOwl::Message::AIM: Use multi-argument quote. Signed-off-by: ... Thu, 20 Aug 2009 06:46:45 GMT Anders Kaseorg [461e905] * perl/lib/BarnOwl/Completion.pm (modified) BarnOwl::Completion: Use multi-argument quote. Signed-off-by: ... Thu, 20 Aug 2009 06:14:42 GMT Anders Kaseorg [0b5168d] * perl/lib/BarnOwl.pm (modified) Fix quoting for filterappend, filterand, filteror. Signed-off-by: ... Thu, 20 Aug 2009 05:29:54 GMT Anders Kaseorg [fc92e6e2] * perl/lib/BarnOwl.pm (modified) BarnOwl::quote: accept a list of strings to be quoted individually. ... Tue, 11 Aug 2009 01:12:10 GMT Nelson Elhage [cff58b4] * perl/lib/BarnOwl.pm (modified) Fix the filter commands. Registering commands from the ... Thu, 06 Aug 2009 02:06:16 GMT Nelson Elhage [fdc0c47] * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) Complete/Zephyr.pm: Use package variables instead of lexicals. This ... Thu, 06 Aug 2009 01:26:44 GMT Nelson Elhage [d5ccf4e8] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete 'unset' as well as 'set'. Thu, 06 Aug 2009 01:26:44 GMT Nelson Elhage [3ff3d86] * configure.ac (modified) * perl/lib/BarnOwl/Complete/Client.pm (modified) * perlglue.xs (modified) Complete variables and style names Mon, 03 Aug 2009 23:46:32 GMT Nelson Elhage [6bc35b4] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete the '-r' and '-s' arguments to 'view', as well. Sun, 02 Aug 2009 01:38:41 GMT David Benjamin [bd25f30] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete the view command Signed-off-by: David Benjamin ... Sun, 02 Aug 2009 01:38:37 GMT David Benjamin [bc5e856] * perl/lib/BarnOwl/Complete/Client.pm (modified) Add completer for filter expressions It parses the incomplete input ... Sun, 02 Aug 2009 01:23:04 GMT David Benjamin [7940ac2] * perl/lib/BarnOwl/Complete/Client.pm (modified) Simplify complete_help and make correct Don't use complete_flags ... Sun, 02 Aug 2009 01:22:59 GMT David Benjamin [28cf94b] * perl/lib/BarnOwl/Complete/Client.pm (modified) Add completions for getvar and set Pending implementation of ... Sat, 01 Aug 2009 16:10:36 GMT Nelson Elhage [ea7cfa8] * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) Add completion for viewuser and viewclass. Thu, 30 Jul 2009 02:19:03 GMT Nelson Elhage [1610e5b] * perl/lib/BarnOwl/Complete/Client.pm (modified) Implement completion for the 'show' command. Thu, 30 Jul 2009 02:06:48 GMT Nelson Elhage [f907cf0] * perl/lib/BarnOwl/Completion.pm (modified) Show an error message if a completion module fails to load. Thu, 30 Jul 2009 02:05:51 GMT Nelson Elhage [4fde21c] * perl/lib/BarnOwl/Complete/Client.pm (modified) Completion: complete filter names Thu, 30 Jul 2009 01:41:44 GMT Nelson Elhage [4fbc7f5] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) complete_flags: Pass the completer the argument number being ... Thu, 30 Jul 2009 01:41:44 GMT Nelson Elhage [e711ca7] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) complete_flags: Don't complete options after --. Wed, 29 Jul 2009 03:39:29 GMT Nelson Elhage [19cc7b00] * dict.c (modified) * perl/lib/BarnOwl/Complete/Client.pm (added) * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) * perl/lib/BarnOwl/Completion.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Completion.pm (added) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perlglue.xs (modified) * t/completion.t (modified) Merge davidben's changes. Merge commit 'davidben/master' Wed, 29 Jul 2009 03:20:30 GMT Nelson Elhage [c4efb46] * perl/lib/BarnOwl/Completion.pm (modified) * t/completion.t (modified) Completion: Fix a min/max confusion. This could cause completion to ... Wed, 29 Jul 2009 03:15:43 GMT Nelson Elhage [84db778] * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) 'subscribe' doesn't actually understand -r Arguably it should, but ... Wed, 29 Jul 2009 02:57:51 GMT David Benjamin [d4ecc78] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete color names for filters This will likely have to be ... Wed, 29 Jul 2009 02:12:06 GMT David Benjamin [f80ada8] * perl/lib/BarnOwl/Complete/Client.pm (added) Complete help command Put into new module for completions related ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [8f16dcd] * perl/lib/BarnOwl/Complete/Zephyr.pm (added) Implement basic Zephyr completion based on previously-seen messages. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [f987504] * perl/lib/BarnOwl/Completion.pm (modified) Fix completion handling if the null string generates a completion. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [7be5d8b] * perl/lib/BarnOwl/Completion/Context.pm (modified) * t/completion.t (modified) Completion::Context: Fix behavior if point is at end after ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [82a6e8b] * perl/lib/BarnOwl/Completion/Util.pm (added) * t/completion.t (modified) Add a generic function for completing a command with options. ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [b73bcbb] * perl/lib/BarnOwl/Completion.pm (modified) Add hooks for completing command arguments. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [0fee298] * perl/lib/BarnOwl/Completion.pm (modified) Completion.pm: Remove a dead variable. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [5368d75] * perl/lib/BarnOwl/Completion.pm (modified) Implement tab completion by replacing the entire word. Replace the ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [6e48560] * perl/lib/BarnOwl/Completion.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * t/completion.t (modified) Implement tab completion for command names.