# # ChangeLog for / # # Generated by Trac 1.0.2 # Apr 16, 2024, 5:48:38 AM 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 ... 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 Sun, 23 May 2010 21:04:30 GMT Nelson Elhage [22e02cd] * tester.c (modified) tester.c: Fix a mismerge from barnowl_perlmessages Sun, 23 May 2010 02:37:26 GMT Nelson Elhage [e5e9888] * tester.c (modified) tester: Better error handling. * Use 'do' instead of slurping the ... Sun, 23 May 2010 02:37:26 GMT Nelson Elhage [98d7757] * tester.c (modified) Tester: Set up a style and curmsg/topmsg 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. Sun, 23 May 2010 02:37:25 GMT Nelson Elhage [5aa33fd] * Makefile.am (modified) * perl_tester.c (deleted) * perlconfig.c (modified) * runtests.sh (modified) * t/mock.pl (modified) * tester.c (modified) Merge perl_tester and tester. Sun, 23 May 2010 02:35:08 GMT Nelson Elhage [de18326] * .gitignore (modified) * Makefile.am (modified) * barnowl (modified) * tester (added) Use the wrapper script to run the tester. Sun, 23 May 2010 02:33:30 GMT Nelson Elhage [81601a6] * runtests.sh (modified) runtests.sh: Set up the environment like ./barnowl does. Sun, 23 May 2010 02:33:30 GMT Nelson Elhage [c2673ab] * tester.c (modified) Initialize perl inside the tester. Sun, 16 May 2010 05:15:25 GMT David Benjamin [f034ac0] * tester.c (modified) Actually initialize owl_global in tester.c Fixes tests relying on ... 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 ... Sun, 16 May 2010 05:15:15 GMT David Benjamin [7ba9e0de] * commands.c (modified) * functions.c (modified) * owl.h (modified) Define constants for output switches Remembering 0, 1, and 2 is ... Sun, 16 May 2010 02:04:14 GMT David Benjamin [700dc91] * commands.c (modified) Add a start-command example to :bindkey since a lot of people asked ... Sun, 16 May 2010 02:04:14 GMT David Benjamin [9ed1278] * commands.c (modified) Fix small :help bugs for bindkey and unbindkey Thu, 13 May 2010 19:26:47 GMT Anders Kaseorg [447435a] * commands.c (modified) owl_command_smartnarrow: Correctly use const. Signed-off-by: Anders ... Thu, 13 May 2010 19:03:07 GMT Anders Kaseorg [ff426f9] * functions.c (modified) owl_function_classinstfilt: Don’t leak class and instance on early ... Thu, 13 May 2010 19:02:03 GMT Nelson Elhage [e54a746] * commands.c (modified) owl_command_smartnarrow: Correctly initalize optind. If we don't ... Thu, 13 May 2010 18:28:14 GMT David Benjamin [88e425f] * commands.c (modified) Free temporary argv in done segment Otherwise we leak memory when ... 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 Sat, 08 May 2010 16:25:56 GMT Nelson Elhage [5f08dbe] * doc/releasing-barnowl.txt (modified) releasing-barnowl.txt: Convert to org-mode Sat, 08 May 2010 16:25:55 GMT Nelson Elhage [f536399] * doc/releasing-barnowl.txt (modified) Update releasing-barnowl for the actual release. Sat, 08 May 2010 16:25:55 GMT Nelson Elhage [c62c755] * scripts/do-release (modified) do-release: Update the trac release text Sat, 08 May 2010 13:40:48 GMT Nelson Elhage [6cc3306] * functions.c (modified) owl_function_zuserfilt: Don't leak the filter name. Signed-off-by: ... Thu, 06 May 2010 04:59:30 GMT Anders Kaseorg [c3031f3] * select.c (modified) Mask all handled signals while running pre-select actions. This ... 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 ... Tue, 04 May 2010 01:09:18 GMT Nelson Elhage [9d7a720] * editwin.c (modified) Always disable wrapping in single-line editwins. Tue, 04 May 2010 01:09:18 GMT Nelson Elhage [4d9e4254] * variable.c (modified) Update the documentation for edit:max*cols. Tue, 04 May 2010 01:09:18 GMT Nelson Elhage [a4bbd80] * variable.c (modified) Set edit:maxwrapcols to 70 by default. New BarnOwl users may not be ... Tue, 04 May 2010 01:09:14 GMT Nelson Elhage [d625cfd] * editwin.c (modified) Allow disabling of both automatic wrapping and filling. In ... Tue, 04 May 2010 01:08:14 GMT Nelson Elhage [7149832] * editwin.c (modified) Visually indicate soft line-breaks in the editwin. Tue, 04 May 2010 00:10:49 GMT Nelson Elhage [7ce30a9] * editwin.c (modified) Never draw into the rightmost column of the editwin. Sat, 01 May 2010 15:35:01 GMT Nelson Elhage [7141d75] * editwin.c (modified) Fix a bug in editwin redraw with echochar set. Fri, 30 Apr 2010 04:23:11 GMT David Benjamin [fe4c786] * viewwin.c (modified) Avoids segfault on NULL curswin for viewwin When the screen is too ... Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [719173c4] * global.c (modified) Recreate the popwin on relayout This should fix redraws when ... Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [06cc8d9] * popwin.c (modified) Simplify owl_popwin_is_active The current implementation is ridiculous. Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [c21b8b7] * popwin.c (modified) Punt some redisplays in the popwin libpanel already takes care of ... Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [644a0f8] * functions.c (modified) Use touchwin in owl_function_full_redisplay redrawwin also memsets ... Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [0e3cdf1] * global.c (modified) Punt a pointless debug and a trailing newline Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [f92acd7] * functions.c (modified) * variable.c (modified) Only relayout on widget resizes We needn't compute a new window ... 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 Wed, 28 Apr 2010 18:27:58 GMT David Benjamin [263320f] * configure.ac (modified) * global.c (modified) Require resizeterm This allows us to get rid of the endwin, which ... Wed, 28 Apr 2010 18:27:58 GMT David Benjamin [f9f88f3] * global.c (modified) Separate relayout from resize Wed, 28 Apr 2010 18:27:58 GMT David Benjamin [285bc9a] * global.c (modified) Refactor the ioctl and size work into a separate function Wed, 28 Apr 2010 18:27:58 GMT David Benjamin [1f3a423] * global.c (modified) Consistently use g->{lines,cols} for the final size We have various ... Wed, 28 Apr 2010 15:11:52 GMT Nelson Elhage [675a998] * perl/lib/BarnOwl.pm (modified) Fix an 'uninitialized' warning in recv:shift-right I have no idea ... Wed, 28 Apr 2010 03:46:52 GMT Nelson Elhage [14965e5] * commands.c (modified) make viewperson, vp aliases for viewuser named in the same fashion ... Wed, 28 Apr 2010 03:14:58 GMT Nelson Elhage [07f655b] * configure.ac (modified) Bump version for development. Tue, 27 Apr 2010 21:21:36 GMT Anders Kaseorg [8479494] * global.c (modified) Clear the resizepending flag before doing a resize, not after. This ... Tue, 27 Apr 2010 21:21:31 GMT Anders Kaseorg [7892963] * global.c (modified) * owl.h (modified) Mark variables modified from signal handlers as volatile ... Tue, 27 Apr 2010 03:22:41 GMT Nelson Elhage [72634c5] * scripts/locker-update (modified) locker-update: Don't skip arches because the bare binary is missing. Mon, 26 Apr 2010 23:52:06 GMT Nelson Elhage [cef53f9] * configure.ac (modified) BarnOwl 1.6rc2 Mon, 26 Apr 2010 23:52:06 GMT Nelson Elhage [a06334e] * scripts/locker-update (modified) Use a wrapper script for zcrypt Actual binaries get zcrypt.real ... Mon, 26 Apr 2010 23:52:06 GMT Nelson Elhage [0be790a] * scripts/locker-update (modified) Also create symlinks properly for zcrypt Mon, 26 Apr 2010 23:52:03 GMT Nelson Elhage [751ae8c] * scripts/locker-update (modified) If the targets do not exist, remove the link This should correctly ... Mon, 26 Apr 2010 23:49:28 GMT Nelson Elhage [0fd5bd5] * scripts/locker-build (modified) Incorporate the zephyr soname into the executable for *_deb50. Mon, 26 Apr 2010 23:49:28 GMT Nelson Elhage [a4b0572] * scripts/locker-update (modified) locker-update: Create zephyr{3,4} symlinks as-needed Checks ... Mon, 26 Apr 2010 23:49:27 GMT Nelson Elhage [0ee43c8] * scripts/locker-update (modified) Unify the beta and non-beta code paths Mon, 26 Apr 2010 23:48:51 GMT Nelson Elhage [60fcd71] * zcrypt.c (modified) zcrypt: des_ecb_encrypt doesn't NULL-terminate the output block. ... Mon, 26 Apr 2010 19:46:12 GMT David Benjamin [3001c11] * t/completion.t (modified) Add a test case for deleted syntax Mon, 26 Apr 2010 19:46:12 GMT David Benjamin [6dba228] * perl/lib/BarnOwl/Complete/Filter.pm (modified) * t/completion.t (modified) Fix filter tests to account for new deleted syntax Mon, 26 Apr 2010 19:46:12 GMT David Benjamin [ae333f0] * Makefile.am (modified) Add filterproc.c to BASE_SRCS Fixes linking of the two tester ... Mon, 26 Apr 2010 19:46:12 GMT David Benjamin [4123da1] * tester.c (modified) Fix references to old editwin API in tester Sun, 25 Apr 2010 20:14:09 GMT David Benjamin [1ea0249] * doc/releasing-barnowl.txt (added) Add releasing-barnowl.txt 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. Sun, 25 Apr 2010 19:50:30 GMT Nelson Elhage [858c9c4] * Makefile.am (modified) Our source actually expects DATADIR to be $(pkgdatadir). Sat, 24 Apr 2010 21:38:25 GMT Nelson Elhage [5a57386] * Makefile.am (modified) * configure.ac (modified) Define DATADIR and BINDIR in the Makefile, not config.h This is the ... Sat, 24 Apr 2010 19:02:43 GMT Nelson Elhage [9d2a105] * ChangeLog (modified) * configure.ac (modified) BarnOwl 1.6rc1 Sat, 24 Apr 2010 18:44:50 GMT Nelson Elhage [c18d069] * scripts/add-changelog (modified) add-changelog: Fix the usage message Sat, 24 Apr 2010 18:22:30 GMT Nelson Elhage [a1d98e4] * filterelement.c (modified) * perl/lib/BarnOwl/Complete/Filter.pm (modified) Support filtering on whether a message has been deleted. Fri, 16 Apr 2010 23:18:30 GMT Nelson Elhage [63de71c] * libfaim/aim.h (modified) aim.h: Do the same stdbool.h dance This generates warnings (about ... Fri, 16 Apr 2010 23:17:43 GMT Nelson Elhage [13d6a53] * scripts/locker-update (modified) scripts/locker-update: Install a zcrypt symlink Fri, 16 Apr 2010 22:34:50 GMT Nelson Elhage [75b0adb] * configure.ac (modified) * owl.h (modified) Check for stdbool.h in configure. Athena 9 Solaris doesn't have a ... Fri, 16 Apr 2010 22:04:05 GMT Nelson Elhage [ef4700c] * perl/lib/BarnOwl.pm (modified) * text.c (modified) Properly quote strings containing newlines or tabs. Fri, 16 Apr 2010 22:04:00 GMT Nelson Elhage [6e58ff2] * editwin.c (modified) Check for an unset mark in owl_editwin_replace_region. Fixes #134. Fri, 16 Apr 2010 22:01:54 GMT Nelson Elhage [7ba7d66] * zcrypt.c (modified) zcrypt: Fix a segfault without any arguments. Fri, 09 Apr 2010 03:36:09 GMT Nelson Elhage [b094191] * zcrypt.c (modified) Include config.h in zcrypt.c Fri, 09 Apr 2010 02:00:41 GMT Nelson Elhage [e2cbbbe] * .gitignore (modified) * Makefile.am (modified) * barnowl (modified) * commands.c (modified) * configure.ac (modified) * filterproc.c (added) * filterproc.h (added) * functions.c (modified) * message.c (modified) * tester.c (modified) * util.c (modified) * zcrypt.c (modified) * editwin.c (modified) * global.c (modified) * keybinding.c (modified) * keymap.c (modified) * keys.c (modified) * m4/ax_prog_perl_modules.m4 (added) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * popexec.c (modified) * scripts/add-changelog (modified) * scripts/do-release (modified) * scripts/locker-build (modified) * variable.c (modified) * zephyr.c (modified) Merge branch 'refactor-zcrypt' Fri, 09 Apr 2010 02:00:31 GMT Nelson Elhage [9a7b4f2] * barnowl (modified) * configure.ac (modified) * functions.c (modified) * message.c (modified) * util.c (modified) Use zcrypt from our own bin directory. Fri, 09 Apr 2010 02:00:29 GMT Nelson Elhage [7d03c8d] * .gitignore (modified) * Makefile (deleted) * Makefile.am (modified) * configure.ac (modified) Add zcrypt to our build system. Sat, 03 Apr 2010 02:40:39 GMT Nelson Elhage [8a5b5a1] * commands.c (modified) * functions.c (modified) * keys.c (modified) Add option to smartnarrow to temporarily invert narrow-related. ... Sat, 03 Apr 2010 02:40:39 GMT Nelson Elhage [66e409c] * commands.c (modified) * functions.c (modified) * variable.c (modified) Add the "narrow-related" variable. This controls whether narrowing ... Tue, 30 Mar 2010 03:12:01 GMT Nelson Elhage [0fe69d2] * perl/lib/BarnOwl/Style/Default.pm (modified) Don't assume that [:print:] includes "\n". In particular, as of ... 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, 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 ... Tue, 30 Mar 2010 03:11:32 GMT Nelson Elhage [58d47ca] * functions.c (modified) * global.c (modified) Make owl_global_set_typwin-active return the new editwin. This ... Tue, 30 Mar 2010 03:11:32 GMT Nelson Elhage [73eda8c] * global.c (modified) Only use typewindelta when opening multiline editwins. Tue, 30 Mar 2010 02:22:25 GMT Nelson Elhage [21dd391] * editwin.c (modified) Remove the defunct oe_count_glyphs. We may want this again later, ... Tue, 30 Mar 2010 02:11:45 GMT Nelson Elhage [b4a95fc] * commands.c (modified) Fix a warning in commands.c Tue, 30 Mar 2010 02:09:45 GMT Nelson Elhage [2d3ed95] * configure.ac (modified) * m4/ax_prog_perl_modules.m4 (added) Check for some perl modules. These are the modules needed by the ... Tue, 30 Mar 2010 02:09:28 GMT Nelson Elhage [4c97193] * configure.ac (modified) Explicitly check for the presence of libperl. Apparently ... Tue, 30 Mar 2010 02:08:45 GMT Nelson Elhage [db4b293] * configure.ac (modified) Add a check for the 'zip' program. Reviewed-by: Anders Kaseorg ... Tue, 30 Mar 2010 00:36:18 GMT Nelson Elhage [125fd21] * popexec.c (modified) Fix a use-after-free in popexec.c Fixes: #130 Wed, 24 Mar 2010 20:24:38 GMT Alejandro R. Sedeño [f25812b] * functions.c (modified) * global.c (modified) * owl.h (modified) * zephyr.c (modified) Make pseudologins asynchronous Signed-off-by: Alejandro R. Sedeño ... Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [59ab8dd] * global.c (modified) Erase the editwin WINDOW on resizes if there is no editwin Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [5934b87] * commands.c (modified) * functions.c (modified) Merge editline:done with edit:done as well.