[1aee7d9] | 1 | $Id$ |
---|
[c7041b3] | 2 | |
---|
[3c7d086a] | 3 | 2.1.12pre |
---|
| 4 | Don't crash when sending/logging outgoing |
---|
| 5 | AIM message and not logged in [BZ 90] |
---|
[0154e2d] | 6 | Don't crash when senging to someone not on AIM buddy list [BZ 94] |
---|
| 7 | (patch from Alex Vandiver) |
---|
[3c7d086a] | 8 | |
---|
[e74e573] | 9 | 2.1.11 |
---|
[667a1b6] | 10 | Don't crash doing zlocate with bad tickets. [BZ 12] |
---|
[7e6d1fd] | 11 | Metion the path for the owlconf in intro.txt [BZ 54] |
---|
[95474d7] | 12 | Print better error message if startup fails due to unreadable |
---|
[4e0f545] | 13 | .owlconf [BZ 57] |
---|
[95474d7] | 14 | In load-subs: Print an error message if the file is unreadable or |
---|
| 15 | doesn't exist, UNLESS load-subs is called with no arguments. In |
---|
| 16 | that case only print an error if the file exists but isn't |
---|
| 17 | readable. Still prints an error either way if zephyr reports a |
---|
| 18 | failure. [BZ 19] |
---|
[15b34fd] | 19 | Fixed some small memory leaks in logging if files unwriteable |
---|
| 20 | If the variable logfilter is set it names a filter. Any messages |
---|
| 21 | matching this filter are logged. This is an independent |
---|
| 22 | mechanism from the other logging variables. If you want to |
---|
| 23 | control all logging with logfilter the other variables must be |
---|
| 24 | set to their default (off) settings. [BZ 37] |
---|
| 25 | Relatively substantial changes made under the hood to support |
---|
| 26 | filter logging. Now have more consistent interfaces to |
---|
| 27 | creating messages etc. Still needs more work though. |
---|
[176d3443] | 28 | Deal gracefully with being resized as small as 1x1 [BZ 3] |
---|
[667a1b6] | 29 | |
---|
[8232149] | 30 | 2.1.10 |
---|
[8298425] | 31 | Fix a new problem finding libdes425 |
---|
[8232149] | 32 | Don't crash on very long hostnames [BZ 52] |
---|
[74037d9] | 33 | In 'sub' command, create .zephyr.subs if it doesn't exist [BZ 15] |
---|
[8232149] | 34 | A fix for certain resize crashes (partly from alexmv) [BZ 55] |
---|
| 35 | Turn off ISTRIP (gildea) |
---|
[8298425] | 36 | |
---|
| 37 | 2.1.9 |
---|
[fe39450] | 38 | Include /usr/include/kerberosIV if it's found |
---|
| 39 | |
---|
[93991e6] | 40 | 2.1.8 |
---|
[fe67f1f] | 41 | Do OLC formatting for anything coming from olc.matisse |
---|
| 42 | Improvements to popup size algorithm (from gildea) |
---|
[ca9142e] | 43 | Improved 'show colors' with non-colored labels |
---|
[fe67f1f] | 44 | |
---|
[7fad773] | 45 | 2.1.7 |
---|
[5e0b690] | 46 | The colorclass command is added, to make colorization easy |
---|
[405d5e6] | 47 | Handle MIT Athena OLC zephyrs correctly |
---|
| 48 | Updated ktools website / bug address |
---|
[789462a] | 49 | Do ntohs() when printing zephyr port in zephyr info |
---|
[f5729b7] | 50 | Updated man page |
---|
[5e0b690] | 51 | |
---|
[f84bca8] | 52 | 2.1.6 |
---|
[1bb1e67] | 53 | Fixed three bugs found by Valgrind. |
---|
[d4b84c0] | 54 | Fixed a case where doing "aim addbuddy" instead of "addbuddy aim" |
---|
| 55 | would cause a segfault. |
---|
[afbf668] | 56 | pexec will now incrimentally display data as it is output |
---|
| 57 | by the child process. Additionally, commands running under |
---|
| 58 | pexec may now be killed by quitting out of the popless window. |
---|
| 59 | Added muxevents select loop dispatcher. File descriptors may |
---|
| 60 | be registered with muxevents and handlers will be dispatched |
---|
| 61 | to when data is available for non-blocking read/write/except. |
---|
| 62 | Switched the stderr_redir stuff to use muxevents. |
---|
[948b942] | 63 | Print C-\ correctly (from gildea) |
---|
| 64 | Dropped first brace in muxevents functions for consistency |
---|
[fe1f605] | 65 | Catch SIGHUP and SIGTERM and do a proper logout |
---|
[afbf668] | 66 | |
---|
[c61918e] | 67 | 2.1.5 |
---|
[5ca5f8e] | 68 | Added a licence |
---|
[5d365f6] | 69 | The 'personalbell' variable can now be set to 'on' 'off' or |
---|
| 70 | the name of a filter to match against |
---|
[e22f27c] | 71 | The 'loglogins' variable now controls whether login/logout |
---|
| 72 | messages are logged. It is off by default. For now this |
---|
| 73 | affects only AIM messages, later zephyr login/logout messages |
---|
| 74 | will also be logged if this is set to 'on' |
---|
[debb15d] | 75 | Added 'show license' |
---|
[5ca5f8e] | 76 | |
---|
[8ba37ec] | 77 | 2.1.4 |
---|
[421c286f] | 78 | Normalize and downcase AIM names for logging |
---|
[8ba37ec] | 79 | Fixed a bug where sending a null zsig could cause a crash |
---|
| 80 | Better 'away' toggling if only one protocol is away. |
---|
[421c286f] | 81 | |
---|
[ddd02df] | 82 | 2.1.3 |
---|
[32eed98] | 83 | Added perl filter elements. Similar to having "filter <subfilter>" |
---|
| 84 | in a filter, you may also have "perl <functionname>" |
---|
| 85 | where <functionname> is passed an owl::Message object and |
---|
| 86 | returns 0 or 1 depending on whether the message matches |
---|
| 87 | that element of the filter. |
---|
[4357be8] | 88 | Don't print an error about loading subs if there is no |
---|
| 89 | .zephyr.subs |
---|
| 90 | Do the initial zephyr_buddy_check when pseduologin set to true. |
---|
[ddd02df] | 91 | Updated man page |
---|
[4357be8] | 92 | |
---|
[bf73bdd] | 93 | 2.1.2 |
---|
| 94 | removed unused filter_depth variable |
---|
| 95 | Fixed memory bug on receiving pings |
---|
| 96 | |
---|
[24dc9ce] | 97 | 2.1.1 |
---|
[40458b9] | 98 | Filters of filters now work. |
---|
[5c1393d] | 99 | Removed the "possibly not readable" part of the config parsing |
---|
| 100 | error |
---|
[330bcec] | 101 | In the sepbar, reverse video the view name when it's not set to |
---|
| 102 | view_home (as opposed to the static 'all'). |
---|
[3895e23] | 103 | The '!' key (bound to 'view -r') now creates a negative version of |
---|
| 104 | the current view and switches to it. i.e. "show me all the |
---|
| 105 | messages that are not these" |
---|
[280ddc6] | 106 | Added the 'ignorelogins' variable |
---|
[2b86d14] | 107 | Log when outgoing personal message fails |
---|
[81634b6] | 108 | Removed file descriptor from sigpipe catcher printer just for now, |
---|
| 109 | since the field does not exist on OSX |
---|
| 110 | Added an ifndef for socklen_t in libfaim/ft.c |
---|
[952bb256] | 111 | Added the 'aim search' command. The popup on callback may be |
---|
| 112 | dangerous, should switch to an admin msg for results, or add a |
---|
| 113 | new event queue |
---|
[9854278] | 114 | First pass at AIM away messages. It is a little different from |
---|
| 115 | what most clients seem to do, in that an away reply is sent for |
---|
| 116 | each message received. Most clients only reply to the first one |
---|
[4b660cc] | 117 | per away-session. |
---|
| 118 | Now have a set of 'aaway' commands and variables just like the |
---|
| 119 | 'zaway' ones (except that changing the 'aaway' variable talks to |
---|
| 120 | the server) |
---|
| 121 | The new 'away' command does everything for both AIM *and* zephyr. |
---|
| 122 | There is a known funkiness here, where if you turn one away on, |
---|
| 123 | and then use 'away' (or 'A') to toggle, you will turn on off and |
---|
| 124 | the other on. Just leaving it for now. Should do better in the |
---|
| 125 | next patch. |
---|
| 126 | The 'A' key is bound to 'away' |
---|
| 127 | Status bar can now read AWAY, Z-AWAY or A-AWAY. |
---|
[8b16467] | 128 | Changed C-n to scroll down just a line in popless |
---|
[c3acb0b] | 129 | If the config exists but is not readable, print an error before |
---|
| 130 | exiting |
---|
[e7bcd1b] | 131 | Only print forced AIM logout message once. |
---|
[2674412] | 132 | Don't bind F1 to help in edit context |
---|
[c8735aa] | 133 | Fix bug in 'getsubs' with no tickets |
---|
[5a95b69] | 134 | New code for getting users from .anyfile |
---|
| 135 | Added the 'pseudologins' variable, and code to do it |
---|
| 136 | new attributes 'pseudo' 'logintty' and 'loginhost' |
---|
[72836b5] | 137 | Don't print extra new lines in popless_file |
---|
[b0430a6] | 138 | New zephyr_get_field function |
---|
[72836b5] | 139 | |
---|
[7e909ab] | 140 | 2.0.14 |
---|
[d9b0b972] | 141 | Fixed missing word in startup message |
---|
| 142 | Better 'status' command |
---|
[ad96951] | 143 | Use '+' for popwin corners when 'fancylines' is off |
---|
[b20de4f] | 144 | Allow TERMINFO to be overridden in the envrionment |
---|
[a68f05d] | 145 | Command line arg -D turns on debugging and deletes previous |
---|
| 146 | debugging file |
---|
[f36222f] | 147 | Do ~ expansion in 'dump' command. |
---|
[b6a7367] | 148 | Current directory added to 'status' command |
---|
[b1fe407] | 149 | Massive changes to libfaim and aim |
---|
[d9b0b972] | 150 | |
---|
[de22c3d] | 151 | 2.0.13 |
---|
[a0a5179] | 152 | Changed startup message for new mailing list |
---|
[f1645da] | 153 | blist now prints AIM info even if .anyone is unreadable |
---|
[c9e72d1] | 154 | Catch SIGPIPE and print an error rather than crashing. |
---|
| 155 | [It's possible that this may have some portability |
---|
| 156 | issues under Solaris and we may need to add some |
---|
| 157 | configure stuff around SA_SIGINFO...] |
---|
[1e34e40] | 158 | Handle the case in aim_bstream_send where aim_send returns -1, |
---|
| 159 | although there is likely an underlying problem here |
---|
| 160 | that would lead to this case. |
---|
[f82e233] | 161 | Print the username on aim login failure, not something random like |
---|
| 162 | the password. ;) |
---|
| 163 | Un-word-wrap text when sending AIM messages. |
---|
[1fd4cd3e] | 164 | Replace the main loop continue in the keyboard handler with an else. |
---|
[a0a5179] | 165 | |
---|
[cb78880] | 166 | 2.0.12 |
---|
[5a9f6fe] | 167 | Command history now doesn't allow the last entry |
---|
| 168 | to be repeated |
---|
| 169 | If format_msg returns "" print "<unformatted message>" |
---|
[97cd00be] | 170 | Better align oneline admin and loopback messages |
---|
[252a5c2] | 171 | Print an admin message indicating when subscriptions can |
---|
| 172 | not be loaded on startup |
---|
[1db061d] | 173 | Set aim_ignorelogin_timer to 15 by default |
---|
| 174 | Admin message on login/logout of AIM |
---|
[cee1f25] | 175 | Fixed double quoting in smartzpunt |
---|
[c7041b3] | 176 | Added timestamp to login/logout messages |
---|
[12c35df] | 177 | Fixed replies to loopback messages |
---|
| 178 | Fixed smartnarrow on classes/instances with spaces |
---|
| 179 | Added the 'loggingdirection' variable |
---|
| 180 | All loopback messages log to 'loopback' now |
---|
| 181 | Print an error message if trying an invalid color for a filter |
---|
| 182 | Fixed bug causing > not to go to end of editwin every time |
---|
| 183 | |
---|
[faf71b5] | 184 | 2.0.11 |
---|
[15283bb] | 185 | Updated basic help |
---|
[db2dd3d] | 186 | Display CC: in outgoing CC messages |
---|
[8c92848] | 187 | More AIM logout detection |
---|
| 188 | Don't proclaim "interfaces changed" on first build. |
---|
[37eab7f] | 189 | Added the 'loopback' message type |
---|
| 190 | Added the 'loopwrite' command |
---|
[25dd31a] | 191 | Added a timestamp to the default style |
---|
[bc08664] | 192 | Zpunt now works with weird regex characters |
---|
[995eb4b] | 193 | Smart filters now work with weird regex characters |
---|
[15283bb] | 194 | |
---|
| 195 | 2.0.10 |
---|
[49d467c] | 196 | Allow 'hostname' in filters. |
---|
[269ed34] | 197 | Fixed bug in reporting when no one is subbed to a class |
---|
| 198 | Added an extral newline in logging incoming zephyrs |
---|
[1077753b] | 199 | An admin message is displayed when you are logged out of AIM |
---|
[a836200] | 200 | Print an error message and admin message if an AIM send fails |
---|
[49d467c] | 201 | |
---|
[4664c96] | 202 | 2.0.9 |
---|
[c15bbfb] | 203 | Added the 'fancylines' variable. |
---|
[f17bff98] | 204 | Added the 'show startup' command. |
---|
[4664c96] | 205 | Added feature for capturing stderr messages |
---|
| 206 | from commands and displaying them in the errors buffer. |
---|
[9119a47] | 207 | Create an admin message explaning that a zephyr couldn't |
---|
| 208 | be sent |
---|
[27c3a93] | 209 | Better reporting of perl errors (both into the errqueue |
---|
| 210 | and also clearing the error after displaying it). |
---|
| 211 | Allow default_style to be specified in config. |
---|
[6a50af2] | 212 | Added errqueue |
---|
| 213 | Added command "show errors" |
---|
| 214 | Fixed bug removing newlines in backup files |
---|
[836ea3a3] | 215 | |
---|
[c5f3b46] | 216 | 2.0.8 |
---|
[8a54409] | 217 | Increased size of screen name field in buddy listing |
---|
[f4d0975] | 218 | Fixed bug with idle times causing broken pipes. |
---|
| 219 | New libfaim |
---|
[2404c3a] | 220 | Added the 'source' command. |
---|
[282ec9b] | 221 | Make sure that a newline is always at the end of messages |
---|
| 222 | returned by perl style formatting functions. |
---|
[c82b055] | 223 | Add owl::login and owl::auth to legacy variables populated for format_msg. |
---|
| 224 | Additions to intro.txt and advanced.txt documents. (Still in progress.) |
---|
[87c6ef1] | 225 | Add base methods for login_host and login_tty |
---|
| 226 | and others that return undef. |
---|
[f1e629d] | 227 | New API for perl message formatting functions. |
---|
[c5f3b46] | 228 | Legacy variables are still supported for owl::format_msg |
---|
| 229 | and owl::receive_msg, but these functions are now also |
---|
| 230 | passed an owl::Message object which contains methods |
---|
| 231 | for accessing the contents of the message. See perlwrap.pm |
---|
[f1e629d] | 232 | (and docs TBD) for the available methods. |
---|
| 233 | *** WARNING: The exact API for owl::Message has |
---|
| 234 | *** not yet stabilized. |
---|
| 235 | Added "style" command for creating new styles. |
---|
| 236 | Usage: style <name> perl <function_name> |
---|
| 237 | Added support for "show styles". Changed global style table |
---|
| 238 | from list to dictionary. |
---|
| 239 | Changed AIM password prompt from "Password:" to "AIM Password:". |
---|
| 240 | Messages are reformatted after a window resize to allow styles |
---|
| 241 | to take into account the width of the window. |
---|
| 242 | When perl throws an error, the message is put in the msgwin |
---|
| 243 | if possible. |
---|
| 244 | Added perl functions for: |
---|
| 245 | owl::getcurmsg() -- returns an owl::Message object for |
---|
| 246 | the active message |
---|
| 247 | in the current view. |
---|
| 248 | owl::getnumcols() -- returns the column width of the window |
---|
| 249 | owl::zephyr_getrealm() -- returns the zephyr realm |
---|
| 250 | owl::zephyr_getsender() -- returns the zephyr sender |
---|
| 251 | Made owl::COMMAND("foo"); be syntactic sugar for |
---|
| 252 | owl::command("COMMAND foo"); |
---|
| 253 | Added perlwrap.pm to contain perl code to be compiled into |
---|
| 254 | the binary. This is transformed into perlwrap.c by |
---|
| 255 | encapsulate.pl. |
---|
| 256 | Renamed readconfig.c to perlconfig.c and changed variables accordingly. |
---|
| 257 | Minor bugfixes in cmd.c and commands.c |
---|
[6873455] | 258 | Improved intro doc |
---|
| 259 | |
---|
[a352335c] | 260 | 2.0.7 |
---|
| 261 | Idletimes now appear in the buddylisting |
---|
[c045455] | 262 | Failed AIM logins are now correctly reported |
---|
[a352335c] | 263 | Owl will build now without zephyr, enabling it to act as a |
---|
[e6449bc] | 264 | standalone AIM client. |
---|
[a352335c] | 265 | There is now a zcrypt command |
---|
| 266 | Replies to zcrypted messages now work |
---|
| 267 | Don't allow zwrite if zephyr isn't present |
---|
[e6449bc] | 268 | Cleaned up some warnings from linux gcc. |
---|
[210c261] | 269 | Fixed bug that can cause response stuff to crash |
---|
[a352335c] | 270 | Improved status command |
---|
| 271 | Fixed bug in buddy stuff |
---|
[09489b89] | 272 | |
---|
[7c9c847] | 273 | 2.0.6 |
---|
[453bd70] | 274 | aimlogin will now accept the screenname without a password and ask |
---|
| 275 | for the password such that it is not echo'd to the terminal |
---|
[6a87084] | 276 | 'addbuddy aim' and 'delbuddy aim' now work |
---|
[e016fc2] | 277 | Bug fix to make zwrite -m work with -c/-i |
---|
[7c9c847] | 278 | Fixed documentation bug in aimwrite |
---|
| 279 | Initialze $owl::auth |
---|
[e016fc2] | 280 | Fix in autoconf for des425 |
---|
[7c9c847] | 281 | Reformatted editwin.c and added capability of doing password-style |
---|
[c9334b1] | 282 | echoing |
---|
[290f290] | 283 | |
---|
| 284 | 2.0.5 |
---|
[0435c7d] | 285 | Fix in finding des for building zcrypt |
---|
[b278973] | 286 | Fixed description for alert_action variable |
---|
[e7cc1c3] | 287 | More detailed usage from -h |
---|
| 288 | Special cased replies for webzephyr users on classes and |
---|
| 289 | login notifications for webzephyr users |
---|
[5bb6c21] | 290 | Fixed bug that caused a crash on zpunt with '*' for an instance |
---|
[dff8d8a] | 291 | AIM logout and then login now works. |
---|
[94e4899] | 292 | Fixed bug causing view -d not to work. |
---|
[778d0a9] | 293 | Added hostname and tty name to LOGIN/LOGOUT zephyrs on oneline |
---|
| 294 | style |
---|
[0435c7d] | 295 | |
---|
[4d42508] | 296 | 2.0.4 |
---|
| 297 | Made command line option -n actually work |
---|
| 298 | Implemented styles, including the 'default' 'basic' and 'oneline' |
---|
| 299 | styles. A 'perl' style is available if a format_msg() function |
---|
| 300 | is found in .owlconf |
---|
| 301 | Added the 'default_style' variable |
---|
| 302 | Added the 'toggle-oneline' command |
---|
| 303 | The 'o' key is bound to 'toggle-oneline' |
---|
| 304 | Internally, the one view now has a name, 'main', and message |
---|
| 305 | recalcuations are done in place when its filter is changed. |
---|
[0c502e9] | 306 | Added filter field 'login' which can take the values 'login' |
---|
| 307 | 'logout' or 'none' |
---|
| 308 | Added the perl variable $owl::login, just as above |
---|
| 309 | Updated the 'login' and 'trash' filters appropriately |
---|
[4d42508] | 310 | Fix for checking for DES in build system |
---|
| 311 | Bug fix in using makemsg when no curses window is present |
---|
| 312 | The variable $owl::auth now exists in perl |
---|
| 313 | Use new internal function to delete zephyr subs from file |
---|
| 314 | New 'sepbar_disable' variable can turn off sepbar info display |
---|
[73624b4] | 315 | Updated contributor info |
---|
[4d42508] | 316 | Added the 'show view' command |
---|
[a6560fe] | 317 | Bug fix in owl_regex |
---|
[79a0e82] | 318 | Fixed personal aim messages logging to class directory |
---|
[4d42508] | 319 | Log "LOGIN" or "LOGOUT" for AIM buddy messages |
---|
| 320 | zwrite -m now correctly displays an outgoing message and logs |
---|
[ce7db4d] | 321 | zwrite -s now works |
---|
[4d42508] | 322 | Strip spaces in AIM usernames on aimwrite send |
---|
[e75713e] | 323 | Removed libfaim/config.log from CVS |
---|
[a8938c7] | 324 | Fixed some easy fixed-length buffers |
---|
[4d42508] | 325 | Wordwrap incoming AIM messages |
---|
[ceb8cfb] | 326 | Fixed bug causing buddies not to be added to buddy list during |
---|
| 327 | ingorelogin timer |
---|
[8d24696] | 328 | Translate < > & " &ensp, &emsp, &endash and |
---|
| 329 | &emdash |
---|
[bd3f232] | 330 | |
---|
[6e05655] | 331 | 2.0.3 |
---|
[dafd919] | 332 | Don't ring the terminal bell on mail messages. |
---|
| 333 | Nuke <FONT> |
---|
[b2b0773] | 334 | Make the build work a little better on OSX |
---|
[6bf73ce] | 335 | Fixed a bug in fmtext |
---|
[6e05655] | 336 | Expanded the size of the hostname buffer |
---|
[dafd919] | 337 | |
---|
[378fa14] | 338 | 2.0.2 |
---|
| 339 | Fixed bug in 'startup' command. |
---|
[884c272] | 340 | |
---|
[dafd919] | 341 | 2.0.1 |
---|
[aaf6071] | 342 | Moved newmsgproc stuff to a function procedure |
---|
[2c8d62e] | 343 | Added the 'newlinestrip' variable, on by default, that strips |
---|
[7e3e00a] | 344 | leading and trailing newlines from incoming messages. |
---|
[a2641cd9] | 345 | Fixed a case sensitivity probelm in owl_message_is_personal and |
---|
| 346 | owl_message_is_private |
---|
[d0d65df] | 347 | The message object now uses a list of attributes internally, in |
---|
| 348 | prep. for supporting new messaging protocols |
---|
| 349 | owl_function_info now uses fmtext instead of one staticly sized |
---|
| 350 | buffer |
---|
[985f85b] | 351 | in owl_message_get_cc() require that the colon be present after |
---|
| 352 | cc. |
---|
[f2f9314] | 353 | Added some defenses against resize crashes, and put in debug |
---|
| 354 | messages if they're encountered |
---|
[89426ab] | 355 | In filters 'true' and 'false' are now valid tokens. |
---|
| 356 | The 'all' filter has been redefinied to be 'true' and there is a |
---|
| 357 | 'none' filter defined as 'false' |
---|
[060b3b4] | 358 | Fixed bug in 'unsub' command that could cause file corruption |
---|
[ced25d1] | 359 | In the zlist function, give a more detailed error message if |
---|
| 360 | the file cannot be opened. |
---|
| 361 | Renamed old instances of zsig_exec in the code to zsigproc |
---|
| 362 | Don't print the stderr from zsigproc |
---|
[7933748] | 363 | Added a 'loadloginsubs' command to load login subscriptions from a |
---|
| 364 | file |
---|
| 365 | Added a 'loadsubs' command to eventually phase out the 'load-subs' |
---|
| 366 | command |
---|
[ed2412d] | 367 | Made M-n work on classes and instances with spaces in them |
---|
[7c8060d0] | 368 | Zaway now obeys the smart strip variable |
---|
[316962a] | 369 | Hacked the build system to not have the -E link problem on Athena |
---|
[8262340] | 370 | Added ZResetAuthentication in a number of places to fix problems |
---|
| 371 | with stale tickets |
---|
| 372 | Added some hooks for malloc debugging |
---|
[ecd5dc5] | 373 | M-p is bound to 'view personal' by default |
---|
| 374 | loadsubs and loadloginsubs only print messages if in interactive |
---|
| 375 | mode |
---|
| 376 | added the 'alert_filter' variable, defaults to 'none'. |
---|
| 377 | added the 'alert_action' variable, which is an owl command that |
---|
| 378 | will be executed when new messages arive that match the |
---|
| 379 | alert_filter |
---|
| 380 | added the 'term' command which takes the 'raise' and 'deiconify' |
---|
| 381 | options. It assumes xterm for now. |
---|
[e9b1f60] | 382 | only 'make distclean' will nuke core and ~ files now |
---|
[d54838d] | 383 | fixes to owl_function_do_newmsgproc from Stephen |
---|
| 384 | converted functions.c to new code style, which I'm giving a shot |
---|
[ac70242] | 385 | Makefile.in: define DATADIR, for default owlconf. |
---|
| 386 | Makefile.in: provide "all" and "install" rules. |
---|
| 387 | configure.in: try also libdes and libkrb4, for people using heimdal |
---|
| 388 | configure.in: see if des_ecb_encrypt is already prototyped. |
---|
| 389 | configure.in: minor changes to work with new autoconf without needing acconfig.h. |
---|
| 390 | configure.in: find the install program. |
---|
| 391 | configure.in: test for use_default_colors since some versions of |
---|
| 392 | solaris don't have it, so we can at least compile something |
---|
| 393 | vaguely working there. |
---|
| 394 | keypress.c: ifdefs for keys not defined on at least some solarises. |
---|
| 395 | owl.c: don't call use_default_colors if we don't have it |
---|
| 396 | readconfig.c: added *commented out* code to try to find a |
---|
| 397 | system-default owlconf if the user doesn't have one. Have to |
---|
| 398 | ponder if I want this |
---|
| 399 | zcrypt.c: don't prototype des_ecb_encrypt if there is a prototype in |
---|
| 400 | des.h. |
---|
| 401 | zcrypt.c: include owl.h so we get the configure-generated config.h |
---|
| 402 | Change to codelist.pl to deal with new code style |
---|
[69894d2] | 403 | Remove some ancient stuff from zcrypt.c |
---|
[aaf6071] | 404 | General cleanup to Makefile.in |
---|
[f87c490] | 405 | CTRL and META are now OWL_CTRL and OWL_META. OWL_CTRL moved to |
---|
| 406 | keypress.c |
---|
| 407 | do_encrypt declaired static |
---|
[c269e22] | 408 | if we don't have des functions, do not try to build in zcrypt |
---|
[d09e5a1] | 409 | kill the newmsgproc function on exit |
---|
| 410 | Added libfaim |
---|
| 411 | Added basic AIM support, including the "aimlogin", "aimwrite" and |
---|
| 412 | "aimlogout" commands |
---|
[31e48a3] | 413 | New built-in filters 'aim' and 'zephyr'. |
---|
| 414 | Do ZResetAuthentication() before zlog_in and zlog_out as well. |
---|
[fd93b41] | 415 | Print AIM login / logout notifications |
---|
| 416 | The 'alist' command prints a list of aim buddies logged in |
---|
| 417 | The 'blist' command prints users from all protocols |
---|
| 418 | The 'l' key is now bound to 'blist' instead of 'zlist' |
---|
| 419 | Started work on 'addbuddy' and 'delbuddy' command but they DO NOT |
---|
| 420 | WORK yet |
---|
| 421 | Removed a bit of faim code that allowed commands to be executed. |
---|
[38cf544c] | 422 | The 'B' key is now bound to 'alist' |
---|
| 423 | Added the 'startup' and 'unstartup' commands |
---|
| 424 | The $HOME/.owl directory is created on startup if it does not exist |
---|
[65ad073] | 425 | Added the 'aim_ingorelogin_timer' variable |
---|
| 426 | 'addbuddy zephyr <user>' and 'delbuddy zephyr <user>' now work. |
---|
[5789230] | 427 | 'isloginout' and 'isprivate' are now message attributes |
---|
| 428 | improved 'info' function lists seperate info for zephyr, aim and |
---|
| 429 | also prints all message attributes |
---|
[aac889a] | 430 | AIM logging (both in and out) now works |
---|
| 431 | Disabled 'addbuddy' and 'delbuddy' for aim since it doesn't work yet |
---|
[dafd919] | 432 | Hacked the Perl build stuff not to link with iconv |
---|
[9501423] | 433 | |
---|
[5a35ae8e] | 434 | 1.2.8 |
---|
| 435 | Class pings are displayed differently now |
---|
[ddb8252] | 436 | Updated owlconf.simple example to format outgoing messages. |
---|
[5a35ae8e] | 437 | |
---|
[b45293f] | 438 | 1.2.7 |
---|
| 439 | Outgoing messages now go through the config for formatting |
---|
[d023c25] | 440 | Zaway now makes an outgoing message, instead of an admin message |
---|
[2527615] | 441 | The 'zlocate' command can now handle multiple users |
---|
[aa2f6364] | 442 | The simple user format for "To:" is in effect again |
---|
| 443 | Prettyed up the zwrite line for using 'reply' on a zaway |
---|
[aecf3e6] | 444 | Added a workaround for a libzephyr bug that caused zwrites to fail |
---|
| 445 | if zephyrs were sent just before and just after renewing tickets |
---|
[d309eb3] | 446 | Fixed a memory bug in getsubs |
---|
| 447 | Added receive support for zcrypt messages |
---|
| 448 | Added the 'zcrypt' variable which controls whether or not zcrypt |
---|
| 449 | messages are decrypted |
---|
| 450 | 'reply' is disabled for zcrypt until sending zcrypt works |
---|
| 451 | Started implementing zcrypt command |
---|
[a15a84f] | 452 | More updates to the intro doc |
---|
[b45293f] | 453 | |
---|
[700c712] | 454 | 1.2.6 |
---|
| 455 | Started adding code for newmsgproc. It doesn't fully work yet! |
---|
| 456 | Don't use it. |
---|
[55faab7] | 457 | Added search, '/' and '?' to basic help. |
---|
[486688f] | 458 | Will attempt to keep the current message as close as possible |
---|
| 459 | to the previous current message after an expunge. |
---|
| 460 | "set <variable>" and "unset <variable>" now work for boolean variables. |
---|
[88736cb] | 461 | Fixed a bug in owl_function_calculate_topmsg_normal that caused a |
---|
| 462 | segfault |
---|
| 463 | Fixed some typos in the intro doc |
---|
[2adaf1d] | 464 | Removed old zlog functions from zephyr.c |
---|
| 465 | Implemented the dump command |
---|
| 466 | New startup message |
---|
[700c712] | 467 | |
---|
[601a9e0] | 468 | 1.2.5 |
---|
| 469 | Patch to fix memory bug in replying to CC messages |
---|
| 470 | If we're on Athena and have static krb (or other) libraries, use |
---|
| 471 | them |
---|
| 472 | Added "athstatic" program to the release, which handles the above |
---|
| 473 | Cast to an int for isspace, to make gcc -Wall quiet |
---|
| 474 | Added 'zlist' and 'l' to basic help. |
---|
| 475 | |
---|
[425c013] | 476 | 1.2.4 |
---|
| 477 | 'zlog in' will now take an optional thrid argument to set the |
---|
| 478 | 'tty' variable before setting the zlocation |
---|
[42abb10] | 479 | There is now a 'zlist' command that acts like 'znol -l' |
---|
| 480 | 'l' is bound to 'zlist' |
---|
[62f24bc] | 481 | Fixed memory leak uninitialzed memory read in fmtext |
---|
[3a2daac] | 482 | viewwin will now say "End" instead of "More" when at the end |
---|
| 483 | Added a debugging message indicating the result of topmsg |
---|
| 484 | calculations |
---|
[65fc0900] | 485 | You can now use %me% in filters |
---|
| 486 | The built-in personal filter is updated to do so |
---|
[486688f] | 487 | Fixed a bug in moving the pointer after an expunge |
---|
[f9c43ae] | 488 | Fixed up the normal scrolling code. Now it should always |
---|
| 489 | land on a message, but it's still not optimal. |
---|
| 490 | Added the variable 'smartstrip' which will strip kerberos |
---|
| 491 | instances out for the 'reply' command. |
---|
| 492 | Added -R/usr/athena/lib to the build for Athena |
---|
[bde7714] | 493 | Started updating the intro document |
---|
| 494 | Small changes to help / about |
---|
| 495 | The 'subscribe' and 'unsubscribe' commands (and their aliases) now |
---|
| 496 | update .zephyr.subs by default. If either is given the '-t' |
---|
| 497 | (for "temporary") option the .zephyr.subs will not be updated |
---|
[5a6e6b9] | 498 | Turned off beeping for hitting the top or bottom of the list of |
---|
| 499 | messages |
---|
| 500 | Made daemon.webzephyr a special case for smartstrip |
---|
| 501 | Added 'out' as a default filter for outgoing messages |
---|
[425c013] | 502 | |
---|
[60ffe04] | 503 | 1.2.3 |
---|
| 504 | Added filters "ping", "auto" and "login" by default. |
---|
[75be7c0] | 505 | Added "body" as a valid field to match on in a filter. |
---|
[4b464a4] | 506 | Temporary fix to bug where C-SPACE would cause the key handler to |
---|
| 507 | lock up. |
---|
| 508 | Messages now have a direciton (in, out or none). Filters can |
---|
[5145235] | 509 | match on this direction |
---|
[4b464a4] | 510 | Outbound messages are no longer type 'admin' but are of the |
---|
| 511 | appropriate message type (i.e. 'zephyr') and are direction |
---|
| 512 | 'out'. |
---|
| 513 | Smartnarrow now works on outgoing messages |
---|
| 514 | 'info' updated to show more information for admin and outgoing |
---|
| 515 | messages |
---|
| 516 | Renamed pretty_sender to short_zuser and renamed long_sender to |
---|
| 517 | long_zuser |
---|
[56330ff] | 518 | Moved zsig generation to the zwrite object |
---|
| 519 | Print the zsig used for outgoing messages |
---|
[61e79a9] | 520 | The tty variable now controls the zephyr location tty name |
---|
[60ffe04] | 521 | |
---|
[1fd0b25] | 522 | 1.2.2 |
---|
| 523 | Added the 'search' command. |
---|
| 524 | '/' is a keybinding for 'search' |
---|
| 525 | '?' is a keybinding for 'search -r' |
---|
| 526 | Fixed stristr, which was completely broken |
---|
| 527 | renamed owl_fmtext_ztext_stylestrip to owl_function_ztext_styletsrip |
---|
| 528 | and put it in functions.c |
---|
[59cf91c] | 529 | Attempts to stay near the current message when switching views. |
---|
| 530 | When switching from an empty view to one we've previously |
---|
| 531 | been in, the new current message position will attempt |
---|
| 532 | to be close to the current position from the last |
---|
| 533 | time we visited that view. |
---|
[67103d4] | 534 | Fixed bug in readconfig.c that prevented building under perl 5.005. |
---|
| 535 | Switched "C-x C-x" to only "startcommand quit" |
---|
[9bd2c17] | 536 | 'getsubs' prints closer to the order you sub in. |
---|
[5eeea3b] | 537 | Modified the behavior of last so that "> >" will clear the screen. |
---|
| 538 | The new behavior of last is: |
---|
| 539 | Moves the pointer to the last message in the view. |
---|
| 540 | If we are already at the last message in the view, |
---|
| 541 | blanks the screen and moves just past the end of the view |
---|
| 542 | so that new messages will appear starting at the top |
---|
| 543 | of the screen. |
---|
| 544 | Fixed a typo in the help for smartzpunt. |
---|
| 545 | Fixed functions to handle curmsg being past the end of the view. |
---|
| 546 | |
---|
[8509c08] | 547 | 1.2.1 |
---|
| 548 | New framework for command handling. |
---|
| 549 | New framework for keymap handling. |
---|
| 550 | Added commands for everything that is bound |
---|
| 551 | to a key (do 'show commands' to get the full list). |
---|
| 552 | Added 'multi' and '(' commands to allow multiple commands |
---|
| 553 | to be specified on a line. |
---|
| 554 | Added user keybindings with bindkey command. |
---|
| 555 | Added command aliases (eg, "alias foo bar"). |
---|
| 556 | Added undelete command that parallels the delete command. |
---|
| 557 | Added additional options to delete command. |
---|
| 558 | The reply command now takes arguments. |
---|
| 559 | Added 'edit:insert-text' command. |
---|
| 560 | Added 'show zpunts' to show active punt filters. |
---|
| 561 | Added 'show variable <name>' and 'show variables'. |
---|
| 562 | Added 'show command <name>' and 'show commands'. |
---|
| 563 | Added 'show keymap <name>' and 'show keymaps'. |
---|
| 564 | Added 'M-u' to undelete all messages in current view. |
---|
| 565 | Fixed dotsend so that the zephyr will still send if there |
---|
| 566 | is whitespace after the dot but not on the same line. |
---|
| 567 | This should resolve an issue where dotsend wouldn't work |
---|
| 568 | if you'd gone up and edited a zephyr. |
---|
| 569 | Bug in page down fixed |
---|
| 570 | C-t will transpose characters |
---|
[aa2f33b3] | 571 | Fix the scrolling bug where we would sometimes fail to scroll |
---|
| 572 | the screen down, leaving the current message off |
---|
| 573 | the bottom of the screen. |
---|
[8509c08] | 574 | Refixed 'login or login' typo in help |
---|
| 575 | Fixed M-u description |
---|
| 576 | Removed 'first' and 'last' from basic command help |
---|
| 577 | Added M-N to basic key help |
---|
| 578 | Added M-D, M-u to basic key help |
---|
| 579 | Fixed a quoting problem in configure.in |
---|
| 580 | Changed top of help to use 'show' instead of M-x |
---|
| 581 | Fixed a bug in the summary field for user-created aliases |
---|
| 582 | Added "reply zaway" which sends a zaway response to the current msg. |
---|
| 583 | Added "edit:delete-prev-word" command and bound M-BACKSPACE to it. |
---|
| 584 | Some buffer overruns fixed |
---|
| 585 | Variables now have a summary and a long description. |
---|
| 586 | Only the summary is shown with help. |
---|
| 587 | The long description is shown with "show variable foo". |
---|
[aa2f33b3] | 588 | Added a 'scrollmode' variable which determines how the screen |
---|
[8509c08] | 589 | will scroll as the cursor moves. The default behaves |
---|
| 590 | identically to previous versions of owl. |
---|
[aa2f33b3] | 591 | The following modes are supported: |
---|
[8509c08] | 592 | normal - This is the owl default. Scrolling happens |
---|
| 593 | when it needs to, and an attempt is made to |
---|
| 594 | keep the current message roughly near |
---|
| 595 | the middle of the screen. (default) |
---|
| 596 | top - The current message will always be the |
---|
| 597 | the top message displayed. |
---|
| 598 | neartop - The current message will be one down |
---|
| 599 | from the top message displayed, |
---|
| 600 | where possible. |
---|
| 601 | center - An attempt is made to keep the current |
---|
| 602 | message near the center of the screen. |
---|
| 603 | paged - The top message displayed only changes |
---|
| 604 | when user moves the cursor to the top |
---|
| 605 | or bottom of the screen. When it moves, |
---|
| 606 | the screen will be paged up or down and |
---|
| 607 | the cursor will be near the top or |
---|
| 608 | the bottom. |
---|
| 609 | pagedcenter - The top message displayed only changes |
---|
| 610 | when user moves the cursor to the top |
---|
| 611 | or bottom of the screen. When it moves, |
---|
| 612 | the screen will be paged up or down and |
---|
| 613 | the cursor will be near the center. |
---|
| 614 | Added owl_sprintf which returns the formatted string, or NULL. |
---|
| 615 | The caller must free this string. |
---|
| 616 | This will allocate enough memory and thus |
---|
| 617 | avoid potential some buffer overrun situations. |
---|
| 618 | Simple implementation of 'zwrite -m' (doesn't yet log an outgoing |
---|
| 619 | message as having been sent.) |
---|
| 620 | The "Not logged in or subscribing to messages" error |
---|
| 621 | now includes the name of the recipient. |
---|
| 622 | The "disable-ctrl-d" variable may also be set to "middle" |
---|
| 623 | which will result in ctrl-d only sending at the |
---|
| 624 | end of the message. This is now the default. |
---|
| 625 | This also added a command "editmulti:done-or-delete". |
---|
| 626 | Fixed a bug in the "reply -e" command. |
---|
| 627 | Always clear the command buffer before executing the command. |
---|
| 628 | (So that interactive commands can sanely do start-command.) |
---|
| 629 | Fixed preservation of e->dotsend across owl_editwin_clear(). |
---|
| 630 | Added history for multiline edit windows (eg, for zephyr composition). |
---|
| 631 | The M-n and M-p keys will cycle through the history ring. |
---|
| 632 | In particular, it is now possible to edit the command line |
---|
| 633 | of a zephyr being composed: C-c it and restart it |
---|
| 634 | and then M-p to get the aborted composition back. |
---|
| 635 | Added owl::send_zwrite(command, message) to the perl glue |
---|
| 636 | to allow for the direct sending of multi-line messages. |
---|
| 637 | For example: owl::send_zwrite("-c foo -i bar", "hello"); |
---|
| 638 | Changed owl_fmtext_print_plain to return an alloc'd string to |
---|
| 639 | avoid buffer overrun risks. |
---|
| 640 | Added owl::ztext_stylestrip("...") function to perlglue |
---|
| 641 | which returns the ztext with formatting stripped out. |
---|
| 642 | Added colorztext variable which can be used to disable @color() |
---|
| 643 | strings arriving in messages after it is set. |
---|
| 644 | (Currently, changing its value won't reformat messages). |
---|
| 645 | Outgoing zephyr logging now obeys the logpath variable. |
---|
| 646 | The '~' character in logpath and classlogpath now gets |
---|
| 647 | replaced with the user's home directory. |
---|
| 648 | Added simple implementation of smartnarrow-to-admin that |
---|
| 649 | creates a "type-admin" autofilter. |
---|
| 650 | This was done mostly so that M-C-n and M-C-p do something |
---|
| 651 | sane on admin messages. |
---|
| 652 | Added opera to the allowed options to the webbrowser variable. |
---|
| 653 | Fixed some buffer overruns in the "reply" command. |
---|
| 654 | When repying to "all" on a message that begins with "CC:" (eg, sent |
---|
| 655 | with "zwrite -C", the reply line will be constructed |
---|
| 656 | from the sender and the usernames on the CC: line |
---|
| 657 | of the message being replied to. |
---|
| 658 | There is no such thing as C-R, so left C-r as it is but added: |
---|
| 659 | M-r --- edit reply to all |
---|
| 660 | M-R --- edit reply to sender |
---|
| 661 | Added RCS Id strings to all files. |
---|
| 662 | 'show keymaps' shows details of all keymaps after summary list. |
---|
| 663 | Added --no-move option to delete command. |
---|
| 664 | In particular, delete-and-always-move-down may now |
---|
| 665 | be implemented with |
---|
| 666 | '( delete --no-move ; next --skip-deleted )'. |
---|
| 667 | Folded the nextmsg and prevmsg commands and functions together into |
---|
| 668 | one command which takes arguments. |
---|
| 669 | Added '--filter <name>' option (eg, for next_personal), |
---|
| 670 | '--skip-deleted' option, and |
---|
| 671 | '--last-if-none'/'--first-if-none' options. |
---|
| 672 | Help updated accordingly. |
---|
| 673 | In particular, the 'personal' filter is now used |
---|
| 674 | for 'next personal'. |
---|
| 675 | Added --smart-filter and --smart-filter-instance options |
---|
| 676 | to the next and prev commands. |
---|
| 677 | Updated examples/owlconf.erik with the above. |
---|
| 678 | Made owl_function_fast*filt return a string and not do the |
---|
| 679 | narrowing, to make it more general. |
---|
| 680 | Added a smartfilter command that creates a filter |
---|
| 681 | based on the current message and returns the name |
---|
| 682 | of the filter. |
---|
| 683 | Added M-C-n and M-C-p keybindings to "move to next message |
---|
| 684 | matching current" and "move to previous message |
---|
| 685 | matching current" |
---|
| 686 | Added variables edit:maxfillcols and edit:maxwrapcols which |
---|
| 687 | will limit how wide editing paragraphs may get before |
---|
| 688 | they get wrapped. This is a max and may be narrower |
---|
| 689 | depending on the current size of the window. |
---|
| 690 | If 0, the max is unlimited. Default is 70 columns for |
---|
| 691 | edit:maxfillcols and unlimited for edit:maxwrapcols. |
---|
| 692 | Added smartzpunt command with key binding of "C-x k". |
---|
| 693 | This starts a zpunt command filled in with |
---|
| 694 | the proposed zpunt. |
---|
| 695 | Fixed a memory reference bug in delete and undelete commands. |
---|
| 696 | Added support for perl to call directly back into owl. |
---|
| 697 | Changed the implementation of owl::command("...") to immediately |
---|
| 698 | call back into owl. This allows perl to get the return |
---|
| 699 | value of strings returned by owl commands. |
---|
| 700 | Added the getview command which returns the name of the current |
---|
| 701 | view's filter. |
---|
| 702 | Added the getvar command which returns the value of a variable. |
---|
| 703 | Added an example to examples/owlconf.erik which uses TAB to |
---|
| 704 | narrow and restore the view. |
---|
| 705 | Added an example to examples/owlconf.erik which uses M-c to |
---|
| 706 | color messages matching the current one green. |
---|
| 707 | Integrated change to fix problem with popup blinking on new zephyrs. |
---|
| 708 | C-l and resizes will now refresh an open viewwin (eg, help). |
---|
| 709 | Updated doc/code.txt to include info about filters, commands, |
---|
| 710 | contexts, and keybindings. |
---|
| 711 | Exec commands cleaned up to not have buffer-size limitations |
---|
| 712 | and to not mess up spaces. exec also returns a string |
---|
| 713 | of the output now. |
---|
| 714 | Integrated changes from 1.1.3, and added docs for "zlocate -d" |
---|
| 715 | and new show commands. |
---|
| 716 | Show with arguments produces help on show. |
---|
| 717 | Fix a bug in readconfig caught by efence (where we'd try to read before |
---|
| 718 | the beginning of a string if it was empty). |
---|
[7d4fbcd] | 719 | The perl command doesn't do makemsg directly, but instead |
---|
[8509c08] | 720 | returns the string and it will get printed if it |
---|
| 721 | was run interactively. |
---|
[7d4fbcd] | 722 | |
---|
| 723 | 1.1.3 |
---|
| 724 | 'show subs' and 'show subscriptions' are now the same as 'getsubs' |
---|
| 725 | zlocate now takes an optional -d argument |
---|
| 726 | 'show terminal' / 'show term' |
---|
| 727 | '>' / last doesn't set the last message at the top of the screen now |
---|
| 728 | implemented _followlast as an unsupported feature |
---|
| 729 | include 'default' in the 'show colors' list |
---|
| 730 | added help for 'zpunt' and 'zunpunt' |
---|
| 731 | changed the bug address in the startup message |
---|
| 732 | can now do 'show status' |
---|
| 733 | can now do 'show version' |
---|
| 734 | 'status' / 'show status' includes the owl version number now |
---|
| 735 | 'show terminal' includes whether the terminal can change colors |
---|
| 736 | fixed off by one bugs in paging / scrolling viewwin |
---|
| 737 | don't downcase the sender when getting the log name for personals |
---|
| 738 | support @owl::fields as well as @fields |
---|
| 739 | downcase class/inst filter names in auto filters |
---|
| 740 | |
---|
| 741 | 1.1.2 |
---|
| 742 | Fixed memory mishandling bug |
---|
| 743 | Fixed bug in redfining the filter attached to the current view |
---|
| 744 | M-n will narrow to message, instance on non-personal, class |
---|
| 745 | MESSAGE messages |
---|
| 746 | M-N behavies like M-n except that on class messages it narrows |
---|
| 747 | to class and instance |
---|
| 748 | line wrap earlier, to account for tabbing |
---|
| 749 | fixed typo in help |
---|
| 750 | 'status' command now displays info on terminal color support |
---|
| 751 | zephyr @ formatting is now case independant |
---|
| 752 | added support for color terminals |
---|
| 753 | zephyr @color(foo) now works |
---|
| 754 | 'D' for deleted messages is now not bold, unless it's the current |
---|
| 755 | message |
---|
| 756 | F1 displays the help screen |
---|
| 757 | added filter colors |
---|
| 758 | added the 'colorview' command |
---|
| 759 | added the 'show colors' command |
---|
| 760 | users who don't have a .zephyr.subs get a simpler format for |
---|
| 761 | incoming messages |
---|
| 762 | If colors are available 'show filters' will show a filter in the |
---|
| 763 | color associated with it. |
---|
| 764 | Added the zpunt and zunpunt commands |
---|
| 765 | Lines in the subs file starting with '-' are zpunted |
---|
| 766 | Include login/logout messages in auto user filters |
---|
| 767 | 'V' changes to the home view ('all' by default) |
---|
| 768 | |
---|
| 769 | 1.1.1 |
---|
| 770 | Fixed perl, aperl, and pperl commands to deal with quoting |
---|
| 771 | and spaces in a saner manner. |
---|
| 772 | Removed all owl_get_* methods for booleans and switched |
---|
| 773 | cases where they were used to owl_is_* |
---|
| 774 | Changes to owlconf.erik to use some new features. |
---|
| 775 | Increased the size of the help buffer (as it |
---|
| 776 | was overflowing and truncating the help message). |
---|
| 777 | Variables prefixed with a _ are not shown in help |
---|
| 778 | or by printallvars (and prefixed Not Yet Implemented |
---|
| 779 | variables with this). |
---|
| 780 | Fix typo in help |
---|
| 781 | include stdio.h in functions.c |
---|
| 782 | remove stale "q to quit" from bottom of info message |
---|
| 783 | fix downward scrolling more than a page |
---|
| 784 | use authentication for zlocate, by default |
---|
| 785 | fixed buffer over run in info command on long messages |
---|
| 786 | call 'perl <file>' from Makefile to avoid hardcoding perl paths |
---|
| 787 | in Makefile don't build owl_prototypes.h unless necessary |
---|
| 788 | store the time for admin messages |
---|
| 789 | display admin message time in 'info' command |
---|
| 790 | fixed an editwin M-> last character bug |
---|
| 791 | |
---|
| 792 | 1.1 |
---|
| 793 | reply is a normal function now |
---|
| 794 | 'R' does reply to sender |
---|
| 795 | 'T' tells you how many messages were marked for deletion |
---|
| 796 | local realm removed from login / logout messages |
---|
| 797 | added command history |
---|
| 798 | better runtime / starttime reporting in 'status' command |
---|
| 799 | leave the pointer near the current message after expunge |
---|
| 800 | C-l recenters editwin |
---|
| 801 | implemented zlocate |
---|
| 802 | @italic works the same as @i |
---|
| 803 | on reply only quote class / instance when necessary |
---|
| 804 | C-r allows you to edit the reply line |
---|
| 805 | don't use unecessary options in reply line |
---|
| 806 | display 'info' errors in msgwin, not popup |
---|
| 807 | impelemnted aexec, pexec commands |
---|
| 808 | the zsig now goes through ztext formatting |
---|
| 809 | messages have id numbers now |
---|
| 810 | 'info' prints the msgid |
---|
| 811 | added the 'filter' command |
---|
| 812 | added the 'view' command |
---|
| 813 | added the 'show filter' command |
---|
| 814 | added the 'viewclass' (and 'vc') commands |
---|
| 815 | added the 'viewuser' (and 'vu') commands |
---|
| 816 | M-n will filter to the current class or user |
---|
| 817 | 'v' starts a view command |
---|
| 818 | M-D will delete all messages in current view |
---|
| 819 | added the 'delete' (and 'del') command |
---|
| 820 | load-subs with no argument loads the default subs file |
---|
| 821 | '<truncated>' is now when the *current* message is truncated |
---|
| 822 | the reply-lockout filter (with default) specifices messages that |
---|
| 823 | cannot be replied to. |
---|
| 824 | in the configfile owl::receive_msg is run whenever a message is |
---|
| 825 | received |
---|
| 826 | added the beep command |
---|
| 827 | added the contributors file |
---|
| 828 | declare ZGetSubscriptions and ZGetLocations since the includes |
---|
| 829 | don't seem to |
---|
| 830 | fixed bug in displaying last line in popwin if no final '\n' |
---|
| 831 | 'T' uses the 'trash' filter now |
---|
| 832 | zaway_msg, zaway_msg_default and zaway are all user variables now. |
---|
| 833 | zsig variable overrides zsigproc |
---|
| 834 | If there's no appendtosepbar don't interfear with the sepbar |
---|
| 835 | Changed: owl_message_get_numlines will return 0 of m is NULL |
---|
| 836 | Added login messages to messages marked by owl_function_delete_automsgs |
---|
| 837 | Added owl_function_delete_by_id(id) which acts independent of view |
---|
| 838 | Added "-id <id>" option to delete command |
---|
| 839 | Fixed an arg checking bug in delete command |
---|
| 840 | Added owl::id to perl namespace with message id |
---|
| 841 | Fixed a memory corruption bug in readconfig.c (where right |
---|
| 842 | after the strdup to "out", we'd strcat a \n onto the end. |
---|
| 843 | This would be triggered whenever owl::format_msg returned |
---|
| 844 | a string not ending in a newline |
---|
| 845 | Added 'X' keybinding which expunges and then switches to |
---|
| 846 | a view defined by the variable "view_home" which defaults |
---|
| 847 | to "all" |
---|
| 848 | Consolidated readconfig.c somewhat to remove duplication. |
---|
| 849 | owl_config_execute now returns a string. |
---|
| 850 | Added an example config file that does vt-style formatting. |
---|
| 851 | (examples/owlconf.vtformat) |
---|
| 852 | Added the 'perl', 'aperl', and 'pperl' commands which will |
---|
| 853 | evaluate perl expressions. |
---|
| 854 | Fixed bug where pclose zsigproc would cause zombies |
---|
| 855 | Can set zsigproc or zsig to "" to disable |
---|
| 856 | Added support for multiple browsers (galeon and none were added). |
---|
| 857 | Configure with the "webbrowser" variable. |
---|
| 858 | Changing typewinsize height triggers resize event. |
---|
| 859 | Added zsig variable which will be used if no zsigproc and non-empty. |
---|
| 860 | Added "make test" rule to Makefile which will run regression tests, |
---|
| 861 | and added regression testing framework to tester |
---|
| 862 | Fixed codelist.pl to ignore static declarations. |
---|
| 863 | Added dict.c which contains string->ptr dictionary routines |
---|
| 864 | and the owl_dict type. |
---|
| 865 | These include regression tests. |
---|
| 866 | Overhaul/rewrite of variable handling. Variables are now managed |
---|
| 867 | in an owl_vardict (in g.vars) which contains a dictionary |
---|
| 868 | of owl_variable's. Each owl_variable has dispatch functions |
---|
| 869 | for validating values, setting it and getting it, |
---|
| 870 | and for setting it to and from string values. |
---|
| 871 | The variable.c file contains the list of variables. |
---|
| 872 | Stubs for the owl_global_<varname>_get functions and friends |
---|
| 873 | are generated from variable.c by stubgen.pl. |
---|
| 874 | The help.c messages for variables now calls into variable.c |
---|
| 875 | so all information about most variables is in one place. |
---|
| 876 | Cleaned out code from global.c and command.c that was made obselete |
---|
| 877 | by variable overhaul. |
---|
| 878 | The set command now takes a -q option to not log a message. |
---|
| 879 | Fixed a bug where set and print with no arguments would |
---|
| 880 | print "Undefined variable" in addition |
---|
| 881 | to running owl_function_printallvars. |
---|
| 882 | debug is now a variable that can be turned on and off. |
---|
| 883 | Fixed mail,inbox message parsing in examples/owlconf.erik |
---|
| 884 | Made zaway_msg and zaway_msg_default into variables |
---|
| 885 | Changed owl_function_makemsg and owl_function_debugmsg |
---|
| 886 | to use varargs (ie, so they can now take a format |
---|
| 887 | string with args). |
---|
| 888 | Don't allow " and \ characters in URLs with the "w" command. |
---|
| 889 | Removed lots of build warnings. |
---|
| 890 | Popwins are wider by default so help messages fit better. |
---|
| 891 | Added an atokenize_free function. |
---|
| 892 | Fixes to work with an older version of libzephyr. |
---|
| 893 | Added dependencies on header files to Makefile.in |
---|
| 894 | Added pageup and pagedown key bindings to message list |
---|
| 895 | Added pageup and pagedown to viewwin |
---|
| 896 | Added configfile section to doc/intro.txt (from example config file) |
---|
| 897 | Added appendtosepbar variable which may contain text which will |
---|
| 898 | be appended to the sepbar. This allows the configfile |
---|
| 899 | to put information about pings and logins into |
---|
| 900 | the sepbar. (It may be worth also providing a variable |
---|
| 901 | which enables this by default, but for now this allows |
---|
| 902 | for experimenting with what works well.) |
---|
| 903 | Added doc/code.txt which gives a brief overview of the code. |
---|
| 904 | Added tags makefile rule and added TAGS to distclean rule. |
---|
| 905 | |
---|
| 906 | 1.0.1 |
---|
| 907 | fix frees in loadsubs and loadloginsubs |
---|
| 908 | don't return in owl_free |
---|
| 909 | |
---|
| 910 | 1.0 |
---|
| 911 | 'print' and 'set' with no arguments prints all variables |
---|
| 912 | Added the 'unsubscribe' and 'unsub' command |
---|
| 913 | Renamed the 'unsub' command to 'unsuball' |
---|
| 914 | Added the 'getsubs' command which is like zctl ret |
---|
| 915 | Fixed bug in logging messages sent to more than one recipient |
---|
| 916 | Support '-C', '-O', and '-n' options to zwrite |
---|
| 917 | Fixed bug in owl_editwin_delete_char when there are no later chars |
---|
| 918 | after the cursor |
---|
| 919 | Make "more" and "truncated" work in the status bar |
---|
| 920 | enable printing of zsigproc and loginsubs variables |
---|
| 921 | only allow message scrolling if the message is actually off the |
---|
| 922 | screen |
---|
| 923 | 'T' will mark all automated message for deletion |
---|
| 924 | 'P' will go to the next personal message |
---|
| 925 | 'M-P' will go to the previous personal message |
---|
| 926 | replying to a login message goes to the user now |
---|
| 927 | added a status command |
---|
| 928 | added the intro doc to the release |
---|
| 929 | fixed off by one bug in viewwin |
---|
| 930 | added complete online help |
---|
| 931 | pass $owl::realm in configfile |
---|
| 932 | fixed editwin wordwrapping on the last line |
---|
| 933 | fixed editwin problem with key_right past the last char |
---|
| 934 | print an error and quit if the configfile can't be parsed |
---|
| 935 | got rid of owl_mainwin_calculate_topmsg |
---|
| 936 | fixed off by one error in calculating topmsg upwards |
---|
| 937 | you can now reply to an admin message |
---|
| 938 | don't display an error about keypress on window resize |
---|
| 939 | |
---|
| 940 | 0.11 |
---|
| 941 | fixed bug in viewing messages longer than the screen |
---|
| 942 | indicate in the sepbar if there is a non zero vert offset |
---|
| 943 | send on '.' on a line by itself |
---|
| 944 | added disable-ctrl-d variable |
---|
| 945 | fixed bug where C-k did not delete the last \n in the buffer |
---|
| 946 | make non-character meta keys work |
---|
| 947 | use ZSendNotice instead of ZSendList |
---|
| 948 | implemented <, >, M-< and M-> in viewwin |
---|
| 949 | removed the spaces at the bottom of viewwin |
---|
| 950 | added 'about' command |
---|
| 951 | fixed bug using 'M' with no current message |
---|
| 952 | changed message object to use char *'s to save on memory |
---|
| 953 | change malloc, realloc, strdup and free to use owl hooks so that |
---|
| 954 | debugging can be added |
---|
| 955 | |
---|
| 956 | 0.10.1 |
---|
| 957 | fixed a trailing space bug in the parser |
---|
| 958 | impelemented the "burning ears" feature |
---|
| 959 | have admin messages do ztext parsing |
---|
| 960 | fixed bug in reporting which M- key was pressed |
---|
| 961 | C-g will now cancel commands like C-c |
---|
| 962 | |
---|
| 963 | 0.10 |
---|
| 964 | implemented owl_function_full_redisplay(). |
---|
| 965 | C-l uses owl_function_full_redisplay(). |
---|
| 966 | when a popwin exists to a full redisplay. (fixes bug) |
---|
| 967 | improved the owl_editwin_process_char logic |
---|
| 968 | removed all unnecessary wrefresh's and replaced with wnoutrefesh |
---|
| 969 | owl_editwin_redisplay now takes an argument to optionally doupdate() |
---|
| 970 | improved the cut-and-paste speed by not doing a usleep the first |
---|
| 971 | time through the loop after getting a keypress. |
---|
| 972 | nuked typwin.c and associated stuff. It's useless now. |
---|
| 973 | added viewwin code for paging windows |
---|
| 974 | curly braces work for zephyr formatting |
---|
| 975 | @i in zephyr formatting will be displayed as underlined text |
---|
| 976 | turned off idlok |
---|
| 977 | implemented viewwin |
---|
| 978 | implemented viewwi in popwin for pageable popwins |
---|
| 979 | help, info now use pageable popwins |
---|
| 980 | bound 'M' to bring the current message up in a popwin |
---|
| 981 | return, space bar, 'b' and backspace now scroll within a message |
---|
| 982 | turned off resize message |
---|
| 983 | C-v and M-v page the main window |
---|
| 984 | implemented owl_message_is_mail |
---|
| 985 | some build cleanup |
---|
| 986 | |
---|
| 987 | |
---|
| 988 | 0.9 |
---|
| 989 | added owl_message_is_personal and have things use it |
---|
| 990 | added owl_message_is_private |
---|
| 991 | fixed 'print personalbell' and have 'set personalbell' |
---|
| 992 | print a message |
---|
| 993 | bold only on message_is_personal |
---|
| 994 | display the realm if not local |
---|
| 995 | implemented M-f, M-b, M-d, M-<, M-> in editwin |
---|
| 996 | implemnted word wrapping in editwin |
---|
| 997 | implemented M-q (paragraph-fill) in editwin |
---|
| 998 | fixed bug that caused owl to segfault logging a 'weird' class |
---|
| 999 | M-x is a keysym for ':' |
---|
| 1000 | added smart bolding and userclue |
---|
| 1001 | fixed a bug causing pings to beep even if rxping is off |
---|
| 1002 | |
---|
| 1003 | 0.8.1 |
---|
| 1004 | fixed bug in logging code |
---|
| 1005 | |
---|
| 1006 | 0.8 |
---|
| 1007 | implemented personal logging |
---|
| 1008 | implemented class logging |
---|
| 1009 | implemented resize of typewin |
---|
| 1010 | fixed the backspace problem |
---|
| 1011 | -v command line option prints the version number |
---|
| 1012 | |
---|
| 1013 | 0.7 |
---|
| 1014 | load-subs will report error opening file |
---|
| 1015 | skip comment lines in loadsubs and loadloginsubs |
---|
| 1016 | changed internal references to rxping and txping |
---|
| 1017 | fix replying to a blank instance |
---|
| 1018 | added subscribe command |
---|
| 1019 | subscribe to login messages from .anyone by default |
---|
| 1020 | 'loginsubs' variarble controlls automated login messages |
---|
| 1021 | redisplay the editwin after a resize |
---|
| 1022 | leave the cursor in the editwin if active |
---|
| 1023 | fix problems in the build system |
---|
| 1024 | added displayoutgoing variable |
---|
| 1025 | temporarily removed error printing for zlog in / out |
---|
| 1026 | |
---|
| 1027 | 0.61 |
---|
| 1028 | fixed bug in "message sent to <foo>" for zwrite |
---|
| 1029 | |
---|
| 1030 | 0.6 |
---|
| 1031 | help updated |
---|
| 1032 | zaway key set to caps A |
---|
| 1033 | support zephyring other realms |
---|
| 1034 | rxping variable for receiving pings |
---|
| 1035 | txping variable for sending pings |
---|
| 1036 | function in place to resize typwin |
---|
| 1037 | C-l to refresh |
---|
| 1038 | personal bell variable |
---|
| 1039 | beta message now an admin message |
---|
| 1040 | |
---|
| 1041 | 0.5 |
---|
| 1042 | Added the debug command and flag |
---|
| 1043 | Fixed bug in printing fields in info command |
---|
| 1044 | Added owl_fmtext_append_ztext and use it |
---|
| 1045 | Better formating for pings and login zephyrs |
---|
| 1046 | make tester depends on proto |
---|