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