sync with 0.9.0pre1
[claws.git] / ChangeLog.claws
1 2003-05-12 [paul]
2
3         * sync with 0.9.0pre1
4
5 2003-05-09 [paul]       0.8.11claws149
6
7         * sync with 0.8.11cvs43
8                 see ChangeLog 2003-05-09
9
10 2003-05-08 [christoph]  0.8.11claws148
11
12         * src/imap.[ch]
13                 o use CAPABILIY as first command and check for PREAUTH
14                   information in the response to it
15                 o rewrite all imap_cmd_* functions to use an IMAPSession
16                   instead of a SockInfo as parameter
17                 o do STARTTLS after fetching and checking the server
18                   capabilities
19
20 2003-05-08 [paul]       0.8.11claws147
21
22         * tools/Makefile.am
23           tools/README
24           tools/convert_mbox.pl         ** NEW FILE **
25                 add mbox conversion script. Submitted by 
26                 Fred Marton <Fred.Marton@uni-bayreuth.de>
27
28 2003-05-07 [christoph]
29
30         * doc-src/glade.txt
31         * src/gtk/pluginwindow.glade
32         * src/plugins/image_viewer/viewerprefs.glade
33         * src/plugins/spamassassin/spamassassin_gtk.glade
34                 add glade files for user interfaces and a description how
35                 to use glade to create the sylpheed code
36
37 2003-05-07 [paul]       0.8.11claws146
38
39         * sync with 0.8.11cvs41
40                 see ChangeLog 2003-05-07
41
42 2003-05-06 [christoph]  0.8.11claws145
43
44         * src/main.c
45         * src/plugins/image_viewer/viewer.c
46                 fix usage of imlib in imageviewer plugin
47
48         * src/gtk/prefswindow.c
49                 handle window close event correctly
50
51 2003-05-06 [paul]       0.8.11claws144
52
53         * src/common/ssl.c
54                 fix typo introduced in sync
55
56 2003-05-06 [paul]       0.8.11claws143
57
58         * sync with 0.8.11cvs39
59                 see ChangeLog 2003-05-06
60
61 2003-05-06 [paul]       0.8.11claws142
62
63         * AUTHORS
64           po/cs.po
65                 updated Czech translation, submitted by 
66                 Radek Vybiral <Radek.Vybiral@vsb.cz>
67                 
68         * src/plugins/clamav/clamav_plugin_gtk.c
69                 clean up
70
71 2003-05-03 [alfons]     0.8.11claws141
72
73         * src/compose.[ch]
74                 make paste as quotation work even when the call to 
75                 text_inserted() was deferred (fixes bug #140 "Paste 
76                 as quotation does not work when using "external" 
77                 clipboard")
78
79 2003-05-03 [thorsten]   0.8.11claws140
80
81         * src/addrquery.h
82           src/ldapquery.h
83           src/mainwindow.c
84                 removed C++ comments
85         * src/addr_compl.c
86                 function with non-int retval/param used before
87                 implementation/declaration
88
89 2003-05-02 [paul]       0.8.11claws139
90
91         * src/addr_compl.[ch]
92           src/addressbook.[ch]
93           src/addrindex.c
94           src/summaryview.c
95                 revert match's changes to (finally) remove the bug where
96                 opening a folder causes massive slowdown when using the 
97                 'Display sender using address book' option
98
99 2003-05-01 [melvin]     0.8.11claws138
100
101         * src/plugins/dillo_viewer/dillo_prefs.[ch]
102         * src/plugins/dillo_viewer/dillo_viewer.c
103                 Fixed bug where "Cancel" button from prefs issued
104                 warnings.
105                 Comply a little more to coding style
106
107 2003-05-01 [paul]       0.8.11claws137
108
109         * sync with 0.8.11cvs38
110                 see ChangeLog 2003-05-01
111
112 2003-05-01 [paul]       0.8.11claws136
113
114         * po/bg.po
115                 updated by George Danchev
116
117 2003-04-30 [christoph]  0.8.11claws135
118
119         * src/plugins/dillo_viewer/dillo_prefs.c
120         * src/plugins/image_viewer/viewerprefs.c
121         * src/plugins/spamassassin/spamassassin_gtk.c
122                 remove gtk_widget_ref() calls for widgets in
123                 glade code
124
125 2003-04-30 [paul]       0.8.11claws134
126
127         * src/addrindex.c
128                 ok, this time a better fix for the bug where opening folder
129                 has massive slowdown when using the 'Display sender using 
130                 address book' option
131
132 2003-04-30 [paul]       0.8.11claws133
133
134         * src/addrindex.c
135                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
136         
137 2003-04-30 [melvin]     0.8.11claws132
138
139         New: Dillo plugin preferences (patch by Dimitar Haralanov)
140
141         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
142                 Preferences for the dillo plugin
143         * src/plugins/dillo_viewer/dillo_viewer.c
144                 Support for preferences
145         * src/plugins/dillo_viewer/Makefile.am
146                 Added dillo_prefs.[ch]
147
148 2003-04-30 [alfons]     0.8.11claws131
149
150         * src/common/plugin.[ch]
151                 see? this ANSI C'fication immediately gives us type
152                 checking for free.
153
154 2003-04-30 [alfons]     0.8.11claws130
155
156         * src/common/plugin.[ch]
157         * src/plugins/clamav/clamav_plugin.[ch]
158         * src/plugins/clamav/clamav_plugin_gtk.c
159         * src/plugins/demo/demo.c
160         * src/plugins/dillo_viewer/dillo_viewer.c
161         * src/plugins/image_viewer/plugin.c
162         * src/plugins/image_viewer/viewer.[ch]
163         * src/plugins/image_viewer/viewerprefs.[ch]
164         * src/plugins/mathml_viewer/mathml_viewer.c
165         * src/plugins/spamassassin/spamassassin.[ch]
166         * src/plugins/spamassassin/spamassassin_gtk.c
167         * src/plugins/trayicon/trayicon.c
168                 clean up
169
170 2003-04-30 [alfons]     0.8.11claws129
171
172         * src/common/utils.c
173                 make is_ascii_str() fail gracefully when NULL pointer
174                 is passed
175
176 2003-04-30 [paul]       0.8.11claws128
177
178         * src/addrindex.c
179                 fix bug where opening folder has massive slowdown when
180                 using the 'Display sender using address book' option
181
182 2003-04-30 [paul]       0.8.11claws127
183
184         * src/plugins/clamav/clamav_plugin.c
185           src/plugins/clamav/clamav_plugin_gtk.c
186           src/plugins/demo/demo.c
187           src/plugins/dillo_viewer/dillo_viewer.c
188           src/plugins/image_viewer/plugin.c
189           src/plugins/mathml_viewer/mathml_viewer.c
190           src/plugins/spamassassin/spamassassin.c
191           src/plugins/spamassassin/spamassassin_gtk.c
192           src/plugins/trayicon/trayicon.c
193                 get rid of eye-hurting function signatures
194
195 2003-04-30 [paul]       0.8.11claws126
196
197         * src/plugins/trayicon/trayicon.c
198                 add description
199                 
200         * src/mimeview.c
201                 be more descriptive
202
203 2003-04-30 [paul]       0.8.11claws125
204
205         * configure.ac
206                 arrange the plugins in reverse alphabetical order
207                 
208         * src/plugins/clamav/clamav_plugin.[ch]
209           src/plugins/clamav/clamav_plugin_gtk.c
210                 rename some params
211                 resize max_size window
212                 re-arrange the order of some gui elements
213                 improve descriptions
214         
215         * src/plugins/image_viewer/plugin.c
216           src/plugins/mathml_viewer/mathml_viewer.c
217                 add descriptions
218                 
219         * src/plugins/spamassassin/spamassassin_gtk.c
220                 resize max_size window
221                 re-arrange the order of some gui elements
222                 
223         * src/messageview.c
224           src/mimeview.c
225                 correct typos
226
227 2003-04-30 [alfons]     0.8.11claws124
228
229         * src/imap.c
230                 fix a leak found while browsing Martin Kluge's 
231                 valgrind log (Claws only)
232
233 2003-04-29 [darko]      0.8.11claws123
234
235         * src/gtk/gtkstext.h
236                 include wchar.h if it is available, fixes compilation
237                 on HP-UX systems
238
239 2003-04-29 [melvin]     0.8.11claws122
240
241         * src/prefs_actions.c
242                 Improved help text of Actions' syntax
243
244 2003-04-28 [paul]       0.8.11claws121
245
246         * src/action.c
247                 a better fix for the crash when performing an action
248                 on a mime part
249
250 2003-04-28 [paul]       0.8.11claws120
251
252         * src/action.c
253                 fix crash when performing an action on a
254                 mime part
255
256 2003-04-28 [paul]       0.8.11claws119
257
258         * sync with 0.8.11cvs36
259                 see ChangeLog 2003-04-28
260
261 2003-04-27 [paul]       0.8.11claws118
262
263         * more sync with 0.8.11cvs35
264                 see ChangeLog 2003-04-25
265
266 2003-04-26 [christoph]  0.8.11claws117
267
268         * src/folder.c
269                 fix remove virtual check
270
271 2003-04-26 [paul]       0.8.11claws116
272
273         * src/messageview.c
274                 fix return-receipt, make it work again
275
276 2003-04-26 [paul]       0.8.11claws115
277
278         * src/mimeview.c
279                 restore double-clicking of the [application/pgp-signature 
280                 (Select "Check signature" to check)] line in the message view,
281                 broken in recent sync
282
283 2003-04-26 [christoph]  0.8.11claws114
284
285         * src/folder.c
286                 check if remove virtual really exists before
287                 calling the function
288
289 2003-04-25 [match]      0.8.11claws113
290
291         * src/addrindex.c
292         * src/addrbook.c
293         * src/ldapquery.[ch]
294         * src/ldapctrl.[ch]
295                 fix memleak.
296         * src/ldapserver.[ch]
297                 fix memleak. fix segfault.
298                 plug a Claws memleak
299
300 2003-04-25 [alfons]     0.8.11claws112
301
302         * src/folder.c
303                 plug a Claws memleak
304
305 2003-04-25 [alfons]     0.8.11claws111
306
307         * src/common/session.c
308                 plug a memleak
309
310 2003-04-25 [paul]       0.8.11claws110
311
312         * sync with 0.8.11cvs35
313                 see ChangeLog 2003-04-24 and 2003-04-25
314                 
315         * src/gtk/pluginwindow.c
316                 correct another strange float value
317
318 2003-04-24 [christoph]  0.8.11claws109
319
320         * src/folder.c
321                 freeze folder item updates when unsetting new flags
322
323         * src/gtk/pluginwindow.c
324                 correct strange float value
325
326 2003-04-23 [paul]       0.8.11claws108
327
328         * sync with 0.8.11cvs33
329                 see ChangeLog 2003-04-23
330
331 2003-04-22 [paul]       0.8.11claws107
332
333         * src/Makefile.am
334           src/messageview.c
335           src/mimeview.c
336           src/pgptext.[ch]      ** REMOVED **
337                 remove pgptext.[ch] as its not used any more
338
339 2003-04-22 [paul]       0.8.11claws106
340
341         * sync with 0.8.11cvs31
342                 see ChangeLog 2003-04-21 and 2003-04-22
343
344 2003-04-21 [alfons]     0.8.11claws105
345
346         * src/main.c
347                 No access to GTK structures if we're a spawned child
348                 (and clean up code a little bit...) Should fix #126.
349
350 2003-04-21 [melvin]     0.8.11claws104
351
352         * src/plugins/dillo_viewer/README
353                 Improved slightly the text.
354
355 2003-04-21 [melvin]     0.8.11claws103
356
357         * src/plugins/dillo_viewer/README *** NEW ***
358                 Added a README file for the Dillo plugin
359
360 2003-04-20 [paul]
361
362         * tools/README
363           tools/outlook2sylpheed.pl
364                 updated and improved by Ricardo Mones Lastra
365
366 2003-04-18 [oliver]     0.8.11claws102
367
368         * src/inc.c 
369         * src/prefs_account.h
370                 remove Pop3SessionType (used by selective download)
371         * src/prefs_toolbar.c
372                 enable set Default Toolbar button
373
374 2003-04-18 [paul]       0.8.11claws101
375
376         * sync with 0.8.11cvs29
377                 see ChangeLog 2003-04-18
378
379 2003-04-17 [paul]       0.8.11claws100
380
381         * src/prefs_common.[ch]
382           src/summaryview.c
383                 remove 'Open next message on deletion' option,
384                 as the same effect can now be achieved via the
385                 'Always open messages in summary when selected'
386                 option.
387
388 2003-04-17 [paul]       0.8.11claws99
389
390         * sync with 0.8.11cvs28
391                 see ChangeLog 2003-04-17
392
393 2003-04-17 [christoph]  0.8.11claws98
394
395         * ac/spamassassin.m4
396         * src/plugins/spamassassin/libspamc.[ch]
397         * src/plugins/spamassassin/utils.[ch]
398                 sync libspamc with SpamAssassin project
399
400 2003-04-17 [christoph]  0.8.11claws97
401
402         * src/common/socket.h
403         * src/gtk/sslcertwindow.h
404                 rename old USE_SSL to USE_OPENSSL
405
406 2003-04-17 [paul]       0.8.11claws96
407
408         * src/prefs_common.h
409                 use gulong for P_COLOR so that it compiles/runs on
410                 64-bit systems. Patch submitted by James Noyes
411                 <jnoyes-claws@retrogeeks.com>
412                 
413         * po/de.po
414                 updated by Jens
415
416 2003-04-17 [paul]       0.8.11claws95
417
418         * sync with 0.8.11cvs27
419                 see ChangeLog 2003-04-16
420
421 2003-04-15 [paul]       0.8.11claws94
422
423         * src/prefs_common.[ch]
424                 rearrange to stop the window getting too long:
425                         move Receive dialog stuff to Receive tab
426                         move Send dialog to Send tab
427                         remove Dialogs frame
428                 rename 'Open messages in summary with cursor keys' to
429                 'Always open messages in summary when selected', as its
430                 more appropriate
431
432 2003-04-15 [paul]       0.8.11claws93
433
434         * src/prefs_common.[ch]
435           src/summaryview.c
436                 add new option '/Interface/Open next message on deletion'
437
438 2003-04-15 [paul]       0.8.11claws92
439
440         * src/summaryview.[ch]
441                 add /Mark/Lock and /Mark/Unlock to the pop-up
442                 menu. Patch submitted by Ivan Francolin Martinez
443                 <ivanfm@users.sourceforge.net>
444
445 2003-04-15 [paul]       0.8.11claws91
446
447         * sync with 0.8.11cvs24
448                 see ChangeLog 2003-04-15
449
450 2003-04-14 [jens]       0.8.11claws90
451
452         * updated German translation and some corrections from
453                 Roland Bless <bless@tm.uka.de>
454
455 2003-04-14 [paul]       0.8.11claws89
456
457         * sync with 0.8.11cvs22
458                 see ChangeLog 2003-04-14
459
460 2003-04-13 [paul]       0.8.11claws88
461
462         * src/plugins/clamav/clamav_plugin.c
463                 fix memory leaks
464                 clean up
465
466 2003-04-12 [paul]       0.8.11claws87
467
468         * src/plugins/clamav/clamav_plugin.c
469                 activate enable/disable archive scanning option
470                 
471         * src/plugins/clamav/.cvsignore         ** NEW FILE **
472
473 2003-04-12 [paul]       0.8.11claws86
474
475         * src/plugins/Makefile.am
476           src/plugins/clamav/Makefile.am                ** NEW FILE **
477           src/plugins/clamav/README                     ** NEW FILE ** 
478           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
479           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
480                 add Clam AntiVirus plugin
481
482 2003-04-12 [paul]       0.8.11claws85
483
484         * sync with 0.8.11cvs21
485                 see ChangeLog 2003-04-11
486
487 2003-04-11 [paul]       0.8.11claws84
488
489         * po/es.po
490                 update Spanish translation. Submitted by Ricardo
491                 Mones Lastra.
492
493 2003-04-10 [christoph]  0.8.11claws83
494
495         * src/mbox.c
496                 fix typo that did not move unfiltered mails to destination
497                 folder
498
499         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
500          when filtering from spool)
501
502 2003-04-10 [christoph]  0.8.11claws82
503
504         * src/imap.c
505                 use BODY.PEEK instead of BODY in in message fetch operation
506                 to make sure the IMAP server does not set the \Seen flag for
507                 messages. Sylpheed does that later itself, when the message
508                 is opened in sylpheed
509
510         (closes Bug 111 Claws destroys unread marks)
511
512 2003-04-09 [oliver]     0.8.11claws81
513         
514         * src/folder.c
515                 fix crash in folder_destroy
516         * README.claws
517                 remove selective download
518
519 2003-04-09 [christoph]  0.8.11claws80
520
521         * src/imap.c
522                 fix crash in imap_get_msginfo() when then fetched message
523                 is not found
524
525         (closes Bug 110 Crash during mail composition)
526
527 2003-04-08 [christoph]  0.8.11claws79
528
529         * src/folder.c
530         * src/prefs_account.c
531                 Filter new messages that are found in an INBOX folder
532                 when 'Filter messages on receiving' is enabled in the
533                 Folder's AccountPrefs. This allows to use Sylpheed's
534                 filtering engine for IMAP folders where messages are
535                 added to the INBOX by a MTA
536
537 2003-04-08 [paul]       0.8.11claws78
538
539         * src/procmsg.h
540                 clean up after last commit
541
542 2003-04-08 [paul]       0.8.11claws77
543
544         * sync with 0.8.11cvs20
545                 see ChangeLog 2003-04-07 and 2003-04-08
546
547 2003-04-07 [christoph]  0.8.11claws76
548
549         * src/filtering.[ch]
550         * src/inc.[ch]
551         * src/mbox.c
552         * src/procmsg.[ch]
553                 add procmsg_msginfo_filter() to execute filtering actions
554
555 2003-04-06 [christoph]  0.8.11claws75
556
557         * src/imap.c
558                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
559
560 2003-04-06 [christoph]  0.8.11claws74
561
562         * src/common/utils.[ch]
563                 add g_int_compare() function for slist sorting
564
565         * src/imap.c
566                 fetch all MsgInfos with one command in imap_get_msginfos()
567                 using an imap set with a list of ranges
568
569         * src/news.c
570                 use new g_int_compare() function
571
572 2003-04-06 [thorsten]   0.8.11claws73
573
574         * src/mh.c
575                 corrected implementation of mh_folder_destroy()
576
577 2003-04-05 [christoph]  0.8.11claws72
578
579         * src/account.c
580         * src/folder.[ch]
581         * src/folderview.c
582         * src/imap.c
583         * src/inc.c
584         * src/main.c
585         * src/mainwindow.c
586         * src/mbox_folder.c
587         * src/mh.c
588         * src/mimeview.h
589         * src/msgcache.[ch]
590         * src/news.c
591         * src/procmime.h
592         * src/procmsg.[ch]
593         * src/setup.c
594         * src/gtk/gtkutils.c
595                 o rename structure field names class and new to klass and
596                   new_msgs, to allow including files in C++
597                 o add 'extern "C"' block to some header files
598                 o add MsgInfoList and MsgNumberList as alias for GSList for
599                   developers to know what type of list is expected
600
601         * src/plugins/image_viewer/plugin.c
602         * src/plugins/image_viewer/viewer.[ch]
603         * src/plugins/image_viewer/viewerprefs.[ch]
604                 rename function names to prevent conflicts
605
606 2003-04-05 [paul]       0.8.11claws71
607
608         * sync with 0.8.11cvs18
609                 see ChangeLog 2003-04-03 and 2003-04-04
610
611 2003-04-02 [christoph]  0.8.11claws70
612
613         * src/folder.[ch]
614         * src/imap.[ch]
615         * src/mbox_folder.[ch]
616         * src/mh.[ch]
617         * src/news.[ch]
618                 o Make all virtual folder functions private
619                 o remove unused folder code
620
621         * src/common/socket.[ch]
622         * src/summaryview.c
623                 fix warnings
624
625 2003-03-30 [alfons]     0.8.11claws69
626
627         * src/send_message.c
628                 remove two debug traces and see if people still report
629                 errors
630
631 2003-03-30 [alfons]     0.8.11claws68
632
633         * src/send_message.c
634         * src/commons/session.c
635                 add more debug traces
636
637 2003-03-30 [christoph]  0.8.11claws67
638
639         * src/folder.c
640                 change processing folder name from .processing to processing
641
642         * src/common/ssl.c
643                 disable SSL certificate check because it causes Xlib error
644                 when the child process want's to open an GTK window
645
646 2003-03-30 [christoph]  0.8.11claws66
647
648         * src/folder.c
649                 don't use default folder for processing folder item because
650                 it can be a non local folder
651
652         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
653
654 2003-03-30 [alfons]     0.8.11claws65
655
656         * src/send_message.c
657                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
658                 to generate bad code for 'send_send_data_progressive': When
659                 called from 'send_send_data_finished', the 'data' pointer is
660                 cleared just before the assignment to the dialog pointer
661
662 2003-03-29 [christoph]  0.8.11claws64
663
664         * src/common/prefs.h
665         * src/plugins/image_viewer/Makefile.am
666         * src/plugins/image_viewer/plugin.c
667         * src/plugins/image_viewer/viewer.[ch]
668         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
669                 add PrefsPage for ImageViewer
670
671 2003-03-28 [thorsten]   0.8.11claws63
672
673         * src/common/session.c
674                 added some comments
675
676 2003-03-28 [paul]       0.8.11claws62
677
678         * sync with 0.8.11cvs16
679                 see ChangeLog 2003-03-28
680
681 2003-03-28 [paul]       0.8.11claws61
682
683         * sync with 0.8.11cvs15
684                 see ChangeLog 2003-03-28
685
686 2003-03-27 [christoph]  0.8.11claws60
687
688         * src/folder.c
689         * src/imap.c
690         * src/common/socket.[ch]
691                 set socket state to DISCONNECTED when any operation
692                 fails to allow reconnecting in IMAP code without
693                 checking the return code of all calls to the command
694                 functions
695
696         * src/folderview.c
697         * src/summaryview.c
698                 remove some more stuff that depends on specific
699                 folder types
700
701 2003-03-27 [paul]       0.8.11claws59
702
703         * sync with 0.8.11cvs14
704                 see ChangeLog 2003-03-27
705                 
706         * src/selective_download.[ch]   ** REMOVED **
707                 really removed
708
709 2003-03-27 [christoph]  0.8.11claws58
710
711         * src/folder.c
712                 fix handling of tmp_flags in flag copy function
713
714 2003-03-27 [paul]       0.8.11claws57
715
716         * sync with 0.8.11cvs13
717                 see ChangeLog 2003-03-27
718
719 2003-03-27 [oliver]     0.8.11claws56
720
721         * src/maiwindow.c
722                 remove sel_download_cb
723
724 2003-03-27 [oliver]     0.8.11claws55
725         
726         * src/inc.c
727                 remove POP3_TOP
728         
729 2003-03-26 [oliver]     0.8.11claws54
730
731         *src/pop.h
732                 remove POP3_TOP*
733         * README.claws
734                 remove selective donwload readme
735
736 2003-03-26 [oliver]     0.8.11claws53
737         * src/matcher.[ch]
738         * src/matcher_parser_parse.y 
739         * src/pop.c 
740         * src/prefs_account.[ch]
741         * src/prefs_filtering.c
742                 remove selective donwload
743
744 2003-03-26 [oliver]     0.8.11claws52
745
746         * src/inc.[ch] 
747         * src/filtering.c 
748         * src/mainwindow.c 
749                 remove selective donwload
750
751 2003-03-26 [oliver]     0.8.11claws51
752         
753         * src/Makefile.am
754         * src/selective_download.[ch]   ** REMOVE **    
755
756 2003-03-26 [christoph]  0.8.11claws50
757
758         * src/news.c
759                 fix NEWS that got broken by a sync with sylpheed-main
760
761 2003-03-26 [christoph]  0.8.11claws49
762
763         * src/mimeview.c
764                 fix mime type guessing when no mime type is found for a file
765
766 2003-03-25 [christoph]  0.8.11claws48
767
768         * src/mimeview.c
769         * src/procmime.c
770                 remove mime type guessing from mime parser and use
771                 name based mime types in viewer lookup for mime type
772                 application/octet-stream
773
774 2003-03-25 [christoph]  0.8.11claws47
775
776         * doc-src/readme.txt
777         * doc-src/rfc2554.txt
778                 add RFC about SMTP AUTH
779
780         * src/send_message.c
781         * src/common/smtp.[ch]
782                 add extra error code for authentication errors and
783                 clear temporary password when this error occurs
784
785         (closes Bug 84 authentication failure while sending should
786          prompt for password again)
787
788 2003-03-25 [christoph]  0.8.11claws46
789
790         * configure.ac
791         * src/Makefile.am
792         * src/imageview.[ch]                            ** REMOVE **
793         * src/messageview.[ch]
794         * src/mimeview.[ch]
795         * src/prefs_common.[ch]
796         * src/textview.c
797         * src/plugins/Makefile.am
798         * src/plugins/image_viewer/.cvsignore           ** NEW **
799         * src/plugins/image_viewer/Makefile.am          ** NEW **
800         * src/plugins/image_viewer/plugin.c             ** NEW **
801         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
802                 move image viewer into a plugin (building is enabled by default)
803                 [ToDo: Prefs for resize and autoview]
804
805 2003-03-25 [paul]       0.8.11claws45
806
807         * sync with 0.8.11cvs12
808                 see ChangeLog 2003-03-26
809
810 2003-03-25 [paul]       0.8.11claws44
811
812         * sync with 0.8.11cvs11
813                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
814                 
815         Note: Selective Download is broken.
816                 
817 2003-03-22 [christoph]  0.8.11claws43
818
819         * src/folder.c
820                 code cleanup for flags copying
821
822 2003-03-22 [christoph]  0.8.11claws42
823
824         * src/plugins/trayicon/trayicon.c
825                 fix setting the transparent area when the window size
826                 is forced by the system tray
827
828 2003-03-22 [christoph]  0.8.11claws41
829
830         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
831         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
832         * src/plugins/trayicon/newmail.xpm              ** NEW **
833         * src/plugins/trayicon/nomail.xpm               ** NEW **
834         * src/plugins/trayicon/trayicon.c
835         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
836                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
837                 o add icon for unread mails
838                 o set transparency for window
839
840 2003-03-22 [christoph]  0.8.11claws40
841
842         * src/news.c
843                 init news session to prevent crash when session is closed
844
845 2003-03-22 [christoph]  0.8.11claws39
846
847         * src/imap.c
848         * src/common/session.[ch]
849                 Init session data to make sure we don't have invalid pointers
850                 for read_ch and write_ch when new multi process sessions are
851                 not used
852
853         * src/main.c
854         * src/common/plugin.c
855         * src/common/sylpheed.c
856         * src/plugins/demo/demo.c
857         * src/plugins/dillo_viewer/dillo_viewer.c
858         * src/plugins/mathml_viewer/mathml_viewer.c
859         * src/plugins/spamassassin/spamassassin.c
860         * src/plugins/spamassassin/spamassassin_gtk.c
861                 add plugin types to allow loading plugins at different times
862                 (and maybe for different frontends), because it's not good to
863                 load GTK-Plugins gefore gtk_init was called
864
865         * configure.ac
866         * src/plugins/Makefile.am
867         * src/plugins/trayicon/.cvsignore               ** NEW **
868         * src/plugins/trayicon/Makefile.am              ** NEW **
869         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
870         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
871         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
872         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
873         * src/plugins/trayicon/trayicon.c               ** NEW **
874                 New Trayicon plugin that shows an icon in a systray that uses
875                 XEMBED protocol like Gnome's systray. Icon shows if there
876                 are new mails and a tooltip shows information about new,
877                 unread and total messages.
878
879 2003-03-22 [paul]       0.8.11claws38
880
881         * src/common/smtp.c
882                 fix ESMTP AUTH CRAM-MD5
883                 [sync with main (still version 0.8.11cvs6), see
884                  ChangeLog 2003-03-22]
885
886 2003-03-21 [colin]      0.8.11claws37
887
888         * src/send_message.c
889                 Fix USE_SSL => USE_OPENSSL
890
891 2003-03-21 [colin]      0.8.11claws36
892
893         * src/folderview.c
894                 Fix counts in drag and dropped subfolders
895
896 2003-03-21 [colin]      0.8.11claws35
897
898         * src/folder.c 
899         * src/folderview.c
900                 speed up a bit folder dnd
901
902 2003-03-20 [alfons]     0.8.11claws34
903
904         * src/main.c
905         * src/toolbar.c
906         * src/procmsg.c
907                 don't send locked queue messages
908                 (feature request "[ 705245 ] Locking message in outbox 
909                  should prevent sending")
910
911 2003-03-20 [christoph]  0.8.11claws33
912
913         * src/folder.c
914                 remove NEW and UNREAD flag in special folders when scanning
915                 
916         * src/common/smtp.c
917                 fix ESMTP AUTH CRAM-MD5
918
919 2003-03-20 [paul]       0.8.11claws32
920
921         * src/prefs_account.c
922                 Re-write 'Tunnel command to open connection' as
923                 'Use command to communicate with server', and disable
924                 it for all except IMAP accounts
925
926 2003-03-20 [paul]       0.8.11claws31
927
928         * sync with 0.8.11cvs6
929                 see ChangeLog 2003-03-20
930
931 2003-03-19 [match]      0.8.11claws30
932
933         * src/addritem.[ch]
934                 include documentation. minor refactoring.
935         * src/addr_compl.[ch]
936         * src/addrindex.[ch]
937         * src/addresbook.[ch]
938         * src/summaryview.c
939                 re-enable address lookup (was disabled in
940                 0.8.11claws20).
941
942 2003-03-19 [christoph]  0.8.11claws29
943
944         * src/procmsg.c
945                 add temp flag handling, will make moving and copying
946                 messages possible again
947
948         * src/folder.c
949                 correct calulation of folder stats
950
951 2003-03-18 [match]      0.8.11claws28
952
953         * src/editgroup.h
954                 remove case sensitive comparison (closes bug 80).
955
956 2003-03-18 [christoph]  0.8.11claws27
957
958         * src/imap.c
959                 fix imap using a tunnel command
960
961         (closes bug 87)
962
963 2003-03-18 [christoph]  0.8.11claws26
964
965         * src/folder.[ch]
966         * src/imap.c
967         * src/procmsg.[ch]
968                 rewrite flag handling for folders
969
970 2003-03-18 [christoph]  0.8.11claws25
971
972         * src/folder.c
973         * src/procmsg.c
974         * src/summaryview.c
975                 unset NEW and UNREAD flags when message is ignored, to make
976                 sure messages don't show up as unread on other IMAP clients,
977                 because the IGNORE_THREAD flag can not be syncronized through
978                 the IMAP folder
979
980 2003-03-17 [christoph]  0.8.11claws24
981
982         * src/imap.c
983                 don't use recursion to fetch uids when the number of messages
984                 does not match. Moved code into subfunction that is used
985                 again when needed, to prevent an endless loop.
986
987 2003-03-17 [thorsten]   0.8.11claws23
988
989         * src/imageview.[ch]
990                 export imageview_get_resized_size() (for plugins)
991         * src/prefs_common.[ch]
992                 added prefs_common_get() (for plugins)
993
994 2003-03-17 [christoph]  0.8.11claws22
995
996         * src/imap.c
997                 o remove UID guessing from copy code
998                 o support UIDPLUS extension for APPEND command
999
1000 2003-03-17 [paul]       0.8.11claws21
1001
1002         * src/gtk/about.c
1003                 remove 'Compiled-plugins' section.
1004                 
1005         * src/plugins/dillo_viewer/dillo_viewer.c
1006                 slight change to description text
1007
1008 2003-03-16 [match]      0.8.11claws20
1009         * src/ldapserver.[ch]           ** NEW **
1010         * src/ldapctrl.[ch]             ** NEW **
1011         * src/ldapquery.[ch]            ** NEW **
1012         * src/ldaputil.[ch]             ** NEW **
1013         * src/addrcindex.[ch]           ** NEW **
1014         * src/addrquery.h               ** NEW **
1015         * src/addritem.[ch]
1016         * src/addrcache.[ch]
1017         * src/addrindex.[ch]
1018         * src/addr_compl.[ch]
1019         * src/addressbook.[ch]
1020         * src/addrbook.[ch]
1021         * src/editgroup.c
1022         * src/editaddress.c
1023         * src/editldap.c
1024         * src/editldap_basedn.c
1025         * src/vcard.c
1026         * src/jpilot.c
1027         * src/Makefile.am
1028                 included dynamic LDAP queries. improved address
1029                 completion.
1030
1031 2003-03-16 [paul]       0.8.11claws19
1032
1033         * tools/multiwebsearch.pl
1034                 fix a fatal typo
1035
1036 2003-03-16 [christoph]  0.8.11claws18
1037
1038         * src/mimeview.c
1039         * src/plugins/dillo_viewer/dillo_viewer.c
1040         * src/plugins/mathml_viewer/mathml_viewer.c
1041                 make unregistering of MimeViewerFactorys possible
1042
1043 2003-03-16 [alfons]     0.8.11claws17
1044
1045         * configure.ac
1046                 correct typo
1047
1048 2003-03-16 [melvin]     0.8.11claws16
1049
1050         * src/plugins/dillo_viewer.c
1051                 Fixed bug where it was not possible to view more than
1052                 one text/html attachment per message (bug discovered
1053                 by Christoph Hohmann).
1054
1055 2003-03-15 [melvin]     0.8.11claws15
1056
1057         * src/prefs_actions.c
1058                 Fixed compilation warnings.
1059
1060 2003-03-15 [melvin]     0.8.11claws14
1061
1062         * src/plugins/Makefile.am
1063         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1064         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1065         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1066                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1067                 newer (http://dillo.auriga.wearlab.de/).
1068
1069 2003-03-15 [christoph]  0.8.11claws13
1070
1071         * src/imap.c
1072                 don't query imap folder for attributes because we already
1073                 for them from imap_status
1074
1075         * src/mimeview.[ch]
1076                 add support for plugable MimeViewers (unloading Viewers
1077                 not yet complete)
1078
1079         * src/plugins/Makefile.am
1080         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1081         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1082         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1083                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1084                 widget from http://helm.cs.unibo.it/mml-widget/
1085
1086 2003-03-14 [christoph]  0.8.11claws12
1087
1088         * src/folder.[ch]
1089                 o error return code's should better be negative
1090                 o replace printf with debug_print
1091
1092         * src/imap.c
1093                 improve IMAP folder scan by checking UID-NEXT
1094
1095         * src/summaryview.c
1096                 remove check that are unnecessary in my opinion
1097
1098 2003-03-13 [christoph]  0.8.11claws11
1099
1100         * src/folder.[ch]
1101         * src/foldersel.c
1102         * src/folderview.c
1103         * src/imap.c
1104         * src/mbox_folder.c
1105         * src/mh.c
1106         * src/news.c
1107         * src/prefs_scoring.c
1108         * src/summaryview.c
1109                 use a common function to get a displayable name
1110                 for a FolderItem
1111
1112 2003-03-13 [paul]       0.8.11claws10
1113
1114         * tools/Makefile.am
1115           tools/README
1116           tools/multiwebsearch.conf     ** NEW FILE **
1117           tools/multiwebsearch.pl       ** NEW FILE **
1118                 add multiwebsearch Actions script
1119
1120 2003-03-13 [colin]      0.8.11claws9
1121
1122         * src/compose.c
1123                 Remove leading emtpy lines from quoted text
1124                 before quoting it
1125
1126 2003-03-13 [melvin]     0.8.11claws8
1127
1128         * src/prefs_actions.c
1129                 Fixed a memory leak
1130                 Code clean ups
1131                 Added Cancel and OK buttons
1132                 Corrected help text
1133
1134 2003-03-13 [christoph]  0.8.11claws7
1135
1136         * src/account.c
1137         * src/folder.[ch]
1138         * src/imap.c
1139         * src/mainwindow.c
1140         * src/mbox_folder.c
1141         * src/mh.c
1142         * src/news.c
1143         * src/setup.c
1144                 replace more folder type stuff with folder class stuff
1145
1146 2003-03-13 [melvin]     0.8.11claws6
1147
1148         * src/prefs_actions.c
1149                 Added new tokens:
1150                 %u: user provided argument
1151                 %h: user provided argument (hidden on input)
1152                 %s: current text selection in the message view 
1153
1154 2003-03-13 [paul]       0.8.11claws5
1155
1156         * sync with 0.8.11cvs5
1157                 see ChangeLog 2003-03-11, 2003-03-12
1158
1159 2003-03-12 [christoph]  0.8.11claws4
1160
1161         * src/folder.c
1162                 use folder class idstr when writing folderlist.xml
1163
1164         * src/folder.h
1165         * src/imap.c
1166         * src/news.c
1167                 replace folder type checks with folder class checks
1168
1169 2003-03-12 [christoph]  0.8.11claws3
1170
1171         * src/folder.[ch]
1172         * src/imap.[ch]
1173         * src/main.c
1174         * src/mbox_folder.[ch]
1175         * src/mh.[ch]
1176         * src/news.[ch]
1177                 o create a list of known folder classes in the folder system
1178                 o use folder class id strings for folder item identifiers
1179
1180 2003-03-12 [christoph]  0.8.11claws2
1181
1182         * src/imap.c
1183                 fix imap uid validity check
1184
1185 2003-03-12 [christoph]  0.8.11claws1
1186
1187         * src/account.c
1188         * src/folder.[ch]
1189         * src/foldersel.c
1190         * src/folderview.c
1191         * src/imap.c
1192         * src/mainwindow.c
1193         * src/mbox_folder.c
1194         * src/mh.c
1195         * src/news.c
1196         * src/prefs_scoring.c
1197         * src/procmsg.c
1198         * src/setup.c
1199         * src/summaryview.c
1200                 initial restructuring of folder system, seperating
1201                 folders and folder classes
1202
1203 2003-03-12 [paul]       0.8.11claws
1204
1205         0.8.11claws release
1206
1207 2003-03-12 [christoph]
1208
1209         * src/gtk/prefswindow.c
1210                 fix translation of "Page Index"
1211
1212 2003-03-12 [paul]       0.8.10claws110
1213
1214         a sync from 0.8.11cvs4 before the release
1215
1216         * src/common/utils.c
1217                 subject_compare_for_sort(): allow null strings (fixes
1218                 summary sorting).
1219
1220 2003-03-11 [paul]       0.8.10claws109
1221
1222         * po/es.po
1223                 update Spanish translation, submitted by
1224                 Ricardo Mones Lastra
1225
1226 2003-03-11 [melvin]     0.8.10claws108
1227
1228         * po/fr.po
1229                 Updated French translations
1230
1231 2003-03-11 [paul]       0.8.10claws107
1232
1233         * manual/en/Makefile.am
1234           manual/en/*.html
1235                 update English manual, add a new page
1236                 updated by Francois Barriere <fbarriere@atmel.fr>
1237                 
1238         * po/bg.po
1239           po/it.po
1240           po/sr.po
1241                 update Bulgarian, Italian, and Serbian translations
1242                 submitted by George Danchev, Alessandro Maestri, and
1243                 Urke MMI
1244
1245 2003-03-10 [paul]       0.8.10claws106
1246
1247         * src/gtk/about.c
1248           src/gtk/prefswindow.c
1249                 make some strings translatable
1250
1251 2003-03-10 [darko]      0.8.10claws105
1252
1253         * src/compose.c
1254                 code cleanup to make Hiro happy
1255
1256 2003-03-10 [paul]       0.8.10claws104
1257
1258         * sync with 0.8.11cvs2
1259                 see ChangeLog 2003-03-10
1260
1261 2003-03-09 [melvin]     0.8.10claws103
1262
1263         * src/textview.c
1264                 textview_set_font(): fix for message display in
1265                 UTF-8 locales (thanks to Sergey Vlasov).
1266                 (was unintentionnaly reverted in 0.8.6claws6)   
1267
1268 2003-03-08 [darko]      0.8.10claws102
1269
1270         * src/compose.c
1271                 fix infinite loop in wrapping as reported
1272                 by happycactus
1273                 obsoletes patch #696482
1274
1275 2003-03-08 [christoph]  0.8.10claws101
1276
1277         * src/imap.c
1278                 add workaround for IMAP servers that do not
1279                 support the "UID SEARCH UID" command
1280
1281 2003-03-07 [christoph]  0.8.10claws100
1282
1283         * src/plugins/spamassassin/spamassassin.[ch]
1284         * src/plugins/spamassassin/spamassassin_gtk.c
1285                 code cleanup
1286
1287 2003-03-07 [paul]       0.8.10claws99
1288
1289         * po/es.po
1290                 updated Spanish translation, submitted by
1291                 Ricardo Mones Lastra
1292
1293 2003-03-07 [christoph]  0.8.10claws98
1294
1295         * src/send.c
1296                 fix in 0.8.10claws94 was wrong
1297                 local delivery does not require escaping, remove escaping
1298                 code to make signatures of mails with "." lines valid
1299                 
1300                 NOTE: requires that sendmail is executed with "-i" option,
1301                       what is the default now, but has to be changed in all
1302                       exsiting accounts)
1303
1304 2003-03-07 [paul]       0.8.10claws97
1305
1306         * sync with 0.8.11 release
1307                 see ChangeLog 2003-03-07
1308
1309 2003-03-06 [paul]       0.8.10claws96
1310
1311         * src/compose.c
1312                 revert commit 0.8.10claws92
1313
1314 2003-03-06 [paul]       0.8.10claws95
1315
1316         * src/folderview.c
1317                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1318
1319         * src/gtkaspell.c
1320                 fix bug 74, 'Crash opening editor window with pseudo-color
1321                 display'
1322                 
1323         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1324
1325 2003-03-06 [christoph]  0.8.10claws94
1326
1327         * src/send.c
1328                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1329                 all lines starting with a period get an extra period
1330                 inserted
1331                 (found by Simon 'corecode' Schubert)
1332
1333 2003-03-06 [paul]       0.8.10claws93
1334
1335         * src/folderview.c
1336                 if configured font can't be loaded fall back to gtk
1337                 default. (with thanks to Christoph)
1338                 
1339                 closes long-standing bug 15 'Crashes on startup'
1340
1341 2003-03-06 [paul]       0.8.10claws92
1342
1343         * src/compose.c
1344                 freeze text before autosave and thaw afterwards
1345                 fixes bug 67 'autosave make re-rediting message crazy'
1346
1347 2003-03-06 [christoph]  0.8.10claws91
1348
1349         * src/compose.c
1350                 ignore address comment in dupe check for Cc-list
1351
1352         (closes reopened bug 47 Replying to message strips name part of
1353          e-mail addresses of Cc: lines)
1354
1355 2003-03-06 [paul]       0.8.10claws90
1356
1357         * src/Makefile.am
1358                 remove reference to gtkxtext.h as its no longer in
1359                 the repository
1360
1361 2003-03-06 [paul]       0.8.10claws89
1362
1363         * sync with 0.8.10cvs25
1364                 see ChangeLog 2003-03-06
1365
1366 2003-03-06 [oliver]     0.8.10claws88
1367         
1368         * src/messageview.c
1369                 remove include
1370
1371 2003-03-06 [oliver]     0.8.10claws87
1372         
1373         * src/folderview.c 
1374                 remove changes introduced inclaws74
1375         * src/messageview.c
1376                 another attempt to sanely delete and update
1377                 messages deleted in separate messageview
1378
1379 2003-03-05 [christoph]  0.8.10claws86
1380
1381         * src/summaryview.c
1382                 check if "From" matches any account's address if
1383                 addressbook completion of addresses is disabled too
1384
1385         (closes Bug 70 "Display recipient in from" doesn't check
1386          folder's default account)
1387
1388 2003-03-05 [christoph]  0.8.10claws85
1389
1390         * src/compose.c
1391         * src/common/utils.[ch]
1392                 don't strip address comments when building Cc lists
1393
1394         (closes Bug 47 Replying to message strips name part of e-mail addresses
1395          of Cc: lines)
1396
1397         * src/folder.c
1398                 fix return value of copy function
1399
1400 2003-03-05 [christoph]  0.8.10claws84
1401
1402         * src/imap.c
1403                 don't ask imap server for non rfc822 headers
1404
1405         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1406
1407         * src/imap.c
1408                 destroy session on socket error to allow reconnecting
1409
1410 2003-03-05 [christoph]  0.8.10claws83
1411
1412         * configure.ac
1413                 fix building with gnome when no prefix is set
1414
1415         (closes bug 66 Gnome directory is set to NONE)
1416
1417 2003-03-05 [paul]       0.8.10claws82
1418
1419         * sync with 0.8.10cvs23
1420                 see ChangeLog 2003-03-05
1421
1422 2003-03-04 [christoph]  0.8.10claws81
1423
1424         * src/folder.c
1425                 o fix moving and copying when folder returns 0 for new
1426                   message number
1427                 o remove some code for single message copy and move
1428                   operations and use functions for multiple messages
1429
1430         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1431
1432         * src/news.c
1433                 remove unused include
1434
1435 2003-03-04 [paul]       0.8.10claws80
1436
1437         * src/gtk/about.c
1438                 list 'Compiled plugins'
1439
1440 2003-03-03 [christoph]  0.8.10claws79
1441
1442         * src/news.[ch]
1443                 have to multiply the percentage of the current fetch with
1444                 the percentage that it has of the total fetch operation
1445                 for correct values
1446
1447 2003-03-03 [christoph]  0.8.10claws78
1448
1449         * src/news.c
1450                 fix calculation of expected lines for progress indicator
1451
1452 2003-03-03 [christoph]  0.8.10claws77
1453
1454         * src/summaryview.c
1455         * src/common/utils.c
1456                 fix segfault when opening the root news folder
1457
1458 2003-03-03 [christoph]  0.8.10claws76
1459
1460         * src/mainwindow.[ch]
1461         * src/common/Makefile.am
1462         * src/common/progressindicator.[ch]
1463                 add UI independent progress indicator handling
1464
1465         * src/news.[ch]
1466                 use new progress indicator for message info fetching
1467
1468         * src/common/hooks.h
1469                 code cleanup
1470
1471 2003-03-03 [oliver]     0.8.10claws75
1472
1473         * src/toolbar.c
1474         * src/compose.c
1475                 removed commented code
1476
1477 2003-03-03 [oliver]     0.8.10claws74
1478
1479         * src/toolbar.[ch]
1480                 cleanups and refactoring
1481         * src/compose.[ch]
1482                 compose_reply_mode reply & forwarding interface for
1483                 toolbar buttons
1484         * src/folderview.c
1485                 act on messages marked for deletion in folderview_selected
1486                 based on prefs_common.immediate_exec since a message might 
1487                 have been deleted by messageview in a folder we are changing 
1488                 to (does anybody understand what I'm on about ?)
1489
1490 2003-03-03 [oliver]     0.8.10claws73
1491         
1492         * src/messageview.[ch]
1493                 new functions
1494                 - messageview_delete: delete message shown in messagview
1495                 - messageview_update_view: update messageview to currently 
1496                   selected summaryview message
1497                 - add separate messageview to msgview_list in order to update 
1498                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1499         * src/summaryview.[ch]
1500                 summary_get_selection returns a list of selected msgs
1501                 in summaryview
1502         * src/mainwindow.c
1503                 toolbar reply refactoring
1504
1505 2003-03-03 [paul]       0.8.10claws72
1506
1507         * sync with 0.8.10cvs21
1508                 see ChangeLog 2003-03-03
1509
1510 2003-03-02 [christoph]  0.8.10claws71
1511
1512         * src/common/passcrypt.c
1513                 use POSIX includes
1514
1515 2003-03-02 [christoph]  0.8.10claws70
1516
1517         * configure.ac
1518         * src/prefs_account.c
1519         * src/prefs_gtk.[ch]
1520         * src/common/.cvsignore
1521         * src/common/Makefile.am
1522         * src/common/passcrypt.c                ** NEW **
1523         * src/common/passcrypt.h.in             ** NEW **
1524                 Implement password encryption in config files
1525                 using unix encrypt and setkey functions. The crypt
1526                 key can be set as a configure parameter. Old
1527                 passwords will be converted if they do not begin
1528                 with '!'
1529
1530 2003-03-02 [paul]       0.8.10claws69
1531
1532         * src/prefs_account.c
1533                 fix compile error
1534
1535 2003-03-01 [thorsten]   0.8.10claws68
1536
1537         * po/el.po
1538           po/hr.po
1539           po/it.po
1540           po/nl.po
1541           po/sr.po
1542           po/sv.po
1543                 corrected format strings
1544         * po/en_GB.po
1545                 corrected headers
1546                 (fix compile errors with GNU gettext-0.11.5)
1547
1548 2003-03-01 [oliver]     0.8.10claws67
1549
1550         * src/summaryview.c
1551                 menu callbacks call toolbar_menu_reply
1552
1553 2003-03-01 [oliver]     0.8.10claws66
1554
1555         * src/mainwindow.c
1556         * src/messageview.c
1557                 menu callbacks call toolbar_menu_reply
1558         * src/toolbar.[ch]
1559                 callbacks from menu handled by toolbar_menu_reply
1560
1561 2003-03-01 [paul]       0.8.10claws65
1562
1563         * src/addressbook.c
1564                 revert commit 0.8.10claws54 - breaks editing of
1565                 addressbook.
1566                 
1567         * po/bg.po
1568                 update Bulgarian translation, submitted by
1569                 George Danchev
1570
1571 2003-02-28 [christoph]  0.8.10claws64
1572
1573         * src/account.c
1574         * src/addressadd.c
1575         * src/compose.c
1576         * src/gtkaspell.c
1577         * src/gtkxtext.h                ** REMOVE **
1578         * src/imap.c
1579         * src/matcher.[ch]
1580         * src/mh.c
1581         * src/news.c
1582         * src/pine.c
1583         * src/prefs_common.c
1584         * src/prefs_matcher.c
1585         * src/procheader.[ch]
1586         * src/procmsg.[ch]
1587         * src/toolbar.c
1588         * src/common/ssl_certificate.c
1589         * src/gtk/colorlabel.c
1590         * src/gtk/menu.c
1591                 o fix warnings
1592                 o remove code obsoleted by new cache and folder system rework
1593
1594 2003-02-28 [oliver]     0.8.10claws63
1595         
1596         * src/toolbar.[ch]
1597                 * fix bug where reply in Messageview replied to 
1598                 Message displayed in summaryview
1599                 (reportedd via ML by chinatinte at gmx dot ch)
1600                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1601                 didn't work in separate MessageView Toolbar
1602                 (wondering if anybody uses this at all ?)
1603         * src/summaryview.[ch]
1604                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1605                 (generalize reply and forward code);
1606         * src/messageview.c 
1607                 remove focus_in event which updated summaryview to messageview
1608
1609 2003-02-28 [paul]       0.8.10claws62
1610
1611         * po/Makefile.in.in
1612                 add the --check option
1613                 Patch submitted by Ricardo Mones Lastra
1614
1615 2003-02-28 [paul]       0.8.10claws61
1616
1617         * src/prefs_account.c
1618                 re-order 'Signature' items
1619
1620 2003-02-28 [paul]       0.8.10claws60
1621
1622         * sync with 0.8.10cvs20
1623                 see ChangeLog 2003-02-28
1624
1625 2003-02-28 [paul]       0.8.10claws59
1626
1627         * po/POTFILES.in
1628                 update to reflect recent movement of files
1629
1630 2003-02-28 [paul]       0.8.10claws58
1631
1632         * sync with 0.8.10cvs19
1633                 see ChangeLog 2003-02-28
1634
1635 2003-02-27 [martin]     0.8.10claws57
1636
1637         * src/prefs_matcher.c 
1638                 fix segfault in prefs_matcher_ok() when the
1639                 last entry is deleted and prevents that the
1640                 message "entry not saved" comes up after deleting
1641                 an entry
1642
1643 2003-02-27 [martin]     0.8.10claws56
1644
1645         * src/prefs_filtering.c 
1646                 fix segfault in prefs_filtering_ok() when the
1647                 last entry is deleted and prevents that the
1648                 message "entry not saved" comes up after deleting
1649                 an entry
1650
1651 2003-02-27 [paul]       0.8.10claws55
1652
1653         * sync with 0.8.10cvs18
1654                 see ChangeLog 2003-02-27
1655
1656 2003-02-27 [paul]       0.8.10claws54
1657
1658         * src/addressbook.c
1659                 fix bug where the address book crashes with 
1660                 multiple lookups.
1661                 Patch [687729] submitted by David Frager 
1662                 <dbfrager@users.sourceforge.net>
1663
1664 2003-02-25 [christoph]  0.8.10claws53
1665
1666         * src/Makefile.am
1667         * src/colorlabel.[ch]           ** REMOVE **
1668         * src/gtk/Makefile.am
1669         * src/gtk/colorlabel.[ch]       ** NEW **
1670                 move colorlabel files to gtk directory
1671
1672         * src/esmtp.[ch]                ** REMOVE **
1673                 has been merged into smtp.[ch] in 0.7.5
1674
1675 2003-02-25 [christoph]  0.8.10claws52
1676
1677         * src/Makefile.am
1678         * src/about.[ch]                ** REMOVE **
1679         * src/gtk/Makefile.am
1680         * src/gtk/about.[ch]            ** NEW **
1681                 move about files to gtk directory
1682
1683 2003-02-25 [christoph]  0.8.10claws51
1684
1685         * src/folder.c
1686                 some code optimization of folder scanning code
1687
1688         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1689
1690 2003-02-25 [christoph]  0.8.10claws50
1691
1692         * src/main.c
1693         * src/common/sylpheed.c
1694                 add command line parameter parsing to common code
1695
1696 2003-02-24 [christoph]
1697
1698         * Makefile.am
1699         * configure.ac
1700                 fix gnome prefix problems, the configure script now removed
1701                 `gnome-config --prefix` from `gnome-config --datadir`
1702                 and adds $(prefix} instead
1703
1704         (closes Bug 24 Makefile does not respect prefix when installing
1705          GNOME data)
1706
1707 2003-02-24 [christoph]  0.8.10claws49
1708
1709         * src/news.c
1710                 check for valid session before trying to authenticate
1711
1712         (closes Bug 60 crash if "authenticate on logon" is activated
1713          and newsserver-hostname is not valid)
1714
1715 2003-02-24 [melvin]     0.8.10claws48
1716
1717         * src/prefs_actions.c
1718                 Make sure all user's input is sent to the action and then
1719                 close the socket..
1720
1721 2003-02-23 [alfons]     0.8.10claws46
1722
1723         * src/summaryview.c
1724                 also wait cursor when deleting files
1725
1726 2003-02-23 [paul]
1727
1728         * tools/freshmeat_search.pl
1729           tools/google_search.pl
1730                 scripts should now work for any browser/browser command line
1731
1732 2003-02-22 [christoph]  0.8.10claws45
1733
1734         * src/procmsg.c
1735                 fix IMAP flag setting, IMAP flag is not handled correctly
1736                 anymore by the folder system and information about the
1737                 folder should not be saved in the MsgInfo (in my opinion)
1738
1739         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1740
1741 2003-02-22 [christoph]  0.8.10claws44
1742
1743         * src/summaryview.c
1744                 fix spelling of "label" ;-)
1745
1746 2003-02-22 [thorsten]   0.8.10claws43
1747
1748         * src/mimeview.c
1749           src/prefs_common.[ch]
1750           src/procmime.[ch]
1751                 do not use description as attachment name
1752
1753 2003-02-22 [alfons]     0.8.10claws42
1754
1755         * src/summaryview.c
1756                 freeze/thaw folder item updates when changing color labels,
1757                 and put a wait cursors on
1758
1759 2003-02-22 [thorsten]   0.8.10claws41
1760
1761         * src/mimeview.c
1762                 save-all fixes: crash if invoked on multipart container,
1763                 mimeinfo access, pathseparators, error dialog
1764
1765 2003-02-21 [alfons]     0.8.10claws40
1766
1767         * src/prefs_gtk.c
1768                 remove unused var
1769
1770 2003-02-21 [colin]      0.8.10claws39
1771
1772         * src/send.c
1773                 Fix smtp logging
1774
1775 2003-02-21 [colin]      0.8.10claws38
1776
1777         * src/summaryview.c
1778                 Freeze/thaw folderItem updates when filtering messages 
1779                 via Tools/Filter messages
1780
1781 2003-02-21 [paul]       0.8.10claws37
1782
1783         * src/compose.c
1784                 revert commit 0.8.10claws26, there are ulterior motives
1785                 for users to set a Reply-To header when posting to
1786                 newsgroups
1787
1788 2003-02-21 [paul]       0.8.10claws36
1789
1790         * sync with 0.8.10cvs17
1791                 see ChangeLog 2003-02-21
1792
1793 2003-02-20 [christoph]  0.8.10claws35
1794
1795         * src/imap.c
1796                 IMAP UID fetch speedup using SEARCH
1797
1798         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1799
1800         * src/imap.c
1801                 fix problem with UIDs in IMAP UID cache that no longer existed
1802
1803 2003-02-20 [christoph]  0.8.10claws34
1804
1805         * src/imap.c
1806         * src/procheader.c
1807         * src/procheader.h
1808                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1809
1810         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1811
1812         * src/imap.c
1813                 Rewrite imap_cmd_gen_recv use sock_getline instead
1814                 of sock_gets to avoid problems with too long reply
1815                 lines
1816     
1817 2003-02-20 [colin]      0.8.10claws33
1818         
1819         * src/prefs_account.c
1820                 Better wording
1821
1822 2003-02-20 [colin]      0.8.10claws32
1823
1824         * src/compose.c
1825                 Remove useless '&& !to_sender' 
1826
1827 2003-02-20 [darko]
1828
1829         * AUTHORS
1830                 change my e-mail address
1831
1832 2003-02-19 [colin]      0.8.10claws31
1833
1834         * src/prefs_common.c
1835                 X11 style colors for every configurable color
1836
1837 2003-02-19 [alfons]     0.8.10claws30
1838
1839         * src/prefs_gtk.[ch]
1840         * src/prefs_common.c
1841                 for color_new accept both plain integers and X11 style color
1842                 names (as found in /usr/lib/X11/rgb.txt)
1843
1844 2003-02-19 [paul]       0.8.10claws29
1845
1846         * src/mainwindow.c
1847                 add tooltips to online/offline button and account selector
1848                 button
1849
1850 2003-02-19 [paul]       0.8.10claws28
1851
1852         * src/folder.c
1853           src/news.c
1854           src/prefs_account.[ch]
1855           src/prefs_common.[ch]
1856                 move 'Maximum number of articles to download' to
1857                 account prefs.
1858                 clean up account prefs gui a little by hiding entries
1859                 rather then greying out entries
1860
1861 2003-02-19 [hiro]       0.8.10claws27
1862
1863         * src/common/utils.c
1864                 fix bug #54 'yesterdays date is displayed in the message 
1865                 summary window'
1866
1867 2003-02-19 [paul]       0.8.10claws26
1868
1869         * src/compose.c
1870                 fix bug reported in Feature Request [688596] 
1871                 'Reply-to header in news'
1872
1873 2003-02-18 [paul]       0.8.10claws25
1874
1875         * src/select-keys.c
1876                 add a 'List all keys' button to key selection dialog
1877
1878 2003-02-18 [colin]      0.8.10claws24
1879         
1880         * src/stock_pixmap.c
1881                 fix compile error
1882
1883 2003-02-18 [colin]      0.8.10claws23
1884
1885         * src/common/smtp.[ch]
1886           src/prefs_account.c
1887                 Try to starttls if it seems to be the only
1888                 way to authenticate a user
1889
1890 2003-02-18 [paul]       0.8.10claws22
1891
1892         * src/Makefile.am
1893           src/folderview.c
1894           src/stock_pixmap.[ch]
1895           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1896           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1897                 as a Drafts folder is a special folder allow it to have
1898                 its own unique icons
1899
1900 2003-02-18 [colin]      0.8.10claws21
1901
1902         * src/imap.c
1903                 Fix port selection when using starttls
1904
1905 2003-02-18 [paul]       0.8.10claws20
1906
1907         * src/mainwindow.c
1908           src/prefs_common.[ch]
1909                 make blue the default new mail colour
1910
1911 2003-02-18 [paul]       0.8.10claws19
1912
1913         * sync with 0.8.10cvs14
1914                 see ChangeLog 2003-02-18
1915
1916 2003-02-17 [jens]       0.8.10claws18
1917
1918         * src/common/md5.c
1919                 fixed a compile problem with gcc 3.3
1920                 works on 2.95.3 too (testet on PPC as it is big endian)
1921
1922 2003-02-17 [paul]       0.8.10claws17
1923
1924         * sync with 0.8.10cvs13
1925                 see ChangeLog 2003-02-17
1926
1927 2003-02-17 [paul]       0.8.10claws16
1928
1929         * sync with 0.8.10cvs12
1930                 see ChangeLog 2003-02-17
1931
1932 2003-02-16 [match]      0.8.10claws15
1933
1934         * src/addressbook.c
1935                 Eliminates reloading of address data when items
1936                 deleted or added. Applied submitted by
1937                 Luke Plant <lukeplant@softhome.net>
1938
1939 2003-02-16 [paul]       0.8.10claws14
1940
1941         * src/news.c
1942                 when a 'protocol error' is encountered disconnect from
1943                 the server. This means that the user can carry on viewing
1944                 other articles and doesn't have to either wait until the
1945                 server timesout or quit sylpheed.
1946                 Fixes bug #53 'Unable to read messages in newsgroups, 
1947                 displayed message doesn't change'
1948
1949 2003-02-15 [christoph]  0.8.10claws13
1950
1951         * src/imap.c
1952                 fix bug that stopped scanning of folders when an
1953                 IMAP folder was empty
1954
1955         (closes bug 46 stop scan messages in folders after empty folder)
1956
1957 2003-02-15 [paul]
1958
1959         * tools/Makefile.am
1960           tools/README
1961           tools/freshmeat_search.pl     ** NEW FILE **
1962           tools/google_search.pl        ** NEW FILE **
1963                 Add 2 Actions scripts which search freshmeat/google
1964                 for the selected text using the browser configured
1965                 in sylpheedrc.
1966                 
1967         Note: These scripts are very dependent on the format of the
1968         browser command and may not work on every occasion. Testing
1969         is welcome. 
1970
1971 2003-02-14 [alfons]     0.8.10claws12
1972
1973         * src/compose.c
1974                 fix breakage because of uninitialized account pointer.
1975                 please verify.
1976
1977 2003-02-14 [paul]       0.8.10claws11
1978
1979         * src/compose.c
1980           src/prefs_account.[ch]
1981           src/prefs_common.[ch]
1982                 move signature settings to Account Prefs
1983
1984 2003-02-14 [paul]       0.8.10claws10
1985
1986         * sync with 0.8.10cvs11
1987                 see ChangeLog 2003-02-14
1988
1989 2003-02-13 [thorsten]   0.8.10claws9
1990
1991         * src/news.c
1992                 revert news progressbar (GUI separation)
1993
1994 2003-02-13 [paul]       0.8.10claws8
1995
1996         * src/compose.c
1997                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1998                 paragraph 1
1999
2000 2003-02-13 [paul]       0.8.10claws7
2001
2002         * src/compose.[ch]
2003           src/summaryview.c
2004                 fix 'Follow-up and Reply-to' so that it creates a reply to
2005                 the newsgroup and the sender. If the message has the keyword
2006                 'poster' in the Followup-To header, all replies go to the
2007                 sender, re: RFC 1036, Section 2.2.3
2008                 rename all instances of 'ignore_replyto' to 'to_sender', both
2009                 were previously used, now we use just one.
2010
2011 2003-02-13 [paul]       0.8.10claws6
2012
2013         * sync with 0.8.10cvs9
2014                 see ChangeLog 2003-02-13
2015
2016 2003-02-13 [paul]       0.8.10claws5
2017
2018         * configure.ac
2019                 show which plugins are configured in the configure
2020                 output.
2021
2022 2003-02-12 [thorsten]   0.8.10claws4
2023
2024         * src/news.c
2025                 show progress while fetching news headers
2026
2027 2003-02-12 [christoph]  0.8.10claws3
2028
2029         * configure.ac
2030         * src/plugins/Makefile.am
2031                 use AM_CONDITIONAL to enable plugins, automake correctly
2032                 manages this when creating distdir
2033
2034 2003-02-12 [christoph]  0.8.10claws2
2035
2036         * ac/spamassassin.m4
2037         * src/plugins/spamassassin/Makefile.am
2038                 fix building SpamAssassin plugin without OpenSSL
2039
2040 2003-02-12 [paul]       0.8.10claws1
2041
2042         * ac/Makefile.am
2043           src/Makefile.am
2044           src/plugins/Makefile.am
2045                 fix failure of 'make release'
2046
2047 2003-02-12 [paul]       0.8.10claws
2048
2049         * 0.8.10claws released
2050
2051 2003-02-12 [paul]       0.8.9claws56
2052
2053         * po/bg.po
2054           po/es.po
2055           po/it.po
2056           po/ru.po
2057           po/sr.po
2058                 updated translations by George Danchev, Ricardo Mones Lastra,
2059                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2060                 
2061         * sylpheed.spec.in
2062                 Allow the building of RPMs by a regular user. Submitted
2063                 by Sergei Astanin
2064
2065 2003-02-11 [alfons]     0.8.9claws55
2066
2067         * src/colorlabel.c
2068                 don't use pixmaps for label color rect but draw rectangles
2069                 so we can respect the color map of palette based visuals
2070                 (fixes the long time crashes on Suns - thanks to Andreas
2071                 Engel and Steve O'Hara-Smith for testing)
2072
2073 2003-02-11 [christoph]  0.8.9claws54
2074
2075         * src/matcher_parser_parse.y
2076                 correct bug where filering rules of not existing folders in
2077                 matcherrc were added to global filtering
2078                 
2079         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2080          main filter-rules after removing directory, http://bugs.debian.org/180253)
2081         
2082 2003-02-11 [paul]       0.8.9claws53
2083
2084         * sync with 0.8.10cvs7
2085                 see ChangeLog 2003-02-09
2086
2087 2003-02-11 [melvin]     0.8.9claws52
2088
2089         * po/fr.po
2090                 Updated French tranlsations
2091
2092 2003-02-10 [paul]       0.8.9claws51
2093
2094         * sylpheed.spec.in
2095                 correct --enable-openssl
2096                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2097
2098 2003-02-09 [martin]     0.8.9claws50
2099
2100         * src/prefs_matcher.c
2101                 fix segfault in prefs_matcher_substitute_cb() when
2102                 no row is selected
2103
2104 2003-02-09 [paul]       0.8.9claws49
2105
2106         * src/folderview.c
2107                 fix bug where a newsgroup folder's processing rules were
2108                 merged with the global filtering rules when the newsgroup
2109                 folder was deleted, causing some seriously bad results,
2110                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2111
2112 2003-02-08 [melvin]     0.8.9claws48
2113
2114         * src/compose.c
2115                 Corrected and modified an alert message.
2116
2117 2003-02-07 [paul]       0.8.9claws47
2118
2119         * src/folderview.c
2120                 fix bug where both an 'Account properties' window and a
2121                 'Folder properties' window were opened when clicking on
2122                 'Properties' in an NNTP or IMAP folder's popup menu.
2123
2124 2003-02-07 [paul]       0.8.9claws46
2125
2126         * sync with 0.8.10cvs6
2127                 see ChangeLog 2003-02-06
2128
2129 2003-02-06 [christoph]  0.8.9claws45
2130
2131         * src/mbox.c
2132                 freeze folder updates while importing mbox files
2133                 (closes bug 43 importing mbox took hours)
2134                 
2135         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2136
2137 2003-02-06 [thorsten]   0.8.9claws44
2138
2139         * po/de.po
2140                 Updated german translations
2141
2142 2003-02-06 [thorsten]   0.8.9claws43
2143
2144         * src/news.h
2145                 use guint for message numbers (fix count in grouplist dialog)
2146
2147 2003-02-05 [paul]       0.8.9claws42
2148
2149         * sync with 0.8.10cvs2
2150                 see ChangeLog 2003-02-05
2151
2152 2003-02-04 [colin]      0.8.9claws41
2153
2154         * src/prefs_common.[ch]
2155           src/procmsg.c
2156           src/summaryview.c
2157                 Add an option to disable threading by subject
2158
2159 2003-02-04 [christoph]  0.8.9claws40
2160
2161         * src/inc.c
2162                 only abort fetching mails from multiple accounts when the
2163                 error is fatal and does not allow to check any more accounts
2164                 (currently only disk full error)
2165
2166         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2167          receive mails for other accouts)
2168
2169 2003-02-04 [christoph]  0.8.9claws39
2170
2171         * src/folder.c
2172                 first add the new message to the cache, then
2173                 send the update notification
2174
2175         (closes bug 39 after sending message folderview doesnt get updated)
2176
2177 2003-02-04 [colin]      0.8.9claws38
2178
2179         * src/inc.c
2180                 _really_ fix this Connecting... status
2181
2182 2003-02-04 [paul]       0.8.9claws37
2183
2184         * sync with 0.8.10
2185                 see ChangeLog 2003-02-04
2186
2187 2003-02-04 [paul]       0.8.9claws36
2188
2189         * sync with 0.8.9cvs6
2190                 see ChangeLog 2003-02-03
2191
2192 2003-02-04 [paul]       0.8.9claws35
2193
2194         * po/pt_BR.po
2195                 updated by André Filipe de Assunção e Brito 
2196                 <bedecko@netsite.com.br>
2197
2198 2003-02-03 [thorsten]   0.8.9claws34
2199
2200         * po/de.po
2201                 Updated german translations
2202
2203 2003-02-02 [paul]       0.8.9claws33
2204
2205         * po/es.po
2206                 updated by Ricardo Mones Lastra
2207
2208 2003-02-02 [thorsten]   0.8.9claws32
2209
2210         * src/mh.c
2211                 Fix mh_get_msginfo() segfault if file is inaccessible
2212
2213 2003-01-31 [colin]      0.8.9claws31
2214
2215         * src/procheader.c
2216                 Fix last commit's bug
2217
2218 2003-01-31 [colin]      0.8.9claws30
2219
2220         * src/procheader.c
2221                 Missing a change for gpg-signed messages
2222
2223 2003-01-31 [paul]       0.8.9claws29
2224
2225         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2226           src/procheader.c
2227           src/stock_pixmap.[ch]
2228           src/summaryview.c
2229                 indicate GnuPG signed messages by displaying an icon
2230                 in the Attachment column.
2231
2232 2003-01-31 [paul]       0.8.9claws28
2233
2234         * sync with 0.8.9cvs4
2235                 see ChangeLog 2003-01-31
2236
2237 2003-01-31 [alfons]     0.8.9claws27
2238
2239         * src/textview.c
2240                 tune URI parser to accept mailto URLs with a '?'
2241                 (patch from Ruslan Balkin)
2242
2243 2003-01-31 [colin]      0.8.9claws26
2244
2245         * src/summaryview.c
2246                 Fix a leak introduced in claws24
2247
2248 2003-01-31 [colin]      0.8.9claws25
2249
2250         * src/summaryview.c
2251                 Freeze/Thaw folder updates when deleting dups
2252
2253 2003-01-31 [colin]      0.8.9claws24
2254         
2255         * src/addr_compl.c
2256           src/summaryview.c
2257           src/msgcache.c
2258                 little speed improvements
2259
2260 2003-01-31 [colin]      0.8.9claws23
2261
2262         * src/summaryview.c
2263                 Fix segfault when forwarding nothing
2264                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2265                 
2266 2003-01-30 [paul]       0.8.9claws22
2267
2268         * sync with 0.8.9cvs3
2269                 see ChangeLog 2003-01-30
2270
2271 2003-01-30 [paul]       0.8.9claws21
2272
2273         * sync with 0.8.9cvs2
2274                 see ChangeLog 2003-01-30
2275
2276 2003-01-29 [paul]       0.8.9claws20
2277
2278         * sync with 0.8.9cvs1
2279                 see ChangeLog 2003-01-29
2280
2281 2003-01-28 [paul]       0.8.9claws19
2282
2283         * po/POTFILES.in
2284                 update to reflect changes. 
2285                 thanks to Ricardo Mones Lastra
2286
2287 2003-01-27 [christoph]  0.8.9claws18
2288
2289         * ac/openssl.m4
2290         * ac/spamassassin.m4
2291         * src/plugins/spamassassin/README
2292         * src/plugins/spamassassin/libspamc.[ch]
2293         * src/plugins/spamassassin/utils.[ch]
2294                 updated to latest libspamc
2295
2296 2003-01-27 [christoph]  0.8.9claws17
2297
2298         * src/folder.c
2299                 fix wrong use of procheader_get_header_fields
2300
2301 2003-01-27 [christoph]  0.8.9claws16
2302
2303         * src/news.c
2304         * src/prefs_account.[ch]
2305         * src/common/nntp.[ch]
2306                 allow to force authentication for NNTP servers
2307
2308         Patch submitted by Florian Mickler <dmk@d-labs.de>
2309
2310 2003-01-26 [paul]       0.8.9claws15
2311
2312         * src/summaryview.c
2313                 speed up of marking messages as read
2314                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2315
2316 2003-01-26 [christoph]  0.8.9claws14
2317
2318         * src/Makefile.am
2319         * src/mgutils.[ch]              ** REMOVE **
2320         * src/xml.[ch]                  ** REMOVE **
2321         * src/xmlprops.[ch]             ** REMOVE **
2322         * src/common/Makefile.am
2323         * src/common/mgutils.[ch]       ** NEW **
2324         * src/common/xml.[ch]           ** NEW **
2325         * src/common/xmlprops.[ch]      ** NEW **
2326                 move xml files to common directory
2327
2328 2003-01-26 [christoph]  0.8.9claws13
2329
2330         * src/plugins/spamassassin/spamassassin_gtk.c
2331                 only set gtk entry text if string is available
2332
2333 2003-01-26 [melvin]     0.8.9claws12
2334
2335         * src/description_window.c
2336                 Allow resizing of the window
2337                 Allow automatic horizontal scroll bar
2338                 Do not vertically expand and fill
2339
2340 2003-01-26 [christoph]  0.8.9claws11
2341
2342         * src/Makefile.am
2343         * src/gtkutils.[ch]             ** REMOVE **
2344         * src/common/sylpheed.c
2345         * src/gtk/Makefile.am
2346         * src/gtk/description_window.c
2347         * src/gtk/gtkutils.[ch]         ** NEW **
2348         * src/gtk/prefswindow.c
2349                 move gtkutils to gtk directory
2350
2351 2003-01-26 [paul]       0.8.9claws10
2352
2353         * src/summaryview.c
2354                 rename summary_unread_clicked() to summary_status_clicked()
2355
2356 2003-01-26 [melvin]     0.8.9claws9
2357
2358         * src/prefs_actions.c
2359                 Cosmetical changes to the help text
2360
2361 2003-01-26 [paul]       0.8.9claws8
2362
2363         * src/folder.[ch]
2364           src/mainwindow.c
2365           src/prefs_common.c
2366           src/prefs_sumamry_column.c
2367           summaryview.[ch]
2368                 rename the 'Unread' column to 'Status'
2369
2370 2003-01-25 [match]      0.8.9claws7
2371
2372         * src/mgutils.[ch]
2373                 removed reference to LDAP constants. removed error2string.
2374                 included functions to support LDAP dynamic queries.
2375         * src/syldap.h
2376                 moved LDAP constants here.
2377         * src/addressbook.c
2378         * src/addrindex.c
2379         * src/importldif.c
2380                 removed references to LDAP constants and references to
2381                 error2string.
2382
2383 2003-01-25 [paul]       0.8.9claws6
2384
2385         * src/summaryview.c
2386                 summary_thread_build(), summary_thread_init(): remove 
2387                 unneeded reference to summaryview->folder_item
2388
2389 2003-01-25 [christoph]  0.8.9claws5
2390
2391         * src/gtk/description_window.c
2392                 o allow description texts to expand over multiple columns
2393                 o translate all columns
2394         * src/prefs_actions.c
2395                 change syntax description to use new multi column feature
2396
2397         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2398
2399 2003-01-25 [match]      0.8.9claws4
2400
2401         * src/vcard.c
2402                 fixed bug with Quoted-Printable
2403
2404 2003-01-25 [paul]       0.8.9claws3
2405
2406         * src/folder.[ch]
2407           src/summaryview.[ch]
2408                 implement per-folder collapsed/expanded threads setting
2409                 
2410         * src/prefs_common.c
2411                 remove global collapsed/expanded threads option
2412
2413 2003-01-25 [christoph]  0.8.9claws2
2414
2415         * po/POTFILES.in
2416                 add pluginwindow and prefswindow
2417         * src/compose.c
2418                 make send respond correctly to messages that could be added
2419                 to the queue folder, but the UID of the message is unknown
2420         * src/folder.c
2421         * src/imap.c
2422                 don't return guessed UIDs in imap_add_msg anymore. We return
2423                 0 to tell the folder system it was appened but the UID is
2424                 unknown. Folder system now get's the UID by scaning the folder
2425                 and searching the cache for the Message-ID
2426                 (closes bug #29 Messages queued, but not sent)
2427
2428 2003-01-25 [paul]       0.8.9claws1
2429
2430         * src/codeconv.c
2431                 conv_encode_header():  fix bug when long headers with 8-bit
2432                 characters are used, so that the encoded words are wrapped.
2433                 If the space in the original text falls on the wrap boundary,
2434                 it can be lost.
2435                 Patch by Sergey Vlasov.
2436                 
2437         * src/folderview.c
2438                  fix bug where a change to the sorting method or thread view
2439                  of a folder's messages is lost if simpify-subject is set and
2440                  toggled on or off.
2441                  Patch by Luke Plant.
2442
2443 2003-01-24 [paul]       0.8.9claws
2444
2445         * sylpheed-0.8.9claws released
2446         
2447         * Makefile.am
2448           sylpheed.spec.in
2449                 remove reference to 'INSTALL.jp'
2450
2451 2003-01-23 [paul]       0.8.8claws128
2452
2453         * po/es.po
2454           po/it.po
2455           po/ru.po
2456           po/sr.po
2457                 updated translations. submitted by Ricardo Mones Lastra,
2458                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2459
2460 2003-01-23 [colin]      0.8.8claws127
2461
2462         * src/compose.c
2463                 Fix drafted and queued news articles re-edition
2464
2465 2003-01-23 [melvin]     0.8.8claws126
2466
2467         * po/fr.po
2468                 Updated French translations
2469
2470 2003-01-23 [colin]      0.8.8claws125
2471
2472         * src/inc.c
2473                 Fix "Connecting to..." status message
2474
2475 2003-01-22 [paul]       0.8.8claws124
2476
2477         * po/bg.po
2478                 updated by George Danchev
2479                 
2480         * src/folder.c
2481                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2482                 and folder deletion
2483
2484 2003-01-21 [paul]       0.8.8claws123
2485
2486         * po/bg.po
2487                 updated by George Danchev
2488                 
2489         * src/about.c
2490                 its now 2003
2491                 
2492         * src/toolbar.c
2493                 don't translate 'Separator'
2494                 
2495         * src/plugins/spamassassin/Makefile.am
2496                 add aspell to CPPFLAGS
2497                 
2498         * src/plugins/spamassassin/spamassassin.c
2499           src/plugins/spamassassin/spamassassin_gtk.c
2500                 set correct default for spamassassin_receive_spam
2501                 slightly re-word descriptions and some
2502                 other minor changes
2503
2504 2003-01-19 [alfons]     0.8.8claws122
2505                 
2506         * src/mimeview.c
2507                 mimeview_save_as(): we might as well show the file name for
2508                 the single case "Save As" too
2509
2510 2003-01-19 [alfons]     0.8.8claws121
2511
2512         * src/crash.c
2513                 change bug tracker URL to bugzilla URL
2514
2515 2003-01-19 [alfons]     0.8.8claws120
2516
2517         * src/mimeview.c
2518                 mimeview_save_all(): display name of file before overwriting;
2519                 continue saving all, even when one overwrite was cancelled
2520
2521 2003-01-19 [christoph]  0.8.8claws119
2522
2523         * src/summaryview.c
2524         * src/procmsg.[ch]
2525                 fix wrong usage of procmsg_find_children in summaryview
2526                 by using procmsg_update_unread_children instead of
2527                 summaryview_update_unread_children
2528
2529 2003-01-19 [christoph]  0.8.8claws118
2530
2531         * src/procmsg.c
2532                 fix infinite loop in procmsg_find_children
2533                  (closes bug #25 sylpheed crashes on delete.)
2534
2535         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2536
2537 2003-01-19 [paul]       0.8.8claws117
2538
2539         * po/pt_BR.po
2540                 updated by Ivan Francolin Martinez
2541
2542 2003-01-18 [melvin]     0.8.8claws116
2543
2544         * src/prefs_actions.c
2545                 Removed syntax limitation of only one '&' at the end of command.
2546                         Now actions that contain '>/dev/null 2>&1' are possible.
2547
2548 2003-01-18 [melvin]     0.8.8claws115
2549
2550         * src/prefs_actions.c
2551                 Actions IO dialog: when the action ends
2552                 the "Close" button now has focus and [Escape] closes the
2553                 window.
2554
2555 2003-01-18 [christoph]  0.8.8claws114
2556
2557         * src/procmsg.c
2558                 o add debug output when MsgInfos are really freed
2559                 o free GSLists in procmsg_find_children and
2560                   procmsg_update_unread_children
2561
2562 2003-01-18 [christoph]  0.8.8claws113
2563
2564         * src/mainwindow.c
2565                 reorder Configuration menu
2566
2567 2003-01-18 [christoph]  0.8.8claws112
2568
2569         * src/compose.c
2570                 fix applying templates to forwarded messages
2571
2572         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2573
2574 2003-01-17 [christoph]  0.8.8claws111
2575
2576         * src/folder.c
2577                 destroy folder items, when a folder item is removed
2578
2579 2003-01-17 [christoph]  0.8.8claws110
2580
2581         * src/folder.c
2582                 fix wrong folder stats update when ignored message is
2583                 deleted
2584
2585 2003-01-17 [colin]      0.8.8claws109
2586         
2587         * src/mainwindow.c
2588         * src/summaryview.c
2589                 Quicksearch bugfixes: 
2590                 - hide help button at startup if not extended
2591                 - switch to extended when looking for replies
2592
2593 2003-01-17 [paul]
2594
2595         * sync with 0.8.9 release
2596
2597 2003-01-17 [paul]       0.8.8claws108
2598
2599         * sync with 0.8.8cvs11
2600                 see ChangeLog 2003-01-17
2601
2602 2003-01-16 [colin]      0.8.8claws107
2603
2604         * src/procmsg.c
2605                 Changed encryption test to re-ask passphrase
2606                 if an encrypted message hasn't been decrypted
2607                 Fixes bug #5
2608
2609 2003-01-16 [christoph]  0.8.8claws106
2610
2611         * src/prefs_gtk.c
2612         * src/prefs_toolbar.c
2613         * src/gtk/prefswindow.h
2614         * src/plugins/spamassassin/spamassassin_gtk.c
2615                 remove page destroy function that is not used anymore
2616
2617 2003-01-16 [paul]       0.8.8claws105
2618
2619         * sync with 0.8.8cvs9
2620                 see ChangeLog 2002-01-16
2621
2622 2003-01-16 [colin]      0.8.8claws104
2623
2624         * src/compose.[ch]
2625                 Fix bug with autosaved drafts for IMAP, when draft
2626                 folder is specified - fixes bugzilla bug #20
2627
2628 2003-01-15 [paul]       0.8.8claws103
2629
2630         * src/compose.[ch]
2631           src/procmsg.c
2632                 store folder and message-id of message forwarding
2633                 in queue header and set forward flag after sending
2634
2635 2003-01-15 [paul]       0.8.8claws102
2636
2637         * sync with 0.8.8cvs8
2638                 see ChangeLog 2002-01-15
2639
2640 2003-01-15 [colin]      0.8.8claws101
2641
2642         * src/Makefile.am
2643                 Fix linking with GNU libiconv
2644
2645 2003-01-15 [darko]      0.8.8claws100
2646
2647         * src/pine.c
2648                 fix crash when importing pine address book
2649                 entry with an empty name (reported by DY
2650                 <dybulk at tri8.net>)
2651
2652 2003-01-14 [paul]       0.8.8claws99
2653
2654         * configure.in  ** REMOVED **
2655           configure.ac  ** NEW FILE **
2656                 rename configure.in to configure.ac, as it is now
2657                 preferred
2658
2659 2003-01-14 [melvin]     0.8.8claws98
2660
2661         * src/folderview.c
2662                 folderview_check_new(): More precise function description
2663
2664 2003-01-14 [melvin]     0.8.8claws97
2665
2666         * src/folderview.c
2667                 folderview_check_new(): return the number of new messages 
2668                         since last check.
2669         * src/inc.c
2670                 inc_account_mail(): Disable counting of new messages for IMAP
2671                         and NNTP until bug [19] and [14] are fixed.
2672
2673 2003-01-14 [paul]       0.8.8claws96
2674
2675         * sync with 0.8.8cvs6
2676                 see ChangeLog 2003-01-14
2677
2678 2003-01-13 [alfons]     0.8.8claws95
2679
2680         * src/textview.c
2681                 tune email address validation (c. 0.8.8claws89): if . is 
2682                 just one char away from @, the address is invalid too 
2683                 (correctly rejects addresses like foo@.com)
2684
2685 2003-01-13 [paul]       0.8.8claws94
2686
2687         * src/messageview.c
2688           src/toolbar.c
2689                 fixes to the Message View toolbar and menu:
2690                 fix non-functioning Forward button
2691                 make Reply button consider default_reply_list
2692                 remove 'Follow-up...' menu entry
2693                 add 'Forward' and 'Redirect' menu entries
2694
2695 2003-01-13 [melvin]     0.8.8claws93
2696
2697         * src/inc.c
2698                 Fixed typo that could make new messages count incorrect.
2699
2700 2003-01-13 [melvin]     0.8.8claws92
2701
2702         * src/folderview.[ch]
2703                 folderview_check_new(): return the number of new messages.
2704         * src/inc.c
2705                 Should fix bug [14] where new mail notification worked 
2706                         incorrectly with IMAP accounts.
2707                 inc_spool_account(): return number of new msgs, or -1 on error
2708                 inc_all_spool(): return number of new msgs
2709                 
2710 2003-01-13 [melvin]     0.8.8claws91
2711
2712         * src/prefs_actions.c
2713                 Justify help text.
2714
2715 2003-01-12 [thorsten]   0.8.8claws90
2716
2717         * src/common/prefs.c
2718                 close file before rename
2719
2720 2003-01-12 [alfons]     0.8.8claws89
2721
2722         * AUTHORS
2723                 add Christian Mertes
2724         * src/common/utils.[ch]
2725                 g_stricase_hash(), g_stricase_equal(): functions for 
2726                 case insensitive hash tables
2727         * src/textview.c
2728                 use top level domain names to validate email address, based
2729                 on a patch by Christian Mertes (thanks!), but changed 
2730                 implementation to use a hash table 
2731
2732 2003-01-12 [paul]       0.8.8claws88
2733
2734         * po/bg.po
2735                 updated by George Danchev
2736
2737 2003-01-12 [alfons]     0.8.8claws87
2738
2739         * src/summaryview.c
2740                 delete / execute performance: use new style folder update
2741
2742 2003-01-12 [paul]       0.8.8claws86
2743
2744         * sync with 0.8.8cvs5
2745                 see ChangeLog 2003-01-13 (!)
2746
2747 2003-01-12 [alfons]     0.8.8claws85
2748
2749         * src/filtering.c
2750         * src/matcher_parser_parse.y
2751                 prepare change_score filtering action
2752         * src/matcher.[ch]
2753                 give up const-correctness on functions that call non-const-correct functions;
2754                 several casts to gpointer in g_free();
2755                 add change_score;
2756
2757 2003-01-12 [christoph]  0.8.8claws84
2758
2759         * src/compose.c
2760                 fix 2 warnings
2761
2762         * src/gtk/prefswindow.[ch]
2763         * src/plugins/spamassassin/spamassassin_gtk.c
2764                 changed the call of the widget create function
2765                 for PrefsPages, because sometimes the widget
2766                 create function needs a widget that already has
2767                 been attached to a window (to create GDK pixmaps
2768                 for exmaple). So we simply pass the GtkWindow as
2769                 the second parameter now.
2770
2771         * src/main.c
2772         * src/mainwindow.c
2773         * src/prefs_toolbar.[ch]
2774                 rewrite Toolbar Preferences using the new
2775                 prefs window
2776
2777 2003-01-11 [alfons]     0.8.8claws83
2778
2779         * src/addressadd.c
2780                 fix crash when adding sender to addressbook because status bar
2781                 isn't there (the status bar doesn't seem to be used though,
2782                 but I'll let Match decide what to do with it)
2783
2784 2003-01-11 [colin]      0.8.8claws82
2785
2786         * src/main.c
2787           src/toolbar.c
2788                 Two useless changes reversed
2789
2790 2003-01-11 [colin]      0.8.8claws81
2791
2792         * src/mainwindow.c
2793           src/mainwindow.h
2794                 Add mainwindow_get_mainwindow()
2795         * src/alertpanel.c
2796           src/alertpanel.h
2797                 Add alertpanel_error_log() 
2798         * src/compose.c
2799           src/inc.c
2800           src/messageview.c
2801           src/toolbar.c
2802           src/main.c
2803           src/procmsg.c
2804                 Network errors get a View Log button
2805
2806 2003-01-10 [alfons]     0.8.8claws80
2807
2808         * src/prefs_toolbar.c
2809         * src/toolbar.c
2810                 use the translatable string for "Separator" as file name for
2811                 separator toolbar items (probably make this uppercase?)
2812
2813 2003-01-10 [alfons]     0.8.8claws79
2814
2815         * src/prefs_toolbar.c
2816                 put right A_SEPARATOR description string in "displayed
2817                 toolbar items list" so manually added separators are
2818                 saved correctly (bug #10, "Adding a separator to the main 
2819                 toolbar fails, entry in xml file is wrong")
2820
2821 2003-01-10 [christoph]  0.8.8claws78
2822
2823         * src/imap.c
2824                 o fix warnings
2825                 o use CAPABILITY to check if NAMESPACE is available
2826
2827 2003-01-10 [christoph]  0.8.8claws77
2828
2829         * src/imap.[ch]
2830                 apply UIDPLUS IMAP extension support patch
2831
2832         Patch submitted by Simon 'corecode' Schubert
2833
2834 2003-01-10 [paul]       0.8.8claws76
2835
2836         * src/folderview.c
2837                 a sync from main which fixes the news account folders'
2838                 Properties bug
2839
2840 2003-01-10 [christoph]  0.8.8claws75
2841
2842         * src/folder.c
2843                 don't accept 0 as a valid uid returned by copy and move
2844                 functions. 0 means the message was copied or moved but the
2845                 new uid could not be fetched. It is not an error condition
2846                 for the copy or move operation.
2847
2848 2003-01-10 [paul]       0.8.8claws74
2849
2850         * src/prefs_filtering.c
2851                 change English used in Alert when entry is not
2852                 saved.
2853                 
2854         * sync with 0.8.8cvs4
2855                 see ChangeLog 2003-01-10
2856
2857 2003-01-10 [darko]      0.8.8claws73
2858
2859         * src/pine.c
2860                 fix crash when importing address book entry
2861                 without a valid address
2862
2863 2003-01-09 [alfons]     0.8.8claws72
2864
2865         * src/inc.c
2866                 filtering performance: use new style folder update
2867
2868 2003-01-09 [christoph]  0.8.8claws71
2869
2870         * src/compose.c
2871         * src/gtk/menu.[ch]
2872                 fix wrong selecting of mime encoding type, when
2873                 opening property dialog of attachments in the
2874                 compose window. 7bit was always selected and that
2875                 destoryed files with 8bit data.
2876                 (closes bug #9 Sylpheed-claws destroys attachments when
2877                  changing MIME-types)
2878
2879 2003-01-09 [paul]       0.8.8claws70
2880
2881         * sync with 0.8.8cvs3
2882                 see ChangeLog 2003-01-09
2883
2884 2003-01-08 [alfons]     0.8.8claws69
2885         
2886         * src/addressadd.c
2887                 apply patch by Kim Schulz to fix build breakage
2888                 because of missing variable
2889
2890 2003-01-08 [paul]       0.8.8claws68
2891
2892         * sync with 0.8.8cvs2
2893                 see ChangeLog 2002-01-08
2894
2895 2003-01-08 [paul]       0.8.8claws67
2896
2897         * po/it.po
2898                 updated by Alessandro Maestri
2899                 
2900         * src/addressadd.c
2901                 when using 'Add sender to addressbook' allow
2902                 name to be edited and remarks to be entered
2903                 Patch submitted by Luke Plant
2904
2905 2003-01-08 [darko]      0.8.8claws66
2906
2907         * README.claws, src/summaryview.c
2908                 fix description for marked messages
2909
2910 2003-01-08 [paul]
2911
2912         * tools/Makefile.am
2913           tools/launch_phoenix  ** NEW FILE **
2914                 add script that enables using Phoenix as the default
2915                 web browser. 
2916                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2917                 
2918         * tools/OOo2sylpheed.pl
2919                 remove full path to sylpheed executable, just 'sylpheed'
2920                 will do
2921                 
2922         * tools/README
2923                 add launch_phoenix informtion and re-arrange and compress
2924                 the data a little
2925
2926 2003-01-07 [christoph]  0.8.8claws65
2927
2928         * src/folder.c
2929                 fix update for source folder when moving messages
2930         * src/procmsg.[ch]
2931         * src/summaryview.c
2932                 use function to set to_folder for message infos and
2933                 automatically update the op_count for old and new
2934                 folder
2935
2936 2003-01-07 [melvin]     0.8.8claws64
2937
2938         * src/prefs_actions.c
2939                 Fixed bug where an '%p' Action on a displayed image crashed 
2940                         Sylpheed
2941                 Code clean up (get rid of duplicated code and removed unnecessary 
2942                                 structure member)
2943
2944 2003-01-07 [christoph]  0.8.8claws63
2945
2946         * src/compose.c
2947         * src/folder.[ch]
2948         * src/folderview.c
2949         * src/import.c
2950         * src/inc.c
2951         * src/main.c
2952         * src/mainwindow.c
2953         * src/messageview.c
2954         * src/prefs_folder_item.c
2955         * src/procmsg.c
2956         * src/summaryview.c
2957         * src/toolbar.c
2958                 o remove all folder update triggering from the UI code. The folder
2959                   system should know much better when a folder needs an update.
2960                 o to prevent multiple updates in a row the folder updates can be
2961                   frozen for some time.
2962
2963                 Note: - Please verify that no updates are missing
2964                       - Check where freeze/thaws should be added
2965
2966 2003-01-07 [christoph]  0.8.8claws62
2967
2968         * src/prefs_actions.c
2969                 don't translate empty strings
2970
2971         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2972
2973 2003-01-06 [christoph]  0.8.8claws61
2974
2975         * src/prefs_actions.c
2976                 mark strings for gettext
2977         * src/prefs_matcher.c
2978                 use new description window for Execute action and
2979                 match condition in Filtering
2980
2981         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2982
2983 2003-01-06 [alfons]     0.8.8claws60
2984
2985         keep myself inspired to re-organize matcher part 8; 
2986         yes, more to come (I need to move out the descriptive
2987         text for actions to matcher.c, or at least make it not
2988         depend on the wicked ordering)
2989
2990         * src/prefs_matcher.c
2991                 add documentation so others may comprehend the
2992                 UI part of the conditions
2993                 
2994 2003-01-06 [christoph]  0.8.8claws59
2995
2996         * src/prefs_actions.c
2997                 use new description window for syntax help
2998         * src/gtk/description_window.c
2999                 fix display of descriptions with column count != 2
3000
3001         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3002
3003 2003-01-06 [christoph]  0.8.8claws58
3004
3005         * src/quote_fmt.c
3006         * src/summaryview.[ch]
3007         * src/gtk/Makefile.am
3008         * src/gtk/description_window.[ch]       ** NEW **
3009                 use a generic window to display syntax descriptions
3010                 currently used in quote_fmt and summaryview (new description
3011                 for extended quick search)
3012
3013         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3014
3015 2003-01-06 [paul]       0.8.8claws57
3016
3017         * sync with 0.8.8cvs1
3018                 see ChangeLog 2003-01-06
3019
3020 2003-01-06 [christoph]  0.8.8claws56
3021
3022         * src/mainwindow.c
3023         * src/prefs_gtk.[ch]
3024         * src/gtk/prefswindow.[ch]
3025         * src/plugins/spamassassin/spamassassin_gtk.c
3026                 o remove page management from prefswindow, pages
3027                   will be an argument to prefswindow_open
3028                 o prefswindow_open gets a datapointer that is
3029                   passed to the widget_create function to allow
3030                   creation of prefswindow for specific items
3031
3032 2003-01-06 [colin]      0.8.8claws55
3033         
3034         * src/summaryview.c
3035                 We don't want regexp in the reply-finder, 
3036                 because MIDs can contain !,$,. and so on
3037
3038 2003-01-06 [jens]       0.8.8claws54
3039
3040         * src/jpilot.c
3041                 fixed a wrong free in jpilot_read_db_files
3042
3043 2003-01-06 [alfons]     0.8.8claws53
3044
3045         re-organize matcher part 8; more to come
3046        
3047         * src/matcher.c
3048                 matcherprop_to_string(): put g_free()s before the
3049                 switch-case break to fix memleaks                
3050
3051 2003-01-06 [colin]      0.8.8claws52
3052
3053         * src/summaryview.c
3054                 cleanup & reply-finder now displays the first 
3055                 matching message
3056
3057 2003-01-05 [alfons]     0.8.8claws51
3058
3059         re-organize matcher part 7; more to come
3060
3061         * src/matcher.[ch]
3062                 fixes for constant correctness;
3063                 more documentation;
3064
3065 2003-01-05 [alfons]     0.8.8claws50
3066
3067         re-organize matcher part 6; more to come
3068         
3069         * src/matcher.[ch]
3070                 fixes for constant correctness;
3071                 more documentation;
3072         * src/filtering.c
3073                 fix for constant correctness
3074
3075 2003-01-05 [colin]      0.8.8claws49
3076
3077         * src/account.[ch]
3078                 Add account_get_reply_account function
3079         * src/compose.c
3080                 Use account_get_reply_account function 
3081         * src/summaryview.c
3082                 Basic reply-finder - click on the replied
3083                 icon gets you to the outbox using quick-search
3084
3085 2003-01-05 [paul]       0.8.8claws48
3086
3087         * src/prefs_common.c
3088                 small change to English
3089                 
3090         * src/prefs_filtering.c
3091                 prefs_filtering_action_select(): improve logic and uniformity
3092                 of gui
3093
3094 2003-01-05 [alfons]     0.8.8claws47
3095
3096         fine tune solution to focus problems (bug #7)
3097
3098         * src/mainwindow.c
3099                 mainwindow_focus_in_event(): remove grab event check
3100         * src/summaryview.c
3101                 summary_button_pressed(): move selection on right-click
3102                 too. we can't possibly move the selection back after
3103                 canceling a dialog, because gtk's incomplete focus 
3104                 management. whether this is a good solution, only time
3105                 will tell.
3106
3107 2003-01-05 [christoph]  0.8.8claws46
3108
3109         * src/imap.c
3110                 fix crash when no imap connection could be established
3111
3112 2003-01-05 [paul]       0.8.8claws45
3113
3114         * src/mainwindow.c
3115           src/sumamryview.c
3116           src/gtk/menu.[ch]
3117                 fix bug 605957 'shortcuts in popup-menu'
3118                 make user-defined shortcuts work
3119                 show shortcuts that are already defined
3120                 in the main menu
3121                 Patch submitted by Luke Plant
3122
3123 2003-01-05 [alfons]     0.8.8claws44
3124
3125         * src/mainwindow.c
3126                 focus_in_event handler should not select summary view row 
3127                 when another window (menu, dialog) grabbed for events 
3128                 (bug #7, "[0.8.8claws42] Message summary focus") 
3129
3130 2003-01-04 [christoph]  0.8.8claws43
3131
3132         * src/procmsg.c
3133                 update save folder after adding the sent message
3134                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3135
3136 2003-01-02 [christoph]  0.8.8claws42
3137
3138         * src/common/plugin.c
3139                 fix unloading of all plugins and unload
3140                 plugins in reverse order
3141                 
3142         * src/gtk/pluginwindow.c
3143                 implement function of load and unload button
3144
3145         * src/gtk/prefswindow.c
3146         * src/gtk/prefswindow.h
3147                 rename register function and add new unregister
3148                 function
3149
3150         * src/plugins/spamassassin/spamassassin_gtk.c
3151                 unregister prefs page and update for changes in
3152                 src/gtk/prefswindow.c
3153
3154 2003-01-02 [paul]       0.8.8claws41
3155
3156         * po/es.po
3157                 updated by Ricardo Mones Lastra
3158
3159 2003-01-02 [paul]
3160
3161         * tools/tb2sylpheed
3162                 fixes and improvements by Urke MMI
3163
3164 2003-01-02 [thorsten]   0.8.8claws40
3165
3166         * src/procmsg.c
3167                 fixed wrong return value
3168
3169 2003-01-02 [thorsten]   0.8.8claws39
3170
3171         * src/prefs.c
3172                 fixed printing wrong variable
3173
3174 2003-01-02 [thorsten]   0.8.8claws38
3175
3176         * src/prefs.c
3177                 fixed acessing members of freed pfile struct
3178
3179 2003-01-02 [thorsten]   0.8.8claws37
3180
3181         * src/procmsg.c
3182                 detect loops across several messages
3183                 as suggested by Christoph Hohmann
3184
3185 2003-01-01 [match]      0.8.8claws36
3186
3187         * src/addrindex.c
3188                 fixed another memory leak.
3189
3190 2003-01-01 [match]      0.8.8claws35
3191
3192         * src/jpilot.[ch]
3193                 fixed memory leaks. applied Doxygen comments.
3194
3195 2003-01-01 [thorsten]   0.8.8claws34
3196
3197         * src/procmsg.c
3198                 inhibit endless loop if msg references itself
3199                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3200
3201 2003-01-01 [christoph]  0.8.8claws33
3202
3203         * src/mainwindow.c
3204         * src/gtk/Makefile.am
3205         * src/gtk/pluginwindow.c                ** NEW **
3206         * src/gtk/pluginwindow.h                ** NEW **
3207                 add plugin window
3208
3209         * src/plugins/demo/demo.c
3210         * src/plugins/spamassassin/spamassassin.c
3211         * src/plugins/spamassassin/spamassassin_gtk.c
3212                 write better plugin descriptions
3213
3214 2002-12-31 [christoph]  0.8.8claws32
3215
3216         * src/gtk/prefswindow.c
3217         * src/plugins/spamassassin/spamassassin_gtk.c
3218                 some small improvements to GTK code
3219
3220 2002-12-31 [christoph]  0.8.8claws31
3221
3222         * src/plugins/spamassassin/spamassassin_gtk.c
3223                 enable folder select button
3224
3225 2002-12-31 [christoph]  0.8.8claws30
3226
3227         * src/mainwindow.c
3228         * src/gtk/Makefile.am
3229         * src/gtk/prefswindow.c                         ** NEW **
3230         * src/gtk/prefswindow.h                         ** NEW **
3231                 add new prefs window
3232
3233         * src/common/plugin.c
3234                 don't try to load empty config lines
3235         
3236         * src/plugins/spamassassin/Makefile.am
3237         * src/plugins/spamassassin/spamassassin.c
3238         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3239         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3240                 GTK config for SpamAssassin Plugin using
3241                 the new prefs window
3242
3243 2002-12-31 [paul]       0.8.8claws29
3244
3245         * po/POTFILES.in
3246                 remove obsolete entry 'src/menu.c'
3247
3248 2002-12-31 [alfons]     0.8.8claws28
3249
3250         * src/matcher.[ch]
3251         * src/matcher_parser_parse.y
3252         * src/prefs_matcher.c
3253                 add "ignore_thread" and "~ignore_thread" condition so it's
3254                 possible to make the actions / scoring operate on the ignore
3255                 thread flag
3256
3257 2002-12-31 [christoph]  0.8.8claws27
3258
3259         * src/addrbook.c
3260         * src/addrindex.c
3261         * src/folder.c
3262         * src/matcher.c
3263         * src/prefs_account.c
3264         * src/prefs_actions.c
3265         * src/prefs_customheader.c
3266         * src/prefs_display_header.c
3267         * src/prefs_gtk.c
3268         * src/procmime.c
3269         * src/toolbar.c
3270         * src/xmlprops.c
3271         * src/common/prefs.[ch]
3272                 extend prefs file handling for reading and automatic handling
3273                 of blocks. When reading prefs_set_block_label will automatically
3274                 move on to the block. When writing it will copy all other blocks
3275                 automatically
3276
3277         * src/common/plugin.c
3278                 Now loading plugin filenames from [Plugins] block in
3279                 sylpheed rc file
3280
3281 2002-12-30 [christoph]  0.8.8claws26
3282
3283         * src/common/hooks.[ch]
3284                 return abort status to caller of hooks_invoke
3285                 
3286         * src/inc.[ch]
3287                 invoke message filtering hook and stop
3288                 default handling when filter returns abort
3289
3290         * src/common/plugin.[ch]
3291         * src/plugins/demo/demo.c
3292                 modify plugin loader, because resolving symbols for strings
3293                 does not work correctly
3294         
3295         * configure.in
3296         * ac/spamassassin.m4                            ** NEW **
3297         * src/plugins/spamassassin/.cvsignore           ** NEW **
3298         * src/plugins/spamassassin/Makefile.am          ** NEW **
3299         * src/plugins/spamassassin/README               ** NEW **
3300         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3301         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3302         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3303                 add spamassassin plugin, see src/plugins/spamassassin/README
3304                 for details
3305
3306 2002-12-29 [alfons]     0.8.8claws25
3307
3308         * src/mainwindow.c
3309                 when moving focus from a message view to the main 
3310                 window, don't forget to select the summary node
3311                 of the displayed message. should fix "[ 659103 ] 
3312                 focus-follows-mouse confuses sylpheed"
3313
3314 2002-12-29 [christoph]  0.8.8claws24
3315
3316         * src/Makefile.am
3317         * src/stringtable.[ch]          ** REMOVE **
3318         * src/common/Makefile.am
3319         * src/common/stringtable.[ch]   ** NEW **
3320                 move stringtable files to common directory
3321
3322 2002-12-29 [christoph]  0.8.8claws23
3323
3324         * src/Makefile.am
3325         * src/menu.[ch]                 ** REMOVE **
3326         * src/gtk/Makefile.am
3327         * src/gtk/menu.[ch]             ** NEW **
3328                 move menu files to gtk directory
3329
3330 2002-12-29 [match]      0.8.8claws22
3331
3332         * src/addressbook.c
3333         * src/syldap.c
3334                 moved UI specific code out of LDAP code into addressbook
3335                 UI code. fixed memory leak.
3336
3337 2002-12-29 [christoph]  0.8.8claws21
3338
3339         * src/folder.c
3340                 only check for IGNORED parent message when message is
3341                 not IGNORED itself
3342
3343 2002-12-29 [alfons]     0.8.8claws20
3344
3345         * src/summaryview.c
3346                 set gtksctree's anchor correct (immediate execute
3347                 changes the tree's layout, and anchor points at 
3348                 the incorrect row). fixes "[ 657233 ] multiple msg 
3349                 delete sometimes off by 1".
3350                 we probably have to look for more tree layout /
3351                 anchor glitches.
3352
3353 2002-12-29 [paul]       0.8.8claws19
3354
3355         * src/summaryview.c
3356                 fix bug [ 659054 ] incorrect sorting of 'From' column
3357                 when using 'display sender using address book'
3358                 thanks to Alfons and Luke Plant
3359
3360 2002-12-29 [christoph]  0.8.8claws18
3361
3362         * src/folder.c
3363         * src/procmsg.[ch]
3364                 check parent messages for IGNORE THREAD flag, when adding,
3365                 moving or copying messages to a folder
3366
3367 2002-12-27 [alfons]     0.8.8claws17
3368
3369         re-organize matcher part 5; more to come
3370
3371         * src/matcher.c
3372                 hash keywords in matchparser_tab 
3373
3374 2002-12-27 [alfons]     0.8.8claws16
3375
3376         re-organize matcher part 4; more to come
3377
3378         * src/matcher_parser.h
3379         * src/matcher_parser_lex.l
3380         * src/matcher_parser_parse.y
3381                 cleanup
3382
3383 2002-12-27 [alfons]     0.8.8claws15
3384
3385         re-organize matcher part 3; more to come
3386
3387         * src/matcher.[ch]
3388                 cleanup
3389
3390 2002-12-27 [alfons]     0.8.8claws14
3391
3392         re-organize matcher part 2; more to come but this should
3393         work. cc me if there are any regressions.
3394
3395         * src/matcher.h
3396                 add prototype for get_matchparser_tab_id()
3397         * src/matcher_parser_lex.l
3398                 look up keywords using matchparser_tab_id();
3399
3400 2002-12-27 [alfons]     0.8.8claws12
3401
3402         re-organize matcher part 1
3403
3404         * src/matcher.h
3405                 map yacc generated constants to sylpheed matcher constants
3406         * src/matcher.c
3407                 add function to find a matcher constant from a string
3408
3409 2002-12-27 [christoph]  0.8.8claws11
3410
3411         * src/compose.c
3412                 MENUITEM_ADD casts the 4th argument from integer to pointer
3413                 so it probably should not be a pointer, this means we
3414                 should use account id for it and not the account's pointer
3415
3416 2002-12-27 [paul]       0.8.8claws10
3417
3418         * src/mainwindow.c
3419                 remove unneeded 'GtkWidget *vbox'
3420                 
3421         * src/summaryview.c
3422                 further sync with 0.8.8 - make sort
3423                 by recipient work as expected
3424                 
3425         * NEWS
3426                 sync with 0.8.8
3427
3428 2002-12-27 [paul]       0.8.8claws9
3429
3430         * po/pt_BR.po
3431                 updated by Ivan F. Martinez
3432                 
3433 2002-12-27 [darko]      0.8.8claws8
3434
3435         * src/common/utils.c
3436                 added locked pattern to extended search
3437
3438 2002-12-27 [alfons]     0.8.8claws7
3439
3440         * src/prefs_matcher.[ch]
3441                 clean up
3442
3443 2002-12-26 [alfons]     0.8.8claws6
3444
3445         * src/matcher.[ch]
3446         * src/matcher_parser_lex.l
3447         * src/matcher_parser_parse.y
3448         * src/prefs_matcher.c
3449                 allow color label as a condition in the matcher
3450
3451 2002-12-26 [oliver]     0.8.8claws5
3452         
3453         * src/toolbar.c 
3454                 enable Addressbook for Main and Messageview
3455         * src/prefs_actions.c
3456                 enable actions in Messageview
3457
3458 2002-12-26 [christoph]  0.8.8claws4
3459
3460         * src/common/plugin.c
3461                 add a little debug output
3462         * configure.in
3463         * src/plugins/demo/Makefile.am
3464                 better use of automake
3465
3466 2002-12-26 [christoph]  0.8.8claws3
3467
3468         * src/Makefile.am
3469         * src/common/Makefile.am
3470                 fix "make distdir"
3471
3472 2002-12-26 [christoph]  0.8.8claws2
3473
3474         * configure.in
3475                 sort configure checks into common / gtk / plugins
3476         * po/POTFILES.in
3477                 add src/prefs_gtk.c
3478         * src/Makefile.am
3479                 add plugins SUBDIR
3480         * src/main.c
3481         * src/common/sylpheed.[ch]
3482                 added now sylpheed_done function for shutdown
3483         * src/common/Makefile.am
3484         * src/common/plugin.[ch]                ** NEW **
3485                 plugin loader and unloader
3486         * src/plugins/.cvsignore                ** NEW **
3487         * src/plugins/Makefile.am               ** NEW **
3488                 build plugins
3489         * src/plugins/demo/.cvsignore           ** NEW **
3490         * src/plugins/demo/Makefile.am          ** NEW **
3491         * src/plugins/demo/demo.c               ** NEW **
3492                 small demo plugin that installs a logtext hook and
3493                 outputs the log text to stdout
3494
3495 2002-12-26 [paul]       0.8.8claws1
3496
3497         * po/es.po
3498                 updated by Ricardo Mones Lastra
3499
3500 2002-12-26 [paul]       0.8.8claws
3501
3502         * 0.8.8claws released
3503
3504 2002-12-26 [paul]       0.8.7claws12
3505
3506         * po/bg.po
3507                 updated by George Danchev
3508
3509 2002-12-26 [paul]       0.8.7claws11
3510
3511         * po/POTFILES.in
3512                 remove unneeded 'src/prefs.c' entry 
3513
3514 2002-12-26 [paul]       0.8.7claws10
3515
3516         * src/codeconv.c
3517           src/mainwindow.c
3518                 sync with 0.8.8 release
3519         
3520         * src/folder.[ch]
3521           src/mh.c
3522           src/summaryview.c
3523                 partial sync with 0.8.8 release
3524         
3525
3526 2002-12-25 [alfons]     0.8.7claws9
3527
3528         * src/matcher.[ch]
3529         * src/matcher_parser_lex.l
3530         * src/matcher_parser_parse.y
3531         * src/prefs_matcher.c
3532                 add locked flag to possible filtering / matcher 
3533                 conditions (also a good example what should be
3534                 done to add a simple boolean condition)
3535
3536 2002-12-25 [christoph]  0.8.7claws8
3537
3538         * src/Makefile.am
3539         * src/account.[ch]
3540         * src/addrbook.c
3541         * src/addressbook.c
3542         * src/addrindex.c
3543         * src/filtering.c
3544         * src/folder.c
3545         * src/matcher.c
3546         * src/prefs.[ch]                ** REMOVE **
3547         * src/prefs_account.c
3548         * src/prefs_actions.c
3549         * src/prefs_common.c
3550         * src/prefs_customheader.c
3551         * src/prefs_display_header.c
3552         * src/prefs_filtering.c
3553         * src/prefs_folder_item.c
3554         * src/prefs_gtk.[ch]            ** NEW **
3555         * src/prefs_matcher.c
3556         * src/prefs_scoring.c
3557         * src/prefs_summary_column.c
3558         * src/procmime.c
3559         * src/selective_download.c
3560         * src/toolbar.c
3561         * src/common/Makefile.am
3562         * src/common/prefs.[ch]         ** NEW **
3563                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3564
3565 2002-12-24 [alfons]     0.8.7claws7
3566
3567         * src/summaryview.c
3568                 summary_thread_build(): fix real cause of the crash mentioned in
3569                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3570                 this way we get meaningful ctree nodes 
3571
3572 2002-12-24 [oliver]     0.8.7claws6
3573
3574         * src/mainwindow.[ch]
3575         * src/messageview.[ch]
3576         * src/compose.[ch]
3577         * src/inc.c
3578         * src/summaryview.c
3579                 changes to use updated toolbar handling
3580                 
3581 2002-12-24 [oliver]     0.8.7claws5
3582
3583         * src/toolbar.[ch]
3584                 generic toolbar handling
3585                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3586         * src/prefs_toolbar.[ch]
3587                 adjust to handling
3588         
3589 2002-12-24 [oliver]     0.8.7claws4
3590         
3591         * src/stock_pixmap.[ch]
3592                 move SYLPHEED_LOGO to end of list in order 
3593                 to remove it from Custom Toolbar`s Icon View
3594
3595 2002-12-24 [alfons]     0.8.7claws3
3596
3597         * src/summaryview.c
3598                 summary_thread_build(): fix crash because of focus != selection 
3599                 after threading. when deleting the selection, gtk tries but fails 
3600                 to find the correct focusable element. we now force the selection
3601                 to be focused. this should solve the infamous bug reported by 
3602                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3603                 a test case is available. 
3604
3605 2002-12-24 [darko]      0.8.7claws2
3606
3607         * src/summaryview.c
3608                 don't crash when unmarking message with unread children
3609
3610 2002-12-23 [christoph]  0.8.7claws1
3611
3612         * src/Makefile.am
3613         * src/common/Makefile.am
3614                 update Makefiles for moved intl.h, version.h and defs.h
3615         * src/imap.c
3616                 rewrite imap_session_get to avoid duplicate code
3617
3618 2002-12-23 [paul]       0.8.7claws
3619
3620         * Santa-Claws released
3621         
3622         * po/hu.po
3623           po/ru.po
3624                 squeeze in updated Hungarian and Russian translations.
3625                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3626
3627 2002-12-23 [paul]       0.8.6claws129
3628
3629         * po/pl.po
3630                 updated by Witold Wladyslaw Wojciech Wilk
3631
3632 2002-12-23 [paul]       0.8.6claws128
3633
3634         * src/quote_fmt_parse.y
3635                 fix typo and add licence header
3636
3637 2002-12-23 [paul]       0.8.6claws127
3638
3639         * po/en_GB.po
3640                 updated
3641
3642 2002-12-23 [paul]       0.8.6claws126
3643
3644         * po/it.po
3645                 updated translation, submitted by Alessandro Maestri
3646                 
3647 2002-12-23 [paul]       0.8.6claws125
3648
3649         * src/quote_fmt_parse.y
3650                 fix signature-stripping on replies bug. match
3651                 '-- \n' and not '-- '.
3652
3653 2002-12-22 [paul]       0.8.6claws124
3654
3655         * po/bg.po
3656           po/es.po
3657           po/sr.po
3658                 updated translations. submitted by George Danchev,
3659                 Ricardo Mones Lastra, and Urke MMI respectively
3660
3661 2002-12-21 [paul]       0.8.6claws123
3662
3663         * src/addrbook.c
3664                 fix coding style
3665
3666 2002-12-21 [paul]       0.8.6claws122
3667
3668         * src/addrbook.c
3669                 fix bug [643638] where if a person is in one or more
3670                 addressbook groups editing that person's email 
3671                 address results in removal from those groups.
3672                 Patch submitted by Luke Plant.
3673
3674 2002-12-20 [christoph]  0.8.6claws121
3675
3676         * src/common/utils.c
3677         * src/summaryview.c
3678                 reimplement expand_search_string using GString to
3679                 prevent crashs caused by miscalculated string
3680                 lengths reported by Paul
3681
3682 2002-12-20 [christoph]  0.8.6claws120
3683
3684         * src/summaryview.c
3685                 don't use "changed" to check if op_count has to be changed as it
3686                 is also set when the message has unread children
3687                 (closes bug [ 653221 ] crash while deleting duplicates)
3688
3689 2002-12-20 [paul]       0.8.6claws119
3690
3691         * sync with 0.8.6cvs27
3692                 see ChangeLog 2002-12-20
3693
3694 2002-12-20 [paul]       0.8.6claws118
3695
3696         * sync with 0.8.6cvs26
3697                 see ChangeLog 2002-12-19 and 2002-12-20
3698
3699 2002-12-19 [alfons]     0.8.6claws117
3700
3701         * src/textview.c
3702                 fix incorrect parsing of email addresses, submitted by 
3703                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3704                 name display if it contains @".
3705
3706 2002-12-18 [paul]       0.8.6claws116
3707
3708         * sync with 0.8.6cvs23
3709                 see ChangeLog 2002-12-18
3710
3711 2002-12-18 [paul]       0.8.6claws115
3712
3713         * src/Makefile.am
3714         * src/account.c
3715         * src/codeconv.c
3716         * src/gtkutils.[ch]
3717         * src/imap.c
3718                 sync with 0.8.6cvs22.
3719                 see ChangeLog 2002-12-17 and 2002-12-18