Changeset 6d80673


Ignore:
Timestamp:
Aug 16, 2009, 7:48:28 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
ecc958e
Parents:
bff8f9f
git-author:
Nelson Elhage <nelhage@mit.edu> (08/15/09 19:19:16)
git-committer:
Nelson Elhage <nelhage@mit.edu> (08/16/09 19:48:28)
Message:
BarnOwl 1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5df4b9a r6d80673  
     11.3
     2 * Clean up the edit window code significantly. -kcr
     3 * Support inputting tabs in the editwin. -kcr
     4 * Support C-y for yanking text in the editwin. -kcr
     5 * Implement some convenience commands for working with filters. -adehnert
     6 * IRC: Fix "ARRAY(0x...)" at the start of 'whois' output. -nelhage
     7 * Expands tabs to 8 spaces in incoming and outgoing messages. -nelhage
     8 * Make 'zwrite -C ... -m ...' add a CC: line. -nelhage
     9 * Switch the build system to use automake. -nelhage
     10 * Make BarnOwl::$COMMAND to warn if it tokenizes its arguments. -nelhage
     11 * Expose more editwin functionality to perl. -nelhage
     12 * Quash a zephyr 3 warning by adding some missing consts. -andersk
     13 * Fix crash on malformed multi command. -andersk
     14 * owl_command_punt_unpunt: Plug memory leak. -andersk
     15 * stderr_redirect_handler: Plug a memory leak. -andersk
     16 * Jabber: Sort roster entries. -asedeno
     17 * Get rid of a whole bunch of useless casts. -andersk
     18 * Reimplement search in terms of owl_regex. -andersk
     19 * Export owl_function_debugmsg to perl as BarnOwl::debug(). -nelhage
     20 * Implement a tab-completion framework. -nelhage
     21 * Tab-complete commands. -nelhage
     22 * Tab-complete zephyr commands. -nelhage
     23 * Tab-complete help command. -davidben
     24 * Tab-complete :jwrite. -asedeno
     25 * Tab-complete :filter. -davidben
     26 * Tab-complete IRC commands. -broder
     27 * Tab-complete the :show command. nelhage
     28 * Tab-complete :vu and :vc. -nelhage
     29 * Tab-complete :set and :getvar. -davidben
     30 * Tab-complete :view. -davidben
     31 * Improve JID resolution. -asedeno
     32 * Quash some unused variable warnings building --without-zephyr. -andersk
     33 * Use 'const' modifiers in the source where appropriate. -andersk
     34
    1351.2.1
    236 * Fix building with Zephyr support. -nelhage
  • configure.ac

    r4656238 r6d80673  
    11dnl $Id$
    22dnl Process this file with autoconf to produce a configure script.
    3 AC_INIT([BarnOwl],[1.3rc1],[bug-barnowl@mit.edu])
     3AC_INIT([BarnOwl],[1.3],[bug-barnowl@mit.edu])
    44AM_INIT_AUTOMAKE([-Wall foreign])
    55
Note: See TracChangeset for help on using the changeset viewer.