source: ChangeLog @ a484b3e

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