Begin forwarded message:

Date: Mon, 13 Jan 2003 18:46:05 +0100
From: Thorsten Maerz <[EMAIL PROTECTED]>
To: Claws/W32 Users <[EMAIL PROTECTED]>
Subject: [Claws-w32-users] ANNOUNCE: New Build: 0.8.8claws90-1


0.8.8claws90-1
(for Win32) is available at
http://claws-w32.sf.net


Sylpheed is now split into a small loader (sylpheed.exe) and a library
that contains all functionality (sylpheed.dll). This was done to
achieve extended plugin capabilites, i.e. being able to access
functions and data of the main application from inside plugins.

Hints:
* When installing the updates, please make sure to extratct/update
  the new dlls as well
* Don't use retail versions of plugins with debug versions of
  sylpheed or the other way round, this leads to unpredictable
  behaviour (even if it looks as if it works).

Reminder on debug versions:
* The names of the debug enabled versions all end up on "_d", e.g.
  "sylpheed_d.exe" or "demo_d.dll".
* Just extracting the debug versions doesn't change your links
  on the startmenu or desktop - to use that version, start
  "sylpheed_d.exe" from the windows explorer.

About the plugins:
* The demo plugin has no real functionality at all - regard it
  as a developers toy.
* The spamassassin plugin needs to access a running spamd server,
  it is of no use without spamd.
  Spamd is part of the spamassassin package [1] - it is possible
  to compile and run it under a cygwin environment, but please
  keep in mind that this is neither the Cygwin nor the SpamAssassin
  mailing list.

[1] SpamAssassin home:
    http://spamassassin.sf.net


ChangeLog.Claws.w32 diff:
--- ChangeLog.Claws.w32.old     Sun Dec 22 16:19:50 2002
+++ ChangeLog.Claws.w32 Mon Jan 13 05:19:22 2003
@@ -1,3 +1,62 @@
+2003-01-13 [thorsten]  0.8.5claws90-1
+
+       * src/plugins/spamassassin/libspamc.c
+         src/plugins/spamassassin/utils.c
+               fix: communication with spamd
+
+2003-01-13 [thorsten]  0.8.5claws89-1
+
+       * win32/*_dll*.dsp
+         win32/Makefile
+         win32/demo.def                        *** DELETED ***
+         win32/spamassassin.def                *** DELETED ***
+         win32/spamassassin_gtk.def            *** DELETED ***
+         win32/demo.dll.def                    *** NEW FILE***
+         win32/spamassassin.dll.def            *** NEW FILE***
+         win32/spamassassin_gtk.dll.def        *** NEW FILE***
+               fix: use .def files names from gcc makefile
+
+2003-01-13 [thorsten]  0.8.8claws66-2
+
+       * win32/Makefile
+               make: renamed Make-ming.mak
+       * win32/Make-ming.mak                   *** DELETED ***
+               make: Continued as Makefile
+       * win32/sylpheed_debug.ds[pw]           *** DELETED ***
+         win32/sylpheed_debug.ds[pw]           *** DELETED ***
+         win32/sylpheed.ds[pw]                 *** DELETED ***
+         win32/sylpheed_debug.mak              *** DELETED ***
+         win32/sylpheed.mak                    *** DELETED ***
+               make: obsolete
+       * win32/demo[_d].dsp                    *** NEW FILE ***
+         win32/sylpheed_dll[_d].dsp            *** NEW FILE ***
+         win32/sylpheed_exe[_d].dsp            *** NEW FILE ***
+         win32/spamassassin[_d].dsp            *** NEW FILE ***
+         win32/spamassassin_gtk[_d].dsp        *** NEW FILE ***
+         win32/sylpheed-claws[_d].dsw          *** NEW FILE ***
+               make: msvc project files for sylpheed and plugins
+       * win32/mk_ALL.bat                      *** NEW FILE ***
+               make: commandline build for msvc projects
+       * win32/demo.def                        *** NEW FILE ***
+         win32/sylpheed.dll.def                *** NEW FILE ***
+         win32/spamassassin.def                *** NEW FILE ***
+         win32/spamassassin_gtk.def            *** NEW FILE ***
+               plugins: msvc library definitions
+       * src/w32loader.c                       *** NEW FILE ***
+               plugins: starter for sylpheed.dll
+       * src/main.c
+               plugins: removed main()
+       * src/plugins/spamassassin_gtk.c
+         src/plugins/spamassassin.[ch]
+         src/plugins/libspamc.[ch]
+         src/plugins/utils.c
+               plugins: adjustments for win32
+         
+2003-01-13 [thorsten]  0.8.8claws66-1
+
+       * win32/Make-ming.mak
+               add: plugin support
+
 2002-12-22 [thorsten]  0.8.5claws121-1
 
        * src/gtkaspell.c

ChangeLog.Claws diff:
--- ChangeLog.Claws.old Wed Jan  8 10:21:28 2003
+++ ChangeLog.Claws     Mon Jan 13 05:06:28 2003
@@ -1,4 +1,194 @@
-2003-01-08 [darko]
+2003-01-12 [thorsten]  0.8.8claws90
+
+       * src/common/prefs.c
+               close file before rename
+
+2003-01-12 [alfons]    0.8.8claws89
+
+       * AUTHORS
+               add Christian Mertes
+       * src/common/utils.[ch]
+               g_stricase_hash(), g_stricase_equal(): functions for 
+               case insensitive hash tables
+       * src/textview.c
+               use top level domain names to validate email address, based
+               on a patch by Christian Mertes (thanks!), but changed 
+               implementation to use a hash table 
+
+2003-01-12 [paul]      0.8.8claws88
+
+       * po/bg.po
+               updated by George Danchev
+
+2003-01-12 [alfons]    0.8.8claws87
+
+       * src/summaryview.c
+               delete / execute performance: use new style folder update
+
+2003-01-12 [paul]      0.8.8claws86
+
+       * sync with 0.8.8cvs5
+               see ChangeLog 2002-01-13 (!)
+
+2003-01-12 [alfons]    0.8.8claws85
+
+       * src/filtering.c
+       * src/matcher_parser_parse.y
+               prepare change_score filtering action
+       * src/matcher.[ch]
+               give up const-correctness on functions that call
non-const-correct functions;
+               several casts to gpointer in g_free();
+               add change_score;
+               
+2003-01-12 [christoph] 0.8.8claws84
+
+       * src/compose.c
+               fix 2 warnings
+
+       * src/gtk/prefswindow.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               changed the call of the widget create function
+               for PrefsPages, because sometimes the widget
+               create function needs a widget that already has
+               been attached to a window (to create GDK pixmaps
+               for exmaple). So we simply pass the GtkWindow as
+               the second parameter now.
+
+       * src/main.c
+       * src/mainwindow.c
+       * src/prefs_toolbar.[ch]
+               rewrite Toolbar Preferences using the new
+               prefs window
+
+2003-01-11 [alfons]    0.8.8claws83
+
+       * src/addressadd.c
+               fix crash when adding sender to addressbook because status bar
+               isn't there (the status bar doesn't seem to be used though,
+               but I'll let Match decide what to do with it)
+
+2003-01-11 [colin]     0.8.8claws82
+
+       * src/main.c
+         src/toolbar.c
+               Two useless changes reversed
+
+2003-01-11 [colin]     0.8.8claws81
+
+       * src/mainwindow.c
+         src/mainwindow.h
+               Add mainwindow_get_mainwindow()
+       * src/alertpanel.c
+         src/alertpanel.h
+               Add alertpanel_error_log() 
+       * src/compose.c
+         src/inc.c
+         src/messageview.c
+         src/toolbar.c
+         src/main.c
+         src/procmsg.c
+               Network errors get a View Log button
+
+2003-01-10 [alfons]    0.8.8claws80
+
+       * src/prefs_toolbar.c
+       * src/toolbar.c
+               use the translatable string for "Separator" as file name for
+               separator toolbar items (probably make this uppercase?)
+       
+2003-01-10 [alfons]    0.8.8claws79
+
+       * src/prefs_toolbar.c
+               put right A_SEPARATOR description string in "displayed
+               toolbar items list" so manually added separators are
+               saved correctly (bug #10, "Adding a separator to the main 
+               toolbar fails, entry in xml file is wrong")
+
+2003-01-10 [christoph] 0.8.8claws78
+
+       * src/imap.c
+               o fix warnings
+               o use CAPABILITY to check if NAMESPACE is available
+
+2003-01-10 [christoph] 0.8.8claws77
+
+       * src/imap.[ch]
+               apply UIDPLUS IMAP extension support patch
+
+       Patch submitted by Simon 'corecode' Schubert
+
+2003-01-10 [paul]      0.8.8claws76
+
+       * src/folderview.c
+               a sync from main which fixes the news account folders'
+               Properties bug
+
+2003-01-10 [christoph] 0.8.8claws75
+
+       * src/folder.c
+               don't accept 0 as a valid uid returned by copy and move
+               functions. 0 means the message was copied or moved but the
+               new uid could not be fetched. It is not an error condition
+               for the copy or move operation.
+
+2003-01-10 [paul]      0.8.8claws74
+
+       * src/prefs_filtering.c
+               change English used in Alert when entry is not
+               saved.
+               
+       * sync with 0.8.8cvs4
+               see ChangeLog 2003-01-10
+
+2003-01-10 [darko]     0.8.8claws73
+
+       * src/pine.c
+               fix crash when importing address book entry
+               without a valid address
+
+2003-01-09 [alfons]    0.8.8claws72
+
+       * src/inc.c
+               filtering performance: use new style folder update
+
+2003-01-09 [christoph] 0.8.8claws71
+
+       * src/compose.c
+       * src/gtk/menu.[ch]
+               fix wrong selecting of mime encoding type, when
+               opening property dialog of attachments in the
+               compose window. 7bit was always selected and that
+               destoryed files with 8bit data.
+               (closes bug #9 Sylpheed-claws destroys attachments when
+                changing MIME-types)
+
+2003-01-09 [paul]      0.8.8claws70
+
+       * sync with 0.8.8cvs3
+               see ChangeLog 2003-01-09
+
+2003-01-08 [alfons]    0.8.8claws69
+       
+       * src/addressadd.c
+               apply patch by Kim Schulz to fix build breakage
+               because of missing variable
+
+2003-01-08 [paul]      0.8.8claws68
+
+       * sync with 0.8.8cvs2
+               see ChangeLog 2002-01-08
+
+2003-01-08 [paul]      0.8.8claws67
+
+       * po/it.po
+               updated by Alessandro Maestri
+               
+       * src/addressadd.c
+               when using 'Add sender to addressbook' allow
+               name to be edited and remarks to be entered
+               Patch submitted by Luke Plant
+
+2003-01-08 [darko]     0.8.8claws66
 
        * README.claws, src/summaryview.c
                fix description for marked messages

ChangeLog diff:
--- ChangeLog.old       Wed Jan  8 10:21:22 2003
+++ ChangeLog   Mon Jan 13 00:56:18 2003
@@ -1,3 +1,36 @@
+2003-01-13
+
+       * src/codeconv.[ch]: made the transition from libjconv to iconv().
+         conv_iconv_strdup(): new.
+       * src/about.c
+         src/imap.c
+         src/mainwindow.c
+         src/prefs_common.c: replaced HAVE_LIBJCONV to HAVE_ICONV.
+
+2003-01-10
+
+       * src/compose.c
+         src/folderview.c
+         src/prefs_folder_item.c: English fix (property -> properties).
+       * src/prefs_filter.c: alert if entry is not saved.
+         prefs_filter_dialog_to_filter(): new.
+
+2003-01-09
+
+       * src/codeconv.c: conv_encode_header(): fixed a bug which output raw
+         strings after linefeed.
+       * updated INSTALL.
+
+2003-01-08
+
+       * src/codeconv.[ch]: code cleanup and optimization.
+         conv_code_converter_new()
+         conv_convert(): use functions obtained by conv_get_code_conv_func()
+         when using libjconv.
+         conv_codeset_strdup(): code cleanup.
+         conv_get_code_conv_func(): added an argument for destination
+         character set, and generalized.
+
 2003-01-06
 
        * src/codeconv.c: LBREAK_IF_REQUIRED(): break line only if some



-- 
Thorsten Maerz          <[EMAIL PROTECTED]>
Sylpheed-claws/Win32:   http://claws-w32.sf.net


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Claws-w32-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/claws-w32-users



-- 
syafril
-------
Syafril Hermansyah<syafril-at-dutaint.co.id>

-- 
Milis Diskusi antar Sylpheed (Sang Peri-Angin) User Indonesia

Subscribe/Unsubscribe : Lihat Message Header aja ya :-)


Kirim email ke