Commit graph

7 commits

Author SHA1 Message Date
jmmv
209df3826d Update to 2.0.3:
* Improvements:
  - Added a View Journal button to the LiveJournal Friends dialog
  - Refresh Recent Entries menu after posting or updating an entry
  - Use D-BUS to detect current music

  * Fixes:
  - Correctly fetch LiveJournal attributes
  - Compilation fixes for OpenBSD and GCC 2.95
  - Expand username compatibility
  - Fix several double mnemonics
  - Improve XML-RPC compatibility
  - Support HTTP redirections
  - Resolve problem opening draft entries
  - Numerous fixes for Atom/Blogger 2.0

  * Translations:
  - Added Nepali translation (Pawan Chitrakar)
  - Added Lithuanian translation (Žygimantas Beručka)
  - Added Catalan translation (Gil Forcada)
  - Added Vietnamese translation (Clytie Siddall)
  - Added Finnish translation (Ilkka Tuohela)
  - Added French translation (Jeff Coquery)
  - Added Russian translation (Valek Filippov)
  - Updated Czech translation (Miloslav Trmac)
  - Updated German translation (Frank Arnold)
  - Updated Dutch translation (Vincent van Adrighem)
  - Updated Simplified Chinese translation (Funda Wang)
  - Updated Bulgarian translation (Yavor Doganov)
  - Updated Swedish translation (Daniel Nylander)
  - Updated Spanish translation (Francisco Javier F. Serrador)
2006-08-06 07:53:36 +00:00
jmmv
a1e4758636 Fix the build under NetBSD 3.0 and unbreak this package.
The code explicitly defines _XOPEN_SOURCE (to an empty value), which breaks
sys/select.h; change it to also define _XOPEN_SOURCE_EXTENDED as suggested
by kleink@.
2005-12-28 15:40:26 +00:00
kristerw
856297d210 This pkg defines _XOPEN_SOURCE which makes types such as fd_set not being
defined on NetBSD 1.6.  Make this compile on NetBSD 1.x by adding
-D_XOPEN_SOURCE_EXTENDED to CFLAGS.

Fix one C99-ism.
2005-07-12 17:37:52 +00:00
jmmv
301628511c Update to 1.0.2:
* Fixes:
  - Protect proxy variables with mutex locks, should resolve some more
    BSD-related threading issues.
  - Use libcurl's unescape method rather than our own, fixes a NetBSD
    character conversion problem.
  - Fix C99-ism which was preventing successfull compilation on
    GCC-2.95 (Julio M. Merino Vidal).
2004-07-02 20:35:46 +00:00
kristerw
a7257732e5 Fix a C99 variable definition, to make this build with older compilers. 2004-06-28 00:25:21 +00:00
jmmv
3f529e066c Update to 1.0.1:
* Fixes:
- Resolved a network threading issue that prevented Drivel from working on
  NetBSD, and possibly the other BSD variants as well.
- Fixed the autosave feature.
- Keybinding fixes to allow better interoperability with emacs bindings.
- Resolve a couple of bugs in the History dialog (still requires GTK+ 2.4.4
  or higher to work correctly) (Davyd Madeley).
- Correct the lj-lq tag in the poll creator (Grahame Bowland).
- Don't duplicate the protocol in the Insert Link dialog (gnome@nash.nu).
2004-06-26 17:16:21 +00:00
jmmv
3a6a22d402 Initial import of drivel, version 1.0.0:
Drivel is a LiveJournal client for the GNOME Desktop.  Its purpose is to
retain a simple and elegant design while providing the same level of
functionality as the offical LiveJournal clients.  Drivel also integrates
tightly with the GNOME Desktop technologies.
2004-06-22 21:31:07 +00:00