Changeset 82fbdf0


Ignore:
Timestamp:
Oct 11, 2009, 7:19:43 PM (14 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:
5b376388
Parents:
68ab07c
Message:
BarnOwl 1.4rc1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r6d80673 r82fbdf0  
     11.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
    1511.3
    252 * Clean up the edit window code significantly. -kcr
  • configure.ac

    rde8945b r82fbdf0  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_INIT([BarnOwl],[1.4pre1],[bug-barnowl@mit.edu])
     2AC_INIT([BarnOwl],[1.4rc1],[bug-barnowl@mit.edu])
    33AM_INIT_AUTOMAKE([-Wall foreign])
    44m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Note: See TracChangeset for help on using the changeset viewer.