# # ChangeLog for / # # Generated by Trac 1.0.2 # Mar 28, 2024, 7:34:13 AM 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 ... Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [005eae5] * global.c (modified) Make owl_global_get_typwin return the context's typwin The only ... Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [a8186dc] * editwin.c (modified) owl_editwin should own a reference to its window Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [60c1386] * owl.h (modified) * viewwin.c (modified) Split the viewwin's status bar into its own window Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [2640b63] * viewwin.c (modified) Rearrange some viewwin functions The two constructor should be ... Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [b8742ba] * viewwin.c (modified) Add half an implementation of owl_viewwin_search Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [9116936] * viewwin.c (modified) Draw ~s in empty viewwin lines, to mimic less Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [fa23002] * viewwin.c (modified) Never move the screen up when during an owl_viewwin_down We already ... Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [d574d61] * viewwin.c (modified) Add owl_viewwin_up and owl_viewwin_down So we have one consistent ... Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [9eb38bb] * commands.c (modified) * functions.c (modified) * global.c (modified) * owl.h (modified) * popexec.c (modified) * viewwin.c (modified) Likewise, don't reuse a global owl_viewwin This means we don't have ... Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [8ee712e0] * commands.c (modified) Delete the popwin when closing it Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [61c1f19] * viewwin.c (modified) Don't export owl_viewwin_set_window. Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [03ca005] * functions.c (modified) * global.c (modified) * owl.h (modified) * popexec.c (modified) * popwin.c (modified) Create a new owl_popwin every time instead of rewiring the old one ... Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [b3b1b05] * owl.h (modified) * popwin.c (modified) To be thorough, track all signal ids in the popwin This isn't ... Sat, 18 Sep 2010 19:17:27 GMT David Benjamin [7ba2ad4] * fmtext.c (modified) * tester.c (modified) Implement owl_fmtext_line_extents and add test case Sat, 18 Sep 2010 19:17:27 GMT David Benjamin [4cf7b1b] * functions.c (modified) * popexec.c (modified) If owl_popwin_up fails, abort the command Sat, 18 Sep 2010 19:17:27 GMT David Benjamin [6425d43] * popwin.c (modified) Don't cause confusion if owl_popwin_up on an active popwin ... Sat, 18 Sep 2010 19:17:27 GMT David Benjamin [dc9665a] * tester.c (modified) Add a test case for owl_fmtext_search Sat, 18 Sep 2010 19:17:27 GMT David Benjamin [f7456bc] * fmtext.c (modified) * tester.c (modified) Add owl_fmtext_line_number and test. Sat, 18 Sep 2010 19:17:27 GMT David Benjamin [5b68c05] * global.c (modified) * viewwin.c (modified) Update the viewwin when the global search string changes This will ... Sat, 18 Sep 2010 19:17:27 GMT David Benjamin [449c682] * fmtext.c (modified) * viewwin.c (modified) Honor the do_search argument to _owl_fmtext_curs_waddstr It hasn't ... Sat, 18 Sep 2010 19:17:27 GMT David Benjamin [72f613a] * fmtext.c (modified) * message.c (modified) Make owl_fmtext_search take and return an offset Sat, 18 Sep 2010 19:14:31 GMT David Benjamin [9c678a5] * owl.c (modified) Actually set the context interactive in the startup routine This ... Sat, 18 Sep 2010 19:14:31 GMT David Benjamin [de6f317] * functions.c (modified) * owl.c (modified) Move zephyr and ncurses shutdown into main They are initialized in ... Sat, 18 Sep 2010 19:14:30 GMT David Benjamin [3ecd78b] * functions.c (modified) * owl.c (modified) * select.c (modified) Move the event loop to owl_select as owl_select_run_loop Also adds ... Sat, 18 Sep 2010 19:14:30 GMT David Benjamin [8402a093] * owl.c (modified) Move the error signal logging to a pre_select_action This reduces ... Wed, 15 Sep 2010 03:24:34 GMT Nelson Elhage [10dd8e6] * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (modified) Twitter: Don't attempt to do OAuth against non-twitter.com services. Tue, 14 Sep 2010 20:56:13 GMT David Benjamin [ba042db] * global.c (modified) Remove _owl_panel_set_window It hasn't been used since owl_window. Tue, 14 Sep 2010 06:11:44 GMT David Benjamin [0743696] * functions.c (modified) * zwrite.c (modified) Don't ignore the error code when doing a zwrite Display a ... 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, ... Thu, 09 Sep 2010 05:24:28 GMT Anders Kaseorg [8106870] * perl/modules/Twitter/lib/BarnOwl/Message/Twitter.pm (modified) Twitter: BarnOwl::quote the replycmd Signed-off-by: Anders Kaseorg ... Thu, 09 Sep 2010 02:36:42 GMT Nelson Elhage [ad7cc2f] * perlconfig.c (modified) owl_perlconfig_new_command: Pass G_EVAL. In addition to the obvious ... Thu, 09 Sep 2010 01:32:01 GMT Nelson Elhage [8c6e2c1] * perl/modules/Twitter/README (modified) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (modified) Twitter: Allow users to specify their own consumer key/secret. Tue, 31 Aug 2010 15:02:09 GMT Alejandro R. Sedeño [2c5ee3e] * zephyr.c (modified) Don't try to load default subs if zephyr has not been initialized ... Mon, 23 Aug 2010 01:33:20 GMT Anders Kaseorg [691d012] * owl.h (modified) owl.h: Include config.h before testing HAVE_STDBOOL_H ... Sat, 21 Aug 2010 19:19:22 GMT David Benjamin [06adc25] * codelist.pl (modified) * filterproc.h (modified) * owl.h (modified) * owl_perl.h (modified) * window.h (modified) Sanitize our include guards somewhat Avoid double underscores to ... Sat, 21 Aug 2010 13:05:30 GMT Nelson Elhage [86f740e] * scripts/do-release (modified) do-release: Remove autom4te.cache from the release tarballs. This ... Sun, 08 Aug 2010 01:06:17 GMT David Benjamin [d40ad8b] * doc/code.txt (modified) * global.c (modified) * owl.h (modified) * zephyr.c (modified) Punt OWL_WEBBROWSER_* and userclue That code hasn't been used for ... Sat, 07 Aug 2010 04:55:50 GMT David Benjamin [335413f1] * editwin.c (modified) Fix owl_editwin_move_to_beginning_of_line for empty first lines The ... Sat, 07 Aug 2010 04:55:44 GMT David Benjamin [e5c9d3de] * tester.c (modified) Add a test for owl_editwin_move_to_beginning_of_line We currently ... Tue, 03 Aug 2010 03:38:26 GMT David Benjamin [5ca3fb7] * window.c (modified) Correctly maintain the doubly linked list in owl_widnow Oops. This ... Tue, 03 Aug 2010 03:38:19 GMT David Benjamin [fd03b12] * stubgen.pl (modified) Properly revert globalnotifier changes to stubgen.pl Apparently I ... Tue, 03 Aug 2010 03:38:03 GMT David Benjamin [e0022d2] * fmtext.c (modified) * tester.c (modified) Expand tabs first in owl_fmtext_truncate_cols Although the previous ... Tue, 03 Aug 2010 03:38:03 GMT David Benjamin [30da473] * fmtext.c (modified) * style.c (modified) Expand tabs before applying OWL_TAB This is a partial fix to #90. ... Sat, 31 Jul 2010 23:12:15 GMT David Benjamin [2b83ad6] * fmtext.c (modified) * owl.h (modified) * tester.c (modified) * text.c (modified) Add owl_fmtext_expand_tabs with test case Sat, 31 Jul 2010 23:11:42 GMT David Benjamin [c93b8b5] * fmtext.c (modified) Consider format characters in owl_fmtext_num_lines This fixes the ... Sat, 31 Jul 2010 23:11:42 GMT David Benjamin [e0e0e5a] * fmtext.c (modified) Make _owl_fmtext_append_fmtext take a half-open range Inclusive on ... Sat, 31 Jul 2010 23:11:42 GMT David Benjamin [6772d19] * fmtext.c (modified) * tester.c (modified) Add a test case for owl_fmtext with two failures When appending ... Wed, 28 Jul 2010 03:49:55 GMT David Benjamin [35a30f9] * tester.c (modified) Move variable declaration to top of function Wed, 28 Jul 2010 02:50:36 GMT Nelson Elhage [e488ec5] * aim.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * variable.c (modified) * zephyr.c (modified) * .gitignore (modified) * Makefile.am (modified) * README (modified) * cmd.c (modified) * commands.c (modified) * configure.ac (modified) * context.c (modified) * doc/code.txt (modified) * doc/owl-window.txt (added) * editwin.c (modified) * keymap.c (modified) * keys.c (modified) * logging.c (modified) * mainpanel.c (added) * mainwin.c (modified) * message.c (modified) * msgwin.c (added) * obarray.c (deleted) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/lib/BarnOwl/MainLoopCompatHook.pm (added) * perl/lib/BarnOwl/Message/Generic.pm (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) * perl/lib/BarnOwl/Timer.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Makefile.am (modified) * perl/modules/Twitter/.gitignore (added) * perl/modules/Twitter/.hgignore (added) * perl/modules/Twitter/Makefile.PL (added) * perl/modules/Twitter/README (added) * perl/modules/Twitter/inc/Module/Install.pm (added) * perl/modules/Twitter/inc/Module/Install/BarnOwl.pm (added) * perl/modules/Twitter/inc/Module/Install/Base.pm (added) * perl/modules/Twitter/inc/Module/Install/Can.pm (added) * perl/modules/Twitter/inc/Module/Install/Fetch.pm (added) * perl/modules/Twitter/inc/Module/Install/Makefile.pm (added) * perl/modules/Twitter/inc/Module/Install/Metadata.pm (added) * perl/modules/Twitter/inc/Module/Install/Win32.pm (added) * perl/modules/Twitter/inc/Module/Install/WriteAll.pm (added) * perl/modules/Twitter/lib/BarnOwl/Message/Twitter.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Completion.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (added) * perl/modules/Twitter/twitter.example (added) * perlconfig.c (modified) * popexec.c (modified) * popwin.c (modified) * sepbar.c (added) * stubgen.pl (modified) * tester.c (modified) * util.c (modified) * viewwin.c (modified) * window.c (added) * window.h (added) * windowcb.c (added) * zcrypt.c (modified) * zwrite.c (modified) Merge branch 'security' Sat, 24 Jul 2010 05:30:53 GMT David Benjamin [f93cc34] * .gitignore (modified) Add tester.bin to .gitignore, remove perl_tester tester.bin was ... Tue, 20 Jul 2010 18:31:33 GMT Alejandro R. Sedeño [205e164] * owl.c (modified) Use fpathconf to disable signals Just using 0 is not portable. ... Sun, 18 Jul 2010 20:48:15 GMT David Benjamin [d296c9a] * Makefile.am (modified) * cmd.c (modified) * commands.c (modified) * configure.ac (modified) * context.c (modified) * doc/owl-window.txt (added) * editwin.c (modified) * functions.c (modified) * global.c (modified) * keys.c (modified) * mainpanel.c (added) * mainwin.c (modified) * msgwin.c (added) * owl.c (modified) * owl.h (modified) * popexec.c (modified) * popwin.c (modified) * sepbar.c (added) * stubgen.pl (modified) * util.c (modified) * variable.c (modified) * viewwin.c (modified) * window.c (added) * window.h (added) * windowcb.c (added) * .gitignore (modified) * README (modified) * barnowl (modified) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Twitter/.gitignore (modified) * perl/modules/Twitter/inc/Module/Install.pm (added) * perl/modules/Twitter/inc/Module/Install/BarnOwl.pm (added) * perl/modules/Twitter/inc/Module/Install/Base.pm (added) * perl/modules/Twitter/inc/Module/Install/Can.pm (added) * perl/modules/Twitter/inc/Module/Install/Fetch.pm (added) * perl/modules/Twitter/inc/Module/Install/Makefile.pm (added) * perl/modules/Twitter/inc/Module/Install/Metadata.pm (added) * perl/modules/Twitter/inc/Module/Install/Win32.pm (added) * perl/modules/Twitter/inc/Module/Install/WriteAll.pm (added) * perl/modules/Twitter/lib/BarnOwl/Message/Twitter.pm (modified) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (modified) * perl_tester.c (deleted) * perlconfig.c (modified) * runtests.sh (modified) * t/00-core-tests.t (modified) * t/mock.pl (modified) * tester (added) * tester.c (modified) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Merge branch 'owl_window' Conflicts: global.c Sat, 17 Jul 2010 00:27:26 GMT Nelson Elhage [1cc9b615] * cmd.c (modified) Tell perl about aliases as well as commands. This fixes ... Fri, 16 Jul 2010 23:43:42 GMT Nelson Elhage [26ad412] * global.c (modified) * owl.h (modified) * variable.c (modified) Use a uniquified debug file location. Fri, 16 Jul 2010 23:43:42 GMT Nelson Elhage [50522b5] * global.c (modified) Open the debug file using O_EXCL and an explicit mode. We write ... Fri, 16 Jul 2010 23:43:42 GMT Nelson Elhage [d12a8c7] * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) Keep the debug file open persistently. Fri, 16 Jul 2010 23:43:41 GMT Nelson Elhage [c5873be] * aim.c (modified) aim: Don't send passwords to the debug log. Signed-off-by: Geoffrey ... Fri, 16 Jul 2010 23:43:41 GMT Nelson Elhage [0552482] * aim.c (modified) aim: Remove some terrifying and fortunately dead code. It, uh, ... Fri, 16 Jul 2010 23:43:41 GMT Nelson Elhage [8ab1f28] * zephyr.c (modified) zephyr.c: Handle errors from ZPending and ZReceiveNotice. It is ... Wed, 14 Jul 2010 05:32:46 GMT David Benjamin [8bba1ae] * functions.c (modified) * global.c (modified) Rename owl_global_get_curs_typwin to owl_global_get_typwin_window ... Wed, 14 Jul 2010 05:27:34 GMT David Benjamin [3f11c00] * editwin.c (modified) Rename oe_set_curswin to oe_set_window Wed, 14 Jul 2010 04:38:17 GMT David Benjamin [23b6c11] * msgwin.c (modified) Use owl_{strdup,free} instead of g_{strdup,free} For consistency. ... Mon, 12 Jul 2010 16:18:13 GMT Nelson Elhage [7bfc613] * functions.c (modified) * zwrite.c (modified) Fix some bugs with 'zcrypt -C' Thu, 08 Jul 2010 23:33:52 GMT Nelson Elhage [96582d5] * functions.c (modified) Fix a crash on 'zcrypt -m'. Thu, 08 Jul 2010 21:55:46 GMT Nelson Elhage [c43c77b] * functions.c (modified) Display the cleartext on outgoing zcrypted personals. Thu, 08 Jul 2010 19:29:32 GMT Nelson Elhage [efc460e] * global.c (modified) Fix the 'personal' filter after a perlmessages-related mismerge. Sun, 04 Jul 2010 16:15:12 GMT Nelson Elhage [987cf3f] * commands.c (modified) * functions.c (modified) * owl.h (modified) * zephyr.c (modified) * zwrite.c (modified) Pass around owl_zwrite objects, instead of continually re-parsing ... Sat, 03 Jul 2010 21:50:49 GMT Alex Vandiver [aeadc74] * README (modified) Include the public repository URL in the README Sat, 03 Jul 2010 21:16:18 GMT Nelson Elhage [09df586] * README (modified) README: Remove a long-defunct disclaimer. Sat, 03 Jul 2010 21:15:49 GMT Nelson Elhage [9d27ee8] * Makefile.am (modified) Install intro.txt and advanced.txt. Hold off on installing code.txt ... Sat, 03 Jul 2010 21:13:46 GMT Nelson Elhage [e2bc8ac] * Makefile.am (modified) Install the man page Sat, 03 Jul 2010 21:13:05 GMT Nelson Elhage [04af908] * configure.ac (modified) Define _XOPEN_SOURCE, needed to get strptime() on some platforms. Sat, 03 Jul 2010 21:05:41 GMT Nelson Elhage [ddbb43ad] * configure.ac (modified) Add a configure flag to enable/disable building with krb4. Sun, 20 Jun 2010 20:51:12 GMT David Benjamin [0be3efd] * global.c (modified) * owl.c (modified) Move g_type_init into owl_global_init Ensures that the tester and ... Sun, 20 Jun 2010 20:47:23 GMT David Benjamin [5cc7e5e] * global.c (modified) * keys.c (modified) * mainwin.c (modified) * owl.c (modified) * owl.h (modified) * window.c (modified) Kill owl_global_needrefresh Not necessary now. Internal state for ... Sun, 20 Jun 2010 20:29:57 GMT David Benjamin [1f4ea57] * window.c (modified) Allow the screen to get dirtied It's just painting it that does nothing. Sun, 20 Jun 2010 20:27:48 GMT David Benjamin [b9d04ad] * window.c (modified) Remove the giant hunk of dead code We have version control for a reason. Sun, 20 Jun 2010 20:25:38 GMT David Benjamin [9379760] * window.c (modified) * window.h (modified) Add owl_window_is_subwin Better not to always infer !screen && ... Sun, 20 Jun 2010 20:23:49 GMT David Benjamin [58ea109] * window.c (modified) Remove the special case for moving the screen No need for that edge ... Sun, 20 Jun 2010 19:48:52 GMT Nelson Elhage [3c2c7fc] * zcrypt.c (modified) zcrypt.c: Clean up some clang-detected warnings. Thu, 17 Jun 2010 13:41:41 GMT Nelson Elhage [dec60b4] * .gitignore (modified) * Makefile.am (modified) * barnowl (modified) * global.c (modified) * owl.c (modified) * perl_tester.c (deleted) * perlconfig.c (modified) * runtests.sh (modified) * t/00-core-tests.t (modified) * t/mock.pl (modified) * tester (added) * tester.c (modified) * commands.c (modified) * doc/code.txt (modified) * functions.c (modified) * keymap.c (modified) * keys.c (modified) * logging.c (modified) * message.c (modified) * obarray.c (deleted) * owl.h (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/lib/BarnOwl/MainLoopCompatHook.pm (added) * perl/lib/BarnOwl/Message/Generic.pm (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) * perl/lib/BarnOwl/Timer.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Makefile.am (modified) * perl/modules/Twitter/.gitignore (added) * perl/modules/Twitter/.hgignore (added) * perl/modules/Twitter/Makefile.PL (added) * perl/modules/Twitter/README (added) * perl/modules/Twitter/inc/Module/Install.pm (added) * perl/modules/Twitter/inc/Module/Install/BarnOwl.pm (added) * perl/modules/Twitter/inc/Module/Install/Base.pm (added) * perl/modules/Twitter/inc/Module/Install/Can.pm (added) * perl/modules/Twitter/inc/Module/Install/Fetch.pm (added) * perl/modules/Twitter/inc/Module/Install/Makefile.pm (added) * perl/modules/Twitter/inc/Module/Install/Metadata.pm (added) * perl/modules/Twitter/inc/Module/Install/Win32.pm (added) * perl/modules/Twitter/inc/Module/Install/WriteAll.pm (added) * perl/modules/Twitter/lib/BarnOwl/Message/Twitter.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Completion.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (added) * perl/modules/Twitter/twitter.example (added) * variable.c (modified) * zephyr.c (modified) Merge branch 'perl-tester' Tue, 15 Jun 2010 05:05:52 GMT David Benjamin [95d54e6] * doc/owl-window.txt (modified) Document the glib function casts Tue, 15 Jun 2010 04:09:25 GMT David Benjamin [33b64f22] * window.c (modified) * window.h (modified) has_children and num_children aren't really necessary Tue, 15 Jun 2010 04:08:41 GMT David Benjamin [1aa4cc4] * window.c (modified) * window.h (modified) Export the hierarchy navigation Sun, 13 Jun 2010 23:53:22 GMT Nelson Elhage [95414bf] * t/00-core-tests.t (modified) * tester.c (modified) tester: Require --builtin to run builtin tests Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [ea7daa8] * Makefile.am (modified) * cmd.c (modified) * doc/owl-window.txt (modified) * global.c (modified) * globalnotifier.h (deleted) * globalnotifiergen.pl (deleted) * owl.c (modified) * owl.h (modified) * stubgen.pl (modified) Remove the global notifier Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [044f19f] * cmd.c (modified) * global.c (modified) * owl.c (modified) * sepbar.c (modified) Don't use signals for dirtying the sepbar I'm less convinced the ... Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [e92e2a1] * global.c (modified) * mainwin.c (modified) Don't use a signal to connect rightshift While the signal is ... Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [438409f] * window.c (modified) Don't forget to unset dirty_subtree after redrawing it Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [4eee948] * doc/owl-window.txt (modified) * mainpanel.c (modified) Eugh. Create the sepwin before the recwin The sepwin depends on a ... Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [358eeae] * doc/owl-window.txt (modified) Add some notes at the bottom Sat, 12 Jun 2010 19:14:50 GMT David Benjamin [fcce3f1] * doc/owl-window.txt (added) Add owl_window documentation Sat, 12 Jun 2010 18:17:44 GMT David Benjamin [68e5464] * global.c (modified) * owl.h (modified) Remove malloced and freed fields from owl_global They are no longer ... Thu, 10 Jun 2010 18:47:11 GMT Anders Kaseorg [2f25537] * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Jabber: Don’t break private replies in anonymous MUCs. In commit ... Thu, 03 Jun 2010 22:48:13 GMT David Benjamin [6e90da8] * window.c (modified) * window.h (modified) Add some more query functions for children Probably should just ... Thu, 03 Jun 2010 22:24:13 GMT David Benjamin [840032d] * window.c (modified) Don't emit a resize signal if the window only moved Restore some ... Thu, 03 Jun 2010 17:36:06 GMT David Benjamin [853f397] * mainpanel.c (modified) * window.h (modified) * windowcb.c (modified) Make mainpanel's fill_parent_cb also generic Thu, 03 Jun 2010 17:33:53 GMT David Benjamin [8f9a044] * Makefile.am (modified) * window.c (modified) * window.h (modified) * windowcb.c (added) Move the standard callbacks into a separate file Thu, 03 Jun 2010 17:31:20 GMT David Benjamin [d7c1dbe] * window.c (modified) * window.h (modified) Remove the stacking order functions We don't currently use them, ...