Commit graph

8 commits

Author SHA1 Message Date
xtraeme
74471587c1 Update to 2.4.0beta5.
2.4.0beta5 (development)

    * Close button was added to the address book dialog, and the layout was
      improved.
    * The automatic junk mail filtering on IMAP4 was enabled.
    * Automatically filtered IMAP4 messages are also counted for new mail
      notification now.
    * The default directory of the printing dialog became the document
      directory.
    * The crash on some environments when verifying signed messages was fixed.
    * The crash on exit when the order of summary columns were modified by
      DnD was fixed.
    * The wrong handling of quotation in multi-byte strings on MIME header
      encoding was fixed.
    * Win32: The bug that the timeout on receiving and sending didn't work
      was fixed.
    * Win32: The path separator problem of folderlist.xml was fixed.
    * Win32: libcairo-2.dll, libgpg-error-0.dll, libgpgme-11.dll, GLib and
      GTK+ was updated to the latest version.
    * Win32: The redraw of windows became smoother (GTK+).
    * Win32: Win32 shell icons are now displayed on the file selection dialog
      (GTK+).
2007-03-19 19:51:39 +00:00
xtraeme
0a0dbd8cfa Update to 2.4.0beta2:
* The toolbar was rewritten with new API.
* 'Prev', 'Print', 'Address', 'Prefs', and 'Account' was added
  to the main toolbar, and 'Prefs' and 'Account' was added to
  the compose toolbar.
* The overflow menu for toolbar was added.
* The width of toolbar buttons was reduced when the labels are
  displayed.
* The option to place toolbar labels at the right of icons was
  added, and it became the default.
* The bug that the window was kept being skipped from window list
  after it became visible with window shading or switching
  workspaces was fixed.
* Some of the UI labels are modified.
* Unix: Symbolic links are now also scanned when scanning MH folders.

* The automatic filtering of new messages in INBOX folder of
  IMAP4 account was implemented.
* The customization of the toolbars was implemented
  ('View - Customize toolbar...', or right-click the toolbar).
* The option to toggle window on trayicon click was added
  (enabled by default on Unix).
* Junk mails are now filtered when incorporating from local spool.
* UTF-8 is forced for headers instead of substituting characters
  if the code conversion failed.
* The crash of the text view when switching between MIME parts
  was fixed.
2007-02-04 09:09:16 +00:00
xtraeme
110d7782d8 Update to 2.3.0beta2:
* 2.3.0beta2 (development)

    * Messages marked as read or junk mails are now excluded from the numbers
      of new messages.
    * Win32: GTK+ was updated to 2.10.4, and GLib was updated to 2.12.4.
    * Win32: The crash that occurred when Desktop folder was selected on the
      file selection dialog was fixed.
    * Win32: The bug that window position was reset when quitting Sylpheed
      while window was hidden was fixed.
    * Win32: The WSAEWOULDBLOCK state is now properly handled in socket I/O.

* 2.3.0beta1 (development)

    * GtkStatusIcon is used for the tray icon if available.
    * When GtkStatusIcon is used, the tray icon blinks for 5 seconds when new
      mails arrive.
    * The option 'Minimize to tray icon' was added.
    * The left click on the tray icon now only brings the main window in front.
    * Win32: The tray icon was implemented.
    * Win32: The SSL connection problem was fixed.
    * Win32: The included libraries (GLib, GTK+, Pango) were updated to the
      latest version. This introduces the following improvements:
      - The performance of network communication at receiving and sending
        was improved.
      - The appearance of the UI became more native-like.
      - The scrolling speed of the summary view with cursor keys was improved.
      - The broken display of the text view when it was partially hidden was
        fixed.
      - The position of color labels menu in the search dialog is correct now.
      - The problem that GTK+ strings became untranslated after the popup of
        context menu on GtkTextView was fixed.
      - The crash that occurred on startup if a font with non-ascii name was
        specified for system font was fixed.
2006-10-14 21:57:13 +00:00
joerg
ecf59d403f Fix PLIST. Bump revision. 2006-05-28 19:12:52 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
xtraeme
c300be92d0 Update to 2.1.5:
* The command line option to specify directory which stores configuration
      files (--configdir dirname) was added.
    * The output headers of printed messages now match to those of the message
      view.
    * Confirmation dialog is displayed instead of input dialog on printing.
    * When replying to ML post that has the Reply-To set, both addresses will
      be set.
    * The option to delete filtered junk mails from server was added.
    * The locale name 'zh_TW.Big5' was changed to 'zh_TW'.
    * The problem that drag and drop didn't work with GTK+ 2.8 was fixed.
    * The sample mime.types was included into the source package.
    * Win32: The remote command was implemented using TCP socket.
    * Win32: The drag and drop of files from Explorer was supported.
    * Win32: The default print command for text file is used for printing when
      the command is unspecified.
    * Win32: Several bugfixes were made.
2005-10-29 13:21:22 +00:00
chris
cf83bdb418 Update Sylpheed to 2.0.0beta5, lots of changes since 1.9.12:
* 2.0.0beta5

    * The order of the buttons of dialogs now complies with GNOME Human
      Interface Guidelines (configurable with 'Common preferences/Interface/
      Make the order of buttons comply with GNOME HIG').
    * Existing window is put in front when trying to re-edit draft/queue
      messages which are already open.
    * The toolbar and special folder icons are replaced with new png images
      which are based on GNOME icon theme.
    * The Sylpheed logo of the about dialog was replaced with new one.
    * The crash when cancelling the file selection dialog of vCard/JPilot
      by Escape key was fixed.

* 2.0.0beta4

    * The feature to move folders within the same mailbox was implemented.
    * The flag changes by manual filtering on IMAP4 folders are now reflected
      to IMAP4 server.
    * A warning is displayed on the first run if the locale encoding is not
      UTF-8 but the environmental variable G_FILENAME_ENCODING is not set.
    * A warning is displayed when sending message if it exceeds the hard line
      length limit (998 bytes).
    * Other minor bugs were fixed.

* 2.0.0beta3

    * The strict checking of the integrity of summary caches was disabled by
      default, and the performance of displaying summary was improved.
    * The columns of the summary view became reorderable by drag and drop.
    * An option to execute command when new messages arrive was added.
    * 'Compose new message', 'Add to address book' and 'Open with Web browser'
      was added to the context menu of the text view.
    * Encryption is enabled by default when replying to encrypted messages.
    * GPGME and OpenSSL support are now enabled by default.
    * The bug that caused failure of parsing IMAP4 response if embedded null
      characters appeared in message headers.
    * Selected text is used on reply even if the Attachment tab is selected.
    * The quote color setting dialog works properly now.

* 2.0.0beta2

    * The junk mail filter setting was integrated into the common preferences,
      and 'Tools/Filter junk mails' menus were added.
    * The behavior of the flag search was modified.
    * The bug that the change of color labels was not saved was fixed.
    * The 'Insert signature' on the composition window now replaces the
      current signature, or add a new one to the buttom.
    * The bug that MIME headers were not properly parsed on some locales
      (such as Turkish) was fixed.
    * A possible crash when moving/deleting messages while the summary is
      sorted was fixed.
    * Wrong display of unread message number on some condition was fixed.
    * The scroll position of the summary when opening folders was fixed.
    * Sending messages by external command now checks for its exit status.

* 2.0.0beta1

    * A feature to assist junk mail control was added.
    * An option to apply filter rules to sent messages was added.
    * The progress dialog was reimplemented using GtkTreeView.
    * The selection handling of the summary view was optimized a bit.
    * The drag and drop from the summary view was improved.
    * The Japanese auto-detection is always enabled if the locale string
      begins with "ja".
    * Hebrew encodings support was added.
    * Lithuanian translation was added.
    * The scanning of folders right after an IMAP4 account is created was
      disabled for performance issue.
    * Currently selected messages are skipped now when searching unread
      messages.
    * The typeahead search of the summary view was disabled.
    * The sylpheed.spec file was updated.
    * Several bugs were fixed.
2005-07-09 13:01:01 +00:00
chris
47c2143d23 Initial import of sylpheed 1.9.x development branch. Currently at
version 1.9.6.

Main difference is that the branch uses gtk+ v2, rather than gtk.

Note that it still installs as sylpheed (but version 1.9.x)
2005-03-25 12:57:05 +00:00