# # ChangeLog for / # # Generated by Trac 1.0.2 # Mar 28, 2024, 9:38:59 PM Fri, 01 Oct 2010 00:07:17 GMT David Benjamin [e75a6df] * editwin.c (modified) Document oe_find_display_line It took me a few readings before ... 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 Tue, 21 Sep 2010 21:33:11 GMT David Benjamin [118c919] * commands.c (modified) * functions.c (modified) * owl.h (modified) * viewwin.c (modified) Name search argument consider_current Adding yet another enum for a ... Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [4a41f16] * editcontext.c (modified) * functions.c (modified) * viewwin.c (modified) Pass deactivate_cb as argument to owl_editcontext_new Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [1b8c3f8] * owl.h (modified) * viewwin.c (modified) owl_viewwin doesn't need to keep track of cmdline Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [dcd48ad] * keys.c (modified) Disable, for now, the bindings for popless:start-command They're ... Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [d2fd2f7] * commands.c (modified) * keys.c (modified) * viewwin.c (modified) Add popless:start-search and bind to / and ? The command line is ... Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [b6cf72f] * commands.c (modified) * keys.c (modified) * viewwin.c (modified) FINALLY! Add a popless:search command That took a while. Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [9c1e61d4] * commands.c (modified) * functions.c (modified) * owl.h (modified) * viewwin.c (modified) Add OWL_SEARCH_CONTINUE and OWL_SEARCH_MATCH_CURRENT Instead of ... Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [a728387] * commands.c (modified) * functions.c (modified) Just remove owl_function_search_{start,continue} altogether There's ... Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [2ec737f] * commands.c (modified) * functions.c (modified) * global.c (modified) Add owl_function_set_search Instead of allowing OWL_DIRECTION_NONE ... Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [09ceee3] * commands.c (modified) * keys.c (modified) * owl.h (modified) * viewwin.c (modified) Add a command-line to the viewwin It's triggered via ... Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [4811422] * window.c (modified) Delay realizing a window until we need it for painting This avoids ... Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [5f0bcde] * window.c (modified) Make the check for _owl_window_realize more readable Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [38e2250] * window.c (modified) * window.h (modified) Use bool instead of int in owl_window Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [6a35938] * viewwin.c (modified) Add an unspeakably ugly version of reverse search I think we really ... Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [fc5eef4] * commands.c (modified) * functions.c (modified) * global.c (modified) * owl.h (modified) Configure owl_global_set_typwin_inactive to be called on context ... Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [c394de8] * Makefile.am (modified) * commands.c (modified) * editcontext.c (added) * functions.c (modified) * global.c (modified) Use ref-counting to make editwin ownership saner When creating an ... Sat, 18 Sep 2010 21:07:40 GMT David Benjamin [9190285] * commands.c (modified) * editwin.c (modified) * tester.c (modified) Ref-count the editwin Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [08263a8] * editwin.c (modified) * functions.c (modified) * global.c (modified) Add owl_editwin_get_window This removes the need for ... Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [cb81570] * context.c (modified) * global.c (modified) Add a separate owl_context_new and remove owl_context_init The ... Sat, 18 Sep 2010 21:07:39 GMT David Benjamin [1d74663] * context.c (modified) * global.c (modified) * owl.h (modified) Add deactivate and delete hooks for owl_context Also make pushing ... 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.