Commit graph

159 commits

Author SHA1 Message Date
taca
5c2911943d Update sylpheed to 3.3.0, referring PR pkg/47349.
Changes of Sylpheed

* 3.3.0

* 3.3.0rc (release candidate)

    * The Japanese manual was updated.
    * The bug that hyperlinks did not respond when 'Show attached files
      first on message view' option was set was fixed.
    * Some compilation fixes were made.
    * Win32: .eml file association was added to installer.
    * Win32: mailto and .eml association are automatically set to default
      on Windows 7 on installation.
    * Win32: included libtiff library was updated to 3.9.7 (security fix).

* 3.3.0beta2 (development)

    * The ability of opening external rfc822 format message files (.eml) was
      added.
    * Sylpheed now accepts mailto: and file: URL without command-line option.
      (sylpheed file:///path/to/file.eml)
    * The option to specify the position of the attach tool button was added.
    * The header labels on the header view now have tooltips.
    * A minor memory leak related to tooltips was fixed.
    * The long-standing drag-without-button-press bug on IMAP folders (since
      3.0) was fixed (#93).
    * The sylpheed.desktop file was modified so that desktop shells can
      recognize Sylpheed as rfc822 and mailto handler.
    * The sylpheed.spec file was fixed so that it builds on x86_64 platform,
      and also builds sylpheed-plugins package.

* 3.3.0beta1 (development)

    * Attached files are now placed first on the message view.
    * Attached files can be opened from the attachment tool menu.
    * The attachment tool menu was moved to the left of the header view.
    * The option 'Toggle attachment list view with tab' and 'Show attached
      files first on message view' were added at 'Common preferences -
      Display - Attachment'.
    * 'Export only selected messages' option was added to the message export
      dialog.
    * The import/export of messages became cancellable.
    * config.rpath and install-sh script in the tarball were updated.
    * IMAP FETCH command response parser was fixed.
2012-12-18 15:37:19 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
asau
d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
taca
03a2bdc257 Update sylpheed to 3.2.0.
Changes since Sylpheed 3.1.4
----------------------------

[New features]

      * Each attachments on the message view now have graphical label
        and popup menu.
      * The UI for Attachments tab was changed to save the space. Users
        now also can do 'Save all' without switching the view.
      * The 'show_attach_tab' option (without UI), which reverts the
        attachments interface to the old one, was added.
      * Multiple keywords search of the quick search was implemented.
      * The context menu of the folder view and the summary view can be
        popped up using Menu key or Shift+F10.
      * Win32: IPv6 support was enabled again.
      * Win32: SylFilter is now also included in the installer. The
        default junk commands were also changed to sylfilter.
      * Win32: an option to play sound when new messages arrive was
        added.
      * Win32: The file selector now follows Windows shortcut (.lnk).

[Improvements]

      * Number of maximum characters per line of configuration files
        was increased.
      * Compose window will not be closed if saving of message to
        outbox failed.
      * Sender's e-mail address became not guessable from generated
        Message-Id.
      * New plug-in APIs were added.
      * 'Account Preferences - Advanced - Put deleted messages in'
        account setting actually works now.
      * MIME debug output was modified.
      * Both filtered and original numbers of messages are displayed on
        the status label now.
      * The POP3 remote mailbox now supports SOCKS proxy.
      * The POP3 remote mailbox now retrieves headers from the newer
        messages (useful for slow connection).
      * The POP3 remote mailbox can now reload message headers after
        the loading is stopped.
      * News (NNTP) now supports SOCKS proxy.
      * The details of new message counts are displayed on the tooltip
        of the tray icon.
      * Address auto-completion now also matches to the subsequent part
        of the name of contacts.
      * On file selection dialog, the last selected folders are
        preserved between sessions now.
      * DNS lookup error is now distinguished from other connection
        errors.
      * The clip icon was replaced with more visible one on selected
        row.

[Performance improvements]

      * The performance of reading cache files was improved by using
        memory mapped file (requires GTK+ >= 2.8).
      * Win32: the launch of Windows installer became faster.

[Other changes]

      * Sylfilter command was added as a preset of junk filter program.
      * The blinking period of the tray icon was extended to 10 seconds.
      * 'Is shorter than' became the default for 'Age' filter condition.
      * The Japanse manual was updated, and the encoding of Japanese
        manual was changed to UTF-8 to prevent display failure on some
        browsers.

[Bugfixes]

      * Queue control headers are removed when moving messages from
        queue folders to trash.
      * Duplicated keyboard accelerators on some dialogs were fixed.
      * The focus on quick search entry is not stolen by the refresh of
        summary.
      * The HTML parser was modified.
      * The check of IMAP AUTHENTICATE response was fixed.
      * The compilation failure with GLib 2.32 or later was fixed.
      * The bug that a MIME part that didn't have its name could not be
        saved was fixed.
      * Address autocomplete drop-down list with newer version of GTK+
        was fixed (#52).
      * Line-space for auto-wrapped lines now reflects the line-space
        setting (#64).
      * Some minor fixes for IMAP were made.
      * Some memory leaks were fixed.
      * Other bugfixes were made.
      * Some compiler warnings were removed.
      * Win32: OpenSSL was updated to 0.9.8x. (0.9.8w in Sylpheed 3.1.4
        is also not vulnerable)
2012-06-29 14:56:16 +00:00
taca
ef675f1be8 Update sylpheed to 3.1.4.
* 3.1.4 (stable)

    * Some minor fixes for IMAP were made.
    * A bug that cancelling editing contact on address book results in
      click-and-drag behavior with newer GTK+ was fixed.
    * Corrupted message caches of news and IMAP are automatically discarded
      now.
    * Win32: included libpng library was updated to 1.2.49 (security fix).
    * Win32: included libtiff library was updated to 3.9.6 with CVE-2012-1173
      patch (security fix).
    * Win32: OpenSSL was updated to 0.9.8w (security fix).
    * Win32: the bug that the installation process continued even if uninstall
      was cancelled on update was fixed.

* 3.1.3 (stable)

    * On browsing IMAP folder, the error "imap_cmd_gen_send: cannot send
      command because another command is already running." was fixed.
    * The crash bug that occurred when IMAP message fetching and new
      message checking happened at the same time was fixed.
    * The crash bug that was caused by offline switch while IMAP session was
      active was fixed.
    * A bug that filter settings were lost if Escape key was pressed
      quickly on auto filter creation was fixed.
    * Win32: OpenSSL was updated to 0.9.8t (security fix).
    * Win32: included libpng library was updated to 1.2.47 (security fix).
    * Win32: included curl executable was updated to 7.24.0.
2012-06-02 04:31:35 +00:00
dholland
e045800968 Build fix for new glib2. 2012-05-06 23:02:30 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
taca
a15cff78c6 Update sylpheed package to 3.1.2.
2011-09-07

	* version 3.1.2

2011-08-03

	* src/quick_search.c: applied a patch to fix quick search text color
	  on dark themes (thanks to speps).

2011-06-24

	* src/update_check.c: win32: also check the file size of updater exe.

2011-06-24

	* libsylph/utils.c: my_tmpfile(): win32: fixed a memory leak.
	  unix: removed alloca().
2011-09-13 14:50:03 +00:00
taca
4a6bd1aff6 Update sylpheed package to 3.1.1.
Patch was provided by PR pkg/45088 from ISIHARA Takanori.


Changes of Sylpheed

* 3.1.1 (stable)

    * The column width of the address book will be saved now.
    * The keyboard shortcut of 'File/Send' menu of compose window was changed
      to prevent accidental sending.
    * The bug that caused occasional crash when summary was updated while
      receiving messages was fixed.
    * The compilation problem on some environment was fixed.
    * Some locale problems on Mac OS X was fixed.
    * The compilation error on newer gcc was fixed.
    * Finnish translation was added.
2011-06-21 03:21:46 +00:00
tnn
aa8c839250 Update to sylpheed-3.1.0.
From homepage:
  "This release contains many improvements for usability. The features
   requested by many users, such as combining partial messages, removal of
   attachments, automatic address completion, etc., were added. The feature
   to assist the migration from Outlook Express has been added. Various
   bugfixes have been also made."
2011-05-04 08:30:39 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
tnn
30c3630fef Update to sylpheed-3.0.2. Changes:
* The random scrolling problem on selecting folders with GTK+ 2.12 or later
  was fixed.
* The problem that config files are not updated after creating new accounts
  was fixed.
* The problem that folder config file was not updated after changing IMAP
  or News account name was fixed.
* Several typos in some dialogs were fixed.
* The Japanese manual was updated.
2010-04-09 09:45:26 +00:00
tnn
068a6b09e2 Update to sylpheed-3.0.0.
Many bugfixes. New features include:
* multi-threading was introduced
* add new recipients to address book automatically on sending was added.
* The new filter match type 'is in addressbook' was added.
* Address book is now sortable by each column.
* Address book search feature was added.
* The setup dialog on the first run became user-friendly.
* The new account setup dialog was implemented. Easy Gmail setup.
* SHA1/MD5 fingerprint and validity period of certificate is now displayed
* menu item to request disposition notification was added
* The feature to customize the color label text was added.
* The option to set only mail address of recipients when replying was added.
2010-03-01 10:26:50 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
ahoka
13595aeeea Have spellchecker by default
Take maintainership from Chris (I have asked him in private mail)
Remove PKG_REVPATH, I think we gave enough time.
2009-10-12 19:47:40 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
tnn
cb28010637 patch-aa: set auto_update_check to default FALSE.
(I don't appreciate software that phones home.)
2009-08-14 17:59:51 +00:00
ahoka
341f43029f Changes from 2.7.0
* The feature to import and export .eml files was added.
    * Progress is displayed during import and export now.
    * The warning about non-exist plug-in directory was removed.
    * The comments within Content-Type header are handled now.
    * The order of signals emitted at moving messages was modified.
    * The sylpheed.spec file was fixed.
2009-08-13 13:22:17 +00:00
ahoka
0c1f16b5ac Changes from 2.6.0
* The plug-in system was implemented (still experimental. See PLUGIN.txt for detail).
    * LibSylph (internal version) is built as shared library now.
    * The update check feature was implemented (requires curl command, included in Windows installer).
    * fsync() will be called after writing configuration files.
    * 'Send queued messages' is shown instead of 'Mark all read' in the context menu of the Queue folder.
    * The default command line options of spam filters were modified.
    * Win32: Hard link will be used to improve file I/O performance if available.
    * Win32: bsfilter is included in the installer now. If you have installed bsfilter at another location, please note that the location of database files might change.
    * Win32: Install/uninstall will be aborted if Sylpheed is running.
    * Win32: The registration of Start menu will be applied to all users.
    * Win32: The installer cannot launch Sylpheed anymore when install finishes (for Vista).
    * A crash bug on CSV import of the address book was fixed.
    * Several other bugfixes were made.
2009-07-27 23:06:46 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
reed
e5e9ad0a4c Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.

This was for some from 2008 and 2009 and one from 2001.

Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
2009-05-02 16:21:43 +00:00
ahoka
9d8d761100 Update to version 2.6. This makes our local patches no longer relevant/required.
Enchant and GTK 2.14 are now officially supported.

Changes from 2.5.0
------------------
New features
The POP3 remote mailbox feature, which enables the direct view/download/deletion of messages on POP3 server, was added.
The backups of configuration files are kept for four generations now.
Feature improvements
Enchant (with GtkSpell 2.0.13) has been supported.
When creating filter rule automatically, the target header field is used as a default filter name.
The Japanese manual was updated.
In the folder selection dialog, only folders which are expanded in the folder view are expanded.
The folders which should not be selected in the folder selection dialog became unselectable.
Unix: Only new messages are counted when incorporating from local mbox.
Unix: SIGHUP/SIGINT/SIGTERM/SIGQUIT signals are handled now.
Win32: System shutdown event is also handled on debug mode.
Bugfixes
The parser of IMAP4 was fixed.
Warnings about --datarootdir on running the configure script was removed.
The bug that the addressbook window was not refreshed when sender of message was added to the addressbook was fixed.
A workaround for raw-JIS filename used for attachments (specifically Eudora) was made.
The compilation error when using GTK+ 2.14.x was fixed.
Some build fixes were made.
Several bugfixes were made.
2008-12-23 22:45:00 +00:00
tnn
a94b6384ab Fix build w/ GTK+ 2.14.x 2008-10-18 18:32:18 +00:00
tnn
69fb1060c6 - Update to sylpheed-2.5.0.
- Add patch from Fedora which makes the gtkspell option build again, with
  the enchant-backed gtkspell.
- Add DESTDIR support, from mail/sylpheed-devel

Changes from 2.4.8
* New features
  o The vertical 3-paned view mode was added.
  o The feature to save SSL peer certificate was added.
  o The option 'Treat HTML only message as attachment' was added.
  o The feature to confirm missing attachments was added.
  o The feature to confirm recipients before sending was added.
* Feature improvements
  o To: header is also searched by quick search in Sent/Draft/Queue folders.
  o 'Edit/Quick search' menu was added.
  o Spaces in address and server entries on account preferences dialog are now
    automatically removed when applied.
  o The compose window now remembers the maximized state.
  o The focus will not move from the text view to the summary view with
    'Next/Prev' keyboard operation now.
  o The alert dialog is displayed now when PGP signing/encryption failed.
* Bugfixes
  o The bug that caused busy loop when initial connection was immediately
    refused was fixed.
  o The bug that the quote description dialog never appeared again after closing it with the close button was fixed.
  o The new/unread status display on quick search filtered mode was fixed.
  o The windres command will not be enabled on non-win32 platforms now.
  o The address completion was fixed.
  o Win32: --attach option was fixed.
  o The sylpheed.desktop file was fixed.
  o A crash bug was fixed.
  o Content-Transfer-Encoding header with comments was supported.
  o UTF-8 locale strings with suffix '.utf8' were supported.
  o The 8KB restriction of template body size was removed.
2008-06-29 11:38:32 +00:00
tnn
3cbf71cdbe Comment out the gtkspell option, it doesn't work with the enchanted
version of gtkspell. If you need it, use mail/sylpheed-devel.
2008-05-30 19:22:46 +00:00
darcy
0a6045b5ad Add USE_LANGUAGES variable as suggested by pkglint. 2008-03-30 14:47:35 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
xtraeme
d002cc52b8 Update to 2.4.8:
* The encoding method of MIME headers is now determined by outgoing
  encoding rather than the value of MB_CUR_MAX.
* The memory leaks and warnings in LDAP search were fixed.
* The beep on folders with one message when using GTK+ 2.12 was removed.
* Win32: The crash that occurred when trying to display some TIFF files was fixed.
* Win32: Settings are now automatically saved on the shutdown of system.
2008-01-03 22:38:41 +00:00
xtraeme
0bf9b78c7f Update to 2.4.7:
* The bug that 'Set display item of summary...' button in the common
  preferences dialog always show send folder setting was fixed.
* The previous focus is kept when separation of view is changed.
* The status label is automatically resized now when there is not
  enough width.
* The bug that virtual folders were not sorted properly was fixed.
* The crash when trying to use ascii-armored PGP encryption was fixed.
* The most of compiler warnings were removed.

Changes for 2.4.6:

* The 'To' column was added to the summary view.
* In Sent, Draft, and Queue folders, the 'To' column is displayed by
  default.
* The display column setting of send folders became independent from
  normal folders.
* The ascii-armored PGP encryption was fixed.
* The combined method is used now when both PGP encryption and PGP
  signing are specified.
* The PGP passphrase dialog was disabled on filtering and query search.
* The new message notify will be blocked when a new message is read
  on receiving.
* 'LIST "" "*"' command is used instead of 'LIST "" "%"' to obtain
  folder list from IMAP4 server.
* The bug that noinferior and noselect flags were ignored until rebuilding
  folder tree when a new folder was created on IMAP4 server was fixed.
* If attached files become nonexistent on sending, error dialog will be
  displayed and the sending will abort.
2007-10-11 18:12:55 +00:00
drochner
26260e0a4b update to 2.4.5, fixes format string vulnerability in POP3 client
(CVE-2007-2958)
other changes:
-The potential crash bug in address completion was fixed
-The signature separator '--' is not joined on line wrapping now
2007-08-31 11:06:06 +00:00
xtraeme
557be380c1 Update to 2.4.4:
* Reply and forward marks are appended after messages are actually sent.
* The feature to reply to attached message/rfc822 messages was added.
* When a folder is renamed, the path of junk folder is also updated.
* A workaround for the error which occurs with Gmail SMTP server was made.
2007-07-25 16:42:08 +00:00
xtraeme
ad85c2e605 Update to 2.4.3:
* 2.4.3 (stable)

* The quick search entry is cleared when Escape key is pressed on it.
* UTF-8 with BOM is handled correctly when inserting signature.
* A possible crash when adding address from address book was fixed.
2007-07-01 09:03:15 +00:00
xtraeme
c32280b3bd Update to 2.4.2:
* The recursive download of remote folders was enabled.
* The quick search condition for each folder now persists between sessions.
* The selection now persists when the quick search condition is updated.
* SSL ports in Advanced tab of the account prefs dialog are now automatically
  set when SSL is enabled.
* The '--open' command line option which open messages in new window was added.
* Quoted-printable or base64 encoding is now forced on PGP/MIME signing
  instead of stripping trailing spaces
  (except for the case of ISO-2022-JP encoding).
* The quoted-pair in From header is now processed correctly when displaying
  its name.
* The performance of 'Mark all read' on IMAP folders was improved.
* The bug that the character '+' in address was treated as URI-escaped
  space was fixed.
* Unix: the problem that 'Get' and 'Get all' button could not be clicked
  after receiving while mouse pointer was over the buttons was fixed.

2.4.1:

* If shift or control key is pressed on address completion, only address
  string is inserted now.
2007-05-21 05:07:00 +00:00
xtraeme
429d41238f Update to 2.4.0.
* New features

  o Toolbar
    + The customization of the toolbars was implemented.
    + 'Prev', 'Print', 'Address', 'Prefs', 'Account', 'Not junk',
      'Search' and 'Stop' button was added to the toolbars.
    + The overflow menu for the toolbars was added.
    + The option to place toolbar labels at the right of icons was added.
  o Address book
    + Copy and paste of persons in the address book was enabled.
    + In the address book, the import of CSV and Tab-separated text file
      was enabled.
  o The automatic filtering of IMAP4 on receive operation was enabled.
  o The option to toggle the window on the trayicon click was added.

* Feature improvements

  o Junk mails are now filtered when incorporating from local spool.
  o The width of toolbar buttons was reduced when the labels are displayed.
  o The checking of remote folders doesn't abort with non-fatal errors now
    except for network failure.
  o Close button was added to the address book dialog.
  o In-Reply-To header was supported in mailto URL.
  o An error message is displayed now when the decryption of PGP encrypted
    messages failed.
  o 'Within 1 day' and 'Last 5 days' was added to the quick search rule.
  o The toolbar style switch was added to the toolbar context menu.
  o The limitation of the nesting level of MIME structure was relaxed.
  o A margin for text was added to the composition window.
  o An error dialog is displayed if the execution of junk filter command fails.
  o The overwrite confirmation of the file selection dialog was improved.
  o The file copy and move operation were optimized.
  o The included Japanese manual was updated.
  o Unix: Symbolic links are now also scanned when scanning MH folders.

* Bugfixes

  o The problem that the width of the folder view was not saved when the
    main window was maximized was fixed.
  o The crash when verifying signed messages with popup window was fixed.
  o The crash on exit when the order of summary columns were modified by
    DnD was fixed.
  o The wrong handling of quotation in multi-byte strings on MIME header
    encoding was fixed.
  o The behavior of 'Go to next unread' with changing folders was fixed.
  o Several bugs of the search dialog were fixed.
  o Several bugs of the address book were fixed.
  o The crash on the cancellation of sending or receiving was fixed.
  o Unix: The bug that the window was kept being skipped from window list
    after it became visible with window shading or switching workspaces.

* Changes from 2.4.0rc

  o Invalid APOP timestamp is rejected now (CVE-2007-1558).
  o The configuration file is written out after the toolbar is customized.
2007-04-25 17:21:11 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
xtraeme
674298007d Update to 2.3.1:
* The compilation failure with GLib 2.4 was fixed.
* The compilation failure in some OSes was fixed.
* A memory leak on executing external editor was fixed.
* The bug that the handling of IMAP4 server responses became
  out of sync when an error occurred while fetching messages
  was fixed.
* "ca-root.crt" is also looked for as a CA certificates file now.
* The spaces around equals between name and value of MIME
  parameters are now allowed.
* The MIME header encoding of quoted multibyte strings was fixed.
* The edit account dialog is now placed at the center of the
  parent window.
2007-02-04 09:00:57 +00:00
xtraeme
7e1aec7eaa Update to 2.3.0:
2.3.0 provides the new printing function and new mail notification by
the tray icon. 2.3.0 also includes various usability improvements.
In Win32 version, the included GTK+ library has been updated to the
latest 2.10.6, and it introduces the improvements of usability and
bugfixes.
2006-12-28 15:52:06 +00:00
xtraeme
a0aa722dfe Update to 2.2.10:
* 2.2.10 (stable)

    * The change between folders became faster at GTK+ 2.10.x.
    * The text insertion by the action was fixed again.
    * The text redraw problem on the undo of large text was fixed.
    * The crash that occurred when printing a message with empty Subject,
      From and To was fixed.
    * The window position and the layout of the 'Add Address' dialog was
      modified.
    * Libpisock 0.12 was supported.
    * Win32: The bug that window position was reset when quitting Sylpheed
      while window was hidden was fixed.
    * Win32: The selection of the labels on the header view and the alert
      dialog are now visible.
    * Win32: The e-mail menu in the start menu now works when Sylpheed is
      selected as a default mailer.
    * Win32: The character corruption on printing when environment-dependent
      Japanese characters are used was fixed.
2006-11-20 18:37:55 +00:00
xtraeme
fd710762a2 Update to 2.2.9: (I commit it on the freeze because it contains
fixes for GTK+ 2.10)

2.2.9 changes:

* The crash that occurred if the summary was sorted by a key
  which doesn't have visible column was fixed.
* The URI of the about dialog was updated.

2.2.8 changes:

* The bug that possibly lost messages when there was no disk space
  has been fixed, so please upgrade if possible.
* The PLAIN authentication method for IMAP4 was supported.
* The verification of encrypted and signed messages with combined
  method was supported.
* Oniguruma regex library can be used instead of system's regex API.
* The LDIF import of the addressbook was improved.
* Full PGP signature information is displayed on the main text view.
* All trailing spaces are removed when signing with PGP/MIME instead
  of using quoted-printable to improve compatibility with other MUAs.
* A warning is displayed before sending when Bcc is specified at PGP
  encryption.
* The bug that possibly lost relatively small messages on receiving
  when there was no disk space was fixed.
* The behavior of manual junk filtering was fixed.
* UTF-8 text can be inserted correctly in the compose window.
* The error messages of the failure of displaying message body was
  improved.
* Some workarounds for GTK+ 2.10 were made.
* Minor UI fixes were made.
* Other minor bugs were fixed.
2006-09-23 22:03:52 +00:00