Changeset 1fd6086
- Timestamp:
- Dec 19, 2009, 10:51:01 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- cce5dbd
- Parents:
- 6aa4611
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r82fbdf0 r1fd6086 1 1.5 2 * Allow ^Z to be rebound. -nelhage@mit.edu 3 * Skip some IRC admin messages by default, controlled by irc:skip -alexmv@mit.edu 4 * Reconnect and re-join channels on IRC disconnect -alexmv@mit.edu 5 * Correct the --with-libzephyr help string to --with-zephyr. -andersk@mit.edu 6 * Improve performance narrowing to certain filters. -nelhage@mit.edu 7 * Add completion for :filter* -adehnert@mit.edu 8 * Fix filter* -adehnert@mit.edu 9 * Mark the current mark with an asterisk -davidben@mit.edu 10 * Complete class names for the 'unsub' command. -nelhage@mit.edu 11 * Make control characters human-readable -kcr@1ts.org 12 * Further complete the show command -davidben@mit.edu 13 * Fix a bug reflowing text in the editwin. -davidben@mit.edu 14 * Reconnect to MUCs when reconnecting to Jabber. -asedeno@mit.edu 15 * Fix spurious trailing newlines in zsigs. -andersk@mit.edu 16 * Fix the behavior of the zsig variable. -kcr@1ts.org 17 * Drop owl_animate_hack. -asedeno@mit.edu 18 * Add IRC server and channel listing to buddylist -alexmv@mit.edu 19 * Make Jabber try to reconnect when disconnected, at exponential intervals -alexmv@mit.edu 20 * Better documentation for jabberlogout. -asedeno@mit.edu 21 * jabberlogout -a --> jabberlogout -A -asedeno@mit.edu 22 * Change the default jabber resource to 'barnowl' -asedeno@mit.edu 23 * Updated Jabber documentation for consistency. -zhangc@mit.edu 24 * Document :bindkey more clearly. -geofft@mit.edu 25 1 26 1.4 2 27 * Fix description of edit:history-next -davidben@mit.edu -
configure.ac
r438009c r1fd6086 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT([BarnOwl],[1.5 pre1],[bug-barnowl@mit.edu])2 AC_INIT([BarnOwl],[1.5rc1],[bug-barnowl@mit.edu]) 3 3 AM_INIT_AUTOMAKE([-Wall foreign]) 4 4 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Note: See TracChangeset
for help on using the changeset viewer.