Changeset 2ff0693
- Timestamp:
- Nov 27, 2010, 12:26:27 AM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- e974152, a359456
- Parents:
- 7aa1fa5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r9d2a105 r2ff0693 1 1.7 2 * Download Twitter consumer keys from barnowl.mit.edu. -nelhage@MIT.EDU 3 * Fix unsub when .zephyr.subs is a symlink. -jgross@MIT.EDU 4 * Display subject as XMPP personal context (if set). -adehnert@mit.edu 5 * Allow adding text to the command history. -adehnert@mit.edu 6 * Fix webzephyr handling. -asedeno@mit.edu 7 * Fix searching for text containing '!'. -andersk@mit.edu 8 * Fix a number of memory leaks. -davidben@mit.edu 9 * Correctly narrow on personals from realm-less senders. -davidben@mit.edu 10 * Add a random zsig function -kevinr@free-dissociation.com 11 * Implement searching in popup windows (help, etc.). davidben@mit.edu 12 * When a zwrite fails, display a more accurate error than "Waiting for ack". davidben@mit.edu 13 * Fix editwin motion for empty first lines -davidben@mit.edu 14 * Handle incoming messages with tab characters better. -davidben@mit.edu 15 * Use fpathconf to disable signals -asedeno@mit.edu 16 * Fix tab-completion of aliases. -nelhage@mit.edu 17 * Fix a crash and some bugs in 'zcrypt'. -nelhage@mit.edu 18 * Display the cleartext on outgoing zcrypted personals. -nelhage@mit.edu 19 * Add owl_window framework to allow more flexible UI. -davidben@mit.edu 20 * Display submap bindings in :show keymap KEYMAP. -davidben@mit.edu 21 * Make unit test environment more consistent with standard BarnOwl. -nelhage@mit.edu 22 * Jabber: Set long_sender in a MUC to the full sender JID (from presence). -andersk@mit.edu 23 * Do not instantiate various timers unless used. -davidben@mit.edu 24 * Make smartnarrow work better on CC:'d personals. -nelhage@mit.edu 25 * Set edit:maxwrapcols to 70 by default. -andersk@mit.edu 26 * Allow disabling of both automatic wrapping and filling, display soft line-breaks. -nelhage@mit.edu 27 * Fix a bug in editwin redraw with echochar set. -nelhage@mit.edu 28 * Refactor resize code to cut down on flicker and relayout the popwin. -davidben@mit.edu 29 * Make viewperson, vp aliases for viewuser. -kevinr@free-dissociation.com 30 * Import Twitter module into main tree. -nelhage@mit.edu 31 32 1.6.2 33 * Use a uniquified debug file location. -nelhage@mit.edu 34 * Open the debug file using O_EXCL and an explicit mode. -nelhage@mit.edu 35 * Don't send AIM passwords to the debug log. -geofft@mit.edu 36 * Remove some dead AIM code that sends local files to the server. -geofft@mit.edu 37 * Handle errors from ZPending and ZReceiveNotice (CVE-2010-2725). -nelhage@mit.edu 38 * Include the public repository URL in the README -alexmv@mit.edu 39 * Install the documentation in 'make install'. -nelhage@mit.edu 40 * Add a configure flag to enable/disable building with krb4. -wthrowe@mit.edu 41 * Fix an infinite loop on 'view -r args'. -nelhage@mit.edu 42 * Free paths to Zephyr dot-files when non-existant -davidben@mit.edu 43 * Jabber: Accept a -m argument to jwrite to set the message. -nelhage@mit.edu 44 45 1.6.1 46 * Jabber: Explain how to set your nick when joining a MUC. -andersk@mit.edu 47 * Jabber: Make smartnarrow -i filter on subject. -andersk@mit.edu 48 * Jabber: Fix completion of MUC names. -nelhage@mit.edu 49 * Improve help for bindkey and unbindkey -leonidg@mit.edu 50 * Fix a segfault in smartnarrow. -nelhage@mit.edu 51 * Fix a race in handling of resize events. -andersk@mit.edu 52 1 53 1.6 2 54 * Support filtering on whether a message has been deleted. -nelhage@mit.edu -
configure.ac
r4e118a0 r2ff0693 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT([BarnOwl],[1.7 dev],[bug-barnowl@mit.edu])2 AC_INIT([BarnOwl],[1.7rc1],[bug-barnowl@mit.edu]) 3 3 AM_INIT_AUTOMAKE([1.7.0 -Wall -Wno-portability foreign]) 4 4 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Note: See TracChangeset
for help on using the changeset viewer.