# # ChangeLog for owl.c # # Generated by Trac 1.0.2 # Mar 28, 2024, 5:30:58 AM Mon, 23 Jan 2012 22:12:56 GMT David Benjamin [8135737] * doc/barnowl.1 (modified) * owl.c (modified) * perl/lib/BarnOwl.pm (modified) rename default config file to .owl/init.pl motivations: to make ... Tue, 18 Oct 2011 00:12:36 GMT David Benjamin [389d487] * owl.c (modified) Switch to interactive context before sourcing the startup file ... Sun, 31 Jul 2011 05:53:37 GMT David Benjamin [3b17b57] * functions.c (modified) * owl.c (modified) Kill owl_function_lastmsg_noredisplay Now that owl_window exists ... Mon, 25 Jul 2011 01:01:57 GMT Jason Gross [f271129] * aim.c (modified) * cmd.c (modified) * commands.c (modified) * context.c (modified) * dict.c (modified) * editcontext.c (modified) * editwin.c (modified) * filter.c (modified) * filterproc.c (modified) * fmtext.c (modified) * functions.c (modified) * global.c (modified) * help.c (modified) * keybinding.c (modified) * keymap.c (modified) * keypress.c (modified) * logging.c (modified) * message.c (modified) * messagelist.c (modified) * owl.c (modified) * owl.h (modified) * owl_perl.h (modified) * perlconfig.c (modified) * perlglue.xs (modified) * regex.c (modified) * tester.c (modified) * text.c (modified) * util.c (modified) * variable.c (modified) * view.c (modified) * viewwin.c (modified) * window.c (modified) * zephyr.c (modified) * zwrite.c (modified) Fix up headers The additions to owl.h and some of the removals were ... Sat, 23 Jul 2011 23:30:51 GMT David Benjamin [a7fac14] * owl.c (modified) * signal.c (modified) Assign all watched signals to a dummy no-op disposition Otherwise ... Sat, 25 Jun 2011 17:17:27 GMT David Benjamin [b8a3e00] * doc/barnowl.1 (modified) * functions.c (modified) * owl.c (modified) * owl_perl.h (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/lib/Module/Install/BarnOwl.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm (modified) * perl/modules/Twitter/README (modified) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter.pm (modified) * scripts/do-release (modified) * util.c (modified) Consistently use BarnOwl or barnowl BarnOwl refers to the program, ... Wed, 22 Jun 2011 04:37:22 GMT David Benjamin [2244836] * owl.c (modified) Use g_io_add_watch in the stderr redirect We may actually be able ... Wed, 22 Jun 2011 04:37:21 GMT David Benjamin [bbb7876] * owl.c (modified) Replace the stdin reader with a GIOChannel watch We ignore the ... Wed, 22 Jun 2011 04:37:21 GMT David Benjamin [4f746f8] * Makefile.am (modified) * configure.ac (modified) * glib_compat.c (deleted) * owl.c (modified) Bump required glib version to 2.16 Debian Lenny's version is ... Tue, 31 May 2011 02:27:31 GMT Adam Glasgall [cc305b5] * logging.c (modified) * owl.c (modified) Move log-writing onto a background thread. Currently, Barnowl ... Tue, 31 May 2011 02:27:31 GMT Adam Glasgall [44976fe] * owl.c (modified) * select.c (modified) Make owl_select_post_task take a context argument Make ... Thu, 26 May 2011 03:05:32 GMT Anders Kaseorg [6476c0e] * owl.c (modified) stderr_redirect_handler: Handle partial or failed reads ... Tue, 24 May 2011 01:09:44 GMT David Benjamin [f97c1a6] * Makefile.am (modified) * aim.c (modified) * configure.ac (modified) * filterproc.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * select.c (modified) * signal.c (added) * window.c (modified) * window.h (modified) * zephyr.c (modified) * README (modified) * cmd.c (modified) * commands.c (modified) * dict.c (modified) * editwin.c (modified) * fmtext.c (modified) * keybinding.c (modified) * keymap.c (modified) * list.c (modified) * logging.c (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/AnyEvent.pm (added) * perl/modules/IRC/lib/BarnOwl/Message/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Completion.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * tester.c (modified) * text.c (modified) * util.c (modified) * variable.c (modified) * view.c (modified) * viewwin.c (modified) * zcrypt.c (modified) * zwrite.c (modified) Merge branch 'g_main_loop' The logic in owl_select_prune_bad_fds ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [1d21d9f] * owl.c (modified) * signal.c (modified) Use sigwaitinfo instead of sigwait Eh, may as well give the signal ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [ba12b44] * owl.c (modified) * select.c (modified) Add owl_select_post_task helper function Honestly, the only thing ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [117b2ba] * owl.c (modified) * select.c (modified) Move owl_process_input_char to owl.c It would be nice to move some ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [08e9842] * owl.c (modified) * signal.c (modified) Cleanly destroy the signal thread on shutdown This isn't strictly ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [6bd485e] * owl.c (modified) * signal.c (modified) Reset signal dispositions and mask, in case our parent was lame ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [47128d9] * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) Allow interrupts to be taken at any point This way we can catch ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [1491439] * owl.c (modified) Don't deliver SIGALRM through the signal thread We don't do ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [e2cc848] * filterproc.c (modified) * owl.c (modified) Just ignore SIGPIPE altogether There's not much point in switching ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [81db142] * owl.c (modified) * signal.c (modified) Make owl_signal_init take a signal-thread callback Instead of ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [3535a6e] * Makefile.am (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * select.c (modified) * signal.c (added) First go at sigwait-based signal handling Instead of relying on ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [6b4033f] * owl.c (modified) Also make owl_process_messages a GSource This is the second ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [4cc49bc] * owl.c (modified) * window.c (modified) * window.h (modified) Make the owl_window redraw hook a GSource (Should this be a ... Fri, 20 May 2011 19:59:31 GMT David Benjamin [3b8a563] * cmd.c (modified) * commands.c (modified) * editwin.c (modified) * functions.c (modified) * global.c (modified) * keybinding.c (modified) * owl.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) * variable.c (modified) * view.c (modified) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Remove NULL checks before calling g_free g_free handles the NULL ... Sun, 01 May 2011 21:29:25 GMT David Benjamin [9efa5bd] * fmtext.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * util.c (modified) Clamp the number of color pairs to 256 without ext-color Debian ... Fri, 25 Mar 2011 07:33:29 GMT David Benjamin [a2a8833] * owl.c (modified) Kill --remove-debug option It doesn't do anything sensible anymore. ... Thu, 24 Mar 2011 20:06:10 GMT David Benjamin [c809f5e] * commands.c (modified) * functions.c (modified) * owl.c (modified) Use owl_function_command_norv when we don't care about the result ... Fri, 11 Feb 2011 22:18:45 GMT Anders Kaseorg [3472845] * aim.c (modified) * cmd.c (modified) * commands.c (modified) * functions.c (modified) * global.c (modified) * keymap.c (modified) * logging.c (modified) * message.c (modified) * owl.c (modified) * perlconfig.c (modified) * util.c (modified) * zephyr.c (modified) * zwrite.c (modified) Replace owl_sprintf with g_strdup_printf. Signed-off-by: Anders ... Fri, 11 Feb 2011 21:31:46 GMT Anders Kaseorg [d4927a7] * aim.c (modified) * buddy.c (modified) * cmd.c (modified) * commands.c (modified) * context.c (modified) * dict.c (modified) * errqueue.c (modified) * filter.c (modified) * filterelement.c (modified) * functions.c (modified) * global.c (modified) * history.c (modified) * keybinding.c (modified) * keymap.c (modified) * logging.c (modified) * message.c (modified) * msgwin.c (modified) * owl.c (modified) * perlconfig.c (modified) * regex.c (modified) * select.c (modified) * style.c (modified) * text.c (modified) * util.c (modified) * variable.c (modified) * view.c (modified) * zephyr.c (modified) * zwrite.c (modified) Replace owl_strdup with g_strdup. Signed-off-by: Anders Kaseorg ... 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 04:59:03 GMT Anders Kaseorg [ab9bf01] * owl.c (modified) Disable special handling of START and STOP characters (^Q and ^S) ... Fri, 11 Feb 2011 04:59:03 GMT Anders Kaseorg [7488f27] * owl.c (modified) Use STDIN_FILENO instead of 0 Signed-off-by: Anders Kaseorg ... Fri, 04 Feb 2011 22:32:37 GMT David Benjamin [099597c] * fmtext.c (modified) * mainwin.c (modified) * owl.c (modified) * owl.h (modified) Don't reset colorpairs in the middle of drawing Resetting ... Fri, 04 Feb 2011 20:49:44 GMT David Benjamin [d3941a0] * global.c (modified) * owl.c (modified) Use g_strjoinv in owl_global_set_startupargs It's much nicer than ... Tue, 25 Jan 2011 06:07:47 GMT David Benjamin [b03c714] * COPYING (modified) * functions.c (modified) * owl.c (modified) * owl.h (modified) Update copyright notices for 2011 Sun, 07 Nov 2010 13:34:24 GMT Nelson Elhage [bc14adc] * owl.c (modified) * variable.c (modified) Punted __unspecified__ default value for default_style. variable.c ... Sat, 23 Oct 2010 05:17:12 GMT David Benjamin [ca6a47e] * owl.c (modified) In the startup message, suggest quickstart before help It looks ... 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, 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' 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 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. 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 ... 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' 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 ... Thu, 03 Jun 2010 06:58:30 GMT David Benjamin [07b59ea] * context.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * popexec.c (modified) Maintain the cursor location with the context stack Thu, 03 Jun 2010 06:47:44 GMT David Benjamin [4dd115f] * global.c (modified) * owl.c (modified) Set the sepwin as the default cursor location This lets us get rid ... Thu, 03 Jun 2010 06:11:54 GMT David Benjamin [d6f2d21] * owl.c (modified) * sepbar.c (modified) Hook up and use the message-received signal in the sepbar Thu, 03 Jun 2010 01:08:18 GMT David Benjamin [99ce51c] * global.c (modified) * owl.c (modified) Punt the arguments to owl_global_resize We're not using them, and ... Thu, 03 Jun 2010 00:53:27 GMT David Benjamin [fa65671] * global.c (modified) * mainpanel.c (modified) * mainwin.c (modified) * owl.c (modified) * owl.h (modified) Remove the relayout code The signals take care of it now. Wed, 02 Jun 2010 01:54:19 GMT David Benjamin [385fda9] * cmd.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * util.c (modified) A fairly hacky job of porting sepbar to owl_window We now use the ... Tue, 01 Jun 2010 16:14:11 GMT David Benjamin [f6fae8d] * commands.c (modified) * editwin.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * variable.c (modified) Port the editwin to owl_window The others are still unmanaged for ... Tue, 01 Jun 2010 15:56:01 GMT David Benjamin [a57f87a] * owl.c (modified) * window.c (modified) Move the update_panels into owl_window_redraw_scheduled Tue, 01 Jun 2010 04:25:28 GMT David Benjamin [053f751] * owl.c (modified) * popwin.c (modified) * window.c (modified) * window.h (modified) For prototyping, use a GObject-backed owl_window It gives us many ... Sat, 29 May 2010 17:14:57 GMT David Benjamin [4e33cb2] * commands.c (modified) * editwin.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * util.c (modified) Punt a lot of needrefreshes Move the actual needrefreshes into the ... Sat, 29 May 2010 17:14:56 GMT David Benjamin [449af72] * Makefile.am (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * window.c (added) First draft of Nth iteration of owl_window framework Sun, 23 May 2010 02:37:26 GMT Nelson Elhage [04b16f8] * global.c (modified) * owl.c (modified) * tester.c (modified) Set up filters and a view in the tester. 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 ... Sun, 16 May 2010 05:15:23 GMT David Benjamin [3687413] * owl.c (modified) * variable.c (modified) * zephyr.c (modified) Only enable pseudologin timer when we use it The feature defaults ... Tue, 11 May 2010 23:42:13 GMT David Benjamin [0881cdd] * global.c (modified) * owl.c (modified) * owl.h (modified) * popwin.c (modified) Use a separate pad for input wgetch calls a wrefresh on regular ... Tue, 11 May 2010 23:42:13 GMT David Benjamin [bcff94d] * owl.c (modified) Drop pointless doupdate before the event loop Thu, 06 May 2010 04:59:21 GMT Anders Kaseorg [1b5b975] * owl.c (modified) Make terminal refreshes a pre-select action. Signed-off-by: Anders ... Wed, 28 Apr 2010 18:27:58 GMT David Benjamin [f7cf6c2] * global.c (modified) * owl.c (modified) * owl.h (modified) Allow scheduling of relayouts as well as resizes Sun, 25 Apr 2010 19:57:24 GMT Nelson Elhage [1cfcab7] * COPYING (modified) * functions.c (modified) * owl.c (modified) * owl.h (modified) Update copyright notices for 2010. Tue, 30 Mar 2010 03:11:32 GMT Nelson Elhage [98d296d] * global.c (modified) * owl.c (modified) * owl.h (modified) Remove owl_global_is_typwin_active This is now redundant with ... Fri, 12 Mar 2010 02:37:07 GMT David Benjamin [f449096] * commands.c (modified) * editwin.c (modified) * functions.c (modified) * mainwin.c (modified) * owl.c (modified) * popwin.c (modified) * util.c (modified) * viewwin.c (modified) Drop calls to update_panels outside main loop One call is ... Sun, 07 Mar 2010 23:56:51 GMT David Benjamin [d64f963] * owl.c (modified) Prefer popwin to typwin for cursor placement If we somehow have a ... Wed, 03 Mar 2010 02:14:44 GMT David Benjamin [8099357] * owl.c (modified) Remove some mentions of global windows from main Sadly, we can't ... Wed, 03 Mar 2010 02:14:44 GMT David Benjamin [b928b3a] * functions.c (modified) * global.c (modified) * owl.c (modified) * popexec.c (modified) Remove popwin special-casing Finally, we can have our cake! Now ... Wed, 03 Mar 2010 02:14:44 GMT David Benjamin [8ae2de9] * commands.c (modified) * editwin.c (modified) * functions.c (modified) * global.c (modified) * mainwin.c (modified) * owl.c (modified) * owl.h (modified) * popwin.c (modified) * util.c (modified) * viewwin.c (modified) Attach PANELs to all of our WINDOWs We replace wnoutrefresh with ... Tue, 02 Mar 2010 01:15:48 GMT Anders Kaseorg [91634ec] * functions.c (modified) * logging.c (modified) * message.c (modified) * messagelist.c (modified) * owl.c (modified) Add owl_message_delete to fix leaks. Signed-off-by: Anders Kaseorg ... Tue, 02 Mar 2010 01:15:26 GMT Anders Kaseorg [1915073] * owl.c (modified) main: Don’t leak the default tty name. Signed-off-by: Anders ... Thu, 07 Jan 2010 23:54:15 GMT Nelson Elhage [2a17b63] * commands.c (modified) * context.c (modified) * functions.c (modified) * keys.c (modified) * owl.c (modified) * popexec.c (modified) * select.c (modified) Push and pop contexts whenever we change context. This allows us to ... Sun, 20 Dec 2009 03:19:04 GMT Nelson Elhage [b752f1e] * global.c (modified) * keys.c (modified) * owl.c (modified) * owl.h (modified) * select.c (modified) Allow ^Z to be rebound. Rather than catching SIGTSTP and doing ... 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 ... Sun, 01 Nov 2009 22:39:15 GMT Alejandro R. Sedeño [6c81223] * owl.c (modified) Fix _followlast behavior. I broke _followlast in ... Tue, 27 Oct 2009 04:41:17 GMT Alejandro R. Sedeño [18fdd5f9] * owl.c (modified) * owl.h (modified) * popexec.c (modified) * zephyr.c (modified) Switch C to the new I/O Dispatch API. Signed-off-by: Alejandro R. ... Sat, 24 Oct 2009 03:01:30 GMT Karl Ramm [23fddad] * commands.c (modified) * filter.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * tester.c (modified) refactor & rename filter creation & storage management ... Sat, 24 Oct 2009 02:50:42 GMT Karl Ramm [84ea53c] * owl.c (modified) data-driven owl_setup_default_filter Factor out a bunch of calls to ... Tue, 20 Oct 2009 02:21:10 GMT Alejandro R. Sedeño [26255f0] * owl.c (modified) Add a message processing pre-select action. Tue, 20 Oct 2009 02:21:04 GMT Alejandro R. Sedeño [0697f09] * owl.c (modified) * util.c (modified) Drop owl_animate_hack. Tue, 20 Oct 2009 02:14:35 GMT Alejandro R. Sedeño [dbf94e9] * owl.c (modified) Revert "Process zephyr prior to owl_select(). [more]" This reverts ... Sat, 03 Oct 2009 14:11:30 GMT Nelson Elhage [40bda84] * global.c (modified) * owl.c (modified) * owl.h (modified) * select.c (modified) Catch ^Z and display a message instead of suspending. Mon, 28 Sep 2009 17:14:23 GMT Anders Kaseorg [c79a047] * aim.c (modified) * commands.c (modified) * fmtext.c (modified) * functions.c (modified) * help.c (modified) * logging.c (modified) * message.c (modified) * owl.c (modified) * select.c (modified) * util.c (modified) * zephyr.c (modified) Correctly prototype functions with no parameters as foo(void), not ... Mon, 14 Sep 2009 13:19:08 GMT Nelson Elhage [4e4847c] * codelist.pl (modified) * owl.c (modified) Don't include owl.c when running codelist. Mon, 14 Sep 2009 13:17:49 GMT Nelson Elhage [f350fc3] * owl.c (modified) Add equivalent long options for all short options. Mon, 14 Sep 2009 00:06:06 GMT Nelson Elhage [799f36c] * owl.c (modified) Use getopt(3) for option parsing. While we're at it, refactor ... Mon, 14 Sep 2009 00:05:38 GMT Nelson Elhage [7967433] * owl.c (modified) Refactor startup into functions, and some clean up. 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:19 GMT Anders Kaseorg [1fdab04] * functions.c (modified) * global.c (modified) * message.c (modified) * owl.c (modified) * owl.h (modified) * style.c (modified) * view.c (modified) Add const qualifiers for owl_style *. 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 ... Sat, 15 Aug 2009 23:08:18 GMT Anders Kaseorg [65b2173] * cmd.c (modified) * commands.c (modified) * editwin.c (modified) * filterelement.c (modified) * fmtext.c (modified) * functions.c (modified) * global.c (modified) * logging.c (modified) * message.c (modified) * owl.c (modified) * perlconfig.c (modified) * style.c (modified) * text.c (modified) * util.c (modified) * zcrypt.c (modified) * zwrite.c (modified) Split up declarations for adding const qualifiers for char * and void ... Sat, 15 Aug 2009 23:08:17 GMT Anders Kaseorg [c529ac8] * cmd.c (modified) * filter.c (modified) * owl.c (modified) * owl.h (modified) * zwrite.c (modified) Add new function strs, to (later) cast char *const * to const char ...