source: ChangeLog @ 0f5b08e

release-1.10release-1.8release-1.9
Last change on this file since 0f5b08e was 65ff3f4, checked in by David Benjamin <davidben@mit.edu>, 13 years ago
Add initial ChangeLog for the 1.8 release
  • Property mode set to 100644
File size: 85.7 KB
Line 
11.8
2 * Compute the home directory in zcrypt consistently with BarnOwl -davidben@mit.edu
3 * Make help show the correct keybinding for A -jgross@mit.edu
4 * Add a delete-and-expunge command. -jgross@mit.edu
5 * Fix a bug in the expunge command -jgross@mit.edu
6 * Replace 'Owl' with 'BarnOwl' in user visible places -jgross@mit.edu
7 * Allow zsigs to be '0' -jgross@mit.edu
8 * Reformat the man page to look more like others -davidben@mit.edu
9 * Consistently use BarnOwl or barnowl -davidben@mit.edu
10 * Update autoconf macros -andersk@mit.edu
11 * history: Do not deduplicate a partial entry -andersk@mit.edu
12 * Drop show timers feature -davidben@mit.edu
13 * Add new dependencies, AnyEvent and perl-Glib -davidben@mit.edu
14 * Bump required glib version to 2.16 -davidben@mit.edu
15 * Don't leak timestr when setting time in a perl message -asedeno@mit.edu
16 * Build with -Wwrite-strings -andersk@mit.edu
17 * Build with C99 -davidben@mit.edu
18 * Jabber: Handle nicks with leading dashes (e.g. Facebook XMPP) -ezyang@mit.edu
19 * Move log-writing onto a background thread. -adam@crossproduct.net
20 * Remove the length limit on field values in :info -jgross@mit.edu
21 * Show how far you are in a long message -jgross@mit.edu
22 * stderr_redirect_handler: Handle partial or failed reads -andersk@mit.edu
23 * Inform the user when an unpunt command does nothing -davidben@mit.edu
24 * Replace custom event loop with GLib's GMainLoop -davidben@mit.edu
25 * Encode glib version requirements in pkg-config check -asedeno@mit.edu
26 * Fix color pair usage on ncurses builds without ext-color -davidben@mit.edu
27 * IRC: Fix reconnect behavior. -nelhage@mit.edu
28 * IRC: Make nick-change events LOGIN messages instead of ADMIN. -nelhage@mit.edu
29 * IRC: Port module to AnyEvent::IRC. -asedeno@mit.edu, nelhage@nelhage.com
30 * Ability to set exposure arbitrarily (like "zctl set exposure") -jgross@mit.edu
31 * Kill --remove-debug option -davidben@mit.edu
32 * exec: Fix input redirection of multistatement commands -andersk@mit.edu
33 * Correctly set the realm in outgoing zwrite errors -davidben@mit.edu
34 * Correctly compute the realm for outgoing messages -davidben@mit.edu
35 * In duplicated outgoing zephyrs only reply on the relevant recipient -davidben@mit.edu
36 * Create per-recipient copies of outgoing messages for non-CC'd personals -liudi@mit.edu
37 * Add black to :show colors -andersk@mit.edu
38 * Fix reporting of errors from libzephyr -kcr@1ts.org
39 * Load Encode module for IRC. -timhill@alum.mit.edu
40 * IRC: Sort the output of :irc-names -nelhage@mit.edu
41 * Prepend "UNAUTH: " to displayed sender for unauthenticated zephyrs -adam@crossproduct.net
42 * For ‘punt’ with one argument, quote the filter name -andersk@mit.edu
43 * Fix spurious error running ‘punt’ with no arguments -andersk@mit.edu
44 * Only handle CCs in messages sent directly to you. -davidben@mit.edu
45 * Update copyright notices for 2011 -davidben@mit.edu
46 * If a smartfilter fails to parse, handle the error -davidben@mit.edu
47 * Replace per-editwin killbuf with a global one. -adam@crossproduct.net
48 * Don't use error_message if we are building without Zephyr. -nelhage@mit.edu
49 * Fix replying to outgoing zwrite when -m is passed -davidben@mit.edu
50 * Fix a number of quoting bugs -davidben@mit.edu
51 * Check passwd entries to determine home dir -davidben@mit.edu
52
531.7.1
54 * Append sender's realm to CC'd unqualified names when replying. -adam@crossproduct.net
55 * Don't reset ncurses colorpairs in the middle of drawing. -davidben@mit.edu
56 * Fix viewuser when an unqualified name is given. -davidben@mit.edu
57
581.7
59 * Fix quoting bugs in smartfilter, zpunt, and numerous other commands. -davidben@mit.edu
60 * Download Twitter consumer keys from barnowl.mit.edu. -nelhage@MIT.EDU
61 * Fix unsub when .zephyr.subs is a symlink. -jgross@MIT.EDU
62 * Display subject as XMPP personal context (if set). -adehnert@mit.edu
63 * Allow adding text to the command history. -adehnert@mit.edu
64 * Fix webzephyr handling. -asedeno@mit.edu
65 * Fix searching for text containing '!'. -andersk@mit.edu
66 * Fix a number of memory leaks. -davidben@mit.edu
67 * Correctly narrow on personals from realm-less senders. -davidben@mit.edu
68 * Add a random zsig function -kevinr@free-dissociation.com
69 * Implement searching in popup windows (help, etc.). davidben@mit.edu
70 * When a zwrite fails, display a more accurate error than "Waiting for ack". davidben@mit.edu
71 * Fix editwin motion for empty first lines -davidben@mit.edu
72 * Handle incoming messages with tab characters better. -davidben@mit.edu
73 * Use fpathconf to disable signals -asedeno@mit.edu
74 * Fix tab-completion of aliases. -nelhage@mit.edu
75 * Fix a crash and some bugs in 'zcrypt'. -nelhage@mit.edu
76 * Display the cleartext on outgoing zcrypted personals. -nelhage@mit.edu
77 * Add owl_window framework to allow more flexible UI. -davidben@mit.edu
78 * Display submap bindings in :show keymap KEYMAP. -davidben@mit.edu
79 * Make unit test environment more consistent with standard BarnOwl. -nelhage@mit.edu
80 * Jabber: Set long_sender in a MUC to the full sender JID (from presence). -andersk@mit.edu
81 * Do not instantiate various timers unless used. -davidben@mit.edu
82 * Make smartnarrow work better on CC:'d personals. -nelhage@mit.edu
83 * Set edit:maxwrapcols to 70 by default. -andersk@mit.edu
84 * Allow disabling of both automatic wrapping and filling, display soft line-breaks. -nelhage@mit.edu
85 * Fix a bug in editwin redraw with echochar set. -nelhage@mit.edu
86 * Refactor resize code to cut down on flicker and relayout the popwin. -davidben@mit.edu
87 * Make viewperson, vp aliases for viewuser. -kevinr@free-dissociation.com
88 * Import Twitter module into main tree. -nelhage@mit.edu
89
901.6.2
91 * Use a uniquified debug file location. -nelhage@mit.edu
92 * Open the debug file using O_EXCL and an explicit mode. -nelhage@mit.edu
93 * Don't send AIM passwords to the debug log. -geofft@mit.edu
94 * Remove some dead AIM code that sends local files to the server. -geofft@mit.edu
95 * Handle errors from ZPending and ZReceiveNotice (CVE-2010-2725). -nelhage@mit.edu
96 * Include the public repository URL in the README -alexmv@mit.edu
97 * Install the documentation in 'make install'. -nelhage@mit.edu
98 * Add a configure flag to enable/disable building with krb4. -wthrowe@mit.edu
99 * Fix an infinite loop on 'view -r args'. -nelhage@mit.edu
100 * Free paths to Zephyr dot-files when non-existant -davidben@mit.edu
101 * Jabber: Accept a -m argument to jwrite to set the message. -nelhage@mit.edu
102
1031.6.1
104 * Jabber: Explain how to set your nick when joining a MUC. -andersk@mit.edu
105 * Jabber: Make smartnarrow -i filter on subject. -andersk@mit.edu
106 * Jabber: Fix completion of MUC names. -nelhage@mit.edu
107 * Improve help for bindkey and unbindkey -leonidg@mit.edu
108 * Fix a segfault in smartnarrow. -nelhage@mit.edu
109 * Fix a race in handling of resize events. -andersk@mit.edu
110
1111.6
112 * Support filtering on whether a message has been deleted. -nelhage@mit.edu
113 * Properly quote strings containing newlines or tabs. -nelhage@mit.edu
114 * Check for an unset mark in owl_editwin_replace_region. -nelhage@mit.edu
115 * Add the "narrow-related" variable. -geofft@mit.edu
116 * Fix a display bug under perl 5.12. -nelhage@mit.edu
117 * Only use typewindelta when opening multiline editwins. -nelhage@ksplice.com
118 * Add some checks to ./configure. -nelhage@mit.edu
119 * Fix a use-after-free in popexec.c -nelhage@mit.edu
120 * Make pseudologins asynchronous -asedeno@mit.edu
121 * Fix some bugs in editwin handling and clean up code. -nelhage@ksplice.com
122 * Add new command unbindkey for removing keybindings -leonidg@mit.edu
123 * zcrypt: Implement AES encryption support using GPG. -nelhage@mit.edu
124 * Add usage messages to everything in scripts/ -nelhage@mit.edu
125 * Split zcrypt into an external, standalong binary. -nelhage@mit.edu
126 * Fix minor documentation typo -alexmv@mit.edu
127 * Document the init/cleanup vs. new/delete naming conventions. -andersk@mit.edu
128 * Clean up code naming conventions to help avoid memory leaks.. -andersk@mit.edu
129 * Add edit:help command for zsh-style in-edit help -davidben@mit.edu
130 * Use libpanel to simplify and improve display layer. -davidben@mit.edu
131 * Jabber: Mention [-a <account>] in :help jwrite. -andersk@mit.edu
132 * Fix zcrypt when compiling without krb4 -oremanj@MIT.EDU
133 * Send multiple PRIVMSGs for IRC messages entered as multiple paragraphs -oremanj@mit.edu
134 * Require automake ≥ 1.7.0, and don’t warn about portability to non-GNU make. -andersk@mit.edu
135 * Makefile.am: Use only direct children in SUBDIRS, to appease automake 1.7. -andersk@mit.edu
136 * IRC: irc-disconnect on a pending reconnect should cancel it. -nelhage@mit.edu
137 * Complete several commands that accept a filename. -nelhage@mit.edu
138 * Complete the 'print' and 'bindkey' commands. -nelhage@mit.edu
139
1401.5.1
141 * Fix numerous memory leaks. -andersk@mit.edu
142 * owl_message_get_cc_without_recipient: Don’t overflow the output buffer. -andersk@mit.edu
143        (Fixes CVE-2010-0793)
144 * owl_command_aimwrite: Fix a buffer overflow on aimwrite -m. -andersk@mit.edu
145 * zcrypt: Don’t read off the end of misaligned input messages. -andersk@mit.edu
146 * Fix zcrypt when compiling without krb4 -oremanj@MIT.EDU
147 * Fix a crash narrowing to certain messages. -andersk@mit.edu
148 * Fix a subtle bug in the perl bindings. -nelhage@mit.edu
149 * Squelch an 'uninitialized' warning in recv:shift-left. -nelhage@mit.edu
150
1511.5
152 * Show the prompt in short editwins when scrolling back to the start. -nelhage@mit.edu
153 * Improve handling of some Jabber messages. -asedeno@mit.edu
154 * Allow ^Z to be rebound. -nelhage@mit.edu
155 * Skip some IRC admin messages by default, controlled by irc:skip -alexmv@mit.edu
156 * Reconnect and re-join channels on IRC disconnect -alexmv@mit.edu
157 * Correct the --with-libzephyr help string to --with-zephyr. -andersk@mit.edu
158 * Improve performance narrowing to certain filters. -nelhage@mit.edu
159 * Add completion for :filter* -adehnert@mit.edu
160 * Fix filter* -adehnert@mit.edu
161 * Mark the current mark with an asterisk -davidben@mit.edu
162 * Complete class names for the 'unsub' command. -nelhage@mit.edu
163 * Make control characters human-readable -kcr@1ts.org
164 * Further complete the show command -davidben@mit.edu
165 * Fix a bug reflowing text in the editwin. -davidben@mit.edu
166 * Reconnect to MUCs when reconnecting to Jabber. -asedeno@mit.edu
167 * Fix spurious trailing newlines in zsigs. -andersk@mit.edu
168 * Fix the behavior of the zsig variable.  -kcr@1ts.org
169 * Drop owl_animate_hack. -asedeno@mit.edu
170 * Add IRC server and channel listing to buddylist -alexmv@mit.edu
171 * Make Jabber try to reconnect when disconnected, at exponential intervals -alexmv@mit.edu
172 * Better documentation for jabberlogout. -asedeno@mit.edu
173 * jabberlogout -a --> jabberlogout -A -asedeno@mit.edu
174 * Change the default jabber resource to 'barnowl' -asedeno@mit.edu
175 * Updated Jabber documentation for consistency. -zhangc@mit.edu
176 * Document :bindkey more clearly. -geofft@mit.edu
177
1781.4
179 * Fix description of edit:history-next -davidben@mit.edu
180 * Don’t loop infinitely on matching the empty string. -andersk@mit.edu
181 * Fix a typo in the jroster help message. -asedeno@mit.edu
182 * IRC: Handle 'nosuchchannel' events. -nelhage@mit.edu
183 * Add a function for perl to query whether Zephyr is available. -nelhage@mit.edu
184 * Add a perl hook that is called once Zephyr is initialized. -nelhage@mit.edu
185 * AIM: Decode incoming messages properly. -nelhage@mit.edu
186 * AIM: Correctly send outgoing IMs with high-bit characters. -nelhage@mit.edu
187 * IRC: Encode outgoing messages as utf-8. -nelhage@mit.edu
188 * Return unicode strings to perl. -nelhage@mit.edu
189 * IRC: Fix '-a' with commands that take a channel. -nelhage@mit.edu
190 * Catch ^Z and display a message instead of suspending. -nelhage@mit.edu
191 * Fix missing commands from command completion. -nelhage@mit.edu
192 * Make kill-region stop killing extra bytes after multibyte characters. -andersk@mit.edu
193 * Squelch some 'uninitialized' warnings in IRC completion. -nelhage@mit.edu
194 * Add minimal completion for 'aimwrite'. -nelhage@mit.edu
195 * Zephyr completion: Convert fields to lowercase for completing. -nelhage@mit.edu
196 * Implement a shift_words method on completion contexts. -nelhage@mit.edu
197 * Export skiptokens to perl. -nelhage@mit.edu
198 * owl_text_quote: Don’t leak a kretch-sized buffer. -andersk@mit.edu
199 * Spread the background color across the right hand side of messages -kcr@1ts.org
200 * Perl callout for zsig computation + move default to perl -kcr@1ts.org
201 * BarnOwl::get_zephyr_variable gets you a .zephyr.vars variable -kcr@1ts.org
202 * Correctly prototype functions with no parameters as foo(void), not foo(). -andersk@mit.edu
203 * Cause unsub to warn user if user wasn't subbed -davidben@mit.edu
204 * Refresh popwin border when we redisplay viewwin -davidben@mit.edu
205 * owl_command_zcrypt: Fix a compile warning building without zcrypt. -nelhage@mit.edu
206 * Compile with warnings enabled by default. -andersk@mit.edu
207 * Add equivalent long options for all short options. -nelhage@mit.edu
208 * Remove defunct TODO and BUGS files. -nelhage@mit.edu
209 * editwin: Properly update points inside a replaced region. -nelhage@mit.edu
210 * Shift-R on CC zephyrs should go to the sender only -adehnert@mit.edu
211 * BarnOwl::Module::Jabber: Quote jroster auth, deauth commands. -andersk@mit.edu
212 * Use automake’s silent-rules mode if available, for quieter build output. -andersk@mit.edu
213 * Add configurable time display -adehnert@mit.edu
214 * Add BarnOwl::redisplay() -asedeno@mit.edu
215 * Bind C-v and M-v in popless windows -nelhage@mit.edu
216 * Fix an off by one error in some editwin code. -asedeno@mit.edu
217 * Make zdots work even if the buffer has trailing whitespace. -nelhage@mit.edu
218 * Fix pseudo-login interation with zephyr initialization. -asedeno@mit.edu
219 * Correct the --with-libzephyr help message in the configure script. -broder@mit.edu
220 * Set the UTF-8 flag on on strings we pass to Perl. -nelhage@mit.edu
221   * aim.c, perlconfig.c: Fix format string bugs. -andersk@mit.edu
222 * BarnOwl::Completion: Use multi-argument quote. -andersk@mit.edu
223 * Jabber: Add quoting for editwin prompt. -andersk@mit.edu
224 * IRC: Add quoting for reply commands and editwin prompt. -andersk@mit.edu
225 * Fix quoting for filterappend, filterand, filteror. -andersk@mit.edu
226 * skiptokens: Handle quotes more correctly. -nelhage@mit.edu
227
2281.3
229 * Clean up the edit window code significantly. -kcr
230 * Support inputting tabs in the editwin. -kcr
231 * Support C-y for yanking text in the editwin. -kcr
232 * Implement some convenience commands for working with filters. -adehnert
233 * IRC: Fix "ARRAY(0x...)" at the start of 'whois' output. -nelhage
234 * Expands tabs to 8 spaces in incoming and outgoing messages. -nelhage
235 * Make 'zwrite -C ... -m ...' add a CC: line. -nelhage
236 * Switch the build system to use automake. -nelhage
237 * Make BarnOwl::$COMMAND to warn if it tokenizes its arguments. -nelhage
238 * Expose more editwin functionality to perl. -nelhage
239 * Quash a zephyr 3 warning by adding some missing consts. -andersk
240 * Fix crash on malformed multi command. -andersk
241 * owl_command_punt_unpunt: Plug memory leak. -andersk
242 * stderr_redirect_handler: Plug a memory leak. -andersk
243 * Jabber: Sort roster entries. -asedeno
244 * Get rid of a whole bunch of useless casts. -andersk
245 * Reimplement search in terms of owl_regex. -andersk
246 * Export owl_function_debugmsg to perl as BarnOwl::debug(). -nelhage
247 * Implement a tab-completion framework. -nelhage
248 * Tab-complete commands. -nelhage
249 * Tab-complete zephyr commands. -nelhage
250 * Tab-complete help command. -davidben
251 * Tab-complete :jwrite. -asedeno
252 * Tab-complete :filter. -davidben
253 * Tab-complete IRC commands. -broder
254 * Tab-complete the :show command. nelhage
255 * Tab-complete :vu and :vc. -nelhage
256 * Tab-complete :set and :getvar. -davidben
257 * Tab-complete :view. -davidben
258 * Improve JID resolution. -asedeno
259 * Quash some unused variable warnings building --without-zephyr. -andersk
260 * Use 'const' modifiers in the source where appropriate. -andersk
261
2621.2.1
263 * Fix building with Zephyr support. -nelhage
264 * Support --with-stack-protector in 'configure'. -nelhage
265
2661.2
267 * Fix some typos in source and messages. -adehnert
268 * Support an explicit --with{out,}-zephyr configure option. -nelhage
269 * Display a nicer error in :blist if .anyone doesn't exist. -geofft
270 * Don't zcrypt shift-R replies to zcrypted messages -adehnert
271 * Export a time_t for messages to perl as 'unix_time' -nelhage
272 * Get rid of cryptic numeric messages after IRC commands. -ezyang
273 * IRC: Include IRC admin messages in the 'irc' filter. -geofft
274 * Fix M-LEFT and M-RIGHT bindings. -nelhage
275 * Fix replycmd to use right class/instance -adehnert
276 * Allow SIGINT to interrupt getting the Zephyr buddy list -nelhage
277 * Break perlwrap.pm into multiple files. -nelhage
278 * Handle errors in perlwrap.pm better. -nelhage
279 * Don't attempt to send a Zephyr logout if we never initialized Zephyr. -nelhage
280 * Display personals better in OneLine mode. -adehnert
281 * Display context for pings -adehnert
282 * Support --program-{prefix,suffix,transform}. -nelhage
283 * Send instanced pings and give useful error messages -adehnert
284 * Add <message,*,%me%> to default Barnowl subs. -adehnert
285 * Maintain instance when using shift-R on personals -adehnert
286 * Improve handling of outgoing instanced personals -adehnert
287 * Don't require personals to be -i personal. -geofft
288 * Display context for personals, so as to make <message,*,%me> usable. -geofft
289 * Implement mark and swap in the message list. -asedeno
290 * Fix handling of C-SPACE. -nelhage
291 * Fix some warnings. -nelhage
292 * Handle SIGINT, and make ^C interrupt searches. -nelhage
293 * Fix the usage line for punt/unpunt -nelhage
294 * Small bugfixes to release scripts. -nelhage
295
2961.1.1
297 * Fix bogus errors 'subscribing to login messages'. -nelhage
298 * Correctly send Zephyr login notices at startup. -nelhage
299 * Fix compilation with Zephyr support. -alexmv
300 * Fix an issue with incoming Zephyrs being delayed. -asedeno
301 * Fix display of zpunt lines. -asedeno
302 * Handle invalid regular expressions better (fix a segfault). -nelhage
303 * Correctly handle zpunts with recipient %me%. -nelhage
304 * Always send outgoing Zephyrs in utf-8. -nelhage
305 * Fix documentation for 'zsig' and 'zisgproc'. -nelhage
306 * Fix personal replies on webzephyr. -geofft
307 * Fix two memory leaks formatting messages. -nelhage, andersk
308 * Fix Makefile on platforms with Solaris tar. -nelhage
309
3101.1
311 * Support building with -fstack-protector. -hartmans
312 * Don't save partial passwords in editwin history. -nelhage
313 * Improve IRC documentation. -nelhage
314 * Don't use the 'zsender' variable for personals. -geofft
315 * Implement irc-quote and irc-mode. -nelhage
316 * Leave a one-column margin when wordwrapping. -nelhage
317 * Remove some autotools-generated files. -andersk
318 * Include IRC in the default build. -nelhage
319 * Add a wordwrapping variant of the default style. -nelhage
320 * Don't send stderr to admin messages. -nelhage
321 * Remove a build-dependency on krb4. -hartmans
322 * Allow the creation of type zephyr messages from perl. -geofft
323 * Initialize Zephyr asynchronously at startup. -nelhage
324
3251.0.5
326 * Implement initial support for real timers. -nelhage
327 * Fix some compile warnings. -nelhage
328 * Don't ignore the --datarootdir setting. -andersk
329 * Replace questionable sprintf(buf, "%s...", buf, ...) pattern. -andersk
330 * Show IRC /me messages with the conventional * instead of bold -andersk
331 * Rip out the openurl function and related variables. -andersk
332 * Stop leaking perl variables in :perl. -nelhage
333 * Display multi-line error messages as admin messages. -nelhage
334 * Fix a bug rendering multi-byte characters in the last column of the window. -andersk
335 * Map Esc-A/B/C/D like arrow keys everywhere. -geofft
336 * Fix a bug trying to disconnect from Jabber with no accounts connected. -asedeno
337 * Call perl_sys_init3 to make libperl work on several other platforms. -hartmans
338 * Bind the 'Delete' key to delete the next character. -andersk
339 * Fix a double-free in owl_zephyr_delsub. -geofft
340 * Don't fill-paragraph the ending dot of the buffer. -price
341 * Fix numerous unsafe uses of sprintf(). -nelhage
342        (Fixes CVE-2009-0363)
343
3441.0.4
345 * Added a ':show quickstart' command. -geofft
346 * Allow filters that reference a sub filter more than once non-cyclically. -nelhage
347 * Make 'version' return 'BarnOwl' not 'Owl'
348 * Escape interpolated regexes in filters. -andersk
349 * Various code cleanups. -andersk
350 * Fix format string injection bugs. -andersk
351 * Clean up various code warnings. -nelhage
352 * Replace questionable sprintf(buf, "%s...", buf, ...) pattern. -andersk
353 * Show IRC /me messages with the conventional * instead of bold. -andersk
354 * Rip out the openurl function and webbrowser variable. -andersk
355
3561.0.3
357 * Moved BarnOwl source control to git on github.
358 * Only call the zsig proc when we actually send a message. -asedeno
359 * Strip out BOMs from Jabber messages. -asedeno
360 * Fix logging of personal jabbers from JIDs containing / -nelhage
361 * Fix Jabber breakage under reload-modules. -asedeno
362 * Make reload-moduled correctly re-run startup hooks. -asedeno
363 * Squelch Jabbers with no bodies, such as typing notifications. -asedeno
364 * Various small spelling and grammar fixes. -geofft
365 * Fix a segfault when sending short zcrypted messages. -asedeno
366
3671.0.2.1
368 * Fix :reload-module's interactions with PAR modules
369
3701.0.2
371 * Fix a segfault on retrieving zephyr subs when the user doesn't
372   have any or has expired tickets. -asedeno
373 * Don't complain about non-existant ~/.owl/startup when starting. -asedeno
374 * Fix narrowing to personals in IRC. -alexmv
375 * Don't segfault retrieving subscriptions without valid tickets. -asedeno
376 * Load modules even if .owlconf doesn't run successfully. -nelhage
377 * Update the manpage for barnowl. -nelhage
378 * Better support for irc-names, irc-topic, and irc-whois. -geofft
379 * Display /quit messages in IRC -geofft.
380 * Add a new perl hook for all new messages. -geofft
381 * Fix a bug causing corrupted input in the editwin on end-of-line. -nelhage
382 * Add better support for adding hooks in perl that behave correctly
383       on module reload. -nelhage
384 * Added a :reload-module command to reload a single module. -nelhage
385 * Fixed quoting issues replying to jabber users or MUCs containing
386        whitespace or quites. -nelhage
387
3881.0.1
389 * Remove an unneeded .orig file from libfaim/ - hartmans
390 * Update the copyright notice in ':show license' - nelhage
391 * Add a jabber:spew variable that controls whether unrecognized
392   Jabber messages (such as pubsub requests) are displayed. - nelhage
393 * Make the 'style' command assume the main:: package for
394   unqualified subroutine references. Reported by Jesse Vincent. - nelhage
395 * Rename doc/contributors to the more canonical AUTHORS - nelson
396
3971.0.0
398 * Don't fail silently when sourcing a file; actually let the user know. - asedeno
399 * Only hang for 1s, rather than 10s, if there is no zhm - nelhage
400 * Merge the unicode branch to trunk. BarnOwl is now unicode aware
401   and can send, receive, input and display UTF-8 encoded
402   messages. Unicode changelog:
403   * Put glib's CFLAGS and LDFLAGS at the beginning of the corresponding
404     variables. - nelhage
405   * Unicode branch: Fix building without zephyr. - asedeno
406   * Fix a unicode branch wordwrap problem. - asedeno
407   * Fixing an obscure wrapping bug that nelhage and I tracked down. - asedeno
408   * Rename configure.in to configure.ac so Debian autoconf DTRT. - nelhage
409   *  Fix a bug in owl_editwin_move_to_previousword() which would skip over
410       single letter words. - asedeno
411   * I think I like this better. - asedeno
412   * Fix nelhage's key_left bug. Don't spin at the locktext boundary. - asedeno
413   * fix a typo in OWL_FMTEXT_UTF8_BGDEFAULT
414   * fix a parsing issue for attributes - asedeno
415   * Better compliance with UTF-8 processing. Stop trying
416     to pull in a UTF-8 character as soon as we know something has gone
417     wrong. - asedeno
418   * Removing more hackery I left behind after doing things
419     the right way. - asedeno
420   * editwin.c - fix a wrapping bug I introduced in the
421     last revision. It could leave us with a buffer that was not valid UTF-
422     8 - asedeno
423   * editwin.c - lots of utf-8 cleanup that I had been
424     putting off. util.c - a can we break here'' function based on perl's
425     Text::WrapI18N - asedeno
426   * Remove more bad hacks. - asedeno
427   * Remove a debug message I accidentally left in. Remove
428     the hours old check_utf8 hackery in favor of actually marking strings as
429     UTF-8 from the C side. - asedeno
430   * editwin.c: make locktext deal with UTF-8
431   * Jabber - More utf-8 sanitizing.
432   * Pet peeve - tabs. That should be the end of it for
433     now. - asedeno
434   * Shuffling a line of code to where it actually should
435     be. - asedeno
436   * Patches to jabber libraries for better UTF-8
437     handling. - asedeno
438   * fix a typo that was causing background problems
439   * pass defaults attributes through in the truncate functions - asedeno
440   * Eliminating a warning by un-internalizing a new fmtext
441     function. - asedeno
442   * Do not use bit 0x80 to indicate meta. We have other uses for that bit.
443   * shift it above ncurses's KEY_MAX instead. - asedeno
444   * drop unused struct member
445   * fixing post-processing in the editwin. - asedeno
446   * Preserve colors when highlighting search terms. - asedeno
447   * ignore KEY_RESIZE if we know what that is. We don't need an
448     unhandled keypress every time we resize the terminal. - asedeno
449   * more strict utf-8 byte fetching.
450     This probably still needs more work. - asedeno
451   * Strip formmating characters when dumping to
452     file. - asedeno
453   * fixing bugs in editwin bufflen calculations. - asedeno
454   * Fix search code so higlighting actually works. - asedeno
455   * Remove options for libcurses and libncurses. This really only works with
456     libncursesw. - asedeno
457   * text entry:
458    first pass at utf-8 text entry.
459   * Change wcwidth() calls to mk_wcwidth() - asedeno
460   * First pass at outbound zephyr -> iso-8859-1 sanitizing.
461     Not that we can input anything other than ascii yet...
462   * Fixing bug encountered when last field was not null-
463     terminated. - asedeno
464   * First pass at incoming zephyr -> UTF-8 sanitizing.
465     This only operates on incoming data so far. We still need to clean outgoing
466     data -- the plan is to attempt conversion to ISO-8859-1, and use that if it
467     works. - asedeno
468   * Reworked the fmtext format to use in-line formatting.  Characters used
469     for formatting are part of Unicode Supplemental Private Area-B, or
470     Plane 16.
471   * include wchar.h
472   * replace hand-rolled width detection with wcswidth.
473   * pad with space if we end up halfway into a character at the start of a line.
474   * UTF-8 - first pass
475   * make owl_text_truncate_cols() and owl_fmtext_truncate_cols() understand character width.
476     This may need more work. Some code duplication - see if we can refactor.
477   * stristr() rewritten to yse g_utf_casefold() instead of downstr(), and restructured to have a single return.
478   * only_whitespace() rewritten for unicode.
479 * Fix sending jabbers to JIDs beginning with `+' - nelhage
480 * Compile zcrypt.c with -w so I don't get all these warnings in my compile
481   output whenever I change any headers - nelhage
482 * Implement /me for outgoing IRC messages - geofft
483 * Add a makefile rule to support emacs flymake-mode - nelhage
484 * Bind the combinations the iPhone sends for arrow keys [probably other
485   terminals, too] - nelhage
486 * avoid null pointer dereference if msg is NULL (or a 0 length is
487   claimed) - shadow
488 * Move styles from the current mishmash of different options to a unified
489   perl object interface. - nelhage
490 * Refactor default style code somewhat to be more easily extensible - nelhage
491 * Put glib's CFLAGS and LDFLAGS at the beginning of the corresponding
492   variables. - nelhage
493 * IRC: /list, /who, and /stats commands - geofft
494 * IRC: Make M-N mostly, rather than completely, useless. - geofft
495 * Fix two small bugs in styling pointed out by broder - nelhage
496 * Document create_style - nelhage
497 * Move time_hhmm into a format_time method - nelhage
498 * Remove prototypes from perlwrap.pm - nelhage
499 * Quote regexp filter elements with spaces in them. - asedeno
500 * Deal with smart-narrowing when the user's screenname has spaces in it. - asedeno
501 * Add a new struct member to the global to hold an escaped aim screenname.
502    populate the aforementioned new struct member. - asedeno
503 * Removed our debian subdirectory, per Debian guidelines, at broder's
504   request. - geofft
505 * Make `all' the first target so we build the modules by default - nelhage
506 * Commit inc/ under IRC so we build on systems with too old a M::I - nelhage
507 * updating contributors - nelhage
508 * Clean up licensing information and add a COPYING file - nelhage
509 * Update bugs email to a more professional looking address, and remove the
510   Development build warning. - nelhage
511
512BarnOwl r989 (2008-03-21)
513 * Stick modules on the beginning of @INC, not the end - nelhage
514 * Merge in the select branch. BarnOwl's main loop now uses a select()
515   based event loop rather than continually polling, and uses much less
516   CPU. - asedeno
517 * Fix a bug where an explicit (local) realm foiled
518   owl_message_get_cc_without_recipient(). (per quentin) - geofft
519 * HTML Filtering fix for BODY tag - austein
520 * Add parenthesis to fix a perl error in IRC - nelhage
521 * Make IRC admin messages actually display their content - nelhage
522 * Fix a file descriptor leak. - asedeno
523 * Fix loading PAR modules that weren't present at startup - nelhage
524 * Update perlwrap.pm documentation for the select() BarnOwl - nelhage
525 * Render IRC notices as normal messages - nelhage
526 * ensure that even if ioctl(,TIOCGWINSZ,) returns 0s we never set g->lines
527   (and g->cols) to 0 - shadow
528 * Generate less ugly error spew if a module fails to load - nelhage
529 * Added :webzephyr command with keybinding W. - geofft
530 * Fix a race condition in which zephyrs received during init are not noticed
531   until the next zephyr after entering the mainloop. - asedeno
532
533BarnOwl r941 (2008-02-18)
534 * unicode/glib branch Remove a debug message I accidentally left in. Remove
535   the hours old check_utf8 hackery in favor of actually marking strings as
536   UTF-8 from the C side. - asedeno
537 * unicode/glib branch Remove more bad hacks. - asedeno
538 * Rewrite ::Connection to not subclass Net::IRC::Connection to avoid stupid
539   namespace conflicts - nelhage
540 * svn:ignore for great justice - nelhage
541 * Attempt to load BarnOwl::MessageList::SQL and error if it fails. Note that
542   the aforementioned class n'existe pas - nelhage
543 * unicode/glib branch editwin.c - lots of utf-8 cleanup that I had been
544   putting off. util.c - a can we break here'' function based on perl's
545   Text::WrapI18N - asedeno
546 * unicode/glib branch editwin.c - fix a wrapping bug I introduced in the
547   last revision. It could leave us with a buffer that was not valid UTF-
548   8 - asedeno
549 * dropping one unnecessary time(NULL) call. - asedeno
550 * unicode/glib branch removing more hackery I left behind after doing things
551   the right way. - asedeno
552 * unicode/glib branch better compliance with UTF-8 processing. Stop trying
553   to pull in a UTF-8 character as soon as we know something has gone
554   wrong. - asedeno
555*        First prototype of a SQL-backed message list. This is probably
556        horribly broken, and is painfully slow at the moment. - nelhage
557 * minor changes to IRC
558 * Resizing should not leave the current message off screen. - asedeno
559 * Added initial IRC support. Not built or installed by default. - geofft
560 * Preserve colors when highlighting search terms. - asedeno
561 * Handle zephyrs to users on non -c message better [trac #39] - nelhage
562 * Make :reload-modules work correctly with PARs - nelhage
563 * Document (nearly) every public function in the BarnOwl:: namespace -
564   nelhage
565 * strip IRC coloring from IRC messages - nelhage
566 * Document ::Hook and ::Hooks - nelhage
567 * Nuke the stylefunc_default C code - nelhage
568 * Nuke some refs to owl_message_get_notice - nelhage
569 * Clearing the line should preserve the echochar. - asedeno
570 * Fix logins to jabber.org - reported by gendalia - asedeno
571 * Move oneline style to perl. [trac #43] - nelhage
572 * Fix the error messages sending to users who don't exist or aren't signed
573   on. - nelhage
574 * Jabber Buddy Lists:
575  * Query the jabber:show_offline_buddies once when invoking onGetBuddyList()
576  * Don't bold online roster entries when hiding offline ones - asedeno
577 * Portability - removing C++ style comments. - asedeno
578 * Add the variable 'zsender' to customize the outgoing Zephyr
579   username. - geofft
580 * Bind M-left and M-right by default in the editor - nelhage
581 * eliminate a segfault. - asedeno
582
583BarnOwl r796 (2008-01-08)
584 * Define variables at the top of blocks for better ANSI C-ness (patch by
585   Chris Laas) [trac #18] - nelhage
586 * Implement :punt and :unpunt to punt arbitrary filters, rather than just z-
587   triplets. [trac #6] - nelhage
588 * Show non-personal pings like stock owl does. [trac #12] - nelhage
589 * Fix problems with jabber servers keeping the same stream id when
590   negotiating TLS tracked down by Greg Hudson. - asedeno
591 * When we're narrowing to an instance, properly include un-instances. This
592   fixes narrowing to any instance that starts with ``un-'' - nelhage
593 * Don't read before the start of the string for an instance - nelhage
594 * Adding an explicit -f - to the tar commands for FreeBSD compatibility
595   (reported by ecprice) - nelhage
596 * Some fixes for FreeBSD. - ecprice
597 * Do ~-expansion in :loadsubs. [trac #26] - nelhage
598 * Validate JIDs passed to jmuc join. [trac #25] - nelhage
599 * Show full JIDs for users in non-anonymous JIDs in :jmuc presence. [trac
600   #24] - nelhage
601 * Don't crash if we hit `i' on a zephyr containing non-ASCII iso-8859-
602   *. - nelhage
603 * added -m flag to aimwrite - matt
604 * aimwrite -m displays according to displayoutgoing - austein
605 * Make the usleep call more reasonable for less CPU usage - asedeno
606 * Add zip as build-depends - nelhage
607 * bind END in popless windows. [trac #41] - nelhage
608 * Allow C-r on outgoing messages (useful for CCs) - chmrr
609 * Identify ourselves as barnowl more consistently - chmrr
610 * Report subscription errors more accurately. - chmrr
611
612BarnOwl r751 (2007-08-01)
613 * Refactored message processing: All new messages, incoming or outgoing, get
614   added to the owl_global_messagequeue by protocol code, and then passed to
615   owl_proces_message, which serves as a single central code path for adding
616   messages to the message list. - nelhage
617 * Properly pass the usage when defining the jabberlogin command - nelhage
618 * Outgoing messages now log as much information as incoming messages - chmrr
619 * Fix a pointer corruption issue if we redefine the current style. - nelhage
620 * Adding 3 variables for the Jabber module: jabber:show_offline_buddies,
621   jabber:auto_away_timeout, jabber:auto_xa_timeout - asedeno
622 * Don't include self when replying to CC'd messages - chmrr
623 * Outgoing CC'd messages get logged to all recipients - chmrr
624 * Incoming CC'd zephyrs logged to all people they were sent to - chmrr
625 * Change the width at which we hard-wrap outgoing zephyrs by default so
626   that zephyrs will fit on screen with the default style. (suggested by
627   andersk) - nelhage
628 * Added a -s switch to change the location of the config dir (~/.owl) -
629   nelhage
630 * Don't allow you to go off the end of an empty message list. [trac
631   #9] - nelhage
632 * Allow you to send to -c message -i personal * - nelhage
633 * Make zephyr smartnarrow use the `personal' and `private' distinction
634   properly [trac #2] - nelhage
635 * Change the default personal filter to <message,personal,*> for
636   zephyr. - nelhage
637 * Display opcodes with the default style - nelhage
638
639BarnOwl r720 (2007-05-29)
640 * Correctly define a ``private'' zephyr as one that is sent to a
641    recipient that is neither empty nor starts with ``@'' - nelhage
642 * Fix builds under make -j - nelhage
643 * Fix sending of zcrypted zephyrs - nelhage
644 * Rewrite perl internals to factor out module loading. - nelhage
645 * Fix display of zephyrs with empty instances - nelhage
646 * Implemented a Module::Install plugin for building barnowl plugins - nelhage
647 * Modified the makefile to build and install perl modules - nelhage
648 * Fix the bug in which rejoining a MUC you're already in (nick change)
649   results in the MUC appearing multiple times when you show presence info for
650   all MUCs. - asedeno
651 * Implemented loading of both PAR and unpacked modules, and module
652   reloading. - nelhage
653 * Make the Makefile build and install perl modules on a clean install.
654   - nelhage
655 * Implemented an LRU cache of the message list fmtexts. This reduces
656   memory usage by roughly 1MB/kilo-zephyrs in steady state. - nelhage
657 * Escape $ in regexes (e.g. smartnarrowed instances)
658  - nelhage
659 * Adding 256-color support. This requires a version of ncurses that supports
660   ABI-6. Colors beyond the first eight are refered to by number. - asedeno
661 * Correctly escape {} and () in regular expressions - nelhage
662 * When generating filters, change single quotes and double quotes into
663   dots, so they line parser doesn't choke on them. This fixes problems
664   smart-narrowing to instances such as "this'll break it". - asedeno
665 * Improving the private/personal distinction:
666 * ``private'' means to/or from an individual, not a chat/class/etc.
667 * ``personal'' means ``matches the personal filter'' - nelhage
668 * Beep on personal messages, not private, by default.
669  - nelhage
670 * Some small doc fixes (thanks to jwalden for pointing them out). - nelhage
671 * Added the ability to define new variables from perl. - nelhage
672 * Documented said ability via BarnOwl::new_variable_* - nelhage
673 * Add a "setsearch" command which sets the search highlight string without
674   moving the cursor. - glasser
675
676BarnOwl r657 (2007-03-06)
677 * Fix libfaim to make it compile - nelhage
678 * Apply some memory leak patches by alexmv and yoz - nelhage
679 * Make smartnarrow un- and .d-aware - chmrr
680 * Add a `getstyle' command - asedeno
681 * Make Test failures print file/line numbers - nelhage
682 * Fixed regression tests for booleans variables. - asedeno
683 * Add a perl perl hook into owl's main loop. - asedeno
684 * Added the ability to install real commands from perl code - nelhage
685 * Fix a hang in owl_editwin_move_to_previousword - nelhage
686 * Updated the version number and startup message - nelhage
687 * Added initial support for creating and injecting messages into the display
688   from perl. - nelhage
689 * Added the ability for perl code to hang arbitrary reply commands off of
690   messages. - nelhage
691 * Expose the edit window hooks to perl - nelhage
692 * Removed references to -ldes - kchen
693 * Exposed owl_function_error and owl_function_makemsg as commands - nelhage
694 * Implemented initial Jabber support. - asedeno
695 * Implemented initial Jabber groupchat support. - asedeno
696 * Added a perl hook to the buddy list display - nelhage
697 * Added a get_data_dir function to the perl interface - hartmans
698 * Don't include the default typemap in xsubpp compile line - hartmans
699 * Cause perl to always be loaded, even if no owlconf is present. - hartmans
700 * Implemented an extensible perl module system - hartmans
701 * Exposed owl_fuction_popless_text() and owl_fuction_popless_ztext() to
702   perl - asedeno
703 * Support multiple simaltaneous Jabber connections - asedeno
704 * Fixed a segfault on subbing without a .zephyr.subs file - nelhage
705 * Implemented Jabber Roster support - asedeno
706 * Don't quit if we can't contact the hostmaster. - nelhage
707 * Support filters based on arbitrary message attributes - nelhage
708 * Rewrote and massively cleaned up the filter system internals. - nelhage
709 * Fixed the ``personal'' filter to work better with all protocols - nelhage
710 * Made `smartnarrow' more generic, and implemented it for jabber. - nelhage
711 * Changed executable name to "barnowl" - nelhage
712 * Renamed the `owl::' package to BarnOwl:: - nelhage
713 * Dynamically link perl libraries - nelhage
714 * Added background color support - asedeno
715 * Added idle-time tracking, and updated jabber to automatically set away
716   status - asedeno
717 * Implemented shortnames for jabber rosters and jwriting. - nelhage
718 * Fixed a crash when smartnarrowing to instances with lots of periods or
719   other regular expression metacharacters. - nelhage
720 * Support comments in ~/.owl/startup - asedeno
721 * Dispal tweaks for MIT's -c discuss messages. - asedeno
722 * Don't override perl's idea of the switches we need to do embedding. -
723   shadow
724 * Make the default style perl, rather than C. - nelhage
725 * Refactor the default style to be protocol generic - nelhage
726 * Prefer ~/.barnowlconf to .owlconf, if it exists. - nelhage
727 * Intern hostnames and message attribute keys for a slight memory
728   saving. - nelhage
729 * Use libncursesw when available - asedeno
730
7312.1.12pre
732        Don't crash when sending/logging outgoing
733           AIM message and not logged in [BZ 90]
734        Don't crash when senging to someone not on AIM buddy list [BZ 94]
735           (patch from Alex Vandiver)
736       
7372.1.11
738        Don't crash doing zlocate with bad tickets. [BZ 12]
739        Metion the path for the owlconf in intro.txt [BZ 54]
740        Print better error message if startup fails due to unreadable
741           .owlconf [BZ 57]
742        In load-subs: Print an error message if the file is unreadable or
743          doesn't exist, UNLESS load-subs is called with no arguments.  In
744          that case only print an error if the file exists but isn't
745          readable.  Still prints an error either way if zephyr reports a
746          failure. [BZ 19]
747        Fixed some small memory leaks in logging if files unwriteable
748        If the variable logfilter is set it names a filter.  Any messages
749          matching this filter are logged.  This is an independent
750          mechanism from the other logging variables.  If you want to
751          control all logging with logfilter the other variables must be
752          set to their default (off) settings. [BZ 37]
753        Relatively substantial changes made under the hood to support
754          filter logging.  Now have more consistent interfaces to
755          creating messages etc.  Still needs more work though.
756        Deal gracefully with being resized as small as 1x1 [BZ 3]
757
7582.1.10
759        Fix a new problem finding libdes425
760        Don't crash on very long hostnames [BZ 52]
761        In 'sub' command, create .zephyr.subs if it doesn't exist [BZ 15]
762        A fix for certain resize crashes (partly from alexmv) [BZ 55]
763        Turn off ISTRIP (gildea)
764       
7652.1.9
766        Include /usr/include/kerberosIV if it's found
767       
7682.1.8
769        Do OLC formatting for anything coming from olc.matisse
770        Improvements to popup size algorithm (from gildea)
771        Improved 'show colors' with non-colored labels
772       
7732.1.7
774        The colorclass command is added, to make colorization easy
775        Handle MIT Athena OLC zephyrs correctly
776        Updated ktools website / bug address
777        Do ntohs() when printing zephyr port in zephyr info
778        Updated man page
779       
7802.1.6
781        Fixed three bugs found by Valgrind.
782        Fixed a case where doing "aim addbuddy" instead of "addbuddy aim"
783          would cause a segfault.
784        pexec will now incrimentally display data as it is output
785          by the child process.  Additionally, commands running under
786          pexec may now be killed by quitting out of the popless window.
787        Added muxevents select loop dispatcher.  File descriptors may
788          be registered with muxevents and handlers will be dispatched
789          to when data is available for non-blocking read/write/except.
790        Switched the stderr_redir stuff to use muxevents.
791        Print C-\ correctly (from gildea)
792        Dropped first brace in muxevents functions for consistency
793        Catch SIGHUP and SIGTERM and do a proper logout
794       
7952.1.5
796        Added a licence
797        The 'personalbell' variable can now be set to 'on' 'off' or
798          the name of a filter to match against
799        The 'loglogins' variable now controls whether login/logout
800          messages are logged.  It is off by default.  For now this
801          affects only AIM messages, later zephyr login/logout messages
802          will also be logged if this is set to 'on'
803        Added 'show license'
804       
8052.1.4
806        Normalize and downcase AIM names for logging
807        Fixed a bug where sending a null zsig could cause a crash
808        Better 'away' toggling if only one protocol is away.
809
8102.1.3
811        Added perl filter elements.  Similar to having "filter <subfilter>"
812          in a filter, you may also have "perl <functionname>"
813          where <functionname> is passed an owl::Message object and
814          returns 0 or 1 depending on whether the message matches
815          that element of the filter.
816        Don't print an error about loading subs if there is no
817          .zephyr.subs
818        Do the initial zephyr_buddy_check when pseduologin set to true.
819        Updated man page
820       
8212.1.2
822        removed unused filter_depth variable
823        Fixed memory bug on receiving pings
824       
8252.1.1
826        Filters of filters now work.
827        Removed the "possibly not readable" part of the config parsing
828          error
829        In the sepbar, reverse video the view name when it's not set to
830          view_home (as opposed to the static 'all').
831        The '!' key (bound to 'view -r') now creates a negative version of
832          the current view and switches to it.  i.e. "show me all the
833          messages that are not these"
834        Added the 'ignorelogins' variable
835        Log when outgoing personal message fails
836        Removed file descriptor from sigpipe catcher printer just for now,
837          since the field does not exist on OSX
838        Added an ifndef for socklen_t in libfaim/ft.c
839        Added the 'aim search' command.  The popup on callback may be
840          dangerous, should switch to an admin msg for results, or add a
841          new event queue
842        First pass at AIM away messages.  It is a little different from
843          what most clients seem to do, in that an away reply is sent for
844          each message received.  Most clients only reply to the first one
845          per away-session.
846        Now have a set of 'aaway' commands and variables just like the
847          'zaway' ones (except that changing the 'aaway' variable talks to
848          the server)
849        The new 'away' command does everything for both AIM *and* zephyr.
850          There is a known funkiness here, where if you turn one away on,
851          and then use 'away' (or 'A') to toggle, you will turn on off and
852          the other on.  Just leaving it for now.  Should do better in the
853          next patch.
854        The 'A' key is bound to 'away'
855        Status bar can now read AWAY, Z-AWAY or A-AWAY.
856        Changed C-n to scroll down just a line in popless
857        If the config exists but is not readable, print an error before
858          exiting
859        Only print forced AIM logout message once.
860        Don't bind F1 to help in edit context
861        Fix bug in 'getsubs' with no tickets
862        New code for getting users from .anyfile
863        Added the 'pseudologins' variable, and code to do it
864        new attributes 'pseudo' 'logintty' and 'loginhost'
865        Don't print extra new lines in popless_file
866        New zephyr_get_field function
867       
8682.0.14
869        Fixed missing word in startup message
870        Better 'status' command
871        Use '+' for popwin corners when 'fancylines' is off
872        Allow TERMINFO to be overridden in the envrionment
873        Command line arg -D turns on debugging and deletes previous
874          debugging file
875        Do ~ expansion in 'dump' command.
876        Current directory added to 'status' command
877        Massive changes to libfaim and aim
878       
8792.0.13
880        Changed startup message for new mailing list
881        blist now prints AIM info even if .anyone is unreadable
882        Catch SIGPIPE and print an error rather than crashing.
883                [It's possible that this may have some portability
884                issues under Solaris and we may need to add some
885                configure stuff around SA_SIGINFO...]
886        Handle the case in aim_bstream_send where aim_send returns -1,
887                although there is likely an underlying problem here
888                that would lead to this case.
889        Print the username on aim login failure, not something random like
890                the password.  ;)
891        Un-word-wrap text when sending AIM messages.
892        Replace the main loop continue in the keyboard handler with an else.
893       
8942.0.12
895        Command history now doesn't allow the last entry
896           to be repeated
897        If format_msg returns "" print "<unformatted message>"
898        Better align oneline admin and loopback messages
899        Print an admin message indicating when subscriptions can
900           not be loaded on startup
901        Set aim_ignorelogin_timer to 15 by default
902        Admin message on login/logout of AIM
903        Fixed double quoting in smartzpunt
904        Added timestamp to login/logout messages
905        Fixed replies to loopback messages
906        Fixed smartnarrow on classes/instances with spaces
907        Added the 'loggingdirection' variable
908        All loopback messages log to 'loopback' now
909        Print an error message if trying an invalid color for a filter
910        Fixed bug causing > not to go to end of editwin every time
911       
9122.0.11
913        Updated basic help
914        Display CC: in outgoing CC messages
915        More AIM logout detection
916        Don't proclaim "interfaces changed" on first build.
917        Added the 'loopback' message type
918        Added the 'loopwrite' command
919        Added a timestamp to the default style
920        Zpunt now works with weird regex characters
921        Smart filters now work with weird regex characters
922       
9232.0.10
924        Allow 'hostname' in filters.
925        Fixed bug in reporting when no one is subbed to a class
926        Added an extral newline in logging incoming zephyrs
927        An admin message is displayed when you are logged out of AIM
928        Print an error message and admin message if an AIM send fails
929       
9302.0.9
931        Added the 'fancylines' variable.
932        Added the 'show startup' command.
933        Added feature for capturing stderr messages
934           from commands and displaying them in the errors buffer.
935        Create an admin message explaning that a zephyr couldn't
936           be sent
937        Better reporting of perl errors (both into the errqueue
938                and also clearing the error after displaying it).
939        Allow default_style to be specified in config.
940        Added errqueue
941        Added command "show errors"
942        Fixed bug removing newlines in backup files
943       
9442.0.8
945        Increased size of screen name field in buddy listing
946        Fixed bug with idle times causing broken pipes.
947        New libfaim
948        Added the 'source' command.
949        Make sure that a newline is always at the end of messages
950                returned by perl style formatting functions.
951        Add owl::login and owl::auth to legacy variables populated for format_msg.
952        Additions to intro.txt and advanced.txt documents.  (Still in progress.)
953        Add base methods for login_host and login_tty
954                and others that return undef.
955        New API for perl message formatting functions. 
956                Legacy variables are still supported for owl::format_msg
957                and owl::receive_msg, but these functions are now also
958                passed an owl::Message object which contains methods
959                for accessing the contents of the message.  See perlwrap.pm
960                (and docs TBD) for the available methods.
961                *** WARNING:  The exact API for owl::Message has
962                *** not yet stabilized.
963        Added "style" command for creating new styles.
964                Usage:  style <name> perl <function_name>
965        Added support for "show styles".  Changed global style table
966                from list to dictionary.
967        Changed AIM password prompt from "Password:" to "AIM Password:".
968        Messages are reformatted after a window resize to allow styles
969                to take into account the width of the window.
970        When perl throws an error, the message is put in the msgwin
971                if possible.
972        Added perl functions for:       
973                owl::getcurmsg() -- returns an owl::Message object for
974                                    the active message
975                                    in the current view.
976                owl::getnumcols() -- returns the column width of the window
977                owl::zephyr_getrealm() -- returns the zephyr realm
978                owl::zephyr_getsender() -- returns the zephyr sender
979        Made owl::COMMAND("foo"); be syntactic sugar for
980                owl::command("COMMAND foo");
981        Added perlwrap.pm to contain perl code to be compiled into
982                the binary.  This is transformed into perlwrap.c by
983                encapsulate.pl.
984        Renamed readconfig.c to perlconfig.c and changed variables accordingly.
985        Minor bugfixes in cmd.c and commands.c
986        Improved intro doc
987
9882.0.7
989        Idletimes now appear in the buddylisting
990        Failed AIM logins are now correctly reported
991        Owl will build now without zephyr, enabling it to act as a
992          standalone AIM client.
993        There is now a zcrypt command
994        Replies to zcrypted messages now work
995        Don't allow zwrite if zephyr isn't present
996        Cleaned up some warnings from linux gcc.
997        Fixed bug that can cause response stuff to crash
998        Improved status command
999        Fixed bug in buddy stuff
1000       
10012.0.6
1002        aimlogin will now accept the screenname without a password and ask
1003           for the password such that it is not echo'd to the terminal
1004        'addbuddy aim' and 'delbuddy aim' now work
1005        Bug fix to make zwrite -m work with -c/-i
1006        Fixed documentation bug in aimwrite
1007        Initialze $owl::auth
1008        Fix in autoconf for des425
1009        Reformatted editwin.c and added capability of doing password-style
1010           echoing
1011       
10122.0.5
1013        Fix in finding des for building zcrypt
1014        Fixed description for alert_action variable
1015        More detailed usage from -h
1016        Special cased replies for webzephyr users on classes and
1017          login notifications for webzephyr users
1018        Fixed bug that caused a crash on zpunt with '*' for an instance
1019        AIM logout and then login now works.
1020        Fixed bug causing view -d not to work.
1021        Added hostname and tty name to LOGIN/LOGOUT zephyrs on oneline
1022          style
1023       
10242.0.4
1025        Made command line option -n actually work
1026        Implemented styles, including the 'default' 'basic' and 'oneline'
1027          styles.  A 'perl' style is available if a format_msg() function
1028          is found in .owlconf
1029        Added the 'default_style' variable
1030        Added the 'toggle-oneline' command
1031        The 'o' key is bound to 'toggle-oneline'
1032        Internally, the one view now has a name, 'main', and message
1033          recalcuations are done in place when its filter is changed.
1034        Added filter field 'login' which can take the values 'login'
1035           'logout' or 'none'
1036        Added the perl variable $owl::login, just as above
1037        Updated the 'login' and 'trash' filters appropriately
1038        Fix for checking for DES in build system
1039        Bug fix in using makemsg when no curses window is present
1040        The variable $owl::auth now exists in perl
1041        Use new internal function to delete zephyr subs from file
1042        New 'sepbar_disable' variable can turn off sepbar info display
1043        Updated contributor info
1044        Added the 'show view' command
1045        Bug fix in owl_regex
1046        Fixed personal aim messages logging to class directory
1047        Log "LOGIN" or "LOGOUT" for AIM buddy messages
1048        zwrite -m now correctly displays an outgoing message and logs
1049        zwrite -s now works
1050        Strip spaces in AIM usernames on aimwrite send
1051        Removed libfaim/config.log from CVS
1052        Fixed some easy fixed-length buffers
1053        Wordwrap incoming AIM messages
1054        Fixed bug causing buddies not to be added to buddy list during
1055          ingorelogin timer
1056        Translate &lt; &gt; &amp; &quot; &nbsp; &ensp, &emsp, &endash and
1057           &emdash
1058       
10592.0.3
1060        Don't ring the terminal bell on mail messages.
1061        Nuke <FONT>
1062        Make the build work a little better on OSX
1063        Fixed a bug in fmtext
1064        Expanded the size of the hostname buffer
1065       
10662.0.2
1067        Fixed bug in 'startup' command.
1068
10692.0.1
1070        Moved newmsgproc stuff to a function procedure
1071        Added the 'newlinestrip' variable, on by default, that strips
1072          leading and trailing newlines from incoming messages.
1073        Fixed a case sensitivity probelm in owl_message_is_personal and
1074           owl_message_is_private
1075        The message object now uses a list of attributes internally, in
1076          prep. for supporting new messaging protocols
1077        owl_function_info now uses fmtext instead of one staticly sized
1078          buffer
1079        in owl_message_get_cc() require that the colon be present after
1080          cc.
1081        Added some defenses against resize crashes, and put in debug
1082          messages if they're encountered
1083        In filters 'true' and 'false' are now valid tokens.
1084        The 'all' filter has been redefinied to be 'true' and there is a
1085          'none' filter defined as 'false'
1086        Fixed bug in 'unsub' command that could cause file corruption
1087        In the zlist function, give a more detailed error message if
1088          the file cannot be opened.
1089        Renamed old instances of zsig_exec in the code to zsigproc
1090        Don't print the stderr from zsigproc
1091        Added a 'loadloginsubs' command to load login subscriptions from a
1092          file
1093        Added a 'loadsubs' command to eventually phase out the 'load-subs'
1094          command
1095        Made M-n work on classes and instances with spaces in them
1096        Zaway now obeys the smart strip variable
1097        Hacked the build system to not have the -E link problem on Athena
1098        Added ZResetAuthentication in a number of places to fix problems
1099          with stale tickets
1100        Added some hooks for malloc debugging
1101        M-p is bound to 'view personal' by default
1102        loadsubs and loadloginsubs only print messages if in interactive
1103          mode
1104        added the 'alert_filter' variable, defaults to 'none'.
1105        added the 'alert_action' variable, which is an owl command that
1106          will be executed when new messages arive that match the
1107          alert_filter
1108        added the 'term' command which takes the 'raise' and 'deiconify'
1109          options.  It assumes xterm for now.
1110        only 'make distclean' will nuke core and ~ files now
1111        fixes to owl_function_do_newmsgproc from Stephen
1112        converted functions.c to new code style, which I'm giving a shot
1113        Makefile.in: define DATADIR, for default owlconf.
1114        Makefile.in: provide "all" and "install" rules.
1115        configure.in: try also libdes and libkrb4, for people using heimdal
1116        configure.in: see if des_ecb_encrypt is already prototyped.
1117        configure.in: minor changes to work with new autoconf without needing acconfig.h.
1118        configure.in: find the install program.
1119        configure.in: test for use_default_colors since some versions of
1120          solaris don't have it, so we can at least compile something
1121          vaguely working there.
1122        keypress.c: ifdefs for keys not defined on at least some solarises.
1123        owl.c: don't call use_default_colors if we don't have it
1124        readconfig.c: added *commented out* code to try to find a
1125          system-default owlconf if the user doesn't have one.  Have to
1126          ponder if I want this
1127        zcrypt.c: don't prototype des_ecb_encrypt if there is a prototype in
1128          des.h.
1129        zcrypt.c: include owl.h so we get the configure-generated config.h
1130        Change to codelist.pl to deal with new code style
1131        Remove some ancient stuff from zcrypt.c
1132        General cleanup to Makefile.in
1133        CTRL and META are now OWL_CTRL and OWL_META.  OWL_CTRL moved to
1134          keypress.c
1135        do_encrypt declaired static
1136        if we don't have des functions, do not try to build in zcrypt
1137        kill the newmsgproc function on exit
1138        Added libfaim
1139        Added basic AIM support, including the "aimlogin", "aimwrite" and
1140           "aimlogout" commands
1141        New built-in filters 'aim' and 'zephyr'.
1142        Do ZResetAuthentication() before zlog_in and zlog_out as well.
1143        Print AIM login / logout notifications
1144        The 'alist' command prints a list of aim buddies logged in
1145        The 'blist' command prints users from all protocols
1146        The 'l' key is now bound to 'blist' instead of 'zlist'
1147        Started work on 'addbuddy' and 'delbuddy' command but they DO NOT
1148          WORK yet
1149        Removed a bit of faim code that allowed commands to be executed.
1150        The 'B' key is now bound to 'alist'
1151        Added the 'startup' and 'unstartup' commands
1152        The $HOME/.owl directory is created on startup if it does not exist
1153        Added the 'aim_ingorelogin_timer' variable
1154        'addbuddy zephyr <user>' and 'delbuddy zephyr <user>' now work.
1155        'isloginout' and 'isprivate' are now message attributes
1156        improved 'info' function lists seperate info for zephyr, aim and
1157           also prints all message attributes
1158        AIM logging (both in and out) now works
1159        Disabled 'addbuddy' and 'delbuddy' for aim since it doesn't work yet
1160        Hacked the Perl build stuff not to link with iconv
1161       
11621.2.8
1163        Class pings are displayed differently now
1164        Updated owlconf.simple example to format outgoing messages.
1165       
11661.2.7
1167        Outgoing messages now go through the config for formatting
1168        Zaway now makes an outgoing message, instead of an admin message
1169        The 'zlocate' command can now handle multiple users
1170        The simple user format for "To:" is in effect again
1171        Prettyed up the zwrite line for using 'reply' on a zaway
1172        Added a workaround for a libzephyr bug that caused zwrites to fail
1173          if zephyrs were sent just before and just after renewing tickets
1174        Fixed a memory bug in getsubs
1175        Added receive support for zcrypt messages
1176        Added the 'zcrypt' variable which controls whether or not zcrypt
1177          messages are decrypted
1178        'reply' is disabled for zcrypt until sending zcrypt works
1179        Started implementing zcrypt command
1180        More updates to the intro doc
1181       
11821.2.6
1183        Started adding code for newmsgproc.  It doesn't fully work yet!
1184          Don't use it.
1185        Added search, '/' and '?' to basic help.
1186        Will attempt to keep the current message as close as possible
1187             to the previous current message after an expunge.
1188        "set <variable>" and "unset <variable>" now work for boolean variables.
1189        Fixed a bug in owl_function_calculate_topmsg_normal that caused a
1190          segfault
1191        Fixed some typos in the intro doc
1192        Removed old zlog functions from zephyr.c
1193        Implemented the dump command
1194        New startup message
1195       
11961.2.5
1197        Patch to fix memory bug in replying to CC messages
1198        If we're on Athena and have static krb (or other) libraries, use
1199          them
1200        Added "athstatic" program to the release, which handles the above
1201        Cast to an int for isspace, to make gcc -Wall quiet
1202        Added 'zlist' and 'l' to basic help.
1203       
12041.2.4
1205        'zlog in' will now take an optional thrid argument to set the
1206             'tty' variable before setting the zlocation
1207        There is now a 'zlist' command that acts like 'znol -l'
1208        'l' is bound to 'zlist'
1209        Fixed memory leak uninitialzed memory read in fmtext
1210        viewwin will now say "End" instead of "More" when at the end
1211        Added a debugging message indicating the result of topmsg
1212          calculations
1213        You can now use %me% in filters
1214        The built-in personal filter is updated to do so
1215        Fixed a bug in moving the pointer after an expunge
1216        Fixed up the normal scrolling code.  Now it should always
1217          land on a message, but it's still not optimal.
1218        Added the variable 'smartstrip' which will strip kerberos
1219          instances out for the 'reply' command.
1220        Added -R/usr/athena/lib to the build for Athena
1221        Started updating the intro document
1222        Small changes to help / about
1223        The 'subscribe' and 'unsubscribe' commands (and their aliases) now
1224          update .zephyr.subs by default.  If either is given the '-t'
1225          (for "temporary") option the .zephyr.subs will not be updated
1226        Turned off beeping for hitting the top or bottom of the list of
1227          messages
1228        Made daemon.webzephyr a special case for smartstrip
1229        Added 'out' as a default filter for outgoing messages
1230       
12311.2.3
1232        Added filters "ping", "auto" and "login" by default.
1233        Added "body" as a valid field to match on in a filter.
1234        Temporary fix to bug where C-SPACE would cause the key handler to
1235             lock up.
1236        Messages now have a direciton (in, out or none).  Filters can
1237             match on this direction
1238        Outbound messages are no longer type 'admin' but are of the
1239             appropriate message type (i.e. 'zephyr') and are direction
1240             'out'.
1241        Smartnarrow now works on outgoing messages
1242        'info' updated to show more information for admin and outgoing
1243             messages
1244        Renamed pretty_sender to short_zuser and renamed long_sender to
1245             long_zuser
1246        Moved zsig generation to the zwrite object
1247        Print the zsig used for outgoing messages
1248        The tty variable now controls the zephyr location tty name
1249       
12501.2.2
1251        Added the 'search' command.
1252        '/' is a keybinding for 'search'
1253        '?' is a keybinding for 'search -r'
1254        Fixed stristr, which was completely broken
1255        renamed owl_fmtext_ztext_stylestrip to owl_function_ztext_styletsrip
1256             and put it in functions.c
1257        Attempts to stay near the current message when switching views.
1258             When switching from an empty view to one we've previously
1259             been in, the new current message position will attempt
1260             to be close to the current position from the last
1261             time we visited that view.
1262        Fixed bug in readconfig.c that prevented building under perl 5.005.
1263        Switched "C-x C-x" to only "startcommand quit"
1264        'getsubs' prints closer to the order you sub in.
1265        Modified the behavior of last so that "> >" will clear the screen.
1266        The new behavior of last is:
1267              Moves the pointer to the last message in the view.
1268              If we are already at the last message in the view,
1269              blanks the screen and moves just past the end of the view
1270              so that new messages will appear starting at the top
1271              of the screen.
1272        Fixed a typo in the help for smartzpunt.
1273        Fixed functions to handle curmsg being past the end of the view.
1274
12751.2.1
1276        New framework for command handling.
1277        New framework for keymap handling.
1278        Added commands for everything that is bound
1279             to a key (do 'show commands' to get the full list).
1280        Added 'multi' and '(' commands to allow multiple commands
1281             to be specified on a line.             
1282        Added user keybindings with bindkey command.
1283        Added command aliases (eg, "alias foo bar").
1284        Added undelete command that parallels the delete command.
1285        Added additional options to delete command.
1286        The reply command now takes arguments.
1287        Added 'edit:insert-text' command.
1288        Added 'show zpunts' to show active punt filters.
1289        Added 'show variable <name>' and 'show variables'.
1290        Added 'show command <name>' and 'show commands'.
1291        Added 'show keymap <name>' and 'show keymaps'.
1292        Added 'M-u' to undelete all messages in current view.
1293        Fixed dotsend so that the zephyr will still send if there
1294             is whitespace after the dot but not on the same line.
1295             This should resolve an issue where dotsend wouldn't work
1296             if you'd gone up and edited a zephyr.
1297        Bug in page down fixed
1298        C-t will transpose characters
1299        Fix the scrolling bug where we would sometimes fail to scroll
1300             the screen down, leaving the current message off
1301             the bottom of the screen.
1302        Refixed 'login or login' typo in help
1303        Fixed M-u description
1304        Removed 'first' and 'last' from basic command help
1305        Added M-N to basic key help
1306        Added M-D, M-u to basic key help
1307        Fixed a quoting problem in configure.in
1308        Changed top of help to use 'show' instead of M-x
1309        Fixed a bug in the summary field for user-created aliases
1310        Added "reply zaway" which sends a zaway response to the current msg.
1311        Added "edit:delete-prev-word" command and bound M-BACKSPACE to it.
1312        Some buffer overruns fixed
1313        Variables now have a summary and a long description.
1314                Only the summary is shown with help.
1315                The long description is shown with "show variable foo".
1316        Added a 'scrollmode' variable which determines how the screen
1317             will scroll as the cursor moves.  The default behaves
1318             identically to previous versions of owl.
1319             The following modes are supported:
1320             normal      - This is the owl default.  Scrolling happens
1321                           when it needs to, and an attempt is made to
1322                           keep the current message roughly near
1323                           the middle of the screen.  (default)
1324             top         - The current message will always be the
1325                           the top message displayed.
1326             neartop     - The current message will be one down
1327                           from the top message displayed,
1328                           where possible.
1329             center      - An attempt is made to keep the current
1330                           message near the center of the screen.
1331             paged       - The top message displayed only changes
1332                           when user moves the cursor to the top
1333                           or bottom of the screen.  When it moves,
1334                           the screen will be paged up or down and
1335                           the cursor will be near the top or
1336                           the bottom.
1337             pagedcenter - The top message displayed only changes
1338                           when user moves the cursor to the top
1339                           or bottom of the screen.  When it moves,
1340                           the screen will be paged up or down and
1341                           the cursor will be near the center.
1342        Added owl_sprintf which returns the formatted string, or NULL.
1343                The caller must free this string.
1344                This will allocate enough memory and thus
1345                avoid potential some buffer overrun situations.
1346        Simple implementation of 'zwrite -m' (doesn't yet log an outgoing
1347                message as having been sent.)
1348        The "Not logged in or subscribing to messages" error
1349                now includes the name of the recipient.
1350        The "disable-ctrl-d" variable may also be set to "middle"
1351                which will result in ctrl-d only sending at the
1352                end of the message.  This is now the default.
1353                This also added a command "editmulti:done-or-delete".
1354        Fixed a bug in the "reply -e" command.
1355        Always clear the command buffer before executing the command.
1356                (So that interactive commands can sanely do start-command.)
1357        Fixed preservation of e->dotsend across owl_editwin_clear().
1358        Added history for multiline edit windows (eg, for zephyr composition).
1359                The M-n and M-p keys will cycle through the history ring.
1360                In particular, it is now possible to edit the command line
1361                of a zephyr being composed:  C-c it and restart it
1362                and then M-p to get the aborted composition back.
1363        Added owl::send_zwrite(command, message) to the perl glue
1364                to allow for the direct sending of multi-line messages.
1365                For example:  owl::send_zwrite("-c foo -i bar", "hello");
1366        Changed owl_fmtext_print_plain to return an alloc'd string to
1367                avoid buffer overrun risks.
1368        Added owl::ztext_stylestrip("...") function to perlglue
1369                 which returns the ztext with formatting stripped out.
1370        Added colorztext variable which can be used to disable @color()
1371                 strings arriving in messages after it is set.
1372                 (Currently, changing its value won't reformat messages).
1373        Outgoing zephyr logging now obeys the logpath variable.
1374        The '~' character in logpath and classlogpath now gets
1375                 replaced with the user's home directory.
1376        Added simple implementation of smartnarrow-to-admin that
1377                 creates a "type-admin" autofilter.
1378                 This was done mostly so that M-C-n and M-C-p do something
1379                 sane on admin messages.
1380        Added opera to the allowed options to the webbrowser variable.
1381        Fixed some buffer overruns in the "reply" command.
1382        When repying to "all" on a message that begins with "CC:" (eg, sent
1383                 with "zwrite -C", the reply line will be constructed
1384                 from the sender and the usernames on the CC: line
1385                 of the message being replied to.
1386        There is no such thing as C-R, so left C-r as it is but added:
1387                 M-r --- edit reply to all
1388                 M-R --- edit reply to sender
1389        Added RCS Id strings to all files.
1390        'show keymaps' shows details of all keymaps after summary list.
1391        Added --no-move option to delete command.
1392                In particular, delete-and-always-move-down may now
1393                be implemented with
1394                '( delete --no-move ; next --skip-deleted )'.
1395        Folded the nextmsg and prevmsg commands and functions together into
1396                one command which takes arguments.
1397                Added '--filter <name>' option (eg, for next_personal),
1398                '--skip-deleted' option, and
1399                '--last-if-none'/'--first-if-none' options.
1400                Help updated accordingly. 
1401                In particular, the 'personal' filter is now used
1402                for 'next personal'. 
1403                Added --smart-filter and --smart-filter-instance options
1404                to the next and prev commands.
1405        Updated examples/owlconf.erik with the above.
1406        Made owl_function_fast*filt return a string and not do the
1407                narrowing, to make it more general.
1408        Added a smartfilter command that creates a filter
1409                based on the current message and returns the name
1410                of the filter.
1411        Added M-C-n and M-C-p keybindings to "move to next message
1412                matching current" and "move to previous message
1413                matching current"
1414        Added variables edit:maxfillcols and edit:maxwrapcols which
1415                will limit how wide editing paragraphs may get before
1416                they get wrapped.  This is a max and may be narrower
1417                depending on the current size of the window.
1418                If 0, the max is unlimited.  Default is 70 columns for
1419                edit:maxfillcols and unlimited for edit:maxwrapcols.
1420        Added smartzpunt command with key binding of "C-x k".
1421                This starts a zpunt command filled in with
1422                the proposed zpunt.
1423        Fixed a memory reference bug in delete and undelete commands.
1424        Added support for perl to call directly back into owl.
1425        Changed the implementation of owl::command("...") to immediately
1426                call back into owl.  This allows perl to get the return
1427                value of strings returned by owl commands.
1428        Added the getview command which returns the name of the current
1429                view's filter. 
1430        Added the getvar command which returns the value of a variable.
1431        Added an example to examples/owlconf.erik which uses TAB to
1432                narrow and restore the view. 
1433        Added an example to examples/owlconf.erik which uses M-c to
1434                color messages matching the current one green.
1435        Integrated change to fix problem with popup blinking on new zephyrs.
1436        C-l and resizes will now refresh an open viewwin (eg, help).
1437        Updated doc/code.txt to include info about filters, commands,
1438                contexts, and keybindings.
1439        Exec commands cleaned up to not have buffer-size limitations
1440                and to not mess up spaces.  exec also returns a string
1441                of the output now.
1442        Integrated changes from 1.1.3, and added docs for "zlocate -d"
1443                and new show commands.
1444        Show with arguments produces help on show.
1445        Fix a bug in readconfig caught by efence (where we'd try to read before
1446                the beginning of a string if it was empty).
1447        The perl command doesn't do makemsg directly, but instead
1448             returns the string and it will get printed if it
1449             was run interactively.
1450       
14511.1.3
1452        'show subs' and 'show subscriptions' are now the same as 'getsubs'
1453        zlocate now takes an optional -d argument
1454        'show terminal' / 'show term'
1455        '>' / last doesn't set the last message at the top of the screen now
1456        implemented _followlast as an unsupported feature
1457        include 'default' in the 'show colors' list
1458        added help for 'zpunt' and 'zunpunt'
1459        changed the bug address in the startup message
1460        can now do 'show status'
1461        can now do 'show version'
1462        'status' / 'show status' includes the owl version number now
1463        'show terminal' includes whether the terminal can change colors
1464        fixed off by one bugs in paging / scrolling viewwin
1465        don't downcase the sender when getting the log name for personals
1466        support @owl::fields as well as @fields
1467        downcase class/inst filter names in auto filters
1468
14691.1.2
1470        Fixed memory mishandling bug
1471        Fixed bug in redfining the filter attached to the current view
1472        M-n will narrow to message, instance on non-personal, class
1473             MESSAGE messages
1474        M-N behavies like M-n except that on class messages it narrows
1475            to class and instance
1476        line wrap earlier, to account for tabbing
1477        fixed typo in help
1478        'status' command now displays info on terminal color support
1479        zephyr @ formatting is now case independant
1480        added support for color terminals
1481        zephyr @color(foo) now works
1482        'D' for deleted messages is now not bold, unless it's the current
1483          message
1484        F1 displays the help screen
1485        added filter colors
1486        added the 'colorview' command
1487        added the 'show colors' command
1488        users who don't have a .zephyr.subs get a simpler format for
1489          incoming messages
1490        If colors are available 'show filters' will show a filter in the
1491          color associated with it.
1492        Added the zpunt and zunpunt commands
1493        Lines in the subs file starting with '-' are zpunted
1494        Include login/logout messages in auto user filters
1495        'V' changes to the home view ('all' by default)
1496       
14971.1.1
1498        Fixed perl, aperl, and pperl commands to deal with quoting
1499              and spaces in a saner manner.
1500        Removed all owl_get_* methods for booleans and switched
1501              cases where they were used to owl_is_*
1502        Changes to owlconf.erik to use some new features.
1503        Increased the size of the help buffer (as it
1504              was overflowing and truncating the help message).
1505        Variables prefixed with a _ are not shown in help
1506              or by printallvars (and prefixed Not Yet Implemented
1507              variables with this).
1508        Fix typo in help
1509        include stdio.h in functions.c
1510        remove stale "q to quit" from bottom of info message
1511        fix downward scrolling more than a page
1512        use authentication for zlocate, by default
1513        fixed buffer over run in info command on long messages
1514        call 'perl <file>' from Makefile to avoid hardcoding perl paths
1515        in Makefile don't build owl_prototypes.h unless necessary
1516        store the time for admin messages
1517        display admin message time in 'info' command
1518        fixed an editwin M-> last character bug
1519               
15201.1
1521        reply is a normal function now
1522        'R' does reply to sender
1523        'T' tells you how many messages were marked for deletion
1524        local realm removed from login / logout messages
1525        added command history
1526        better runtime / starttime reporting in 'status' command
1527        leave the pointer near the current message after expunge
1528        C-l recenters editwin
1529        implemented zlocate
1530        @italic works the same as @i
1531        on reply only quote class / instance when necessary
1532        C-r allows you to edit the reply line
1533        don't use unecessary options in reply line
1534        display 'info' errors in msgwin, not popup
1535        impelemnted aexec, pexec commands
1536        the zsig now goes through ztext formatting
1537        messages have id numbers now
1538        'info' prints the msgid
1539        added the 'filter' command
1540        added the 'view' command
1541        added the 'show filter' command
1542        added the 'viewclass' (and 'vc') commands
1543        added the 'viewuser' (and 'vu') commands
1544        M-n will filter to the current class or user
1545        'v' starts a view command
1546        M-D will delete all messages in current view
1547        added the 'delete' (and 'del') command
1548        load-subs with no argument loads the default subs file
1549        '<truncated>' is now when the *current* message is truncated
1550        the reply-lockout filter (with default) specifices messages that
1551           cannot be replied to.
1552        in the configfile owl::receive_msg is run whenever a message is
1553          received
1554        added the beep command
1555        added the contributors file
1556        declare ZGetSubscriptions and ZGetLocations since the includes
1557          don't seem to
1558        fixed bug in displaying last line in popwin if no final '\n'
1559        'T' uses the 'trash' filter now
1560        zaway_msg, zaway_msg_default and zaway are all user variables now.
1561        zsig variable overrides zsigproc
1562        If there's no appendtosepbar don't interfear with the sepbar
1563        Changed: owl_message_get_numlines will return 0 of m is NULL
1564        Added login messages to messages marked by owl_function_delete_automsgs
1565        Added owl_function_delete_by_id(id) which acts independent of view
1566        Added "-id <id>" option to delete command
1567        Fixed an arg checking bug in delete command
1568        Added owl::id to perl namespace with message id
1569        Fixed a memory corruption bug in readconfig.c (where right
1570              after the strdup to "out", we'd strcat a \n onto the end.
1571              This would be triggered whenever owl::format_msg returned
1572              a string not ending in a newline
1573        Added 'X' keybinding which expunges and then switches to
1574              a view defined by the variable "view_home" which defaults
1575              to "all"
1576        Consolidated readconfig.c somewhat to remove duplication.
1577              owl_config_execute now returns a string.
1578        Added an example config file that does vt-style formatting.
1579              (examples/owlconf.vtformat)
1580        Added the 'perl', 'aperl', and 'pperl' commands which will
1581              evaluate perl expressions.
1582        Fixed bug where pclose zsigproc would cause zombies
1583        Can set zsigproc or zsig to "" to disable
1584        Added support for multiple browsers (galeon and none were added).
1585              Configure with the "webbrowser" variable.
1586        Changing typewinsize height triggers resize event.
1587        Added zsig variable which will be used if no zsigproc and non-empty.
1588        Added "make test" rule to Makefile which will run regression tests,
1589              and added regression testing framework to tester
1590        Fixed codelist.pl to ignore static declarations.
1591        Added dict.c which contains string->ptr dictionary routines
1592              and the owl_dict type.
1593              These include regression tests.
1594        Overhaul/rewrite of variable handling.  Variables are now managed
1595              in an owl_vardict (in g.vars) which contains a dictionary
1596              of owl_variable's.  Each owl_variable has dispatch functions
1597              for validating values, setting it and getting it,
1598              and for setting it to and from string values.
1599              The variable.c file contains the list of variables.
1600              Stubs for the owl_global_<varname>_get functions and friends
1601              are generated from variable.c by stubgen.pl.
1602              The help.c messages for variables now calls into variable.c
1603              so all information about most variables is in one place.   
1604        Cleaned out code from global.c and command.c that was made obselete
1605              by variable overhaul.
1606        The set command now takes a -q option to not log a message.
1607        Fixed a bug where set and print with no arguments would
1608              print "Undefined variable" in addition
1609              to running owl_function_printallvars.
1610        debug is now a variable that can be turned on and off.
1611        Fixed mail,inbox message parsing in examples/owlconf.erik
1612        Made zaway_msg and zaway_msg_default into variables
1613        Changed owl_function_makemsg and owl_function_debugmsg
1614               to use varargs (ie, so they can now take a format
1615               string with args).
1616        Don't allow " and \ characters in URLs with the "w" command.
1617        Removed lots of build warnings.
1618        Popwins are wider by default so help messages fit better.
1619        Added an atokenize_free function.
1620        Fixes to work with an older version of libzephyr.
1621        Added dependencies on header files to Makefile.in
1622        Added pageup and pagedown key bindings to message list
1623        Added pageup and pagedown to viewwin
1624        Added configfile section to doc/intro.txt (from example config file)
1625        Added appendtosepbar variable which may contain text which will
1626              be appended to the sepbar.  This allows the configfile
1627              to put information about pings and logins into
1628              the sepbar.  (It may be worth also providing a variable
1629              which enables this by default, but for now this allows
1630              for experimenting with what works well.)
1631        Added doc/code.txt which gives a brief overview of the code.
1632        Added tags makefile rule and added TAGS to distclean rule.
1633       
16341.0.1
1635        fix frees in loadsubs and loadloginsubs
1636        don't return in owl_free
1637       
16381.0
1639        'print' and 'set' with no arguments prints all variables
1640        Added the 'unsubscribe' and 'unsub' command
1641        Renamed the 'unsub' command to 'unsuball'
1642        Added the 'getsubs' command which is like zctl ret
1643        Fixed bug in logging messages sent to more than one recipient
1644        Support '-C', '-O', and '-n' options to zwrite
1645        Fixed bug in owl_editwin_delete_char when there are no later chars
1646          after the cursor
1647        Make "more" and "truncated" work in the status bar
1648        enable printing of zsigproc and loginsubs variables
1649        only allow message scrolling if the message is actually off the
1650          screen
1651        'T' will mark all automated message for deletion
1652        'P' will go to the next personal message
1653        'M-P' will go to the previous personal message
1654        replying to a login message goes to the user now
1655        added a status command
1656        added the intro doc to the release
1657        fixed off by one bug in viewwin
1658        added complete online help
1659        pass $owl::realm in configfile
1660        fixed editwin wordwrapping on the last line
1661        fixed editwin problem with key_right past the last char
1662        print an error and quit if the configfile can't be parsed
1663        got rid of owl_mainwin_calculate_topmsg
1664        fixed off by one error in calculating topmsg upwards
1665        you can now reply to an admin message
1666        don't display an error about keypress on window resize
1667       
16680.11
1669        fixed bug in viewing messages longer than the screen
1670        indicate in the sepbar if there is a non zero vert offset
1671        send on '.' on a line by itself
1672        added disable-ctrl-d variable
1673        fixed bug where C-k did not delete the last \n in the buffer
1674        make non-character meta keys work
1675        use ZSendNotice instead of ZSendList
1676        implemented <, >, M-< and M-> in viewwin
1677        removed the spaces at the bottom of viewwin
1678        added 'about' command
1679        fixed bug using 'M' with no current message
1680        changed message object to use char *'s to save on memory
1681        change malloc, realloc, strdup and free to use owl hooks so that
1682           debugging can be added
1683               
16840.10.1
1685        fixed a trailing space bug in the parser
1686        impelemented the "burning ears" feature
1687        have admin messages do ztext parsing
1688        fixed bug in reporting which M- key was pressed
1689        C-g will now cancel commands like C-c
1690       
16910.10
1692        implemented owl_function_full_redisplay().
1693        C-l uses owl_function_full_redisplay().
1694        when a popwin exists to a full redisplay.  (fixes bug)
1695        improved the owl_editwin_process_char logic
1696        removed all unnecessary wrefresh's and replaced with wnoutrefesh
1697        owl_editwin_redisplay now takes an argument to optionally doupdate()
1698        improved the cut-and-paste speed by not doing a usleep the first
1699          time through the loop after getting a keypress.
1700        nuked typwin.c and associated stuff.  It's useless now.
1701        added viewwin code for paging windows
1702        curly braces work for zephyr formatting
1703        @i in zephyr formatting will be displayed as underlined text
1704        turned off idlok
1705        implemented viewwin
1706        implemented viewwi in popwin for pageable popwins
1707        help, info now use pageable popwins
1708        bound 'M' to bring the current message up in a popwin
1709        return, space bar, 'b' and backspace now scroll within a message
1710        turned off resize message
1711        C-v and M-v page the main window
1712        implemented owl_message_is_mail
1713        some build cleanup
1714
1715       
17160.9
1717        added owl_message_is_personal and have things use it
1718        added owl_message_is_private
1719        fixed 'print personalbell' and have 'set personalbell'
1720           print a message
1721        bold only on message_is_personal
1722        display the realm if not local
1723        implemented M-f, M-b, M-d, M-<, M-> in editwin
1724        implemnted word wrapping in editwin
1725        implemented M-q (paragraph-fill) in editwin
1726        fixed bug that caused owl to segfault logging a 'weird' class
1727        M-x is a keysym for ':'
1728        added smart bolding and userclue
1729        fixed a bug causing pings to beep even if rxping is off
1730       
17310.8.1
1732        fixed bug in logging code
1733       
17340.8
1735        implemented personal logging
1736        implemented class logging
1737        implemented resize of typewin
1738        fixed the backspace problem
1739        -v command line option prints the version number
1740       
17410.7
1742        load-subs will report error opening file
1743        skip comment lines in loadsubs and loadloginsubs
1744        changed internal references to rxping and txping
1745        fix replying to a blank instance
1746        added subscribe command
1747        subscribe to login messages from .anyone by default
1748        'loginsubs' variarble controlls automated login messages
1749        redisplay the editwin after a resize
1750        leave the cursor in the editwin if active
1751        fix problems in the build system
1752        added displayoutgoing variable
1753        temporarily removed error printing for zlog in / out
1754       
17550.61
1756        fixed bug in "message sent to <foo>" for zwrite
1757       
17580.6
1759        help updated
1760        zaway key set to caps A
1761        support zephyring other realms
1762        rxping variable for receiving pings
1763        txping variable for sending pings
1764        function in place to resize typwin
1765        C-l to refresh
1766        personal bell variable
1767        beta message now an admin message
1768       
17690.5
1770        Added the debug command and flag
1771        Fixed bug in printing fields in info command
1772        Added owl_fmtext_append_ztext and use it
1773        Better formating for pings and login zephyrs
1774        make tester depends on proto
Note: See TracBrowser for help on using the repository browser.