# # ChangeLog for perlglue.xs # # Generated by Trac 1.0.2 # Mar 28, 2024, 7:01:18 PM Mon, 28 Mar 2011 13:11:12 GMT David Benjamin [6a71113] * cmd.c (modified) * perlglue.xs (modified) Use g_strjoinv in owl_cmddict_execute_argv, don't quote correctly ... Thu, 24 Mar 2011 20:05:29 GMT David Benjamin [f25df21] * cmd.c (modified) * dict.c (modified) * functions.c (modified) * global.c (modified) * help.c (modified) * keymap.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) * tester.c (modified) * variable.c (modified) Don't call owl_list_create in owl_dict_get_keys Until we get rid of ... Fri, 11 Feb 2011 21:31:42 GMT Anders Kaseorg [ddbbcffa] * aim.c (modified) * buddy.c (modified) * cmd.c (modified) * commands.c (modified) * context.c (modified) * dict.c (modified) * editwin.c (modified) * filter.c (modified) * filterelement.c (modified) * fmtext.c (modified) * functions.c (modified) * global.c (modified) * history.c (modified) * keybinding.c (modified) * keymap.c (modified) * list.c (modified) * logging.c (modified) * message.c (modified) * msgwin.c (modified) * owl.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) * popexec.c (modified) * popwin.c (modified) * regex.c (modified) * select.c (modified) * style.c (modified) * tester.c (modified) * text.c (modified) * util.c (modified) * variable.c (modified) * view.c (modified) * viewwin.c (modified) * zbuddylist.c (modified) * zephyr.c (modified) * zwrite.c (modified) Replace owl_free with g_free. Signed-off-by: Anders Kaseorg ... Fri, 11 Feb 2011 21:31:33 GMT Anders Kaseorg [96828e4] * aim.c (modified) * buddylist.c (modified) * cmd.c (modified) * commands.c (modified) * context.c (modified) * dict.c (modified) * editwin.c (modified) * filter.c (modified) * fmtext.c (modified) * functions.c (modified) * global.c (modified) * keybinding.c (modified) * keymap.c (modified) * list.c (modified) * logging.c (modified) * message.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) * popexec.c (modified) * popwin.c (modified) * select.c (modified) * text.c (modified) * util.c (modified) * variable.c (modified) * viewwin.c (modified) * zephyr.c (modified) * zwrite.c (modified) Replace owl_malloc with g_new and g_new0. Signed-off-by: Anders ... Sat, 23 Oct 2010 19:53:41 GMT David Benjamin [40382e0] * perlglue.xs (modified) Don't re-initialize lists in BarnOwl::all_keymaps ... Sat, 02 Oct 2010 01:22:20 GMT David Benjamin [c6adf17] * aim.c (modified) * commands.c (modified) * functions.c (modified) * owl.h (modified) * perl/lib/BarnOwl/Complete/Client.pm (modified) * perl/lib/BarnOwl/MainLoopCompatHook.pm (modified) * perl/lib/BarnOwl/Timer.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm (modified) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (modified) * perlglue.xs (modified) * select.c (modified) * variable.c (modified) Track names along with timers, add :show timers This will help ... Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [818f19c] * global.c (modified) * keys.c (modified) * perlglue.xs (modified) Rename owl_global_get_typwin to owl_global_current_typwin The new ... Tue, 30 Mar 2010 03:11:32 GMT Nelson Elhage [9186c75] * commands.c (modified) * functions.c (modified) * perlglue.xs (modified) Make functions that start an editwin return it, too. Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [38cc669] * commands.c (modified) * editwin.c (modified) * functions.c (modified) * global.c (modified) * perlglue.xs (modified) Create/destroy editwins rather than reusing a single one. Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [1b1cd2c] * editwin.c (modified) * functions.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) Editwin: Add a callback to destroy cbdata Mon, 08 Mar 2010 03:26:02 GMT Anders Kaseorg [8c59178] * buddylist.c (modified) * cmd.c (modified) * functions.c (modified) * keymap.c (modified) * list.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) * tester.c (modified) * variable.c (modified) * zwrite.c (modified) Rename owl_list_free_all to owl_list_cleanup. Signed-off-by: Anders ... Mon, 08 Mar 2010 03:26:00 GMT Anders Kaseorg [7ab0020] * fmtext.c (modified) * functions.c (modified) * help.c (modified) * message.c (modified) * perlglue.xs (modified) * viewwin.c (modified) Rename owl_fmtext_free to owl_fmtext_cleanup. Signed-off-by: Anders ... Sat, 23 Jan 2010 15:49:54 GMT Nelson Elhage [fde6d80] * perlglue.xs (modified) * style.c (modified) owl_style_create_perl: Change refcounting convention. Make ... Wed, 20 Jan 2010 03:53:08 GMT Nelson Elhage [2fec14b] * perlglue.xs (modified) perlglue.xs: Copy passed-in SV*s before storing them. Perl gives us ... Mon, 07 Dec 2009 01:08:24 GMT Nelson Elhage [129e609] * functions.c (modified) * global.c (modified) * mainwin.c (modified) * owl.c (modified) * owl.h (modified) * perlglue.xs (modified) Use a owl_dict to store the list of filters. Cathy Zhang reported ... 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 [fe7616e] * perlglue.xs (modified) Export BarnOwl::all_keymaps to perl For completing the show keymap ... Mon, 26 Oct 2009 20:09:38 GMT David Benjamin [e3cbd65] * perlglue.xs (modified) Use owl_new_av in exported functions Simplified all_variables, ... Fri, 23 Oct 2009 19:49:11 GMT Karl Ramm [bdbec0a] * functions.c (modified) * perlglue.xs (modified) refactor and clean owl editwin startup functions Take ... 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' Sun, 11 Oct 2009 01:24:18 GMT Nelson Elhage [e1e59a7] * Makefile.am (modified) * aim.c (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perlglue.xs (modified) * t/unicode.t (added) * typemap (added) * .gitignore (modified) * commands.c (modified) * editwin.c (modified) * fmtext.c (modified) * functions.c (modified) * perl/lib/BarnOwl.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl_tester.c (modified) * zephyr.c (modified) Merge branch 'unicode-fixes' Wed, 07 Oct 2009 04:46:39 GMT Anders Kaseorg [5791bf7] * perlglue.xs (modified) Left-align XS function names, in accordance with the decree of ... Sun, 04 Oct 2009 01:46:51 GMT Nelson Elhage [6f0fbe9] * perlglue.xs (modified) Add a function for perl to query whether Zephyr is available. Sun, 04 Oct 2009 00:45:52 GMT Nelson Elhage [39e81f7] * Makefile.am (modified) * perlglue.xs (modified) * typemap (added) Return unicode strings to perl. Define a new typedef, 'utf8', in ... 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 Wed, 30 Sep 2009 05:02:32 GMT David Benjamin [9e5b5fd] * perlglue.xs (modified) Export skiptokens to perl. Mon, 28 Sep 2009 21:04:47 GMT Anders Kaseorg [1a5db78] * perlglue.xs (modified) perlglue.xs: Always return const char * to Perl instead of char *. ... Mon, 28 Sep 2009 20:48:21 GMT Anders Kaseorg [fbadb37] * perlglue.xs (modified) get_zephyr_variable: Actually, the strdup isn’t needed here at all. ... Mon, 28 Sep 2009 20:37:13 GMT Anders Kaseorg [9cb03bf] * perlglue.xs (modified) get_zephyr_variable: Clean up const and NULL handling. g_strdup and ... Mon, 28 Sep 2009 19:15:55 GMT Karl Ramm [bb79a52] * perlglue.xs (modified) BarnOwl::get_zephyr_variable gets you a .zephyr.vars variable Mon, 28 Sep 2009 17:14:23 GMT Anders Kaseorg [0c4ef53] * perlglue.xs (modified) Simplify calls to SvREFCNT_inc by using its return value. ... Thu, 03 Sep 2009 22:03:37 GMT Alejandro R. Sedeño [4df918b] * perl/lib/BarnOwl.pm (modified) * perlglue.xs (modified) Add BarnOwl::redisplay() Fri, 28 Aug 2009 04:09:07 GMT Nelson Elhage [d1b1cf6] * perlconfig.c (modified) * perlglue.xs (modified) Set the UTF-8 flag on on strings we pass to Perl. Add an owl_new_sv ... Fri, 21 Aug 2009 02:54:48 GMT Anders Kaseorg [952f137] * perlglue.xs (modified) perlglue.xs: Fix typo in comment. Signed-off-by: Anders Kaseorg ... Fri, 21 Aug 2009 02:54:48 GMT Anders Kaseorg [dbe8729] * perlconfig.c (modified) * perlglue.xs (modified) owl_perlconfig_curmessage2hashref: Don’t duplicate prototype. ... Sat, 15 Aug 2009 23:08:20 GMT Anders Kaseorg [4542047] * commands.c (modified) * filter.c (modified) * filterelement.c (modified) * functions.c (modified) * logging.c (modified) * mainwin.c (modified) * message.c (modified) * owl.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) Add const qualifiers for owl_filter *. Signed-off-by: Anders ... Sat, 15 Aug 2009 23:08:18 GMT Anders Kaseorg [77bced3] * fmtext.c (modified) * functions.c (modified) * global.c (modified) * list.c (modified) * mainwin.c (modified) * perlglue.xs (modified) * select.c (modified) Add const qualifiers for owl_list *. Signed-off-by: Anders Kaseorg ... Sat, 15 Aug 2009 23:08:18 GMT Anders Kaseorg [e19eb97] * aim.c (modified) * buddy.c (modified) * buddylist.c (modified) * cmd.c (modified) * commands.c (modified) * dict.c (modified) * editwin.c (modified) * errqueue.c (modified) * filter.c (modified) * filterelement.c (modified) * fmtext.c (modified) * functions.c (modified) * global.c (modified) * help.c (modified) * history.c (modified) * keybinding.c (modified) * keymap.c (modified) * keypress.c (modified) * logging.c (modified) * message.c (modified) * obarray.c (modified) * owl.c (modified) * owl.h (modified) * pair.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) * popexec.c (modified) * regex.c (modified) * stubgen.pl (modified) * style.c (modified) * text.c (modified) * util.c (modified) * variable.c (modified) * view.c (modified) * viewwin.c (modified) * zbuddylist.c (modified) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Add const qualifiers for char * and void *. Signed-off-by: Anders ... 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 Thu, 30 Jul 2009 01:41:44 GMT Nelson Elhage [747d6a5] * perlglue.xs (modified) Implement BarnOwl::message in XS to fix stupid quoting issues. Wed, 29 Jul 2009 03:15:43 GMT Nelson Elhage [d77e909] * perlglue.xs (modified) Add BarnOwl::all_filters() to get the names of all filters. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [6dc2d6b] * perlglue.xs (modified) save_excursion: Fix perl API error. We need to save a mark and ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [eede1bf] * perl/lib/BarnOwl.pm (modified) * perlglue.xs (modified) Export owl_function_debugmsg to perl as BarnOwl::debug(). Thu, 23 Jul 2009 05:55:38 GMT Anders Kaseorg [ba6c8bd] * perlglue.xs (modified) * variable.c (modified) Get rid of a few more useless casts. Signed-off-by: Anders Kaseorg ... Wed, 22 Jul 2009 04:50:25 GMT Anders Kaseorg [d43edd2] * buddy.c (modified) * buddylist.c (modified) * cmd.c (modified) * commands.c (modified) * context.c (modified) * dict.c (modified) * editwin.c (modified) * filter.c (modified) * filterelement.c (modified) * fmtext.c (modified) * functions.c (modified) * global.c (modified) * help.c (modified) * history.c (modified) * keybinding.c (modified) * keymap.c (modified) * keypress.c (modified) * keys.c (modified) * list.c (modified) * logging.c (modified) * mainwin.c (modified) * message.c (modified) * messagelist.c (modified) * owl.c (modified) * owl.h (modified) * perlconfig.c (modified) * perlglue.xs (modified) * popexec.c (modified) * popwin.c (modified) * regex.c (modified) * select.c (modified) * style.c (modified) * tester.c (modified) * text.c (modified) * util.c (modified) * variable.c (modified) * view.c (modified) * viewwin.c (modified) * zbuddylist.c (modified) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Death to RCS keywords. Signed-off-by: Anders Kaseorg Tue, 21 Jul 2009 00:55:25 GMT Anders Kaseorg [7f6a8a2] * message.c (modified) * perlglue.xs (modified) * util.c (modified) * zephyr.c (modified) Quash a zephyr 3 warning by adding some missing consts. ... Sat, 11 Jul 2009 17:14:36 GMT Nelson Elhage [c6ecf5c] * editwin.c (modified) * perl/lib/BarnOwl/Editwin.pm (modified) * perlglue.xs (modified) Implement text_{before,after)_point in Perl. These can easily be ... Sat, 11 Jul 2009 17:14:36 GMT Nelson Elhage [d41294a] * editwin.c (modified) * perl/lib/BarnOwl/Editwin.pm (modified) * perlglue.xs (modified) Export some more functions to perl. get_region, combined with ... Sat, 11 Jul 2009 17:14:36 GMT Nelson Elhage [a88f35a] * editwin.c (modified) * owl.h (modified) * perlglue.xs (modified) Give perl code more rope with respect to the editwin. In ... Sat, 11 Jul 2009 17:14:36 GMT Nelson Elhage [0190c4d] * perlglue.xs (modified) perlglue.xs: Move editor functions into BarnOwl::Editwin:: Sat, 11 Jul 2009 17:14:35 GMT Nelson Elhage [77f605d] * editwin.c (modified) * perlglue.xs (modified) Slightly more rope that you require for completion. New ... Tue, 02 Jun 2009 15:53:14 GMT Nelson Elhage [fd8dfe7] * Makefile.in (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Message.pm (modified) * perl/lib/BarnOwl/Style.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * perlwrap.pm (deleted) Load perl code from the filesystem at runtime. Remove perlwrap.pm ... Wed, 17 Dec 2008 20:24:26 GMT Nelson Elhage [1631825] * perlconfig.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) Implement a perl timer class and minimal interface. I will document ... Thu, 11 Dec 2008 05:08:35 GMT Nelson Elhage [25cccdc] * perlglue.xs (modified) * perlwrap.pm (modified) Rename *_internal commands into BarnOwl::Internal:: Sat, 06 Dec 2008 07:33:28 GMT Anders Kaseorg [19bab8e] * perlconfig.c (modified) * perlglue.xs (modified) Don't return a mortal from owl_perlconfig_message2hashref(). Tue, 26 Aug 2008 00:11:16 GMT Nelson Elhage [740d5f7] * functions.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) Move Zephyr and AIM reply command logic into perl. This has the ... Thu, 21 Aug 2008 04:52:04 GMT Nelson Elhage [c4ba74d] * cmd.c (modified) * functions.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) Make BarnOwl::command() accept a pre-tokenized command. If given ... Wed, 09 Jul 2008 19:43:25 GMT Geoffrey Thomas [acb13bb] * perlglue.xs (modified) * perlwrap.pm (modified) Add BarnOwl::zephyr_getsubs(), a thin Perl wrapper around ... Tue, 29 Apr 2008 05:21:15 GMT Nelson Elhage [b67ab6b] * owl.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) Implement back-compat with old-style owl::format_msg() styles Tue, 29 Apr 2008 05:21:13 GMT Nelson Elhage [864ed35] * Makefile.in (modified) * commands.c (modified) * owl.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) * style.c (modified) * stylefunc.c (deleted) Initial step of moving styles from the current mishmash of different ... Fri, 15 Feb 2008 05:56:49 GMT Alejandro R. Sedeño [9c7a701] * Makefile.in (modified) * global.c (modified) * owl.c (modified) * owl.h (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/Connection.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * select.c (added) * zephyr.c (modified) Initial select() changes. stdin, zephyr, jabber, and irc are checked ... Fri, 11 Jan 2008 02:01:27 GMT Geoffrey Thomas [65fea01] * perlglue.xs (modified) Move comment around so that perlglue.xs compiles. Thu, 10 Jan 2008 20:49:27 GMT Nelson Elhage [b68342b] * perlglue.xs (modified) `beep' is already a barnowl command, so this binding is superfluous Thu, 10 Jan 2008 20:48:00 GMT Nelson Elhage [74fc22a] * perlglue.xs (modified) * perlwrap.pm (modified) Document (nearly) every public function in the BarnOwl:: namespace Thu, 10 Jan 2008 05:32:44 GMT Geoffrey Thomas [bc0d7bc] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perlglue.xs (modified) A (broken) attempt at handling motds and other IRC admin messages ... Sun, 08 Jul 2007 19:37:43 GMT Nelson Elhage [b363d83] * commands.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * perlglue.xs (modified) * perlwrap.pm (modified) Adding a -s switch to change the location of the config dir (~/.owl) Wed, 30 May 2007 04:05:27 GMT Nelson Elhage [13a3c1db] * functions.c (modified) * global.c (modified) * owl.c (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perlglue.xs (modified) * zephyr.c (modified) Refactoring message processing: All new messages, incoming or ... Fri, 18 May 2007 20:54:51 GMT Nelson Elhage [a695a68] * perlglue.xs (modified) * perlwrap.pm (modified) * variable.c (modified) Adding the ability to define new variables from perl. Sun, 29 Apr 2007 22:27:30 GMT Sam Hartman [f6b319c] * perlconfig.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) Implement hackish support for the wordwrap filter in the perl styles. ... Thu, 29 Mar 2007 02:54:33 GMT Alejandro R. Sedeño [c2c5c77] * filter.c (modified) * fmtext.c (modified) * functions.c (modified) * mainwin.c (modified) * owl.c (modified) * owl.h (modified) * perlglue.xs (modified) * util.c (modified) Adding 256-color support. This requires a version of ncurses that ... Thu, 22 Mar 2007 15:30:13 GMT Alejandro R. Sedeño [3066d23] * logging.c (modified) * perl/modules/jabber.pl (modified) * perlglue.xs (modified) Fix outgoing jabber logging. Added two new perlglue functions: * ... Fri, 16 Feb 2007 06:37:44 GMT Nelson Elhage [b6c067a] * owl.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) Moving the default style into perl, and reorganizing things so we can ... Thu, 15 Feb 2007 22:10:58 GMT Alejandro R. Sedeño [0ff2528] * perlglue.xs (modified) Explicitly declare BarnOwl::error so it won't get autoloaded and ... Sun, 11 Feb 2007 03:36:55 GMT Alejandro R. Sedeño [272a4a0] * perlglue.xs (modified) * zephyr.c (modified) zephyr.c: free some fields that need freeing. perlglue.xs: drop an ... Sun, 11 Feb 2007 03:30:11 GMT Alejandro R. Sedeño [1c2e0b3] * perl/modules/jabber.pl (modified) * perlglue.xs (modified) Export owl_function_add_message and owl_function_queue_message to ... Tue, 30 Jan 2007 02:54:41 GMT Nelson Elhage [30678ae] * message.c (modified) * owl.h (modified) * perlconfig.c (modified) * perlglue.xs (modified) Making message type into a string Mon, 22 Jan 2007 05:20:17 GMT Alejandro R. Sedeño [7f792c1] * global.c (modified) * owl.c (modified) * owl.h (modified) * perl/modules/jabber.pl (modified) * perlglue.xs (modified) * Added idle-time tracking in C. * Exposed idle-time tracking to ... Wed, 10 Jan 2007 04:33:44 GMT Nelson Elhage [8203afd] * functions.c (modified) * owl.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) * Renaming package owl to BarnOwl:: * Moving hooks into the ... Sun, 24 Dec 2006 16:21:21 GMT Nelson Elhage [17eed9c] * perlglue.xs (modified) Letting owl::queue_message set more fields of the message Sat, 04 Nov 2006 03:54:00 GMT Alejandro R. Sedeño [b6a253c] * perl/modules/jabber.pl (modified) * perlglue.xs (modified) jabber.pl: * Roster added to buddy list. * Command jlist added ... Wed, 01 Nov 2006 05:59:17 GMT Sam Hartman [6b3f797] * perlglue.xs (modified) Add get_data_dir Sun, 29 Oct 2006 23:36:56 GMT Nelson Elhage [3c9012b] * perlglue.xs (modified) * perlwrap.pm (modified) Adding some support for distinguishing personals/private with ... Fri, 27 Oct 2006 19:07:59 GMT Nelson Elhage [db8b00b] * commands.c (modified) * functions.c (modified) * global.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) Exposing edit window hooks to perl Fri, 27 Oct 2006 17:17:18 GMT Nelson Elhage [1b6b2f3] * commands.c (modified) * functions.c (modified) * global.c (modified) * owl.h (modified) * perlglue.xs (modified) Refactoring the editwin code somewhat, and adding the ability to hang ... Fri, 27 Oct 2006 05:19:54 GMT Nelson Elhage [dd16bdd] * message.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) Initial support for creating and injecting messages into the ... Thu, 26 Oct 2006 15:14:41 GMT Nelson Elhage [6922edd] * cmd.c (modified) * owl.h (modified) * perlconfig.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) Adding the ability to install real commands from perl. Tue, 24 Oct 2006 04:52:14 GMT Nelson Elhage [1152d45] * owl.h (modified) * perlglue.xs (modified) Including owl.h into perlglue.xs to make it easier to add more perl glue. Fri, 10 Oct 2003 23:42:29 GMT James M. Kretchmar [8a54409] * ChangeLog (modified) * functions.c (modified) * owl.h (modified) * perlglue.xs (modified) Small fixes to keep zephyrless build working Increased size of ... Sun, 06 Jul 2003 22:42:06 GMT Erik Nygren [f1e629d] * ChangeLog (modified) * Makefile.in (modified) * cmd.c (modified) * commands.c (modified) * encapsulate.pl (added) * examples/owlconf.erik (modified) * functions.c (modified) * global.c (modified) * message.c (modified) * owl.c (modified) * owl.h (modified) * perlconfig.c (added) * perlglue.xs (modified) * perlwrap.pm (added) * readconfig.c (deleted) * style.c (modified) * util.c (modified) * variable.c (modified) * view.c (modified) * zephyr.c (modified) New API for perl message formatting functions. ... Sat, 17 Aug 2002 14:31:35 GMT James M. Kretchmar [1fd0b25] * ChangeLog (modified) * commands.c (modified) * fmtext.c (modified) * functions.c (modified) * global.c (modified) * keys.c (modified) * message.c (modified) * owl.h (modified) * perlglue.xs (modified) * util.c (modified) Added the 'search' command. '/' is a keybinding for 'search' '?' is ... Tue, 09 Jul 2002 04:04:35 GMT Erik Nygren [e1c4636] * ChangeLog (modified) * fmtext.c (modified) * global.c (modified) * logging.c (modified) * perlglue.xs (modified) * tester.c (modified) * util.c (modified) * variable.c (modified) * zwrite.c (modified) * Added owl::send_zwrite(command, message) to the perl glue ... Mon, 01 Jul 2002 22:47:05 GMT Erik Nygren [83a9b63] * perlglue.xs (modified) Reverting. I'm a moron and didn't mean to commit this yet. Mon, 01 Jul 2002 22:37:37 GMT Erik Nygren [69da86b] * perlglue.xs (modified) *** empty log message *** Sun, 30 Jun 2002 06:54:22 GMT Erik Nygren [8ee73f8d] * ChangeLog (modified) * Makefile.in (modified) * commands.c (modified) * configure (modified) * configure.in (modified) * examples/owlconf.erik (modified) * perlglue.xs (added) * readconfig.c (modified) Fixed a memory reference bug in delete and undelete commands. ...