* Got rid of some stupid functionality that did nothing as to what the button was called - Show Today now shows today in the calendar.
* Moved the contact conversion function somewhere nicer.
* We can now check if mail is being sent to us, and brins up our own card.
* Email field is automatically filled in when creating a new contact.
* A few more tiny bug fixes.
- Support the Sun LDAP library as an alternative to OpenLDAP (Novell/Mozilla use the same API and will be supported later).
- Support the Solaris variants of the re-entrant pwd.h functions.
- Add example SMF manifest and method files for Bongo.
* Better logic for checking contacts in conversation view (see above).
* When we get a response back after editing a contact, add it to the contactMap correctly (we were attempting to add it using an undefined key).
* Fixes a yucky bug from r77 where editing contacts was impossible.
brokenness.
* Lots of CLucene logic changes - we can now check for whatever
you set --libdir to when compiling clucene, as well as checking for he
existence of system CLucene without --with-clucene being passed.
* Don't run autotools over import/ if we're not using them.
* Forces the minimum Automake version to 1.9, since 1.8 didn't
completely work with Bongo in the first place.
Thanks to Daniel Ostrow <dostrow@gentoo.org> for these! :)
labels, instead of just on login.
* Conversation people dropdowns removed from stylesheet.
* Login button fixup.
* Reply-to-list now has a different icon and brackets around mailto
address have been removed: <list@example.com> => list@example.com
* Sender name now clickable in conversation view - doesn't do anything
obvious yet.
* Some composer button fixups - labels got removed at some point :s
* Don't immediately save an empty draft when composing - wait a minute until the user has entered some content, then save.
* A somewhat lacking French translation fixed up to some extent.
* bongo.pot fixed for translators.
* Login screen layout change (minor).
* Reply-to-list function added to conversation view (this may not work).
* Adds a non-working Preferences dialog to the userbar.
* Main interface is now localisable.
* Moved search top right, and removed the timezone selector.
* New internal userbar layout (the top thing) to fit things we shove there - report any rendering issues.
* Link to administration panel if user is logged in as 'admin'
* Fixed hrefs in Hawkeye (issue caused by previous patch). Dragonfly must live at the root URL (/dragonfly.html).
* Removed timezone selection from main header (will be moved into Preferences soon).
* Path cleanup in bongo.conf.in
* Prettfied Search.js / Dragonfly search results.
* make it work with automake 1.8
* simpler system for expanding path variables
* make it work with older gm4
Thanks to Albert Lee <trisk@acm.jhu.edu> for these!