13d90e90310e6357b6fa6a3c85cbe8acee0e8da8
[claws.git] / ChangeLog.claws
1 2003-05-09 [paul]       0.8.11claws149
2
3         * sync with 0.8.11cvs43
4                 see ChangeLog 2003-05-09
5
6 2003-05-08 [christoph]  0.8.11claws148
7
8         * src/imap.[ch]
9                 o use CAPABILIY as first command and check for PREAUTH
10                   information in the response to it
11                 o rewrite all imap_cmd_* functions to use an IMAPSession
12                   instead of a SockInfo as parameter
13                 o do STARTTLS after fetching and checking the server
14                   capabilities
15
16 2003-05-08 [paul]       0.8.11claws147
17
18         * tools/Makefile.am
19           tools/README
20           tools/convert_mbox.pl         ** NEW FILE **
21                 add mbox conversion script. Submitted by 
22                 Fred Marton <Fred.Marton@uni-bayreuth.de>
23
24 2003-05-07 [christoph]
25
26         * doc-src/glade.txt
27         * src/gtk/pluginwindow.glade
28         * src/plugins/image_viewer/viewerprefs.glade
29         * src/plugins/spamassassin/spamassassin_gtk.glade
30                 add glade files for user interfaces and a description how
31                 to use glade to create the sylpheed code
32
33 2003-05-07 [paul]       0.8.11claws146
34
35         * sync with 0.8.11cvs41
36                 see ChangeLog 2003-05-07
37
38 2003-05-06 [christoph]  0.8.11claws145
39
40         * src/main.c
41         * src/plugins/image_viewer/viewer.c
42                 fix usage of imlib in imageviewer plugin
43
44         * src/gtk/prefswindow.c
45                 handle window close event correctly
46
47 2003-05-06 [paul]       0.8.11claws144
48
49         * src/common/ssl.c
50                 fix typo introduced in sync
51
52 2003-05-06 [paul]       0.8.11claws143
53
54         * sync with 0.8.11cvs39
55                 see ChangeLog 2003-05-06
56
57 2003-05-06 [paul]       0.8.11claws142
58
59         * AUTHORS
60           po/cs.po
61                 updated Czech translation, submitted by 
62                 Radek Vybiral <Radek.Vybiral@vsb.cz>
63                 
64         * src/plugins/clamav/clamav_plugin_gtk.c
65                 clean up
66
67 2003-05-03 [alfons]     0.8.11claws141
68
69         * src/compose.[ch]
70                 make paste as quotation work even when the call to 
71                 text_inserted() was deferred (fixes bug #140 "Paste 
72                 as quotation does not work when using "external" 
73                 clipboard")
74
75 2003-05-03 [thorsten]   0.8.11claws140
76
77         * src/addrquery.h
78           src/ldapquery.h
79           src/mainwindow.c
80                 removed C++ comments
81         * src/addr_compl.c
82                 function with non-int retval/param used before
83                 implementation/declaration
84
85 2003-05-02 [paul]       0.8.11claws139
86
87         * src/addr_compl.[ch]
88           src/addressbook.[ch]
89           src/addrindex.c
90           src/summaryview.c
91                 revert match's changes to (finally) remove the bug where
92                 opening a folder causes massive slowdown when using the 
93                 'Display sender using address book' option
94
95 2003-05-01 [melvin]     0.8.11claws138
96
97         * src/plugins/dillo_viewer/dillo_prefs.[ch]
98         * src/plugins/dillo_viewer/dillo_viewer.c
99                 Fixed bug where "Cancel" button from prefs issued
100                 warnings.
101                 Comply a little more to coding style
102
103 2003-05-01 [paul]       0.8.11claws137
104
105         * sync with 0.8.11cvs38
106                 see ChangeLog 2003-05-01
107
108 2003-05-01 [paul]       0.8.11claws136
109
110         * po/bg.po
111                 updated by George Danchev
112
113 2003-04-30 [christoph]  0.8.11claws135
114
115         * src/plugins/dillo_viewer/dillo_prefs.c
116         * src/plugins/image_viewer/viewerprefs.c
117         * src/plugins/spamassassin/spamassassin_gtk.c
118                 remove gtk_widget_ref() calls for widgets in
119                 glade code
120
121 2003-04-30 [paul]       0.8.11claws134
122
123         * src/addrindex.c
124                 ok, this time a better fix for the bug where opening folder
125                 has massive slowdown when using the 'Display sender using 
126                 address book' option
127
128 2003-04-30 [paul]       0.8.11claws133
129
130         * src/addrindex.c
131                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
132         
133 2003-04-30 [melvin]     0.8.11claws132
134
135         New: Dillo plugin preferences (patch by Dimitar Haralanov)
136
137         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
138                 Preferences for the dillo plugin
139         * src/plugins/dillo_viewer/dillo_viewer.c
140                 Support for preferences
141         * src/plugins/dillo_viewer/Makefile.am
142                 Added dillo_prefs.[ch]
143
144 2003-04-30 [alfons]     0.8.11claws131
145
146         * src/common/plugin.[ch]
147                 see? this ANSI C'fication immediately gives us type
148                 checking for free.
149
150 2003-04-30 [alfons]     0.8.11claws130
151
152         * src/common/plugin.[ch]
153         * src/plugins/clamav/clamav_plugin.[ch]
154         * src/plugins/clamav/clamav_plugin_gtk.c
155         * src/plugins/demo/demo.c
156         * src/plugins/dillo_viewer/dillo_viewer.c
157         * src/plugins/image_viewer/plugin.c
158         * src/plugins/image_viewer/viewer.[ch]
159         * src/plugins/image_viewer/viewerprefs.[ch]
160         * src/plugins/mathml_viewer/mathml_viewer.c
161         * src/plugins/spamassassin/spamassassin.[ch]
162         * src/plugins/spamassassin/spamassassin_gtk.c
163         * src/plugins/trayicon/trayicon.c
164                 clean up
165
166 2003-04-30 [alfons]     0.8.11claws129
167
168         * src/common/utils.c
169                 make is_ascii_str() fail gracefully when NULL pointer
170                 is passed
171
172 2003-04-30 [paul]       0.8.11claws128
173
174         * src/addrindex.c
175                 fix bug where opening folder has massive slowdown when
176                 using the 'Display sender using address book' option
177
178 2003-04-30 [paul]       0.8.11claws127
179
180         * src/plugins/clamav/clamav_plugin.c
181           src/plugins/clamav/clamav_plugin_gtk.c
182           src/plugins/demo/demo.c
183           src/plugins/dillo_viewer/dillo_viewer.c
184           src/plugins/image_viewer/plugin.c
185           src/plugins/mathml_viewer/mathml_viewer.c
186           src/plugins/spamassassin/spamassassin.c
187           src/plugins/spamassassin/spamassassin_gtk.c
188           src/plugins/trayicon/trayicon.c
189                 get rid of eye-hurting function signatures
190
191 2003-04-30 [paul]       0.8.11claws126
192
193         * src/plugins/trayicon/trayicon.c
194                 add description
195                 
196         * src/mimeview.c
197                 be more descriptive
198
199 2003-04-30 [paul]       0.8.11claws125
200
201         * configure.ac
202                 arrange the plugins in reverse alphabetical order
203                 
204         * src/plugins/clamav/clamav_plugin.[ch]
205           src/plugins/clamav/clamav_plugin_gtk.c
206                 rename some params
207                 resize max_size window
208                 re-arrange the order of some gui elements
209                 improve descriptions
210         
211         * src/plugins/image_viewer/plugin.c
212           src/plugins/mathml_viewer/mathml_viewer.c
213                 add descriptions
214                 
215         * src/plugins/spamassassin/spamassassin_gtk.c
216                 resize max_size window
217                 re-arrange the order of some gui elements
218                 
219         * src/messageview.c
220           src/mimeview.c
221                 correct typos
222
223 2003-04-30 [alfons]     0.8.11claws124
224
225         * src/imap.c
226                 fix a leak found while browsing Martin Kluge's 
227                 valgrind log (Claws only)
228
229 2003-04-29 [darko]      0.8.11claws123
230
231         * src/gtk/gtkstext.h
232                 include wchar.h if it is available, fixes compilation
233                 on HP-UX systems
234
235 2003-04-29 [melvin]     0.8.11claws122
236
237         * src/prefs_actions.c
238                 Improved help text of Actions' syntax
239
240 2003-04-28 [paul]       0.8.11claws121
241
242         * src/action.c
243                 a better fix for the crash when performing an action
244                 on a mime part
245
246 2003-04-28 [paul]       0.8.11claws120
247
248         * src/action.c
249                 fix crash when performing an action on a
250                 mime part
251
252 2003-04-28 [paul]       0.8.11claws119
253
254         * sync with 0.8.11cvs36
255                 see ChangeLog 2003-04-28
256
257 2003-04-27 [paul]       0.8.11claws118
258
259         * more sync with 0.8.11cvs35
260                 see ChangeLog 2003-04-25
261
262 2003-04-26 [christoph]  0.8.11claws117
263
264         * src/folder.c
265                 fix remove virtual check
266
267 2003-04-26 [paul]       0.8.11claws116
268
269         * src/messageview.c
270                 fix return-receipt, make it work again
271
272 2003-04-26 [paul]       0.8.11claws115
273
274         * src/mimeview.c
275                 restore double-clicking of the [application/pgp-signature 
276                 (Select "Check signature" to check)] line in the message view,
277                 broken in recent sync
278
279 2003-04-26 [christoph]  0.8.11claws114
280
281         * src/folder.c
282                 check if remove virtual really exists before
283                 calling the function
284
285 2003-04-25 [match]      0.8.11claws113
286
287         * src/addrindex.c
288         * src/addrbook.c
289         * src/ldapquery.[ch]
290         * src/ldapctrl.[ch]
291                 fix memleak.
292         * src/ldapserver.[ch]
293                 fix memleak. fix segfault.
294                 plug a Claws memleak
295
296 2003-04-25 [alfons]     0.8.11claws112
297
298         * src/folder.c
299                 plug a Claws memleak
300
301 2003-04-25 [alfons]     0.8.11claws111
302
303         * src/common/session.c
304                 plug a memleak
305
306 2003-04-25 [paul]       0.8.11claws110
307
308         * sync with 0.8.11cvs35
309                 see ChangeLog 2003-04-24 and 2003-04-25
310                 
311         * src/gtk/pluginwindow.c
312                 correct another strange float value
313
314 2003-04-24 [christoph]  0.8.11claws109
315
316         * src/folder.c
317                 freeze folder item updates when unsetting new flags
318
319         * src/gtk/pluginwindow.c
320                 correct strange float value
321
322 2003-04-23 [paul]       0.8.11claws108
323
324         * sync with 0.8.11cvs33
325                 see ChangeLog 2003-04-23
326
327 2003-04-22 [paul]       0.8.11claws107
328
329         * src/Makefile.am
330           src/messageview.c
331           src/mimeview.c
332           src/pgptext.[ch]      ** REMOVED **
333                 remove pgptext.[ch] as its not used any more
334
335 2003-04-22 [paul]       0.8.11claws106
336
337         * sync with 0.8.11cvs31
338                 see ChangeLog 2003-04-21 and 2003-04-22
339
340 2003-04-21 [alfons]     0.8.11claws105
341
342         * src/main.c
343                 No access to GTK structures if we're a spawned child
344                 (and clean up code a little bit...) Should fix #126.
345
346 2003-04-21 [melvin]     0.8.11claws104
347
348         * src/plugins/dillo_viewer/README
349                 Improved slightly the text.
350
351 2003-04-21 [melvin]     0.8.11claws103
352
353         * src/plugins/dillo_viewer/README *** NEW ***
354                 Added a README file for the Dillo plugin
355
356 2003-04-20 [paul]
357
358         * tools/README
359           tools/outlook2sylpheed.pl
360                 updated and improved by Ricardo Mones Lastra
361
362 2003-04-18 [oliver]     0.8.11claws102
363
364         * src/inc.c 
365         * src/prefs_account.h
366                 remove Pop3SessionType (used by selective download)
367         * src/prefs_toolbar.c
368                 enable set Default Toolbar button
369
370 2003-04-18 [paul]       0.8.11claws101
371
372         * sync with 0.8.11cvs29
373                 see ChangeLog 2003-04-18
374
375 2003-04-17 [paul]       0.8.11claws100
376
377         * src/prefs_common.[ch]
378           src/summaryview.c
379                 remove 'Open next message on deletion' option,
380                 as the same effect can now be achieved via the
381                 'Always open messages in summary when selected'
382                 option.
383
384 2003-04-17 [paul]       0.8.11claws99
385
386         * sync with 0.8.11cvs28
387                 see ChangeLog 2003-04-17
388
389 2003-04-17 [christoph]  0.8.11claws98
390
391         * ac/spamassassin.m4
392         * src/plugins/spamassassin/libspamc.[ch]
393         * src/plugins/spamassassin/utils.[ch]
394                 sync libspamc with SpamAssassin project
395
396 2003-04-17 [christoph]  0.8.11claws97
397
398         * src/common/socket.h
399         * src/gtk/sslcertwindow.h
400                 rename old USE_SSL to USE_OPENSSL
401
402 2003-04-17 [paul]       0.8.11claws96
403
404         * src/prefs_common.h
405                 use gulong for P_COLOR so that it compiles/runs on
406                 64-bit systems. Patch submitted by James Noyes
407                 <jnoyes-claws@retrogeeks.com>
408                 
409         * po/de.po
410                 updated by Jens
411
412 2003-04-17 [paul]       0.8.11claws95
413
414         * sync with 0.8.11cvs27
415                 see ChangeLog 2003-04-16
416
417 2003-04-15 [paul]       0.8.11claws94
418
419         * src/prefs_common.[ch]
420                 rearrange to stop the window getting too long:
421                         move Receive dialog stuff to Receive tab
422                         move Send dialog to Send tab
423                         remove Dialogs frame
424                 rename 'Open messages in summary with cursor keys' to
425                 'Always open messages in summary when selected', as its
426                 more appropriate
427
428 2003-04-15 [paul]       0.8.11claws93
429
430         * src/prefs_common.[ch]
431           src/summaryview.c
432                 add new option '/Interface/Open next message on deletion'
433
434 2003-04-15 [paul]       0.8.11claws92
435
436         * src/summaryview.[ch]
437                 add /Mark/Lock and /Mark/Unlock to the pop-up
438                 menu. Patch submitted by Ivan Francolin Martinez
439                 <ivanfm@users.sourceforge.net>
440
441 2003-04-15 [paul]       0.8.11claws91
442
443         * sync with 0.8.11cvs24
444                 see ChangeLog 2003-04-15
445
446 2003-04-14 [jens]       0.8.11claws90
447
448         * updated German translation and some corrections from
449                 Roland Bless <bless@tm.uka.de>
450
451 2003-04-14 [paul]       0.8.11claws89
452
453         * sync with 0.8.11cvs22
454                 see ChangeLog 2003-04-14
455
456 2003-04-13 [paul]       0.8.11claws88
457
458         * src/plugins/clamav/clamav_plugin.c
459                 fix memory leaks
460                 clean up
461
462 2003-04-12 [paul]       0.8.11claws87
463
464         * src/plugins/clamav/clamav_plugin.c
465                 activate enable/disable archive scanning option
466                 
467         * src/plugins/clamav/.cvsignore         ** NEW FILE **
468
469 2003-04-12 [paul]       0.8.11claws86
470
471         * src/plugins/Makefile.am
472           src/plugins/clamav/Makefile.am                ** NEW FILE **
473           src/plugins/clamav/README                     ** NEW FILE ** 
474           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
475           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
476                 add Clam AntiVirus plugin
477
478 2003-04-12 [paul]       0.8.11claws85
479
480         * sync with 0.8.11cvs21
481                 see ChangeLog 2003-04-11
482
483 2003-04-11 [paul]       0.8.11claws84
484
485         * po/es.po
486                 update Spanish translation. Submitted by Ricardo
487                 Mones Lastra.
488
489 2003-04-10 [christoph]  0.8.11claws83
490
491         * src/mbox.c
492                 fix typo that did not move unfiltered mails to destination
493                 folder
494
495         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
496          when filtering from spool)
497
498 2003-04-10 [christoph]  0.8.11claws82
499
500         * src/imap.c
501                 use BODY.PEEK instead of BODY in in message fetch operation
502                 to make sure the IMAP server does not set the \Seen flag for
503                 messages. Sylpheed does that later itself, when the message
504                 is opened in sylpheed
505
506         (closes Bug 111 Claws destroys unread marks)
507
508 2003-04-09 [oliver]     0.8.11claws81
509         
510         * src/folder.c
511                 fix crash in folder_destroy
512         * README.claws
513                 remove selective download
514
515 2003-04-09 [christoph]  0.8.11claws80
516
517         * src/imap.c
518                 fix crash in imap_get_msginfo() when then fetched message
519                 is not found
520
521         (closes Bug 110 Crash during mail composition)
522
523 2003-04-08 [christoph]  0.8.11claws79
524
525         * src/folder.c
526         * src/prefs_account.c
527                 Filter new messages that are found in an INBOX folder
528                 when 'Filter messages on receiving' is enabled in the
529                 Folder's AccountPrefs. This allows to use Sylpheed's
530                 filtering engine for IMAP folders where messages are
531                 added to the INBOX by a MTA
532
533 2003-04-08 [paul]       0.8.11claws78
534
535         * src/procmsg.h
536                 clean up after last commit
537
538 2003-04-08 [paul]       0.8.11claws77
539
540         * sync with 0.8.11cvs20
541                 see ChangeLog 2003-04-07 and 2003-04-08
542
543 2003-04-07 [christoph]  0.8.11claws76
544
545         * src/filtering.[ch]
546         * src/inc.[ch]
547         * src/mbox.c
548         * src/procmsg.[ch]
549                 add procmsg_msginfo_filter() to execute filtering actions
550
551 2003-04-06 [christoph]  0.8.11claws75
552
553         * src/imap.c
554                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
555
556 2003-04-06 [christoph]  0.8.11claws74
557
558         * src/common/utils.[ch]
559                 add g_int_compare() function for slist sorting
560
561         * src/imap.c
562                 fetch all MsgInfos with one command in imap_get_msginfos()
563                 using an imap set with a list of ranges
564
565         * src/news.c
566                 use new g_int_compare() function
567
568 2003-04-06 [thorsten]   0.8.11claws73
569
570         * src/mh.c
571                 corrected implementation of mh_folder_destroy()
572
573 2003-04-05 [christoph]  0.8.11claws72
574
575         * src/account.c
576         * src/folder.[ch]
577         * src/folderview.c
578         * src/imap.c
579         * src/inc.c
580         * src/main.c
581         * src/mainwindow.c
582         * src/mbox_folder.c
583         * src/mh.c
584         * src/mimeview.h
585         * src/msgcache.[ch]
586         * src/news.c
587         * src/procmime.h
588         * src/procmsg.[ch]
589         * src/setup.c
590         * src/gtk/gtkutils.c
591                 o rename structure field names class and new to klass and
592                   new_msgs, to allow including files in C++
593                 o add 'extern "C"' block to some header files
594                 o add MsgInfoList and MsgNumberList as alias for GSList for
595                   developers to know what type of list is expected
596
597         * src/plugins/image_viewer/plugin.c
598         * src/plugins/image_viewer/viewer.[ch]
599         * src/plugins/image_viewer/viewerprefs.[ch]
600                 rename function names to prevent conflicts
601
602 2003-04-05 [paul]       0.8.11claws71
603
604         * sync with 0.8.11cvs18
605                 see ChangeLog 2003-04-03 and 2003-04-04
606
607 2003-04-02 [christoph]  0.8.11claws70
608
609         * src/folder.[ch]
610         * src/imap.[ch]
611         * src/mbox_folder.[ch]
612         * src/mh.[ch]
613         * src/news.[ch]
614                 o Make all virtual folder functions private
615                 o remove unused folder code
616
617         * src/common/socket.[ch]
618         * src/summaryview.c
619                 fix warnings
620
621 2003-03-30 [alfons]     0.8.11claws69
622
623         * src/send_message.c
624                 remove two debug traces and see if people still report
625                 errors
626
627 2003-03-30 [alfons]     0.8.11claws68
628
629         * src/send_message.c
630         * src/commons/session.c
631                 add more debug traces
632
633 2003-03-30 [christoph]  0.8.11claws67
634
635         * src/folder.c
636                 change processing folder name from .processing to processing
637
638         * src/common/ssl.c
639                 disable SSL certificate check because it causes Xlib error
640                 when the child process want's to open an GTK window
641
642 2003-03-30 [christoph]  0.8.11claws66
643
644         * src/folder.c
645                 don't use default folder for processing folder item because
646                 it can be a non local folder
647
648         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
649
650 2003-03-30 [alfons]     0.8.11claws65
651
652         * src/send_message.c
653                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
654                 to generate bad code for 'send_send_data_progressive': When
655                 called from 'send_send_data_finished', the 'data' pointer is
656                 cleared just before the assignment to the dialog pointer
657
658 2003-03-29 [christoph]  0.8.11claws64
659
660         * src/common/prefs.h
661         * src/plugins/image_viewer/Makefile.am
662         * src/plugins/image_viewer/plugin.c
663         * src/plugins/image_viewer/viewer.[ch]
664         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
665                 add PrefsPage for ImageViewer
666
667 2003-03-28 [thorsten]   0.8.11claws63
668
669         * src/common/session.c
670                 added some comments
671
672 2003-03-28 [paul]       0.8.11claws62
673
674         * sync with 0.8.11cvs16
675                 see ChangeLog 2003-03-28
676
677 2003-03-28 [paul]       0.8.11claws61
678
679         * sync with 0.8.11cvs15
680                 see ChangeLog 2003-03-28
681
682 2003-03-27 [christoph]  0.8.11claws60
683
684         * src/folder.c
685         * src/imap.c
686         * src/common/socket.[ch]
687                 set socket state to DISCONNECTED when any operation
688                 fails to allow reconnecting in IMAP code without
689                 checking the return code of all calls to the command
690                 functions
691
692         * src/folderview.c
693         * src/summaryview.c
694                 remove some more stuff that depends on specific
695                 folder types
696
697 2003-03-27 [paul]       0.8.11claws59
698
699         * sync with 0.8.11cvs14
700                 see ChangeLog 2003-03-27
701                 
702         * src/selective_download.[ch]   ** REMOVED **
703                 really removed
704
705 2003-03-27 [christoph]  0.8.11claws58
706
707         * src/folder.c
708                 fix handling of tmp_flags in flag copy function
709
710 2003-03-27 [paul]       0.8.11claws57
711
712         * sync with 0.8.11cvs13
713                 see ChangeLog 2003-03-27
714
715 2003-03-27 [oliver]     0.8.11claws56
716
717         * src/maiwindow.c
718                 remove sel_download_cb
719
720 2003-03-27 [oliver]     0.8.11claws55
721         
722         * src/inc.c
723                 remove POP3_TOP
724         
725 2003-03-26 [oliver]     0.8.11claws54
726
727         *src/pop.h
728                 remove POP3_TOP*
729         * README.claws
730                 remove selective donwload readme
731
732 2003-03-26 [oliver]     0.8.11claws53
733         * src/matcher.[ch]
734         * src/matcher_parser_parse.y 
735         * src/pop.c 
736         * src/prefs_account.[ch]
737         * src/prefs_filtering.c
738                 remove selective donwload
739
740 2003-03-26 [oliver]     0.8.11claws52
741
742         * src/inc.[ch] 
743         * src/filtering.c 
744         * src/mainwindow.c 
745                 remove selective donwload
746
747 2003-03-26 [oliver]     0.8.11claws51
748         
749         * src/Makefile.am
750         * src/selective_download.[ch]   ** REMOVE **    
751
752 2003-03-26 [christoph]  0.8.11claws50
753
754         * src/news.c
755                 fix NEWS that got broken by a sync with sylpheed-main
756
757 2003-03-26 [christoph]  0.8.11claws49
758
759         * src/mimeview.c
760                 fix mime type guessing when no mime type is found for a file
761
762 2003-03-25 [christoph]  0.8.11claws48
763
764         * src/mimeview.c
765         * src/procmime.c
766                 remove mime type guessing from mime parser and use
767                 name based mime types in viewer lookup for mime type
768                 application/octet-stream
769
770 2003-03-25 [christoph]  0.8.11claws47
771
772         * doc-src/readme.txt
773         * doc-src/rfc2554.txt
774                 add RFC about SMTP AUTH
775
776         * src/send_message.c
777         * src/common/smtp.[ch]
778                 add extra error code for authentication errors and
779                 clear temporary password when this error occurs
780
781         (closes Bug 84 authentication failure while sending should
782          prompt for password again)
783
784 2003-03-25 [christoph]  0.8.11claws46
785
786         * configure.ac
787         * src/Makefile.am
788         * src/imageview.[ch]                            ** REMOVE **
789         * src/messageview.[ch]
790         * src/mimeview.[ch]
791         * src/prefs_common.[ch]
792         * src/textview.c
793         * src/plugins/Makefile.am
794         * src/plugins/image_viewer/.cvsignore           ** NEW **
795         * src/plugins/image_viewer/Makefile.am          ** NEW **
796         * src/plugins/image_viewer/plugin.c             ** NEW **
797         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
798                 move image viewer into a plugin (building is enabled by default)
799                 [ToDo: Prefs for resize and autoview]
800
801 2003-03-25 [paul]       0.8.11claws45
802
803         * sync with 0.8.11cvs12
804                 see ChangeLog 2003-03-26
805
806 2003-03-25 [paul]       0.8.11claws44
807
808         * sync with 0.8.11cvs11
809                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
810                 
811         Note: Selective Download is broken.
812                 
813 2003-03-22 [christoph]  0.8.11claws43
814
815         * src/folder.c
816                 code cleanup for flags copying
817
818 2003-03-22 [christoph]  0.8.11claws42
819
820         * src/plugins/trayicon/trayicon.c
821                 fix setting the transparent area when the window size
822                 is forced by the system tray
823
824 2003-03-22 [christoph]  0.8.11claws41
825
826         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
827         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
828         * src/plugins/trayicon/newmail.xpm              ** NEW **
829         * src/plugins/trayicon/nomail.xpm               ** NEW **
830         * src/plugins/trayicon/trayicon.c
831         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
832                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
833                 o add icon for unread mails
834                 o set transparency for window
835
836 2003-03-22 [christoph]  0.8.11claws40
837
838         * src/news.c
839                 init news session to prevent crash when session is closed
840
841 2003-03-22 [christoph]  0.8.11claws39
842
843         * src/imap.c
844         * src/common/session.[ch]
845                 Init session data to make sure we don't have invalid pointers
846                 for read_ch and write_ch when new multi process sessions are
847                 not used
848
849         * src/main.c
850         * src/common/plugin.c
851         * src/common/sylpheed.c
852         * src/plugins/demo/demo.c
853         * src/plugins/dillo_viewer/dillo_viewer.c
854         * src/plugins/mathml_viewer/mathml_viewer.c
855         * src/plugins/spamassassin/spamassassin.c
856         * src/plugins/spamassassin/spamassassin_gtk.c
857                 add plugin types to allow loading plugins at different times
858                 (and maybe for different frontends), because it's not good to
859                 load GTK-Plugins gefore gtk_init was called
860
861         * configure.ac
862         * src/plugins/Makefile.am
863         * src/plugins/trayicon/.cvsignore               ** NEW **
864         * src/plugins/trayicon/Makefile.am              ** NEW **
865         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
866         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
867         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
868         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
869         * src/plugins/trayicon/trayicon.c               ** NEW **
870                 New Trayicon plugin that shows an icon in a systray that uses
871                 XEMBED protocol like Gnome's systray. Icon shows if there
872                 are new mails and a tooltip shows information about new,
873                 unread and total messages.
874
875 2003-03-22 [paul]       0.8.11claws38
876
877         * src/common/smtp.c
878                 fix ESMTP AUTH CRAM-MD5
879                 [sync with main (still version 0.8.11cvs6), see
880                  ChangeLog 2003-03-22]
881
882 2003-03-21 [colin]      0.8.11claws37
883
884         * src/send_message.c
885                 Fix USE_SSL => USE_OPENSSL
886
887 2003-03-21 [colin]      0.8.11claws36
888
889         * src/folderview.c
890                 Fix counts in drag and dropped subfolders
891
892 2003-03-21 [colin]      0.8.11claws35
893
894         * src/folder.c 
895         * src/folderview.c
896                 speed up a bit folder dnd
897
898 2003-03-20 [alfons]     0.8.11claws34
899
900         * src/main.c
901         * src/toolbar.c
902         * src/procmsg.c
903                 don't send locked queue messages
904                 (feature request "[ 705245 ] Locking message in outbox 
905                  should prevent sending")
906
907 2003-03-20 [christoph]  0.8.11claws33
908
909         * src/folder.c
910                 remove NEW and UNREAD flag in special folders when scanning
911                 
912         * src/common/smtp.c
913                 fix ESMTP AUTH CRAM-MD5
914
915 2003-03-20 [paul]       0.8.11claws32
916
917         * src/prefs_account.c
918                 Re-write 'Tunnel command to open connection' as
919                 'Use command to communicate with server', and disable
920                 it for all except IMAP accounts
921
922 2003-03-20 [paul]       0.8.11claws31
923
924         * sync with 0.8.11cvs6
925                 see ChangeLog 2003-03-20
926
927 2003-03-19 [match]      0.8.11claws30
928
929         * src/addritem.[ch]
930                 include documentation. minor refactoring.
931         * src/addr_compl.[ch]
932         * src/addrindex.[ch]
933         * src/addresbook.[ch]
934         * src/summaryview.c
935                 re-enable address lookup (was disabled in
936                 0.8.11claws20).
937
938 2003-03-19 [christoph]  0.8.11claws29
939
940         * src/procmsg.c
941                 add temp flag handling, will make moving and copying
942                 messages possible again
943
944         * src/folder.c
945                 correct calulation of folder stats
946
947 2003-03-18 [match]      0.8.11claws28
948
949         * src/editgroup.h
950                 remove case sensitive comparison (closes bug 80).
951
952 2003-03-18 [christoph]  0.8.11claws27
953
954         * src/imap.c
955                 fix imap using a tunnel command
956
957         (closes bug 87)
958
959 2003-03-18 [christoph]  0.8.11claws26
960
961         * src/folder.[ch]
962         * src/imap.c
963         * src/procmsg.[ch]
964                 rewrite flag handling for folders
965
966 2003-03-18 [christoph]  0.8.11claws25
967
968         * src/folder.c
969         * src/procmsg.c
970         * src/summaryview.c
971                 unset NEW and UNREAD flags when message is ignored, to make
972                 sure messages don't show up as unread on other IMAP clients,
973                 because the IGNORE_THREAD flag can not be syncronized through
974                 the IMAP folder
975
976 2003-03-17 [christoph]  0.8.11claws24
977
978         * src/imap.c
979                 don't use recursion to fetch uids when the number of messages
980                 does not match. Moved code into subfunction that is used
981                 again when needed, to prevent an endless loop.
982
983 2003-03-17 [thorsten]   0.8.11claws23
984
985         * src/imageview.[ch]
986                 export imageview_get_resized_size() (for plugins)
987         * src/prefs_common.[ch]
988                 added prefs_common_get() (for plugins)
989
990 2003-03-17 [christoph]  0.8.11claws22
991
992         * src/imap.c
993                 o remove UID guessing from copy code
994                 o support UIDPLUS extension for APPEND command
995
996 2003-03-17 [paul]       0.8.11claws21
997
998         * src/gtk/about.c
999                 remove 'Compiled-plugins' section.
1000                 
1001         * src/plugins/dillo_viewer/dillo_viewer.c
1002                 slight change to description text
1003
1004 2003-03-16 [match]      0.8.11claws20
1005         * src/ldapserver.[ch]           ** NEW **
1006         * src/ldapctrl.[ch]             ** NEW **
1007         * src/ldapquery.[ch]            ** NEW **
1008         * src/ldaputil.[ch]             ** NEW **
1009         * src/addrcindex.[ch]           ** NEW **
1010         * src/addrquery.h               ** NEW **
1011         * src/addritem.[ch]
1012         * src/addrcache.[ch]
1013         * src/addrindex.[ch]
1014         * src/addr_compl.[ch]
1015         * src/addressbook.[ch]
1016         * src/addrbook.[ch]
1017         * src/editgroup.c
1018         * src/editaddress.c
1019         * src/editldap.c
1020         * src/editldap_basedn.c
1021         * src/vcard.c
1022         * src/jpilot.c
1023         * src/Makefile.am
1024                 included dynamic LDAP queries. improved address
1025                 completion.
1026
1027 2003-03-16 [paul]       0.8.11claws19
1028
1029         * tools/multiwebsearch.pl
1030                 fix a fatal typo
1031
1032 2003-03-16 [christoph]  0.8.11claws18
1033
1034         * src/mimeview.c
1035         * src/plugins/dillo_viewer/dillo_viewer.c
1036         * src/plugins/mathml_viewer/mathml_viewer.c
1037                 make unregistering of MimeViewerFactorys possible
1038
1039 2003-03-16 [alfons]     0.8.11claws17
1040
1041         * configure.ac
1042                 correct typo
1043
1044 2003-03-16 [melvin]     0.8.11claws16
1045
1046         * src/plugins/dillo_viewer.c
1047                 Fixed bug where it was not possible to view more than
1048                 one text/html attachment per message (bug discovered
1049                 by Christoph Hohmann).
1050
1051 2003-03-15 [melvin]     0.8.11claws15
1052
1053         * src/prefs_actions.c
1054                 Fixed compilation warnings.
1055
1056 2003-03-15 [melvin]     0.8.11claws14
1057
1058         * src/plugins/Makefile.am
1059         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1060         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1061         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1062                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1063                 newer (http://dillo.auriga.wearlab.de/).
1064
1065 2003-03-15 [christoph]  0.8.11claws13
1066
1067         * src/imap.c
1068                 don't query imap folder for attributes because we already
1069                 for them from imap_status
1070
1071         * src/mimeview.[ch]
1072                 add support for plugable MimeViewers (unloading Viewers
1073                 not yet complete)
1074
1075         * src/plugins/Makefile.am
1076         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1077         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1078         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1079                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1080                 widget from http://helm.cs.unibo.it/mml-widget/
1081
1082 2003-03-14 [christoph]  0.8.11claws12
1083
1084         * src/folder.[ch]
1085                 o error return code's should better be negative
1086                 o replace printf with debug_print
1087
1088         * src/imap.c
1089                 improve IMAP folder scan by checking UID-NEXT
1090
1091         * src/summaryview.c
1092                 remove check that are unnecessary in my opinion
1093
1094 2003-03-13 [christoph]  0.8.11claws11
1095
1096         * src/folder.[ch]
1097         * src/foldersel.c
1098         * src/folderview.c
1099         * src/imap.c
1100         * src/mbox_folder.c
1101         * src/mh.c
1102         * src/news.c
1103         * src/prefs_scoring.c
1104         * src/summaryview.c
1105                 use a common function to get a displayable name
1106                 for a FolderItem
1107
1108 2003-03-13 [paul]       0.8.11claws10
1109
1110         * tools/Makefile.am
1111           tools/README
1112           tools/multiwebsearch.conf     ** NEW FILE **
1113           tools/multiwebsearch.pl       ** NEW FILE **
1114                 add multiwebsearch Actions script
1115
1116 2003-03-13 [colin]      0.8.11claws9
1117
1118         * src/compose.c
1119                 Remove leading emtpy lines from quoted text
1120                 before quoting it
1121
1122 2003-03-13 [melvin]     0.8.11claws8
1123
1124         * src/prefs_actions.c
1125                 Fixed a memory leak
1126                 Code clean ups
1127                 Added Cancel and OK buttons
1128                 Corrected help text
1129
1130 2003-03-13 [christoph]  0.8.11claws7
1131
1132         * src/account.c
1133         * src/folder.[ch]
1134         * src/imap.c
1135         * src/mainwindow.c
1136         * src/mbox_folder.c
1137         * src/mh.c
1138         * src/news.c
1139         * src/setup.c
1140                 replace more folder type stuff with folder class stuff
1141
1142 2003-03-13 [melvin]     0.8.11claws6
1143
1144         * src/prefs_actions.c
1145                 Added new tokens:
1146                 %u: user provided argument
1147                 %h: user provided argument (hidden on input)
1148                 %s: current text selection in the message view 
1149
1150 2003-03-13 [paul]       0.8.11claws5
1151
1152         * sync with 0.8.11cvs5
1153                 see ChangeLog 2003-03-11, 2003-03-12
1154
1155 2003-03-12 [christoph]  0.8.11claws4
1156
1157         * src/folder.c
1158                 use folder class idstr when writing folderlist.xml
1159
1160         * src/folder.h
1161         * src/imap.c
1162         * src/news.c
1163                 replace folder type checks with folder class checks
1164
1165 2003-03-12 [christoph]  0.8.11claws3
1166
1167         * src/folder.[ch]
1168         * src/imap.[ch]
1169         * src/main.c
1170         * src/mbox_folder.[ch]
1171         * src/mh.[ch]
1172         * src/news.[ch]
1173                 o create a list of known folder classes in the folder system
1174                 o use folder class id strings for folder item identifiers
1175
1176 2003-03-12 [christoph]  0.8.11claws2
1177
1178         * src/imap.c
1179                 fix imap uid validity check
1180
1181 2003-03-12 [christoph]  0.8.11claws1
1182
1183         * src/account.c
1184         * src/folder.[ch]
1185         * src/foldersel.c
1186         * src/folderview.c
1187         * src/imap.c
1188         * src/mainwindow.c
1189         * src/mbox_folder.c
1190         * src/mh.c
1191         * src/news.c
1192         * src/prefs_scoring.c
1193         * src/procmsg.c
1194         * src/setup.c
1195         * src/summaryview.c
1196                 initial restructuring of folder system, seperating
1197                 folders and folder classes
1198
1199 2003-03-12 [paul]       0.8.11claws
1200
1201         0.8.11claws release
1202
1203 2003-03-12 [christoph]
1204
1205         * src/gtk/prefswindow.c
1206                 fix translation of "Page Index"
1207
1208 2003-03-12 [paul]       0.8.10claws110
1209
1210         a sync from 0.8.11cvs4 before the release
1211
1212         * src/common/utils.c
1213                 subject_compare_for_sort(): allow null strings (fixes
1214                 summary sorting).
1215
1216 2003-03-11 [paul]       0.8.10claws109
1217
1218         * po/es.po
1219                 update Spanish translation, submitted by
1220                 Ricardo Mones Lastra
1221
1222 2003-03-11 [melvin]     0.8.10claws108
1223
1224         * po/fr.po
1225                 Updated French translations
1226
1227 2003-03-11 [paul]       0.8.10claws107
1228
1229         * manual/en/Makefile.am
1230           manual/en/*.html
1231                 update English manual, add a new page
1232                 updated by Francois Barriere <fbarriere@atmel.fr>
1233                 
1234         * po/bg.po
1235           po/it.po
1236           po/sr.po
1237                 update Bulgarian, Italian, and Serbian translations
1238                 submitted by George Danchev, Alessandro Maestri, and
1239                 Urke MMI
1240
1241 2003-03-10 [paul]       0.8.10claws106
1242
1243         * src/gtk/about.c
1244           src/gtk/prefswindow.c
1245                 make some strings translatable
1246
1247 2003-03-10 [darko]      0.8.10claws105
1248
1249         * src/compose.c
1250                 code cleanup to make Hiro happy
1251
1252 2003-03-10 [paul]       0.8.10claws104
1253
1254         * sync with 0.8.11cvs2
1255                 see ChangeLog 2003-03-10
1256
1257 2003-03-09 [melvin]     0.8.10claws103
1258
1259         * src/textview.c
1260                 textview_set_font(): fix for message display in
1261                 UTF-8 locales (thanks to Sergey Vlasov).
1262                 (was unintentionnaly reverted in 0.8.6claws6)   
1263
1264 2003-03-08 [darko]      0.8.10claws102
1265
1266         * src/compose.c
1267                 fix infinite loop in wrapping as reported
1268                 by happycactus
1269                 obsoletes patch #696482
1270
1271 2003-03-08 [christoph]  0.8.10claws101
1272
1273         * src/imap.c
1274                 add workaround for IMAP servers that do not
1275                 support the "UID SEARCH UID" command
1276
1277 2003-03-07 [christoph]  0.8.10claws100
1278
1279         * src/plugins/spamassassin/spamassassin.[ch]
1280         * src/plugins/spamassassin/spamassassin_gtk.c
1281                 code cleanup
1282
1283 2003-03-07 [paul]       0.8.10claws99
1284
1285         * po/es.po
1286                 updated Spanish translation, submitted by
1287                 Ricardo Mones Lastra
1288
1289 2003-03-07 [christoph]  0.8.10claws98
1290
1291         * src/send.c
1292                 fix in 0.8.10claws94 was wrong
1293                 local delivery does not require escaping, remove escaping
1294                 code to make signatures of mails with "." lines valid
1295                 
1296                 NOTE: requires that sendmail is executed with "-i" option,
1297                       what is the default now, but has to be changed in all
1298                       exsiting accounts)
1299
1300 2003-03-07 [paul]       0.8.10claws97
1301
1302         * sync with 0.8.11 release
1303                 see ChangeLog 2003-03-07
1304
1305 2003-03-06 [paul]       0.8.10claws96
1306
1307         * src/compose.c
1308                 revert commit 0.8.10claws92
1309
1310 2003-03-06 [paul]       0.8.10claws95
1311
1312         * src/folderview.c
1313                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1314
1315         * src/gtkaspell.c
1316                 fix bug 74, 'Crash opening editor window with pseudo-color
1317                 display'
1318                 
1319         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1320
1321 2003-03-06 [christoph]  0.8.10claws94
1322
1323         * src/send.c
1324                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1325                 all lines starting with a period get an extra period
1326                 inserted
1327                 (found by Simon 'corecode' Schubert)
1328
1329 2003-03-06 [paul]       0.8.10claws93
1330
1331         * src/folderview.c
1332                 if configured font can't be loaded fall back to gtk
1333                 default. (with thanks to Christoph)
1334                 
1335                 closes long-standing bug 15 'Crashes on startup'
1336
1337 2003-03-06 [paul]       0.8.10claws92
1338
1339         * src/compose.c
1340                 freeze text before autosave and thaw afterwards
1341                 fixes bug 67 'autosave make re-rediting message crazy'
1342
1343 2003-03-06 [christoph]  0.8.10claws91
1344
1345         * src/compose.c
1346                 ignore address comment in dupe check for Cc-list
1347
1348         (closes reopened bug 47 Replying to message strips name part of
1349          e-mail addresses of Cc: lines)
1350
1351 2003-03-06 [paul]       0.8.10claws90
1352
1353         * src/Makefile.am
1354                 remove reference to gtkxtext.h as its no longer in
1355                 the repository
1356
1357 2003-03-06 [paul]       0.8.10claws89
1358
1359         * sync with 0.8.10cvs25
1360                 see ChangeLog 2003-03-06
1361
1362 2003-03-06 [oliver]     0.8.10claws88
1363         
1364         * src/messageview.c
1365                 remove include
1366
1367 2003-03-06 [oliver]     0.8.10claws87
1368         
1369         * src/folderview.c 
1370                 remove changes introduced inclaws74
1371         * src/messageview.c
1372                 another attempt to sanely delete and update
1373                 messages deleted in separate messageview
1374
1375 2003-03-05 [christoph]  0.8.10claws86
1376
1377         * src/summaryview.c
1378                 check if "From" matches any account's address if
1379                 addressbook completion of addresses is disabled too
1380
1381         (closes Bug 70 "Display recipient in from" doesn't check
1382          folder's default account)
1383
1384 2003-03-05 [christoph]  0.8.10claws85
1385
1386         * src/compose.c
1387         * src/common/utils.[ch]
1388                 don't strip address comments when building Cc lists
1389
1390         (closes Bug 47 Replying to message strips name part of e-mail addresses
1391          of Cc: lines)
1392
1393         * src/folder.c
1394                 fix return value of copy function
1395
1396 2003-03-05 [christoph]  0.8.10claws84
1397
1398         * src/imap.c
1399                 don't ask imap server for non rfc822 headers
1400
1401         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1402
1403         * src/imap.c
1404                 destroy session on socket error to allow reconnecting
1405
1406 2003-03-05 [christoph]  0.8.10claws83
1407
1408         * configure.ac
1409                 fix building with gnome when no prefix is set
1410
1411         (closes bug 66 Gnome directory is set to NONE)
1412
1413 2003-03-05 [paul]       0.8.10claws82
1414
1415         * sync with 0.8.10cvs23
1416                 see ChangeLog 2003-03-05
1417
1418 2003-03-04 [christoph]  0.8.10claws81
1419
1420         * src/folder.c
1421                 o fix moving and copying when folder returns 0 for new
1422                   message number
1423                 o remove some code for single message copy and move
1424                   operations and use functions for multiple messages
1425
1426         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1427
1428         * src/news.c
1429                 remove unused include
1430
1431 2003-03-04 [paul]       0.8.10claws80
1432
1433         * src/gtk/about.c
1434                 list 'Compiled plugins'
1435
1436 2003-03-03 [christoph]  0.8.10claws79
1437
1438         * src/news.[ch]
1439                 have to multiply the percentage of the current fetch with
1440                 the percentage that it has of the total fetch operation
1441                 for correct values
1442
1443 2003-03-03 [christoph]  0.8.10claws78
1444
1445         * src/news.c
1446                 fix calculation of expected lines for progress indicator
1447
1448 2003-03-03 [christoph]  0.8.10claws77
1449
1450         * src/summaryview.c
1451         * src/common/utils.c
1452                 fix segfault when opening the root news folder
1453
1454 2003-03-03 [christoph]  0.8.10claws76
1455
1456         * src/mainwindow.[ch]
1457         * src/common/Makefile.am
1458         * src/common/progressindicator.[ch]
1459                 add UI independent progress indicator handling
1460
1461         * src/news.[ch]
1462                 use new progress indicator for message info fetching
1463
1464         * src/common/hooks.h
1465                 code cleanup
1466
1467 2003-03-03 [oliver]     0.8.10claws75
1468
1469         * src/toolbar.c
1470         * src/compose.c
1471                 removed commented code
1472
1473 2003-03-03 [oliver]     0.8.10claws74
1474
1475         * src/toolbar.[ch]
1476                 cleanups and refactoring
1477         * src/compose.[ch]
1478                 compose_reply_mode reply & forwarding interface for
1479                 toolbar buttons
1480         * src/folderview.c
1481                 act on messages marked for deletion in folderview_selected
1482                 based on prefs_common.immediate_exec since a message might 
1483                 have been deleted by messageview in a folder we are changing 
1484                 to (does anybody understand what I'm on about ?)
1485
1486 2003-03-03 [oliver]     0.8.10claws73
1487         
1488         * src/messageview.[ch]
1489                 new functions
1490                 - messageview_delete: delete message shown in messagview
1491                 - messageview_update_view: update messageview to currently 
1492                   selected summaryview message
1493                 - add separate messageview to msgview_list in order to update 
1494                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1495         * src/summaryview.[ch]
1496                 summary_get_selection returns a list of selected msgs
1497                 in summaryview
1498         * src/mainwindow.c
1499                 toolbar reply refactoring
1500
1501 2003-03-03 [paul]       0.8.10claws72
1502
1503         * sync with 0.8.10cvs21
1504                 see ChangeLog 2003-03-03
1505
1506 2003-03-02 [christoph]  0.8.10claws71
1507
1508         * src/common/passcrypt.c
1509                 use POSIX includes
1510
1511 2003-03-02 [christoph]  0.8.10claws70
1512
1513         * configure.ac
1514         * src/prefs_account.c
1515         * src/prefs_gtk.[ch]
1516         * src/common/.cvsignore
1517         * src/common/Makefile.am
1518         * src/common/passcrypt.c                ** NEW **
1519         * src/common/passcrypt.h.in             ** NEW **
1520                 Implement password encryption in config files
1521                 using unix encrypt and setkey functions. The crypt
1522                 key can be set as a configure parameter. Old
1523                 passwords will be converted if they do not begin
1524                 with '!'
1525
1526 2003-03-02 [paul]       0.8.10claws69
1527
1528         * src/prefs_account.c
1529                 fix compile error
1530
1531 2003-03-01 [thorsten]   0.8.10claws68
1532
1533         * po/el.po
1534           po/hr.po
1535           po/it.po
1536           po/nl.po
1537           po/sr.po
1538           po/sv.po
1539                 corrected format strings
1540         * po/en_GB.po
1541                 corrected headers
1542                 (fix compile errors with GNU gettext-0.11.5)
1543
1544 2003-03-01 [oliver]     0.8.10claws67
1545
1546         * src/summaryview.c
1547                 menu callbacks call toolbar_menu_reply
1548
1549 2003-03-01 [oliver]     0.8.10claws66
1550
1551         * src/mainwindow.c
1552         * src/messageview.c
1553                 menu callbacks call toolbar_menu_reply
1554         * src/toolbar.[ch]
1555                 callbacks from menu handled by toolbar_menu_reply
1556
1557 2003-03-01 [paul]       0.8.10claws65
1558
1559         * src/addressbook.c
1560                 revert commit 0.8.10claws54 - breaks editing of
1561                 addressbook.
1562                 
1563         * po/bg.po
1564                 update Bulgarian translation, submitted by
1565                 George Danchev
1566
1567 2003-02-28 [christoph]  0.8.10claws64
1568
1569         * src/account.c
1570         * src/addressadd.c
1571         * src/compose.c
1572         * src/gtkaspell.c
1573         * src/gtkxtext.h                ** REMOVE **
1574         * src/imap.c
1575         * src/matcher.[ch]
1576         * src/mh.c
1577         * src/news.c
1578         * src/pine.c
1579         * src/prefs_common.c
1580         * src/prefs_matcher.c
1581         * src/procheader.[ch]
1582         * src/procmsg.[ch]
1583         * src/toolbar.c
1584         * src/common/ssl_certificate.c
1585         * src/gtk/colorlabel.c
1586         * src/gtk/menu.c
1587                 o fix warnings
1588                 o remove code obsoleted by new cache and folder system rework
1589
1590 2003-02-28 [oliver]     0.8.10claws63
1591         
1592         * src/toolbar.[ch]
1593                 * fix bug where reply in Messageview replied to 
1594                 Message displayed in summaryview
1595                 (reportedd via ML by chinatinte at gmx dot ch)
1596                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1597                 didn't work in separate MessageView Toolbar
1598                 (wondering if anybody uses this at all ?)
1599         * src/summaryview.[ch]
1600                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1601                 (generalize reply and forward code);
1602         * src/messageview.c 
1603                 remove focus_in event which updated summaryview to messageview
1604
1605 2003-02-28 [paul]       0.8.10claws62
1606
1607         * po/Makefile.in.in
1608                 add the --check option
1609                 Patch submitted by Ricardo Mones Lastra
1610
1611 2003-02-28 [paul]       0.8.10claws61
1612
1613         * src/prefs_account.c
1614                 re-order 'Signature' items
1615
1616 2003-02-28 [paul]       0.8.10claws60
1617
1618         * sync with 0.8.10cvs20
1619                 see ChangeLog 2003-02-28
1620
1621 2003-02-28 [paul]       0.8.10claws59
1622
1623         * po/POTFILES.in
1624                 update to reflect recent movement of files
1625
1626 2003-02-28 [paul]       0.8.10claws58
1627
1628         * sync with 0.8.10cvs19
1629                 see ChangeLog 2003-02-28
1630
1631 2003-02-27 [martin]     0.8.10claws57
1632
1633         * src/prefs_matcher.c 
1634                 fix segfault in prefs_matcher_ok() when the
1635                 last entry is deleted and prevents that the
1636                 message "entry not saved" comes up after deleting
1637                 an entry
1638
1639 2003-02-27 [martin]     0.8.10claws56
1640
1641         * src/prefs_filtering.c 
1642                 fix segfault in prefs_filtering_ok() when the
1643                 last entry is deleted and prevents that the
1644                 message "entry not saved" comes up after deleting
1645                 an entry
1646
1647 2003-02-27 [paul]       0.8.10claws55
1648
1649         * sync with 0.8.10cvs18
1650                 see ChangeLog 2003-02-27
1651
1652 2003-02-27 [paul]       0.8.10claws54
1653
1654         * src/addressbook.c
1655                 fix bug where the address book crashes with 
1656                 multiple lookups.
1657                 Patch [687729] submitted by David Frager 
1658                 <dbfrager@users.sourceforge.net>
1659
1660 2003-02-25 [christoph]  0.8.10claws53
1661
1662         * src/Makefile.am
1663         * src/colorlabel.[ch]           ** REMOVE **
1664         * src/gtk/Makefile.am
1665         * src/gtk/colorlabel.[ch]       ** NEW **
1666                 move colorlabel files to gtk directory
1667
1668         * src/esmtp.[ch]                ** REMOVE **
1669                 has been merged into smtp.[ch] in 0.7.5
1670
1671 2003-02-25 [christoph]  0.8.10claws52
1672
1673         * src/Makefile.am
1674         * src/about.[ch]                ** REMOVE **
1675         * src/gtk/Makefile.am
1676         * src/gtk/about.[ch]            ** NEW **
1677                 move about files to gtk directory
1678
1679 2003-02-25 [christoph]  0.8.10claws51
1680
1681         * src/folder.c
1682                 some code optimization of folder scanning code
1683
1684         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1685
1686 2003-02-25 [christoph]  0.8.10claws50
1687
1688         * src/main.c
1689         * src/common/sylpheed.c
1690                 add command line parameter parsing to common code
1691
1692 2003-02-24 [christoph]
1693
1694         * Makefile.am
1695         * configure.ac
1696                 fix gnome prefix problems, the configure script now removed
1697                 `gnome-config --prefix` from `gnome-config --datadir`
1698                 and adds $(prefix} instead
1699
1700         (closes Bug 24 Makefile does not respect prefix when installing
1701          GNOME data)
1702
1703 2003-02-24 [christoph]  0.8.10claws49
1704
1705         * src/news.c
1706                 check for valid session before trying to authenticate
1707
1708         (closes Bug 60 crash if "authenticate on logon" is activated
1709          and newsserver-hostname is not valid)
1710
1711 2003-02-24 [melvin]     0.8.10claws48
1712
1713         * src/prefs_actions.c
1714                 Make sure all user's input is sent to the action and then
1715                 close the socket..
1716
1717 2003-02-23 [alfons]     0.8.10claws46
1718
1719         * src/summaryview.c
1720                 also wait cursor when deleting files
1721
1722 2003-02-23 [paul]
1723
1724         * tools/freshmeat_search.pl
1725           tools/google_search.pl
1726                 scripts should now work for any browser/browser command line
1727
1728 2003-02-22 [christoph]  0.8.10claws45
1729
1730         * src/procmsg.c
1731                 fix IMAP flag setting, IMAP flag is not handled correctly
1732                 anymore by the folder system and information about the
1733                 folder should not be saved in the MsgInfo (in my opinion)
1734
1735         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1736
1737 2003-02-22 [christoph]  0.8.10claws44
1738
1739         * src/summaryview.c
1740                 fix spelling of "label" ;-)
1741
1742 2003-02-22 [thorsten]   0.8.10claws43
1743
1744         * src/mimeview.c
1745           src/prefs_common.[ch]
1746           src/procmime.[ch]
1747                 do not use description as attachment name
1748
1749 2003-02-22 [alfons]     0.8.10claws42
1750
1751         * src/summaryview.c
1752                 freeze/thaw folder item updates when changing color labels,
1753                 and put a wait cursors on
1754
1755 2003-02-22 [thorsten]   0.8.10claws41
1756
1757         * src/mimeview.c
1758                 save-all fixes: crash if invoked on multipart container,
1759                 mimeinfo access, pathseparators, error dialog
1760
1761 2003-02-21 [alfons]     0.8.10claws40
1762
1763         * src/prefs_gtk.c
1764                 remove unused var
1765
1766 2003-02-21 [colin]      0.8.10claws39
1767
1768         * src/send.c
1769                 Fix smtp logging
1770
1771 2003-02-21 [colin]      0.8.10claws38
1772
1773         * src/summaryview.c
1774                 Freeze/thaw folderItem updates when filtering messages 
1775                 via Tools/Filter messages
1776
1777 2003-02-21 [paul]       0.8.10claws37
1778
1779         * src/compose.c
1780                 revert commit 0.8.10claws26, there are ulterior motives
1781                 for users to set a Reply-To header when posting to
1782                 newsgroups
1783
1784 2003-02-21 [paul]       0.8.10claws36
1785
1786         * sync with 0.8.10cvs17
1787                 see ChangeLog 2003-02-21
1788
1789 2003-02-20 [christoph]  0.8.10claws35
1790
1791         * src/imap.c
1792                 IMAP UID fetch speedup using SEARCH
1793
1794         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1795
1796         * src/imap.c
1797                 fix problem with UIDs in IMAP UID cache that no longer existed
1798
1799 2003-02-20 [christoph]  0.8.10claws34
1800
1801         * src/imap.c
1802         * src/procheader.c
1803         * src/procheader.h
1804                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1805
1806         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1807
1808         * src/imap.c
1809                 Rewrite imap_cmd_gen_recv use sock_getline instead
1810                 of sock_gets to avoid problems with too long reply
1811                 lines
1812     
1813 2003-02-20 [colin]      0.8.10claws33
1814         
1815         * src/prefs_account.c
1816                 Better wording
1817
1818 2003-02-20 [colin]      0.8.10claws32
1819
1820         * src/compose.c
1821                 Remove useless '&& !to_sender' 
1822
1823 2003-02-20 [darko]
1824
1825         * AUTHORS
1826                 change my e-mail address
1827
1828 2003-02-19 [colin]      0.8.10claws31
1829
1830         * src/prefs_common.c
1831                 X11 style colors for every configurable color
1832
1833 2003-02-19 [alfons]     0.8.10claws30
1834
1835         * src/prefs_gtk.[ch]
1836         * src/prefs_common.c
1837                 for color_new accept both plain integers and X11 style color
1838                 names (as found in /usr/lib/X11/rgb.txt)
1839
1840 2003-02-19 [paul]       0.8.10claws29
1841
1842         * src/mainwindow.c
1843                 add tooltips to online/offline button and account selector
1844                 button
1845
1846 2003-02-19 [paul]       0.8.10claws28
1847
1848         * src/folder.c
1849           src/news.c
1850           src/prefs_account.[ch]
1851           src/prefs_common.[ch]
1852                 move 'Maximum number of articles to download' to
1853                 account prefs.
1854                 clean up account prefs gui a little by hiding entries
1855                 rather then greying out entries
1856
1857 2003-02-19 [hiro]       0.8.10claws27
1858
1859         * src/common/utils.c
1860                 fix bug #54 'yesterdays date is displayed in the message 
1861                 summary window'
1862
1863 2003-02-19 [paul]       0.8.10claws26
1864
1865         * src/compose.c
1866                 fix bug reported in Feature Request [688596] 
1867                 'Reply-to header in news'
1868
1869 2003-02-18 [paul]       0.8.10claws25
1870
1871         * src/select-keys.c
1872                 add a 'List all keys' button to key selection dialog
1873
1874 2003-02-18 [colin]      0.8.10claws24
1875         
1876         * src/stock_pixmap.c
1877                 fix compile error
1878
1879 2003-02-18 [colin]      0.8.10claws23
1880
1881         * src/common/smtp.[ch]
1882           src/prefs_account.c
1883                 Try to starttls if it seems to be the only
1884                 way to authenticate a user
1885
1886 2003-02-18 [paul]       0.8.10claws22
1887
1888         * src/Makefile.am
1889           src/folderview.c
1890           src/stock_pixmap.[ch]
1891           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1892           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1893                 as a Drafts folder is a special folder allow it to have
1894                 its own unique icons
1895
1896 2003-02-18 [colin]      0.8.10claws21
1897
1898         * src/imap.c
1899                 Fix port selection when using starttls
1900
1901 2003-02-18 [paul]       0.8.10claws20
1902
1903         * src/mainwindow.c
1904           src/prefs_common.[ch]
1905                 make blue the default new mail colour
1906
1907 2003-02-18 [paul]       0.8.10claws19
1908
1909         * sync with 0.8.10cvs14
1910                 see ChangeLog 2003-02-18
1911
1912 2003-02-17 [jens]       0.8.10claws18
1913
1914         * src/common/md5.c
1915                 fixed a compile problem with gcc 3.3
1916                 works on 2.95.3 too (testet on PPC as it is big endian)
1917
1918 2003-02-17 [paul]       0.8.10claws17
1919
1920         * sync with 0.8.10cvs13
1921                 see ChangeLog 2003-02-17
1922
1923 2003-02-17 [paul]       0.8.10claws16
1924
1925         * sync with 0.8.10cvs12
1926                 see ChangeLog 2003-02-17
1927
1928 2003-02-16 [match]      0.8.10claws15
1929
1930         * src/addressbook.c
1931                 Eliminates reloading of address data when items
1932                 deleted or added. Applied submitted by
1933                 Luke Plant <lukeplant@softhome.net>
1934
1935 2003-02-16 [paul]       0.8.10claws14
1936
1937         * src/news.c
1938                 when a 'protocol error' is encountered disconnect from
1939                 the server. This means that the user can carry on viewing
1940                 other articles and doesn't have to either wait until the
1941                 server timesout or quit sylpheed.
1942                 Fixes bug #53 'Unable to read messages in newsgroups, 
1943                 displayed message doesn't change'
1944
1945 2003-02-15 [christoph]  0.8.10claws13
1946
1947         * src/imap.c
1948                 fix bug that stopped scanning of folders when an
1949                 IMAP folder was empty
1950
1951         (closes bug 46 stop scan messages in folders after empty folder)
1952
1953 2003-02-15 [paul]
1954
1955         * tools/Makefile.am
1956           tools/README
1957           tools/freshmeat_search.pl     ** NEW FILE **
1958           tools/google_search.pl        ** NEW FILE **
1959                 Add 2 Actions scripts which search freshmeat/google
1960                 for the selected text using the browser configured
1961                 in sylpheedrc.
1962                 
1963         Note: These scripts are very dependent on the format of the
1964         browser command and may not work on every occasion. Testing
1965         is welcome. 
1966
1967 2003-02-14 [alfons]     0.8.10claws12
1968
1969         * src/compose.c
1970                 fix breakage because of uninitialized account pointer.
1971                 please verify.
1972
1973 2003-02-14 [paul]       0.8.10claws11
1974
1975         * src/compose.c
1976           src/prefs_account.[ch]
1977           src/prefs_common.[ch]
1978                 move signature settings to Account Prefs
1979
1980 2003-02-14 [paul]       0.8.10claws10
1981
1982         * sync with 0.8.10cvs11
1983                 see ChangeLog 2003-02-14
1984
1985 2003-02-13 [thorsten]   0.8.10claws9
1986
1987         * src/news.c
1988                 revert news progressbar (GUI separation)
1989
1990 2003-02-13 [paul]       0.8.10claws8
1991
1992         * src/compose.c
1993                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1994                 paragraph 1
1995
1996 2003-02-13 [paul]       0.8.10claws7
1997
1998         * src/compose.[ch]
1999           src/summaryview.c
2000                 fix 'Follow-up and Reply-to' so that it creates a reply to
2001                 the newsgroup and the sender. If the message has the keyword
2002                 'poster' in the Followup-To header, all replies go to the
2003                 sender, re: RFC 1036, Section 2.2.3
2004                 rename all instances of 'ignore_replyto' to 'to_sender', both
2005                 were previously used, now we use just one.
2006
2007 2003-02-13 [paul]       0.8.10claws6
2008
2009         * sync with 0.8.10cvs9
2010                 see ChangeLog 2003-02-13
2011
2012 2003-02-13 [paul]       0.8.10claws5
2013
2014         * configure.ac
2015                 show which plugins are configured in the configure
2016                 output.
2017
2018 2003-02-12 [thorsten]   0.8.10claws4
2019
2020         * src/news.c
2021                 show progress while fetching news headers
2022
2023 2003-02-12 [christoph]  0.8.10claws3
2024
2025         * configure.ac
2026         * src/plugins/Makefile.am
2027                 use AM_CONDITIONAL to enable plugins, automake correctly
2028                 manages this when creating distdir
2029
2030 2003-02-12 [christoph]  0.8.10claws2
2031
2032         * ac/spamassassin.m4
2033         * src/plugins/spamassassin/Makefile.am
2034                 fix building SpamAssassin plugin without OpenSSL
2035
2036 2003-02-12 [paul]       0.8.10claws1
2037
2038         * ac/Makefile.am
2039           src/Makefile.am
2040           src/plugins/Makefile.am
2041                 fix failure of 'make release'
2042
2043 2003-02-12 [paul]       0.8.10claws
2044
2045         * 0.8.10claws released
2046
2047 2003-02-12 [paul]       0.8.9claws56
2048
2049         * po/bg.po
2050           po/es.po
2051           po/it.po
2052           po/ru.po
2053           po/sr.po
2054                 updated translations by George Danchev, Ricardo Mones Lastra,
2055                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2056                 
2057         * sylpheed.spec.in
2058                 Allow the building of RPMs by a regular user. Submitted
2059                 by Sergei Astanin
2060
2061 2003-02-11 [alfons]     0.8.9claws55
2062
2063         * src/colorlabel.c
2064                 don't use pixmaps for label color rect but draw rectangles
2065                 so we can respect the color map of palette based visuals
2066                 (fixes the long time crashes on Suns - thanks to Andreas
2067                 Engel and Steve O'Hara-Smith for testing)
2068
2069 2003-02-11 [christoph]  0.8.9claws54
2070
2071         * src/matcher_parser_parse.y
2072                 correct bug where filering rules of not existing folders in
2073                 matcherrc were added to global filtering
2074                 
2075         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2076          main filter-rules after removing directory, http://bugs.debian.org/180253)
2077         
2078 2003-02-11 [paul]       0.8.9claws53
2079
2080         * sync with 0.8.10cvs7
2081                 see ChangeLog 2003-02-09
2082
2083 2003-02-11 [melvin]     0.8.9claws52
2084
2085         * po/fr.po
2086                 Updated French tranlsations
2087
2088 2003-02-10 [paul]       0.8.9claws51
2089
2090         * sylpheed.spec.in
2091                 correct --enable-openssl
2092                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2093
2094 2003-02-09 [martin]     0.8.9claws50
2095
2096         * src/prefs_matcher.c
2097                 fix segfault in prefs_matcher_substitute_cb() when
2098                 no row is selected
2099
2100 2003-02-09 [paul]       0.8.9claws49
2101
2102         * src/folderview.c
2103                 fix bug where a newsgroup folder's processing rules were
2104                 merged with the global filtering rules when the newsgroup
2105                 folder was deleted, causing some seriously bad results,
2106                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2107
2108 2003-02-08 [melvin]     0.8.9claws48
2109
2110         * src/compose.c
2111                 Corrected and modified an alert message.
2112
2113 2003-02-07 [paul]       0.8.9claws47
2114
2115         * src/folderview.c
2116                 fix bug where both an 'Account properties' window and a
2117                 'Folder properties' window were opened when clicking on
2118                 'Properties' in an NNTP or IMAP folder's popup menu.
2119
2120 2003-02-07 [paul]       0.8.9claws46
2121
2122         * sync with 0.8.10cvs6
2123                 see ChangeLog 2003-02-06
2124
2125 2003-02-06 [christoph]  0.8.9claws45
2126
2127         * src/mbox.c
2128                 freeze folder updates while importing mbox files
2129                 (closes bug 43 importing mbox took hours)
2130                 
2131         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2132
2133 2003-02-06 [thorsten]   0.8.9claws44
2134
2135         * po/de.po
2136                 Updated german translations
2137
2138 2003-02-06 [thorsten]   0.8.9claws43
2139
2140         * src/news.h
2141                 use guint for message numbers (fix count in grouplist dialog)
2142
2143 2003-02-05 [paul]       0.8.9claws42
2144
2145         * sync with 0.8.10cvs2
2146                 see ChangeLog 2003-02-05
2147
2148 2003-02-04 [colin]      0.8.9claws41
2149
2150         * src/prefs_common.[ch]
2151           src/procmsg.c
2152           src/summaryview.c
2153                 Add an option to disable threading by subject
2154
2155 2003-02-04 [christoph]  0.8.9claws40
2156
2157         * src/inc.c
2158                 only abort fetching mails from multiple accounts when the
2159                 error is fatal and does not allow to check any more accounts
2160                 (currently only disk full error)
2161
2162         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2163          receive mails for other accouts)
2164
2165 2003-02-04 [christoph]  0.8.9claws39
2166
2167         * src/folder.c
2168                 first add the new message to the cache, then
2169                 send the update notification
2170
2171         (closes bug 39 after sending message folderview doesnt get updated)
2172
2173 2003-02-04 [colin]      0.8.9claws38
2174
2175         * src/inc.c
2176                 _really_ fix this Connecting... status
2177
2178 2003-02-04 [paul]       0.8.9claws37
2179
2180         * sync with 0.8.10
2181                 see ChangeLog 2003-02-04
2182
2183 2003-02-04 [paul]       0.8.9claws36
2184
2185         * sync with 0.8.9cvs6
2186                 see ChangeLog 2003-02-03
2187
2188 2003-02-04 [paul]       0.8.9claws35
2189
2190         * po/pt_BR.po
2191                 updated by André Filipe de Assunção e Brito 
2192                 <bedecko@netsite.com.br>
2193
2194 2003-02-03 [thorsten]   0.8.9claws34
2195
2196         * po/de.po
2197                 Updated german translations
2198
2199 2003-02-02 [paul]       0.8.9claws33
2200
2201         * po/es.po
2202                 updated by Ricardo Mones Lastra
2203
2204 2003-02-02 [thorsten]   0.8.9claws32
2205
2206         * src/mh.c
2207                 Fix mh_get_msginfo() segfault if file is inaccessible
2208
2209 2003-01-31 [colin]      0.8.9claws31
2210
2211         * src/procheader.c
2212                 Fix last commit's bug
2213
2214 2003-01-31 [colin]      0.8.9claws30
2215
2216         * src/procheader.c
2217                 Missing a change for gpg-signed messages
2218
2219 2003-01-31 [paul]       0.8.9claws29
2220
2221         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2222           src/procheader.c
2223           src/stock_pixmap.[ch]
2224           src/summaryview.c
2225                 indicate GnuPG signed messages by displaying an icon
2226                 in the Attachment column.
2227
2228 2003-01-31 [paul]       0.8.9claws28
2229
2230         * sync with 0.8.9cvs4
2231                 see ChangeLog 2003-01-31
2232
2233 2003-01-31 [alfons]     0.8.9claws27
2234
2235         * src/textview.c
2236                 tune URI parser to accept mailto URLs with a '?'
2237                 (patch from Ruslan Balkin)
2238
2239 2003-01-31 [colin]      0.8.9claws26
2240
2241         * src/summaryview.c
2242                 Fix a leak introduced in claws24
2243
2244 2003-01-31 [colin]      0.8.9claws25
2245
2246         * src/summaryview.c
2247                 Freeze/Thaw folder updates when deleting dups
2248
2249 2003-01-31 [colin]      0.8.9claws24
2250         
2251         * src/addr_compl.c
2252           src/summaryview.c
2253           src/msgcache.c
2254                 little speed improvements
2255
2256 2003-01-31 [colin]      0.8.9claws23
2257
2258         * src/summaryview.c
2259                 Fix segfault when forwarding nothing
2260                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2261                 
2262 2003-01-30 [paul]       0.8.9claws22
2263
2264         * sync with 0.8.9cvs3
2265                 see ChangeLog 2003-01-30
2266
2267 2003-01-30 [paul]       0.8.9claws21
2268
2269         * sync with 0.8.9cvs2
2270                 see ChangeLog 2003-01-30
2271
2272 2003-01-29 [paul]       0.8.9claws20
2273
2274         * sync with 0.8.9cvs1
2275                 see ChangeLog 2003-01-29
2276
2277 2003-01-28 [paul]       0.8.9claws19
2278
2279         * po/POTFILES.in
2280                 update to reflect changes. 
2281                 thanks to Ricardo Mones Lastra
2282
2283 2003-01-27 [christoph]  0.8.9claws18
2284
2285         * ac/openssl.m4
2286         * ac/spamassassin.m4
2287         * src/plugins/spamassassin/README
2288         * src/plugins/spamassassin/libspamc.[ch]
2289         * src/plugins/spamassassin/utils.[ch]
2290                 updated to latest libspamc
2291
2292 2003-01-27 [christoph]  0.8.9claws17
2293
2294         * src/folder.c
2295                 fix wrong use of procheader_get_header_fields
2296
2297 2003-01-27 [christoph]  0.8.9claws16
2298
2299         * src/news.c
2300         * src/prefs_account.[ch]
2301         * src/common/nntp.[ch]
2302                 allow to force authentication for NNTP servers
2303
2304         Patch submitted by Florian Mickler <dmk@d-labs.de>
2305
2306 2003-01-26 [paul]       0.8.9claws15
2307
2308         * src/summaryview.c
2309                 speed up of marking messages as read
2310                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2311
2312 2003-01-26 [christoph]  0.8.9claws14
2313
2314         * src/Makefile.am
2315         * src/mgutils.[ch]              ** REMOVE **
2316         * src/xml.[ch]                  ** REMOVE **
2317         * src/xmlprops.[ch]             ** REMOVE **
2318         * src/common/Makefile.am
2319         * src/common/mgutils.[ch]       ** NEW **
2320         * src/common/xml.[ch]           ** NEW **
2321         * src/common/xmlprops.[ch]      ** NEW **
2322                 move xml files to common directory
2323
2324 2003-01-26 [christoph]  0.8.9claws13
2325
2326         * src/plugins/spamassassin/spamassassin_gtk.c
2327                 only set gtk entry text if string is available
2328
2329 2003-01-26 [melvin]     0.8.9claws12
2330
2331         * src/description_window.c
2332                 Allow resizing of the window
2333                 Allow automatic horizontal scroll bar
2334                 Do not vertically expand and fill
2335
2336 2003-01-26 [christoph]  0.8.9claws11
2337
2338         * src/Makefile.am
2339         * src/gtkutils.[ch]             ** REMOVE **
2340         * src/common/sylpheed.c
2341         * src/gtk/Makefile.am
2342         * src/gtk/description_window.c
2343         * src/gtk/gtkutils.[ch]         ** NEW **
2344         * src/gtk/prefswindow.c
2345                 move gtkutils to gtk directory
2346
2347 2003-01-26 [paul]       0.8.9claws10
2348
2349         * src/summaryview.c
2350                 rename summary_unread_clicked() to summary_status_clicked()
2351
2352 2003-01-26 [melvin]     0.8.9claws9
2353
2354         * src/prefs_actions.c
2355                 Cosmetical changes to the help text
2356
2357 2003-01-26 [paul]       0.8.9claws8
2358
2359         * src/folder.[ch]
2360           src/mainwindow.c
2361           src/prefs_common.c
2362           src/prefs_sumamry_column.c
2363           summaryview.[ch]
2364                 rename the 'Unread' column to 'Status'
2365
2366 2003-01-25 [match]      0.8.9claws7
2367
2368         * src/mgutils.[ch]
2369                 removed reference to LDAP constants. removed error2string.
2370                 included functions to support LDAP dynamic queries.
2371         * src/syldap.h
2372                 moved LDAP constants here.
2373         * src/addressbook.c
2374         * src/addrindex.c
2375         * src/importldif.c
2376                 removed references to LDAP constants and references to
2377                 error2string.
2378
2379 2003-01-25 [paul]       0.8.9claws6
2380
2381         * src/summaryview.c
2382                 summary_thread_build(), summary_thread_init(): remove 
2383                 unneeded reference to summaryview->folder_item
2384
2385 2003-01-25 [christoph]  0.8.9claws5
2386
2387         * src/gtk/description_window.c
2388                 o allow description texts to expand over multiple columns
2389                 o translate all columns
2390         * src/prefs_actions.c
2391                 change syntax description to use new multi column feature
2392
2393         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2394
2395 2003-01-25 [match]      0.8.9claws4
2396
2397         * src/vcard.c
2398                 fixed bug with Quoted-Printable
2399
2400 2003-01-25 [paul]       0.8.9claws3
2401
2402         * src/folder.[ch]
2403           src/summaryview.[ch]
2404                 implement per-folder collapsed/expanded threads setting
2405                 
2406         * src/prefs_common.c
2407                 remove global collapsed/expanded threads option
2408
2409 2003-01-25 [christoph]  0.8.9claws2
2410
2411         * po/POTFILES.in
2412                 add pluginwindow and prefswindow
2413         * src/compose.c
2414                 make send respond correctly to messages that could be added
2415                 to the queue folder, but the UID of the message is unknown
2416         * src/folder.c
2417         * src/imap.c
2418                 don't return guessed UIDs in imap_add_msg anymore. We return
2419                 0 to tell the folder system it was appened but the UID is
2420                 unknown. Folder system now get's the UID by scaning the folder
2421                 and searching the cache for the Message-ID
2422                 (closes bug #29 Messages queued, but not sent)
2423
2424 2003-01-25 [paul]       0.8.9claws1
2425
2426         * src/codeconv.c
2427                 conv_encode_header():  fix bug when long headers with 8-bit
2428                 characters are used, so that the encoded words are wrapped.
2429                 If the space in the original text falls on the wrap boundary,
2430                 it can be lost.
2431                 Patch by Sergey Vlasov.
2432                 
2433         * src/folderview.c
2434                  fix bug where a change to the sorting method or thread view
2435                  of a folder's messages is lost if simpify-subject is set and
2436                  toggled on or off.
2437                  Patch by Luke Plant.
2438
2439 2003-01-24 [paul]       0.8.9claws
2440
2441         * sylpheed-0.8.9claws released
2442         
2443         * Makefile.am
2444           sylpheed.spec.in
2445                 remove reference to 'INSTALL.jp'
2446
2447 2003-01-23 [paul]       0.8.8claws128
2448
2449         * po/es.po
2450           po/it.po
2451           po/ru.po
2452           po/sr.po
2453                 updated translations. submitted by Ricardo Mones Lastra,
2454                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2455
2456 2003-01-23 [colin]      0.8.8claws127
2457
2458         * src/compose.c
2459                 Fix drafted and queued news articles re-edition
2460
2461 2003-01-23 [melvin]     0.8.8claws126
2462
2463         * po/fr.po
2464                 Updated French translations
2465
2466 2003-01-23 [colin]      0.8.8claws125
2467
2468         * src/inc.c
2469                 Fix "Connecting to..." status message
2470
2471 2003-01-22 [paul]       0.8.8claws124
2472
2473         * po/bg.po
2474                 updated by George Danchev
2475                 
2476         * src/folder.c
2477                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2478                 and folder deletion
2479
2480 2003-01-21 [paul]       0.8.8claws123
2481
2482         * po/bg.po
2483                 updated by George Danchev
2484                 
2485         * src/about.c
2486                 its now 2003
2487                 
2488         * src/toolbar.c
2489                 don't translate 'Separator'
2490                 
2491         * src/plugins/spamassassin/Makefile.am
2492                 add aspell to CPPFLAGS
2493                 
2494         * src/plugins/spamassassin/spamassassin.c
2495           src/plugins/spamassassin/spamassassin_gtk.c
2496                 set correct default for spamassassin_receive_spam
2497                 slightly re-word descriptions and some
2498                 other minor changes
2499
2500 2003-01-19 [alfons]     0.8.8claws122
2501                 
2502         * src/mimeview.c
2503                 mimeview_save_as(): we might as well show the file name for
2504                 the single case "Save As" too
2505
2506 2003-01-19 [alfons]     0.8.8claws121
2507
2508         * src/crash.c
2509                 change bug tracker URL to bugzilla URL
2510
2511 2003-01-19 [alfons]     0.8.8claws120
2512
2513         * src/mimeview.c
2514                 mimeview_save_all(): display name of file before overwriting;
2515                 continue saving all, even when one overwrite was cancelled
2516
2517 2003-01-19 [christoph]  0.8.8claws119
2518
2519         * src/summaryview.c
2520         * src/procmsg.[ch]
2521                 fix wrong usage of procmsg_find_children in summaryview
2522                 by using procmsg_update_unread_children instead of
2523                 summaryview_update_unread_children
2524
2525 2003-01-19 [christoph]  0.8.8claws118
2526
2527         * src/procmsg.c
2528                 fix infinite loop in procmsg_find_children
2529                  (closes bug #25 sylpheed crashes on delete.)
2530
2531         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2532
2533 2003-01-19 [paul]       0.8.8claws117
2534
2535         * po/pt_BR.po
2536                 updated by Ivan Francolin Martinez
2537
2538 2003-01-18 [melvin]     0.8.8claws116
2539
2540         * src/prefs_actions.c
2541                 Removed syntax limitation of only one '&' at the end of command.
2542                         Now actions that contain '>/dev/null 2>&1' are possible.
2543
2544 2003-01-18 [melvin]     0.8.8claws115
2545
2546         * src/prefs_actions.c
2547                 Actions IO dialog: when the action ends
2548                 the "Close" button now has focus and [Escape] closes the
2549                 window.
2550
2551 2003-01-18 [christoph]  0.8.8claws114
2552
2553         * src/procmsg.c
2554                 o add debug output when MsgInfos are really freed
2555                 o free GSLists in procmsg_find_children and
2556                   procmsg_update_unread_children
2557
2558 2003-01-18 [christoph]  0.8.8claws113
2559
2560         * src/mainwindow.c
2561                 reorder Configuration menu
2562
2563 2003-01-18 [christoph]  0.8.8claws112
2564
2565         * src/compose.c
2566                 fix applying templates to forwarded messages
2567
2568         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2569
2570 2003-01-17 [christoph]  0.8.8claws111
2571
2572         * src/folder.c
2573                 destroy folder items, when a folder item is removed
2574
2575 2003-01-17 [christoph]  0.8.8claws110
2576
2577         * src/folder.c
2578                 fix wrong folder stats update when ignored message is
2579                 deleted
2580
2581 2003-01-17 [colin]      0.8.8claws109
2582         
2583         * src/mainwindow.c
2584         * src/summaryview.c
2585                 Quicksearch bugfixes: 
2586                 - hide help button at startup if not extended
2587                 - switch to extended when looking for replies
2588
2589 2003-01-17 [paul]
2590
2591         * sync with 0.8.9 release
2592
2593 2003-01-17 [paul]       0.8.8claws108
2594
2595         * sync with 0.8.8cvs11
2596                 see ChangeLog 2003-01-17
2597
2598 2003-01-16 [colin]      0.8.8claws107
2599
2600         * src/procmsg.c
2601                 Changed encryption test to re-ask passphrase
2602                 if an encrypted message hasn't been decrypted
2603                 Fixes bug #5
2604
2605 2003-01-16 [christoph]  0.8.8claws106
2606
2607         * src/prefs_gtk.c
2608         * src/prefs_toolbar.c
2609         * src/gtk/prefswindow.h
2610         * src/plugins/spamassassin/spamassassin_gtk.c
2611                 remove page destroy function that is not used anymore
2612
2613 2003-01-16 [paul]       0.8.8claws105
2614
2615         * sync with 0.8.8cvs9
2616                 see ChangeLog 2002-01-16
2617
2618 2003-01-16 [colin]      0.8.8claws104
2619
2620         * src/compose.[ch]
2621                 Fix bug with autosaved drafts for IMAP, when draft
2622                 folder is specified - fixes bugzilla bug #20
2623
2624 2003-01-15 [paul]       0.8.8claws103
2625
2626         * src/compose.[ch]
2627           src/procmsg.c
2628                 store folder and message-id of message forwarding
2629                 in queue header and set forward flag after sending
2630
2631 2003-01-15 [paul]       0.8.8claws102
2632
2633         * sync with 0.8.8cvs8
2634                 see ChangeLog 2002-01-15
2635
2636 2003-01-15 [colin]      0.8.8claws101
2637
2638         * src/Makefile.am
2639                 Fix linking with GNU libiconv
2640
2641 2003-01-15 [darko]      0.8.8claws100
2642
2643         * src/pine.c
2644                 fix crash when importing pine address book
2645                 entry with an empty name (reported by DY
2646                 <dybulk at tri8.net>)
2647
2648 2003-01-14 [paul]       0.8.8claws99
2649
2650         * configure.in  ** REMOVED **
2651           configure.ac  ** NEW FILE **
2652                 rename configure.in to configure.ac, as it is now
2653                 preferred
2654
2655 2003-01-14 [melvin]     0.8.8claws98
2656
2657         * src/folderview.c
2658                 folderview_check_new(): More precise function description
2659
2660 2003-01-14 [melvin]     0.8.8claws97
2661
2662         * src/folderview.c
2663                 folderview_check_new(): return the number of new messages 
2664                         since last check.
2665         * src/inc.c
2666                 inc_account_mail(): Disable counting of new messages for IMAP
2667                         and NNTP until bug [19] and [14] are fixed.
2668
2669 2003-01-14 [paul]       0.8.8claws96
2670
2671         * sync with 0.8.8cvs6
2672                 see ChangeLog 2003-01-14
2673
2674 2003-01-13 [alfons]     0.8.8claws95
2675
2676         * src/textview.c
2677                 tune email address validation (c. 0.8.8claws89): if . is 
2678                 just one char away from @, the address is invalid too 
2679                 (correctly rejects addresses like foo@.com)
2680
2681 2003-01-13 [paul]       0.8.8claws94
2682
2683         * src/messageview.c
2684           src/toolbar.c
2685                 fixes to the Message View toolbar and menu:
2686                 fix non-functioning Forward button
2687                 make Reply button consider default_reply_list
2688                 remove 'Follow-up...' menu entry
2689                 add 'Forward' and 'Redirect' menu entries
2690
2691 2003-01-13 [melvin]     0.8.8claws93
2692
2693         * src/inc.c
2694                 Fixed typo that could make new messages count incorrect.
2695
2696 2003-01-13 [melvin]     0.8.8claws92
2697
2698         * src/folderview.[ch]
2699                 folderview_check_new(): return the number of new messages.
2700         * src/inc.c
2701                 Should fix bug [14] where new mail notification worked 
2702                         incorrectly with IMAP accounts.
2703                 inc_spool_account(): return number of new msgs, or -1 on error
2704                 inc_all_spool(): return number of new msgs
2705                 
2706 2003-01-13 [melvin]     0.8.8claws91
2707
2708         * src/prefs_actions.c
2709                 Justify help text.
2710
2711 2003-01-12 [thorsten]   0.8.8claws90
2712
2713         * src/common/prefs.c
2714                 close file before rename
2715
2716 2003-01-12 [alfons]     0.8.8claws89
2717
2718         * AUTHORS
2719                 add Christian Mertes
2720         * src/common/utils.[ch]
2721                 g_stricase_hash(), g_stricase_equal(): functions for 
2722                 case insensitive hash tables
2723         * src/textview.c
2724                 use top level domain names to validate email address, based
2725                 on a patch by Christian Mertes (thanks!), but changed 
2726                 implementation to use a hash table 
2727
2728 2003-01-12 [paul]       0.8.8claws88
2729
2730         * po/bg.po
2731                 updated by George Danchev
2732
2733 2003-01-12 [alfons]     0.8.8claws87
2734
2735         * src/summaryview.c
2736                 delete / execute performance: use new style folder update
2737
2738 2003-01-12 [paul]       0.8.8claws86
2739
2740         * sync with 0.8.8cvs5
2741                 see ChangeLog 2003-01-13 (!)
2742
2743 2003-01-12 [alfons]     0.8.8claws85
2744
2745         * src/filtering.c
2746         * src/matcher_parser_parse.y
2747                 prepare change_score filtering action
2748         * src/matcher.[ch]
2749                 give up const-correctness on functions that call non-const-correct functions;
2750                 several casts to gpointer in g_free();
2751                 add change_score;
2752
2753 2003-01-12 [christoph]  0.8.8claws84
2754
2755         * src/compose.c
2756                 fix 2 warnings
2757
2758         * src/gtk/prefswindow.[ch]
2759         * src/plugins/spamassassin/spamassassin_gtk.c
2760                 changed the call of the widget create function
2761                 for PrefsPages, because sometimes the widget
2762                 create function needs a widget that already has
2763                 been attached to a window (to create GDK pixmaps
2764                 for exmaple). So we simply pass the GtkWindow as
2765                 the second parameter now.
2766
2767         * src/main.c
2768         * src/mainwindow.c
2769         * src/prefs_toolbar.[ch]
2770                 rewrite Toolbar Preferences using the new
2771                 prefs window
2772
2773 2003-01-11 [alfons]     0.8.8claws83
2774
2775         * src/addressadd.c
2776                 fix crash when adding sender to addressbook because status bar
2777                 isn't there (the status bar doesn't seem to be used though,
2778                 but I'll let Match decide what to do with it)
2779
2780 2003-01-11 [colin]      0.8.8claws82
2781
2782         * src/main.c
2783           src/toolbar.c
2784                 Two useless changes reversed
2785
2786 2003-01-11 [colin]      0.8.8claws81
2787
2788         * src/mainwindow.c
2789           src/mainwindow.h
2790                 Add mainwindow_get_mainwindow()
2791         * src/alertpanel.c
2792           src/alertpanel.h
2793                 Add alertpanel_error_log() 
2794         * src/compose.c
2795           src/inc.c
2796           src/messageview.c
2797           src/toolbar.c
2798           src/main.c
2799           src/procmsg.c
2800                 Network errors get a View Log button
2801
2802 2003-01-10 [alfons]     0.8.8claws80
2803
2804         * src/prefs_toolbar.c
2805         * src/toolbar.c
2806                 use the translatable string for "Separator" as file name for
2807                 separator toolbar items (probably make this uppercase?)
2808
2809 2003-01-10 [alfons]     0.8.8claws79
2810
2811         * src/prefs_toolbar.c
2812                 put right A_SEPARATOR description string in "displayed
2813                 toolbar items list" so manually added separators are
2814                 saved correctly (bug #10, "Adding a separator to the main 
2815                 toolbar fails, entry in xml file is wrong")
2816
2817 2003-01-10 [christoph]  0.8.8claws78
2818
2819         * src/imap.c
2820                 o fix warnings
2821                 o use CAPABILITY to check if NAMESPACE is available
2822
2823 2003-01-10 [christoph]  0.8.8claws77
2824
2825         * src/imap.[ch]
2826                 apply UIDPLUS IMAP extension support patch
2827
2828         Patch submitted by Simon 'corecode' Schubert
2829
2830 2003-01-10 [paul]       0.8.8claws76
2831
2832         * src/folderview.c
2833                 a sync from main which fixes the news account folders'
2834                 Properties bug
2835
2836 2003-01-10 [christoph]  0.8.8claws75
2837
2838         * src/folder.c
2839                 don't accept 0 as a valid uid returned by copy and move
2840                 functions. 0 means the message was copied or moved but the
2841                 new uid could not be fetched. It is not an error condition
2842                 for the copy or move operation.
2843
2844 2003-01-10 [paul]       0.8.8claws74
2845
2846         * src/prefs_filtering.c
2847                 change English used in Alert when entry is not
2848                 saved.
2849                 
2850         * sync with 0.8.8cvs4
2851                 see ChangeLog 2003-01-10
2852
2853 2003-01-10 [darko]      0.8.8claws73
2854
2855         * src/pine.c
2856                 fix crash when importing address book entry
2857                 without a valid address
2858
2859 2003-01-09 [alfons]     0.8.8claws72
2860
2861         * src/inc.c
2862                 filtering performance: use new style folder update
2863
2864 2003-01-09 [christoph]  0.8.8claws71
2865
2866         * src/compose.c
2867         * src/gtk/menu.[ch]
2868                 fix wrong selecting of mime encoding type, when
2869                 opening property dialog of attachments in the
2870                 compose window. 7bit was always selected and that
2871                 destoryed files with 8bit data.
2872                 (closes bug #9 Sylpheed-claws destroys attachments when
2873                  changing MIME-types)
2874
2875 2003-01-09 [paul]       0.8.8claws70
2876
2877         * sync with 0.8.8cvs3
2878                 see ChangeLog 2003-01-09
2879
2880 2003-01-08 [alfons]     0.8.8claws69
2881         
2882         * src/addressadd.c
2883                 apply patch by Kim Schulz to fix build breakage
2884                 because of missing variable
2885
2886 2003-01-08 [paul]       0.8.8claws68
2887
2888         * sync with 0.8.8cvs2
2889                 see ChangeLog 2002-01-08
2890
2891 2003-01-08 [paul]       0.8.8claws67
2892
2893         * po/it.po
2894                 updated by Alessandro Maestri
2895                 
2896         * src/addressadd.c
2897                 when using 'Add sender to addressbook' allow
2898                 name to be edited and remarks to be entered
2899                 Patch submitted by Luke Plant
2900
2901 2003-01-08 [darko]      0.8.8claws66
2902
2903         * README.claws, src/summaryview.c
2904                 fix description for marked messages
2905
2906 2003-01-08 [paul]
2907
2908         * tools/Makefile.am
2909           tools/launch_phoenix  ** NEW FILE **
2910                 add script that enables using Phoenix as the default
2911                 web browser. 
2912                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2913                 
2914         * tools/OOo2sylpheed.pl
2915                 remove full path to sylpheed executable, just 'sylpheed'
2916                 will do
2917                 
2918         * tools/README
2919                 add launch_phoenix informtion and re-arrange and compress
2920                 the data a little
2921
2922 2003-01-07 [christoph]  0.8.8claws65
2923
2924         * src/folder.c
2925                 fix update for source folder when moving messages
2926         * src/procmsg.[ch]
2927         * src/summaryview.c
2928                 use function to set to_folder for message infos and
2929                 automatically update the op_count for old and new
2930                 folder
2931
2932 2003-01-07 [melvin]     0.8.8claws64
2933
2934         * src/prefs_actions.c
2935                 Fixed bug where an '%p' Action on a displayed image crashed 
2936                         Sylpheed
2937                 Code clean up (get rid of duplicated code and removed unnecessary 
2938                                 structure member)
2939
2940 2003-01-07 [christoph]  0.8.8claws63
2941
2942         * src/compose.c
2943         * src/folder.[ch]
2944         * src/folderview.c
2945         * src/import.c
2946         * src/inc.c
2947         * src/main.c
2948         * src/mainwindow.c
2949         * src/messageview.c
2950         * src/prefs_folder_item.c
2951         * src/procmsg.c
2952         * src/summaryview.c
2953         * src/toolbar.c
2954                 o remove all folder update triggering from the UI code. The folder
2955                   system should know much better when a folder needs an update.
2956                 o to prevent multiple updates in a row the folder updates can be
2957                   frozen for some time.
2958
2959                 Note: - Please verify that no updates are missing
2960                       - Check where freeze/thaws should be added
2961
2962 2003-01-07 [christoph]  0.8.8claws62
2963
2964         * src/prefs_actions.c
2965                 don't translate empty strings
2966
2967         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2968
2969 2003-01-06 [christoph]  0.8.8claws61
2970
2971         * src/prefs_actions.c
2972                 mark strings for gettext
2973         * src/prefs_matcher.c
2974                 use new description window for Execute action and
2975                 match condition in Filtering
2976
2977         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2978
2979 2003-01-06 [alfons]     0.8.8claws60
2980
2981         keep myself inspired to re-organize matcher part 8; 
2982         yes, more to come (I need to move out the descriptive
2983         text for actions to matcher.c, or at least make it not
2984         depend on the wicked ordering)
2985
2986         * src/prefs_matcher.c
2987                 add documentation so others may comprehend the
2988                 UI part of the conditions
2989                 
2990 2003-01-06 [christoph]  0.8.8claws59
2991
2992         * src/prefs_actions.c
2993                 use new description window for syntax help
2994         * src/gtk/description_window.c
2995                 fix display of descriptions with column count != 2
2996
2997         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2998
2999 2003-01-06 [christoph]  0.8.8claws58
3000
3001         * src/quote_fmt.c
3002         * src/summaryview.[ch]
3003         * src/gtk/Makefile.am
3004         * src/gtk/description_window.[ch]       ** NEW **
3005                 use a generic window to display syntax descriptions
3006                 currently used in quote_fmt and summaryview (new description
3007                 for extended quick search)
3008
3009         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3010
3011 2003-01-06 [paul]       0.8.8claws57
3012
3013         * sync with 0.8.8cvs1
3014                 see ChangeLog 2003-01-06
3015
3016 2003-01-06 [christoph]  0.8.8claws56
3017
3018         * src/mainwindow.c
3019         * src/prefs_gtk.[ch]
3020         * src/gtk/prefswindow.[ch]
3021         * src/plugins/spamassassin/spamassassin_gtk.c
3022                 o remove page management from prefswindow, pages
3023                   will be an argument to prefswindow_open
3024                 o prefswindow_open gets a datapointer that is
3025                   passed to the widget_create function to allow
3026                   creation of prefswindow for specific items
3027
3028 2003-01-06 [colin]      0.8.8claws55
3029         
3030         * src/summaryview.c
3031                 We don't want regexp in the reply-finder, 
3032                 because MIDs can contain !,$,. and so on
3033
3034 2003-01-06 [jens]       0.8.8claws54
3035
3036         * src/jpilot.c
3037                 fixed a wrong free in jpilot_read_db_files
3038
3039 2003-01-06 [alfons]     0.8.8claws53
3040
3041         re-organize matcher part 8; more to come
3042        
3043         * src/matcher.c
3044                 matcherprop_to_string(): put g_free()s before the
3045                 switch-case break to fix memleaks                
3046
3047 2003-01-06 [colin]      0.8.8claws52
3048
3049         * src/summaryview.c
3050                 cleanup & reply-finder now displays the first 
3051                 matching message
3052
3053 2003-01-05 [alfons]     0.8.8claws51
3054
3055         re-organize matcher part 7; more to come
3056
3057         * src/matcher.[ch]
3058                 fixes for constant correctness;
3059                 more documentation;
3060
3061 2003-01-05 [alfons]     0.8.8claws50
3062
3063         re-organize matcher part 6; more to come
3064         
3065         * src/matcher.[ch]
3066                 fixes for constant correctness;
3067                 more documentation;
3068         * src/filtering.c
3069                 fix for constant correctness
3070
3071 2003-01-05 [colin]      0.8.8claws49
3072
3073         * src/account.[ch]
3074                 Add account_get_reply_account function
3075         * src/compose.c
3076                 Use account_get_reply_account function 
3077         * src/summaryview.c
3078                 Basic reply-finder - click on the replied
3079                 icon gets you to the outbox using quick-search
3080
3081 2003-01-05 [paul]       0.8.8claws48
3082
3083         * src/prefs_common.c
3084                 small change to English
3085                 
3086         * src/prefs_filtering.c
3087                 prefs_filtering_action_select(): improve logic and uniformity
3088                 of gui
3089
3090 2003-01-05 [alfons]     0.8.8claws47
3091
3092         fine tune solution to focus problems (bug #7)
3093
3094         * src/mainwindow.c
3095                 mainwindow_focus_in_event(): remove grab event check
3096         * src/summaryview.c
3097                 summary_button_pressed(): move selection on right-click
3098                 too. we can't possibly move the selection back after
3099                 canceling a dialog, because gtk's incomplete focus 
3100                 management. whether this is a good solution, only time
3101                 will tell.
3102
3103 2003-01-05 [christoph]  0.8.8claws46
3104
3105         * src/imap.c
3106                 fix crash when no imap connection could be established
3107
3108 2003-01-05 [paul]       0.8.8claws45
3109
3110         * src/mainwindow.c
3111           src/sumamryview.c
3112           src/gtk/menu.[ch]
3113                 fix bug 605957 'shortcuts in popup-menu'
3114                 make user-defined shortcuts work
3115                 show shortcuts that are already defined
3116                 in the main menu
3117                 Patch submitted by Luke Plant
3118
3119 2003-01-05 [alfons]     0.8.8claws44
3120
3121         * src/mainwindow.c
3122                 focus_in_event handler should not select summary view row 
3123                 when another window (menu, dialog) grabbed for events 
3124                 (bug #7, "[0.8.8claws42] Message summary focus") 
3125
3126 2003-01-04 [christoph]  0.8.8claws43
3127
3128         * src/procmsg.c
3129                 update save folder after adding the sent message
3130                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3131
3132 2003-01-02 [christoph]  0.8.8claws42
3133
3134         * src/common/plugin.c
3135                 fix unloading of all plugins and unload
3136                 plugins in reverse order
3137                 
3138         * src/gtk/pluginwindow.c
3139                 implement function of load and unload button
3140
3141         * src/gtk/prefswindow.c
3142         * src/gtk/prefswindow.h
3143                 rename register function and add new unregister
3144                 function
3145
3146         * src/plugins/spamassassin/spamassassin_gtk.c
3147                 unregister prefs page and update for changes in
3148                 src/gtk/prefswindow.c
3149
3150 2003-01-02 [paul]       0.8.8claws41
3151
3152         * po/es.po
3153                 updated by Ricardo Mones Lastra
3154
3155 2003-01-02 [paul]
3156
3157         * tools/tb2sylpheed
3158                 fixes and improvements by Urke MMI
3159
3160 2003-01-02 [thorsten]   0.8.8claws40
3161
3162         * src/procmsg.c
3163                 fixed wrong return value
3164
3165 2003-01-02 [thorsten]   0.8.8claws39
3166
3167         * src/prefs.c
3168                 fixed printing wrong variable
3169
3170 2003-01-02 [thorsten]   0.8.8claws38
3171
3172         * src/prefs.c
3173                 fixed acessing members of freed pfile struct
3174
3175 2003-01-02 [thorsten]   0.8.8claws37
3176
3177         * src/procmsg.c
3178                 detect loops across several messages
3179                 as suggested by Christoph Hohmann
3180
3181 2003-01-01 [match]      0.8.8claws36
3182
3183         * src/addrindex.c
3184                 fixed another memory leak.
3185
3186 2003-01-01 [match]      0.8.8claws35
3187
3188         * src/jpilot.[ch]
3189                 fixed memory leaks. applied Doxygen comments.
3190
3191 2003-01-01 [thorsten]   0.8.8claws34
3192
3193         * src/procmsg.c
3194                 inhibit endless loop if msg references itself
3195                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3196
3197 2003-01-01 [christoph]  0.8.8claws33
3198
3199         * src/mainwindow.c
3200         * src/gtk/Makefile.am
3201         * src/gtk/pluginwindow.c                ** NEW **
3202         * src/gtk/pluginwindow.h                ** NEW **
3203                 add plugin window
3204
3205         * src/plugins/demo/demo.c
3206         * src/plugins/spamassassin/spamassassin.c
3207         * src/plugins/spamassassin/spamassassin_gtk.c
3208                 write better plugin descriptions
3209
3210 2002-12-31 [christoph]  0.8.8claws32
3211
3212         * src/gtk/prefswindow.c
3213         * src/plugins/spamassassin/spamassassin_gtk.c
3214                 some small improvements to GTK code
3215
3216 2002-12-31 [christoph]  0.8.8claws31
3217
3218         * src/plugins/spamassassin/spamassassin_gtk.c
3219                 enable folder select button
3220
3221 2002-12-31 [christoph]  0.8.8claws30
3222
3223         * src/mainwindow.c
3224         * src/gtk/Makefile.am
3225         * src/gtk/prefswindow.c                         ** NEW **
3226         * src/gtk/prefswindow.h                         ** NEW **
3227                 add new prefs window
3228
3229         * src/common/plugin.c
3230                 don't try to load empty config lines
3231         
3232         * src/plugins/spamassassin/Makefile.am
3233         * src/plugins/spamassassin/spamassassin.c
3234         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3235         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3236                 GTK config for SpamAssassin Plugin using
3237                 the new prefs window
3238
3239 2002-12-31 [paul]       0.8.8claws29
3240
3241         * po/POTFILES.in
3242                 remove obsolete entry 'src/menu.c'
3243
3244 2002-12-31 [alfons]     0.8.8claws28
3245
3246         * src/matcher.[ch]
3247         * src/matcher_parser_parse.y
3248         * src/prefs_matcher.c
3249                 add "ignore_thread" and "~ignore_thread" condition so it's
3250                 possible to make the actions / scoring operate on the ignore
3251                 thread flag
3252
3253 2002-12-31 [christoph]  0.8.8claws27
3254
3255         * src/addrbook.c
3256         * src/addrindex.c
3257         * src/folder.c
3258         * src/matcher.c
3259         * src/prefs_account.c
3260         * src/prefs_actions.c
3261         * src/prefs_customheader.c
3262         * src/prefs_display_header.c
3263         * src/prefs_gtk.c
3264         * src/procmime.c
3265         * src/toolbar.c
3266         * src/xmlprops.c
3267         * src/common/prefs.[ch]
3268                 extend prefs file handling for reading and automatic handling
3269                 of blocks. When reading prefs_set_block_label will automatically
3270                 move on to the block. When writing it will copy all other blocks
3271                 automatically
3272
3273         * src/common/plugin.c
3274                 Now loading plugin filenames from [Plugins] block in
3275                 sylpheed rc file
3276
3277 2002-12-30 [christoph]  0.8.8claws26
3278
3279         * src/common/hooks.[ch]
3280                 return abort status to caller of hooks_invoke
3281                 
3282         * src/inc.[ch]
3283                 invoke message filtering hook and stop
3284                 default handling when filter returns abort
3285
3286         * src/common/plugin.[ch]
3287         * src/plugins/demo/demo.c
3288                 modify plugin loader, because resolving symbols for strings
3289                 does not work correctly
3290         
3291         * configure.in
3292         * ac/spamassassin.m4                            ** NEW **
3293         * src/plugins/spamassassin/.cvsignore           ** NEW **
3294         * src/plugins/spamassassin/Makefile.am          ** NEW **
3295         * src/plugins/spamassassin/README               ** NEW **
3296         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3297         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3298         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3299                 add spamassassin plugin, see src/plugins/spamassassin/README
3300                 for details
3301
3302 2002-12-29 [alfons]     0.8.8claws25
3303
3304         * src/mainwindow.c
3305                 when moving focus from a message view to the main 
3306                 window, don't forget to select the summary node
3307                 of the displayed message. should fix "[ 659103 ] 
3308                 focus-follows-mouse confuses sylpheed"
3309
3310 2002-12-29 [christoph]  0.8.8claws24
3311
3312         * src/Makefile.am
3313         * src/stringtable.[ch]          ** REMOVE **
3314         * src/common/Makefile.am
3315         * src/common/stringtable.[ch]   ** NEW **
3316                 move stringtable files to common directory
3317
3318 2002-12-29 [christoph]  0.8.8claws23
3319
3320         * src/Makefile.am
3321         * src/menu.[ch]                 ** REMOVE **
3322         * src/gtk/Makefile.am
3323         * src/gtk/menu.[ch]             ** NEW **
3324                 move menu files to gtk directory
3325
3326 2002-12-29 [match]      0.8.8claws22
3327
3328         * src/addressbook.c
3329         * src/syldap.c
3330                 moved UI specific code out of LDAP code into addressbook
3331                 UI code. fixed memory leak.
3332
3333 2002-12-29 [christoph]  0.8.8claws21
3334
3335         * src/folder.c
3336                 only check for IGNORED parent message when message is
3337                 not IGNORED itself
3338
3339 2002-12-29 [alfons]     0.8.8claws20
3340
3341         * src/summaryview.c
3342                 set gtksctree's anchor correct (immediate execute
3343                 changes the tree's layout, and anchor points at 
3344                 the incorrect row). fixes "[ 657233 ] multiple msg 
3345                 delete sometimes off by 1".
3346                 we probably have to look for more tree layout /
3347                 anchor glitches.
3348
3349 2002-12-29 [paul]       0.8.8claws19
3350
3351         * src/summaryview.c
3352                 fix bug [ 659054 ] incorrect sorting of 'From' column
3353                 when using 'display sender using address book'
3354                 thanks to Alfons and Luke Plant
3355
3356 2002-12-29 [christoph]  0.8.8claws18
3357
3358         * src/folder.c
3359         * src/procmsg.[ch]
3360                 check parent messages for IGNORE THREAD flag, when adding,
3361                 moving or copying messages to a folder
3362
3363 2002-12-27 [alfons]     0.8.8claws17
3364
3365         re-organize matcher part 5; more to come
3366
3367         * src/matcher.c
3368                 hash keywords in matchparser_tab 
3369
3370 2002-12-27 [alfons]     0.8.8claws16
3371
3372         re-organize matcher part 4; more to come
3373
3374         * src/matcher_parser.h
3375         * src/matcher_parser_lex.l
3376         * src/matcher_parser_parse.y
3377                 cleanup
3378
3379 2002-12-27 [alfons]     0.8.8claws15
3380
3381         re-organize matcher part 3; more to come
3382
3383         * src/matcher.[ch]
3384                 cleanup
3385
3386 2002-12-27 [alfons]     0.8.8claws14
3387
3388         re-organize matcher part 2; more to come but this should
3389         work. cc me if there are any regressions.
3390
3391         * src/matcher.h
3392                 add prototype for get_matchparser_tab_id()
3393         * src/matcher_parser_lex.l
3394                 look up keywords using matchparser_tab_id();
3395
3396 2002-12-27 [alfons]     0.8.8claws12
3397
3398         re-organize matcher part 1
3399
3400         * src/matcher.h
3401                 map yacc generated constants to sylpheed matcher constants
3402         * src/matcher.c
3403                 add function to find a matcher constant from a string
3404
3405 2002-12-27 [christoph]  0.8.8claws11
3406
3407         * src/compose.c
3408                 MENUITEM_ADD casts the 4th argument from integer to pointer
3409                 so it probably should not be a pointer, this means we
3410                 should use account id for it and not the account's pointer
3411
3412 2002-12-27 [paul]       0.8.8claws10
3413
3414         * src/mainwindow.c
3415                 remove unneeded 'GtkWidget *vbox'
3416                 
3417         * src/summaryview.c
3418                 further sync with 0.8.8 - make sort
3419                 by recipient work as expected
3420                 
3421         * NEWS
3422                 sync with 0.8.8
3423
3424 2002-12-27 [paul]       0.8.8claws9
3425
3426         * po/pt_BR.po
3427                 updated by Ivan F. Martinez
3428                 
3429 2002-12-27 [darko]      0.8.8claws8
3430
3431         * src/common/utils.c
3432                 added locked pattern to extended search
3433
3434 2002-12-27 [alfons]     0.8.8claws7
3435
3436         * src/prefs_matcher.[ch]
3437                 clean up
3438
3439 2002-12-26 [alfons]     0.8.8claws6
3440
3441         * src/matcher.[ch]
3442         * src/matcher_parser_lex.l
3443         * src/matcher_parser_parse.y
3444         * src/prefs_matcher.c
3445                 allow color label as a condition in the matcher
3446
3447 2002-12-26 [oliver]     0.8.8claws5
3448         
3449         * src/toolbar.c 
3450                 enable Addressbook for Main and Messageview
3451         * src/prefs_actions.c
3452                 enable actions in Messageview
3453
3454 2002-12-26 [christoph]  0.8.8claws4
3455
3456         * src/common/plugin.c
3457                 add a little debug output
3458         * configure.in
3459         * src/plugins/demo/Makefile.am
3460                 better use of automake
3461
3462 2002-12-26 [christoph]  0.8.8claws3
3463
3464         * src/Makefile.am
3465         * src/common/Makefile.am
3466                 fix "make distdir"
3467
3468 2002-12-26 [christoph]  0.8.8claws2
3469
3470         * configure.in
3471                 sort configure checks into common / gtk / plugins
3472         * po/POTFILES.in
3473                 add src/prefs_gtk.c
3474         * src/Makefile.am
3475                 add plugins SUBDIR
3476         * src/main.c
3477         * src/common/sylpheed.[ch]
3478                 added now sylpheed_done function for shutdown
3479         * src/common/Makefile.am
3480         * src/common/plugin.[ch]                ** NEW **
3481                 plugin loader and unloader
3482         * src/plugins/.cvsignore                ** NEW **
3483         * src/plugins/Makefile.am               ** NEW **
3484                 build plugins
3485         * src/plugins/demo/.cvsignore           ** NEW **
3486         * src/plugins/demo/Makefile.am          ** NEW **
3487         * src/plugins/demo/demo.c               ** NEW **
3488                 small demo plugin that installs a logtext hook and
3489                 outputs the log text to stdout
3490
3491 2002-12-26 [paul]       0.8.8claws1
3492
3493         * po/es.po
3494                 updated by Ricardo Mones Lastra
3495
3496 2002-12-26 [paul]       0.8.8claws
3497
3498         * 0.8.8claws released
3499
3500 2002-12-26 [paul]       0.8.7claws12
3501
3502         * po/bg.po
3503                 updated by George Danchev
3504
3505 2002-12-26 [paul]       0.8.7claws11
3506
3507         * po/POTFILES.in
3508                 remove unneeded 'src/prefs.c' entry 
3509
3510 2002-12-26 [paul]       0.8.7claws10
3511
3512         * src/codeconv.c
3513           src/mainwindow.c
3514                 sync with 0.8.8 release
3515         
3516         * src/folder.[ch]
3517           src/mh.c
3518           src/summaryview.c
3519                 partial sync with 0.8.8 release
3520         
3521
3522 2002-12-25 [alfons]     0.8.7claws9
3523
3524         * src/matcher.[ch]
3525         * src/matcher_parser_lex.l
3526         * src/matcher_parser_parse.y
3527         * src/prefs_matcher.c
3528                 add locked flag to possible filtering / matcher 
3529                 conditions (also a good example what should be
3530                 done to add a simple boolean condition)
3531
3532 2002-12-25 [christoph]  0.8.7claws8
3533
3534         * src/Makefile.am
3535         * src/account.[ch]
3536         * src/addrbook.c
3537         * src/addressbook.c
3538         * src/addrindex.c
3539         * src/filtering.c
3540         * src/folder.c
3541         * src/matcher.c
3542         * src/prefs.[ch]                ** REMOVE **
3543         * src/prefs_account.c
3544         * src/prefs_actions.c
3545         * src/prefs_common.c
3546         * src/prefs_customheader.c
3547         * src/prefs_display_header.c
3548         * src/prefs_filtering.c
3549         * src/prefs_folder_item.c
3550         * src/prefs_gtk.[ch]            ** NEW **
3551         * src/prefs_matcher.c
3552         * src/prefs_scoring.c
3553         * src/prefs_summary_column.c
3554         * src/procmime.c
3555         * src/selective_download.c
3556         * src/toolbar.c
3557         * src/common/Makefile.am
3558         * src/common/prefs.[ch]         ** NEW **
3559                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3560
3561 2002-12-24 [alfons]     0.8.7claws7
3562
3563         * src/summaryview.c
3564                 summary_thread_build(): fix real cause of the crash mentioned in
3565                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3566                 this way we get meaningful ctree nodes 
3567
3568 2002-12-24 [oliver]     0.8.7claws6
3569
3570         * src/mainwindow.[ch]
3571         * src/messageview.[ch]
3572         * src/compose.[ch]
3573         * src/inc.c
3574         * src/summaryview.c
3575                 changes to use updated toolbar handling
3576                 
3577 2002-12-24 [oliver]     0.8.7claws5
3578
3579         * src/toolbar.[ch]
3580                 generic toolbar handling
3581                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3582         * src/prefs_toolbar.[ch]
3583                 adjust to handling
3584         
3585 2002-12-24 [oliver]     0.8.7claws4
3586         
3587         * src/stock_pixmap.[ch]
3588                 move SYLPHEED_LOGO to end of list in order 
3589                 to remove it from Custom Toolbar`s Icon View
3590
3591 2002-12-24 [alfons]     0.8.7claws3
3592
3593         * src/summaryview.c
3594                 summary_thread_build(): fix crash because of focus != selection 
3595                 after threading. when deleting the selection, gtk tries but fails 
3596                 to find the correct focusable element. we now force the selection
3597                 to be focused. this should solve the infamous bug reported by 
3598                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3599                 a test case is available. 
3600
3601 2002-12-24 [darko]      0.8.7claws2
3602
3603         * src/summaryview.c
3604                 don't crash when unmarking message with unread children
3605
3606 2002-12-23 [christoph]  0.8.7claws1
3607
3608         * src/Makefile.am
3609         * src/common/Makefile.am
3610                 update Makefiles for moved intl.h, version.h and defs.h
3611         * src/imap.c
3612                 rewrite imap_session_get to avoid duplicate code
3613
3614 2002-12-23 [paul]       0.8.7claws
3615
3616         * Santa-Claws released
3617         
3618         * po/hu.po
3619           po/ru.po
3620                 squeeze in updated Hungarian and Russian translations.
3621                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3622
3623 2002-12-23 [paul]       0.8.6claws129
3624
3625         * po/pl.po
3626                 updated by Witold Wladyslaw Wojciech Wilk
3627
3628 2002-12-23 [paul]       0.8.6claws128
3629
3630         * src/quote_fmt_parse.y
3631                 fix typo and add licence header
3632
3633 2002-12-23 [paul]       0.8.6claws127
3634
3635         * po/en_GB.po
3636                 updated
3637
3638 2002-12-23 [paul]       0.8.6claws126
3639
3640         * po/it.po
3641                 updated translation, submitted by Alessandro Maestri
3642                 
3643 2002-12-23 [paul]       0.8.6claws125
3644
3645         * src/quote_fmt_parse.y
3646                 fix signature-stripping on replies bug. match
3647                 '-- \n' and not '-- '.
3648
3649 2002-12-22 [paul]       0.8.6claws124
3650
3651         * po/bg.po
3652           po/es.po
3653           po/sr.po
3654                 updated translations. submitted by George Danchev,
3655                 Ricardo Mones Lastra, and Urke MMI respectively
3656
3657 2002-12-21 [paul]       0.8.6claws123
3658
3659         * src/addrbook.c
3660                 fix coding style
3661
3662 2002-12-21 [paul]       0.8.6claws122
3663
3664         * src/addrbook.c
3665                 fix bug [643638] where if a person is in one or more
3666                 addressbook groups editing that person's email 
3667                 address results in removal from those groups.
3668                 Patch submitted by Luke Plant.
3669
3670 2002-12-20 [christoph]  0.8.6claws121
3671
3672         * src/common/utils.c
3673         * src/summaryview.c
3674                 reimplement expand_search_string using GString to
3675                 prevent crashs caused by miscalculated string
3676                 lengths reported by Paul
3677
3678 2002-12-20 [christoph]  0.8.6claws120
3679
3680         * src/summaryview.c
3681                 don't use "changed" to check if op_count has to be changed as it
3682                 is also set when the message has unread children
3683                 (closes bug [ 653221 ] crash while deleting duplicates)
3684
3685 2002-12-20 [paul]       0.8.6claws119
3686
3687         * sync with 0.8.6cvs27
3688                 see ChangeLog 2002-12-20
3689
3690 2002-12-20 [paul]       0.8.6claws118
3691
3692         * sync with 0.8.6cvs26
3693                 see ChangeLog 2002-12-19 and 2002-12-20
3694
3695 2002-12-19 [alfons]     0.8.6claws117
3696
3697         * src/textview.c
3698                 fix incorrect parsing of email addresses, submitted by 
3699                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3700                 name display if it contains @".
3701
3702 2002-12-18 [paul]       0.8.6claws116
3703
3704         * sync with 0.8.6cvs23
3705                 see ChangeLog 2002-12-18
3706
3707 2002-12-18 [paul]       0.8.6claws115
3708
3709         * src/Makefile.am
3710         * src/account.c
3711         * src/codeconv.c
3712         * src/gtkutils.[ch]
3713         * src/imap.c
3714                 sync with 0.8.6cvs22.
3715                 see ChangeLog 2002-12-17 and 2002-12-18
3716
3717 2002-12-17 [christoph]  0.8.6claws114
3718
3719         * src/imap.c
3720                 o don't create a session if imap greeting fails
3721                 o don't close socket when authentication fails
3722                   this is done by imap_session_destroy
3723
3724 2002-12-17 [thorsten]   0.8.6claws113
3725
3726         * tools/Makefile.am
3727           tools/README
3728           tools/google_msgid.pl ** NEW FILE **
3729                 Added "search for message-id" script and doc
3730
3731 2002-12-17 [thorsten]   0.8.6claws112
3732
3733         * po/hu.po
3734                 Updated hungarian translation
3735                 (updated by Gal Zoltan)
3736
3737 2002-12-16 [christoph]  0.8.6claws111
3738
3739         * src/addr_compl.c
3740                 remove stupid addressbook dump to debug output
3741         * src/mh.c
3742                 fix memory leak found by Hiro
3743
3744 2002-12-14 [paul]       0.8.6claws110
3745
3746         * src/compose.c
3747                 fix menubar sensitivity on send
3748                 
3749         * src/prefs_filtering.c
3750         * src/prefs_matcher.c
3751         * src/prefs_scoring.c
3752                 Fix english ;)
3753                 
3754         * src/common/quoted-printable.h
3755                 sync: fix typo
3756         
3757 2002-12-13 [christoph]  0.8.6claws109
3758
3759         * src/Makefile.am
3760         * src/manage_window.[ch]        ** REMOVE **
3761         * src/gtk/Makefile.am
3762         * src/gtk/manage_window.[ch]    ** NEW **
3763                 move manage_window files to gtk directory
3764
3765 2002-12-13 [christoph]  0.8.6claws108
3766
3767         * src/Makefile.am
3768         * src/gtkshruler.[ch]           ** REMOVE **
3769         * src/gtk/Makefile.am
3770         * src/gtk/gtkshruler.[ch]       ** NEW **
3771                 move gtkshruler files to gtk directory
3772
3773 2002-12-13 [christoph]  0.8.6claws107
3774
3775         * src/Makefile.am
3776         * src/compose.c
3777         * src/gtkstext.[ch]             ** REMOVE **
3778         * src/gtkutils.[ch]
3779         * src/textview.c
3780         * src/gtk/gtkstext.[ch]         ** NEW **
3781         * src/gtk/Makefile.am
3782                 o move stext functions to gtkstext.c to remove
3783                   dependency of gtkutils
3784                 o move gtkstext files to gtk directory
3785
3786         * src/gtk/Makefile.am
3787         * src/gtk/sslcertwindow.[ch]
3788                 UI stuff can always depend on common code so
3789                 it's ok to add ../common to include path
3790
3791 2002-12-13 [colin]      0.8.6claws106
3792
3793         * src/summaryview.c
3794                 Disconnect sighandlers for mainwindow when
3795                 quicksearch has the focus
3796                 Fix bug #653231
3797         * src/mainwindow.[ch]
3798                 Make key_pressed callback public, to be able
3799                 to disconnect it
3800
3801 2002-12-13 [christoph]  0.8.6claws105
3802
3803         * src/mh.c
3804                 create .mh_sequences file in new MH folders
3805                 (closes feature request [ 523162 ] MH folders should
3806                  get a .mh_sequences)
3807
3808 2002-12-13 [colin]      0.8.6claws104
3809
3810         * src/summaryview.c
3811                 Better handling of quicksearch show/hide
3812                 (basically the button stays under the mouse 
3813                  when toggled)
3814
3815 2002-12-13 [paul]       0.8.6claws103
3816
3817         * sync with 0.8.6cvs17
3818                 see ChangeLog 2002-12-13
3819
3820 2002-12-13 [paul]       0.8.6claws102
3821
3822         * po/es.po
3823                 updated by Ricardo Mones Lastra
3824
3825 2002-12-11 [colin]       0.8.6claws101
3826
3827         * src/folder.c
3828                 remove statusbar stuff
3829           src/folderview.c
3830                 set statusbar verbosity when moving folders
3831
3832 2002-12-11 [colin]       0.8.6claws100
3833         * src/prefs_filtering.c
3834         * src/prefs_matcher.c
3835         * src/prefs_scoring.c
3836                 Fix english ;)
3837
3838 2002-12-11 [colin]       0.8.6claws99
3839
3840         * src/prefs_common.[ch]
3841                 Add summary_quicksearch_type
3842         * src/summaryview.c
3843                 Save last used quicksearch type
3844
3845 2002-12-11 [jens]       0.8.6claws98
3846         * src/prefs_filtering.c
3847         * src/prefs_matcher.c
3848         * src/prefs_scoring.c
3849                 added dialog for incomplete rules in scoring, filtering and
3850                 matcher to ask wheather really close
3851
3852 2002-12-11 [colin]      0.8.6claws97
3853
3854         * src/folder.c
3855                 Fix folder dnd statusbar logging
3856
3857 2002-12-10 [christoph]  0.8.6claws96
3858
3859         * src/compose.c
3860         * src/folder.c
3861         * src/imap.c
3862         * src/inc.c
3863         * src/main.c
3864         * src/mainwindow.c
3865         * src/news.c
3866         * src/send.c
3867         * src/statusbar.[ch]
3868         * src/common/hooks.c
3869         * src/common/log.[ch]
3870                 o handle verbose logging in statusbar directly in statusbar code
3871                   and common code does not need any knowledge about a statusbar
3872                 o remove direct calls to statusbar_(puts|pop)_all functions
3873
3874 2002-12-10 [jens]       0.8.6claws95
3875
3876         * src/*.c
3877                 removed gettext from g_warnings
3878         * po/POTFILES.in
3879                 cleaned and updated
3880         * po/de.po
3881                 updated
3882
3883 2002-12-10 [colin]      0.8.6claws94
3884
3885         * src/main.c
3886                 finish crash dialog fix
3887
3888 2002-12-10 [colin]      0.8.6claws93
3889
3890         * src/main.c
3891                 "Fix" "sylpheed already running" instead of
3892                 crash dialog appearing after a crash
3893
3894 2002-12-10 [colin]      0.8.6claws92
3895
3896         * po/POTFILES.in
3897                 add src/gtk/sslcertwindow.c
3898
3899 2002-12-10 [paul]       0.8.6claws91
3900
3901         * po/POTFILES.in
3902                 updated to reflect recent changes
3903                 submitted by Alessandro Maestri
3904
3905 2002-12-09 [christoph]  0.8.6claws90
3906
3907         * src/Makefile.am
3908         * src/smtp.[ch]                 ** REMOVE **
3909         * src/common/Makefile.am
3910         * src/common/smtp.[ch]          ** NEW **
3911                 move smtp files to common directory
3912
3913 2002-12-09 [christoph]  0.8.6claws89
3914
3915         * src/Makefile.am
3916         * src/session.[ch]              ** REMOVE **
3917         * src/common/Makefile.am
3918         * src/common/session.[ch]       ** NEW **
3919                 move session files to common directory
3920
3921 2002-12-09 [paul]       0.8.6claws88
3922
3923         * src/account.c
3924                 fix bug [649746] edit accounts: move account reverted
3925                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3926
3927 2002-12-09 [colin]      0.8.6claws87
3928
3929         * src/ssl_certificate.c
3930                 cleanup
3931
3932 2002-12-09 [colin]      0.8.6claws86
3933
3934         * src/ssl.c
3935                 Try to open the cert.pem database and 
3936                 issue a warning if it isn't there
3937
3938 2002-12-09 [colin]      0.8.6claws85
3939
3940         * src/common/ssl_certificate.c
3941         * src/gtk/sslcertwindow.c
3942                 Warning fixes
3943
3944 2002-12-09 [colin]      0.8.6claws84
3945
3946         * src/ssl_certificate.[ch] ** REMOVED **
3947         * src/common/ssl_certificate.[ch] ** NEW **
3948         * src/Makefile.am
3949         * src/common/Makefile.am
3950                 Moved ssl_certificate.[ch] to common
3951         * src/common/ssl.c 
3952                 Put back needed include
3953         * src/gtk/sslcertwindow.[ch]
3954                 Changed ssl_certificate.h include
3955         
3956 2002-12-09 [colin]      0.8.6claws83
3957
3958         * src/gtk/sslcertwindow.[ch]
3959                 Implement hook for certificate acception
3960         * src/ssl_certificate.[ch]
3961                 Implement hook for certificate acception
3962         * src/common/ssl.c
3963                 Reenable certificate acception check
3964         * src/mainwindow.c
3965                 Register sslcertwindow's hook
3966         
3967 2002-12-08 [christoph]  0.8.6claws82
3968
3969         * src/about.c
3970         * src/addr_compl.c
3971         * src/codeconv.c
3972         * src/manual.c
3973         * src/undo.c
3974         * src/common/utils.c
3975                 o add missing includes
3976                 o fix warnings
3977         * src/.cvsignore
3978         * src/common/.cvsignore
3979         * src/common/version.h          ** REMOVE **
3980                 remove autogenerated file
3981
3982 2002-12-08 [paul]       0.8.6claws81
3983
3984         * src/stringtable.c
3985                 put back needed include
3986
3987 2002-12-08 [colin]      0.8.6claws80
3988         
3989         * src/gtk/sslcertwindow.c
3990                 Cleaner popups when asking
3991         * src/ssl_certificate.c
3992         * src/prefs_common.[ch]
3993                 remove ssl certificate pref
3994                 put back needed include
3995         * src/undo.c
3996                 put back needed include
3997
3998 2002-12-08 [christoph]  0.8.6claws79
3999
4000         * src/folderview.c
4001         * src/logwindow.c
4002         * src/statusbar.c
4003         * src/summaryview.c
4004                 only abort hook invokation if required data is missing not
4005                 if our own data pointer is NULL, update hookfunction for
4006                 log window
4007
4008 2002-12-08 [paul]       0.8.6claws78
4009
4010         * src/about.c
4011         * src/addrcache.c
4012         * src/addrclip.c
4013         * src/addr_compl.c
4014         * src/addrselect.c
4015         * src/codeconv.c
4016         * src/colorlabel.c
4017         * src/enriched.c
4018         * src/esmtp.c
4019         * src/exporthtml.c
4020         * src/headerview.c
4021         * src/imageview.c
4022         * src/manual.c
4023         * src/noticeview.c
4024         * src/pgptext.c
4025         * src/scoring.c
4026         * src/sourcewindow.c
4027         * src/stringtable.c
4028         * src/undo.c
4029                 clean up: remove unneccesary includes
4030
4031 2002-12-08 [christoph]  0.8.6claws77
4032
4033         * src/folderview.c
4034         * src/statusbar.c
4035         * src/summaryview.c
4036         * src/common/hooks.[ch]
4037                 hook functions now have a gboolean return value, if a hook
4038                 returns TRUE it will stop executing of any more hooks in
4039                 the same hooklist for this invokation
4040
4041 2002-12-08 [colin]      0.8.6claws76
4042         
4043         * src/main.c
4044                 put back argv0 for CRASH_DIALOG
4045
4046 2002-12-08 [christoph]  0.8.6claws75
4047
4048         * src/Makefile.am
4049         * src/about.c
4050         * src/account.c
4051         * src/crash.c
4052         * src/esmtp.h
4053         * src/imap.[ch]
4054         * src/inc.c
4055         * src/main.c
4056         * src/mainwindow.c
4057         * src/news.c
4058         * src/pop.[ch]
4059         * src/prefs_account.[ch]
4060         * src/prefs_common.[ch]
4061         * src/send.[ch]
4062         * src/smtp.[ch]
4063         * src/ssl_certificate.[ch]
4064         * src/ssl_manager.[ch]
4065         * src/common/Makefile.am
4066         * src/common/log.c
4067         * src/common/nntp.[ch]
4068         * src/common/socket.[ch]
4069         * src/common/ssl.[ch]
4070         * src/gtk/sslcertwindow.[ch]
4071         * ac/openssl.m4
4072                 use new autoconf script to detect OpenSSL with extra parameters
4073                 to specify the location of libs and includes, also remove USE_SSL
4074                 to USE_OPENSSL
4075
4076         * src/common/sylpheed.[ch]
4077         * src/common/version.h.in
4078                 start seperation of common code initialization seperated from gui
4079
4080         * src/summaryview.c
4081                 The function that is called when a color label changes
4082                 should not change the color lable again
4083
4084 2002-12-08 [colin]      0.8.6claws74
4085
4086         * src/gtk/sslcertwindow.c
4087                 warning fixes
4088
4089 2002-12-08 [colin]      0.8.6claws73
4090
4091         * src/statusbar.c
4092           src/common/log.h
4093                 Register a hook for statusbar_puts_all
4094         * src/common/log.c
4095                 invoke statusbar_puts_all's hook
4096         
4097 2002-12-08 [colin]      0.8.6claws72
4098
4099         * src/ssl_certificate.c
4100                 Put back a badly-removed include
4101
4102 2002-12-08 [colin]      0.8.6claws71
4103
4104         * src/gtk/sslcertwindow.[ch]    ** NEW **
4105                 new certificate presentation
4106         * src/gtk/Makefile.am
4107                 add new files
4108         * src/ssl_certificate.[ch]
4109                 gtk cleanup, made utility functions public
4110         * src/ssl_manager.c
4111                 use new cert presentation
4112
4113 2002-12-07 [christoph]  0.8.6claws70
4114
4115         * src/Makefile.am
4116         * src/nntp.[ch]                 ** REMOVE **
4117         * src/common/Makefile.am
4118         * src/common/nntp.[ch]          ** NEW **
4119                 move nntp files to common directory
4120
4121 2002-12-07 [christoph]  0.8.6claws69
4122
4123         * src/procmsg.[ch]
4124         * src/summaryview.c
4125                 implement msginfo update callback using sylpheed's new
4126                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4127
4128 2002-12-06 [christoph]  0.8.6claws68
4129
4130         * src/editgroup.c
4131                 This patch changes the 'Edit Group Details' dialog to
4132                 allow extended selections in either pane, so that
4133                 addresses can be added or removed from a group more
4134                 quickly and easily. (it actually is a net decrease in
4135                 file size, as some unnecessary functions have been
4136                 removed). 
4137                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4138
4139 2002-12-06 [christoph]  0.8.6claws67
4140
4141         * src/Makefile.am
4142         * src/template.[ch]             ** REMOVE **
4143         * src/common/Makefile.am
4144         * src/common/template.[ch]      ** NEW **
4145                 move template files to common directory
4146
4147         * src/nntp.c
4148                 add missing log.h include
4149
4150 2002-12-06 [melvin]     0.8.6claws66
4151
4152         * src/prefs_actions.c
4153                 Added the trailing ">" syntax to insert command's output
4154                 without replacing old text (in contrast to trailing "|").
4155
4156 2002-12-05 [colin]      0.8.6claws65
4157         
4158         * src/common/utils.c
4159                 Don't modify original search_string or it'll change
4160                 the next iterations in the for()
4161
4162 2002-12-05 [darko]      0.8.6claws64
4163
4164         * src/common/utils.c
4165                 proper check for filtering commands, found by Colin
4166
4167 2002-12-05 [darko]      0.8.6claws63
4168
4169         * src/common/utils.c
4170                 check proper string for NULL pointer, found by Colin
4171
4172 2002-12-05 [darko]      0.8.6claws62
4173
4174         * src/common/utils.[ch]
4175                 expand_search_string(): new function
4176                 converts Mutt-like patterns to Sylpheed's
4177                 filtering engine
4178         * src/summaryview.c
4179                 use expand_search_string() to allow Mutt-like
4180                 patterns in extended search
4181         * README.claws
4182                 document extended option in quick search
4183
4184 2002-12-05 [paul]       0.8.6claws61
4185
4186         * sync with 0.8.6cvs16
4187                 see ChangeLog 2002-12-05
4188                 
4189         * po/POTFILES.in
4190                 clean up
4191
4192 2002-12-04 [christoph]  0.8.6claws60
4193
4194         * src/imap.[ch]
4195                 put imap authentication code into a new function and
4196                 remove it from imap_session_new that will allow to
4197                 send other commands before authentication
4198
4199 2002-12-04 [christoph]  0.8.6claws59
4200
4201         * src/imap.[ch]
4202                 use already existing method to prevent unneeded IMAP
4203                 folder selects. Set imap_select parameters to NULL
4204                 in some functions if the values are not required.
4205
4206         * src/xml.h
4207                 remove no longer required include
4208
4209 2002-12-04 [paul]       0.8.6claws58
4210
4211         * po/es.po
4212                 updated by Ricardo Mones Lastra
4213                 
4214         * configure.in
4215           po/hu.po      ** NEW FILE **
4216                 initial Hungarian translation, submitted
4217                 by Gál Zoltán <galzoli@hu.inter.net>
4218
4219 2002-12-03 [christoph]  0.8.6claws57
4220
4221         * src/Makefile.am
4222         * src/gtksctree.[ch]            ** REMOVE **
4223         * src/gtk/Makefile.am
4224         * src/gtk/gtksctree.[ch]        ** NEW **
4225                 move gtksctree files to gtk directory
4226
4227 2002-12-03 [christoph]  0.8.6claws56
4228
4229         * src/Makefile.am
4230         * src/md5.[ch]                  ** REMOVE **
4231         * srm/common/Makefile.am
4232         * src/common/md5.[ch]           ** NEW **
4233                 move md5 files to common directory
4234
4235         * src/gtkstext.c
4236                 remove not required #include
4237
4238 2002-12-03 [sergey]     0.8.6claws55
4239
4240         * src/gtkutils.c
4241         * src/gtkutils.h
4242                 gtkut_window_popup(): new function.
4243         * src/mainwindow.c
4244                 main_window_popup(): use gtkut_window_popup() to raise
4245                 window without changing its position.
4246                 (see sylpheed-main ML message [sylpheed:17247])
4247
4248 2002-12-03 [sergey]     0.8.6claws54
4249
4250         * src/send.c
4251                 send_message_local(): removed first-dot escaping
4252                 (SMTP-only, not needed for sending through pipe)
4253
4254 2002-12-03 [paul]       0.8.6claws53
4255
4256         * po/POTFILES.in
4257                 update to reflect recent changes (thanks
4258                 to Ricardo Mones Lastra)
4259                 
4260         * tools/filter_conv.pl
4261                  fix problem with quoted strings. Patch submitted
4262                  by Luke Plant <lukeplant@softhome.net>
4263
4264 2002-12-03 [paul]       0.8.6claws52
4265
4266         * sync with 0.8.6cvs15
4267                 see ChangeLog 2002-12-03
4268
4269 2002-12-02 [christoph]  0.8.6claws51
4270
4271         * src/logwindow.[ch]
4272         * src/common/log.[ch]
4273                 implement logging using a hook function
4274
4275         * src/folderview.c
4276         * src/folder.[ch]
4277                 define hooklist name in header file to avoid
4278                 errors caused by wrong spelling of hooklist names
4279
4280         * src/toolbar.c
4281                 fix warnings
4282
4283 2002-12-02 [christoph]  0.8.6claws50
4284
4285         * src/common/Makefile.am
4286                 add src/common/hooks.[ch]
4287
4288         * src/common/hooks.[ch]
4289                 implement a simple hook system using glib's hook functions
4290
4291         * src/folder.[ch]
4292         * src/folderview.c
4293                 use new hook system for folder item updates
4294
4295 2002-12-02 [christoph]  0.8.6claws49
4296
4297         * doc-src/ui_seperation.txt     ** NEW **
4298                 information for ui seperation
4299
4300         * src/Makefile.am
4301                 remove files that were moved to common
4302                 include common directory by default for the header files
4303
4304         * src/inc.c
4305         * src/common/socket.c
4306         * src/automaton.[ch]
4307                 implement automaton using g_io_*-functions instead of
4308                 gdk_input_add to make it ui independent
4309
4310         * src/codeconv.c
4311         * src/compose.c
4312         * src/ldif.c
4313         * src/pgptext.c
4314         * src/procmime.c
4315         * src/rfc2015.c
4316         * src/smtp.c
4317         * src/unmime.c
4318                 remove common/ prefix because directory is now in
4319                 include path
4320
4321         * src/compose.c
4322         * src/folder.c
4323         * src/folderview.c
4324         * src/mainwindow.c
4325         * src/messageview.c
4326         * src/prefs_common.c
4327         * src/procmsg.c
4328         * src/rfc2015.c
4329                 fix warnings
4330
4331         * src/imap.c
4332         * src/inc.c
4333         * src/news.c
4334         * src/pop.c
4335         * src/send.c
4336         * src/smtp.c
4337         * src/ssl_certificate.c
4338                 add log.h header file for logging functions
4339
4340         * src/main.c
4341         * src/common/utils.c
4342         * src/summaryview.c
4343         * src/xml.c
4344                 o move debug_mode to common/utils.c
4345                 o add functions to set and get debug_mode
4346
4347         * src/defs.h                    ** REMOVE **
4348         * src/intl.h                    ** REMOVE **
4349         * src/socket.[ch]               ** REMOVE **
4350         * src/ssl.[ch]                  ** REMOVE **
4351         * src/utils.[ch]                ** REMOVE **
4352                 replaced by new files in src/common/
4353         
4354         * src/common/Makefile.am
4355                 add new files in src/common/
4356
4357         * src/common/defs.h             ** NEW **
4358         * src/common/intl.h             ** NEW **
4359         * src/common/log.[ch]           ** NEW **
4360         * src/common/socket.[ch]        ** NEW **
4361         * src/common/ssl.[ch]           ** NEW **
4362         * src/common/utils.[ch]         ** NEW **
4363                 replacement for files in src/
4364
4365 2002-12-02 [colin]      0.8.6claws48
4366
4367         * src/folderview.c
4368                 Scroll folderview if necessary during dnd
4369
4370 2002-12-02 [colin]      0.8.6claws47
4371
4372         * src/folder.[ch]
4373                 Add check to verify a move is within a single mailbox
4374         * src/folderview.c
4375                 Add specific error string for this check
4376
4377 2002-12-02 [colin]      0.8.6claws46
4378
4379         * src/folder.c
4380                 Add a test to folder moving, remove a statusbar_print
4381         * src/folderview.c
4382                 Add Move folder... context-menu item
4383                 Factorize folder moving code
4384                 Enable folder DND for mbox
4385
4386 2002-12-01 [christoph]  0.8.6claws45
4387
4388         * ac/aspell.m4
4389                 remove conf.aspelltest if the version check fails
4390
4391 2002-11-30 [christoph]  0.8.6claws44
4392
4393         * autogen.sh
4394                 run libtoolize --force in autogen to create missing
4395                 libtool scripts
4396
4397 2002-11-30 [christoph]  0.8.6claws43
4398
4399         * src/Makefile.am
4400         * src/pgptext.c
4401         * src/procmime.c
4402         * src/rfc2015.c
4403         * src/uuencode.[ch]             ** REMOVED **
4404         * src/common/Makefile.am
4405         * src/common/uuencode.[ch]      ** NEW **
4406                 move uuen/decoder to common directory
4407
4408 2002-11-30 [christoph]  0.8.6claws42
4409
4410         * src/Makefile.am
4411         * src/base64.[ch]               ** REMOVED **
4412         * src/codeconv.c
4413         * src/compose.c
4414         * src/ldif.c
4415         * src/pgptext.c
4416         * src/procmime.c
4417         * src/rfc2015.c
4418         * src/smtp.c
4419         * src/unmime.c
4420         * src/common/Makefile.am
4421         * src/common/base64.[ch]        ** NEW **
4422                 move base64 en/decoder to common directory
4423
4424 2002-11-30 [christoph]  0.8.6claws41
4425
4426         * src/common                    ** NEW **
4427                 new directory for UI independent code
4428         * src/gtk                       ** NEW **
4429                 new directory for GTK frontend
4430         * src/common/.cvsignore         ** NEW **
4431         * src/gtk/.cvsignore            ** NEW **
4432                 ignore build files
4433         * src/common/Makefile.am        ** NEW **
4434         * src/gtk/Makefile.am           ** NEW **
4435                 automake files to build new seperated stuff
4436         * src/Makefile.am
4437                 the binary will currently still be build with the
4438                 files in src, so we include the code from the
4439                 subdirs for now after building the libs there
4440
4441 2002-11-30 [paul]       0.8.6claws40
4442
4443         * src/compose.c
4444                 fix bug [642731] 'Wrong selected account with drafted mail'
4445
4446 2002-11-29 [oliver]     0.8.6claws39
4447         
4448         * src/messageview.c
4449                 o update summaryview when switching between different
4450                   messageviews          
4451         * src/toolbar.c  
4452                 o check if messageview holds already removed msg
4453                   from summaryview
4454                 
4455
4456 2002-11-29 [oliver]     0.8.6claws38
4457
4458         * src/toolbar.c 
4459                 remove not needed variables and includes
4460                 make messageview stay opened and move to next when msgs are deleted 
4461
4462 2002-11-29 [oliver]     0.8.6claws37
4463         
4464         * src/toolbar.c 
4465                 disable compose button (messageview toolbar) by default
4466                 deleted msgs are moved to trash
4467         
4468 2002-11-29 [melvin]     0.8.6claws36
4469
4470         * configure.in
4471                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4472                 and to detect signatures expirations (gpgme 0.3.6)
4473
4474         * src/main.c
4475                 Use non obsolescent function for Gpgme engine checking.
4476
4477         * src/rfc2015.c
4478                 Inform about expired signatures or signatures which key
4479                 has expired. Expiration date is displayed.
4480
4481         * src/sigstatus.c
4482                 Inform about expired signatures or signatures which key
4483                 has expired.
4484
4485 2002-11-28 [paul]       0.8.6claws35
4486
4487         * src/folderview.c
4488                 re-instate 'Check for new messages' in Newsgroup
4489                 folders right-click menu, after a suggestion from
4490                 Tim Mann <timmann@users.sourceforge.net>
4491
4492         * src/main.c
4493                 after a crash check only local folders for new
4494                 messages
4495
4496 2002-11-28 [paul]       0.8.6claws34
4497
4498         * configure.in
4499                 apply patch that fixes the checking of GTK with XIM 
4500                 support on different OSs, such as FreeBSD. Patch 
4501                 submitted by Topia <topia@users.sourceforge.net>
4502                 
4503 2002-11-28 [paul]       0.8.6claws33
4504
4505         * src/mainwindow.c
4506           src/prefs_common.c
4507           src/prefs_toolbar.c
4508                 more changes to the English
4509
4510 2002-11-28 [paul]       0.8.6claws32
4511
4512         * sync with 0.8.6cvs13
4513                 see ChangeLog 2002-11-28 (no sync needed
4514                 for src/compose.c)
4515
4516 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4517         
4518         * src/mainwindow.[ch]
4519                 add patch by Ivan F. Martinez introducing messageview Toolbar
4520                 some changes and committed by oliver    
4521
4522 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4523
4524         * src/messageview.[ch]
4525                 add patch by Ivan F. Martinez introducing messageview Toolbar
4526                 some changes and committed by oliver    
4527
4528 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4529
4530         * src/compose.[ch]
4531                 add patch by Ivan F. Martinez introducing messageview Toolbar
4532                 some changes and committed by oliver    
4533
4534 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4535         
4536         * src/toolbar.[ch]
4537                 add patch by Ivan F. Martinez introducing messageview Toolbar
4538                 some changes and committed by oliver
4539
4540 2002-11-28 [oliver]     0.8.6claws27
4541         
4542         * src/prefs_toolbar.[ch]
4543                 getting ready for messageview toolbar
4544                 free mem allocated by gettext
4545                 change prefs_toolbar to prefs_toolbar_open
4546  
4547 2002-11-28 [thorsten]   0.8.6claws26
4548
4549         * src/imageview.[ch]
4550                 cleaned up conflicting declarations of
4551                 imageview_show_image()
4552
4553 2002-11-28 [paul]       0.8.6claws25
4554
4555         * src/grouplistdialog.c
4556           src/prefs_common.c
4557           src/prefs_summary_column.c
4558                 a few more improvements to the English
4559
4560 2002-11-28 [colin]      0.8.6claws24
4561
4562         * man/sylpheed.1
4563                 A few updates to command-line parameters
4564
4565 2002-11-28 [colin]      0.8.6claws23
4566
4567         * src/prefs_filtering.c
4568                 Fix problems with prefs_filtering_delete_path:
4569                 a) if the first rule is removed, original pointers
4570                    weren't updated (leading to segfaults)
4571                 b) it was always global_processing updated in case
4572                    of removed path was parent of rule path
4573
4574 2002-11-27 [paul]       0.8.6claws22
4575
4576         * src/mainwindow.c
4577           src/prefs_account.c
4578           src/prefs_actions.c
4579           src/prefs_common.c
4580           src/prefs_customheader.c
4581           src/prefs_display_header.c
4582           src/prefs_filtering.c
4583           src/prefs_folder_item.c
4584           src/prefs_matcher.c
4585           src/prefs_scoring.c
4586           src/prefs_summary_column.c
4587           src/prefs_template.c
4588           src/prefs_toolbar.c
4589                  improve the English in the GUI
4590
4591 2002-11-27 [colin]      0.8.6claws21
4592
4593         * src/folder.c
4594                 Fix processing renaming problems happening after
4595                 last commit
4596
4597 2002-11-27 [colin]      0.8.6claws20
4598
4599         * src/folder.c
4600                 recursive move now deletes src each subfolder after 
4601                 having moved it
4602         * src/folderview.c
4603                 Use identifier instead of path during dnd (enables
4604                 IMAP folder dnd)
4605
4606 2002-11-27 [paul]       0.8.6claws19
4607
4608         * src/main.c
4609                 apply patch that does command-line processing 
4610                 BEFORE gtk_init, allowing claws to run from 
4611                 shell-scripts in non-X environment (e.g. crontab 
4612                 or ip-up, ip-down scripts). Patch submitted by
4613                 Ruslan N. Balkin <baron@dartel.ru>
4614                 
4615         * po/it.po
4616                 updated by Alessandro Maestri
4617
4618 2002-11-27 [paul]       0.8.6claws18
4619
4620         * sync with 0.8.6cvs12
4621           src/prefs_common.c
4622                 Differences are that main uses a 'Receive dialog'
4623                 frame on the Interface tab, whereas claws groups all 
4624                 the dialogs together in a 'Dialogs' frame.
4625
4626 2002-11-27 [colin]      0.8.6claws17
4627
4628         * src/prefs_matcher.c
4629                 Fix Execute criteria's NOT flag
4630
4631
4632 2002-11-26 [christoph]  0.8.6claws16
4633
4634         * src/ssl.c
4635                 rewrite the ssl code a little bit, only use one
4636                 SSL context, set default certificates' file/path
4637
4638 2002-11-26 [thorsten]   0.8.6claws15
4639
4640         * src/compose.c
4641                 default-reply-to didn't work for ml-reply
4642
4643 2002-11-26 [melvin]     0.8.6claws14
4644
4645         * src/prefs_actions.c
4646                 Made pipe-actions ignore short headers in message view
4647                 Made trailing-pipe-actions write in the message view with
4648                 the same font as the original message
4649
4650 2002-11-26 [paul]       0.8.6claws13
4651
4652         * src/compose.c
4653                 this time commit the correct file
4654
4655 2002-11-26 [paul]       0.8.6claws12
4656
4657         * sync with 0.8.6cvs11
4658           src/quote_fmt_parse.y  
4659                 no sync needed
4660           src/account.[ch]       
4661                 not sync'ed
4662           src/compose.c
4663                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4664                 on draft mode.
4665                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4666                 header
4667                 
4668         see ChangeLog 2002-11-25 and 2002-11-26
4669
4670 2002-11-26 [colin]      0.8.6claws11
4671
4672         * src/folderview.c
4673                 Fix collapsed folder not auto-expanding during
4674                 mail dnd, if it was the source folder.
4675
4676 2002-11-25 [colin]      0.8.6claws10
4677
4678         * src/folderview.[ch]
4679                 Variable renaming and cleaning (slist of nodes 
4680                 to be re-collapsed is stored in FolderView)
4681
4682 2002-11-25 [paul]       0.8.6claws9
4683
4684         * src/prefs_common.[ch]
4685                 fix breakage caused by last commit
4686
4687 2002-11-25 [paul]       0.8.6claws8
4688
4689         * sync with 0.8.6cvs4
4690                 see ChangeLog 2002-11-21
4691
4692 2002-11-25 [paul]       0.8.6claws7
4693
4694         * sync with 0.8.6cvs4
4695                 see ChangeLog 2002-11-20
4696
4697 2002-11-25 [paul]       0.8.6claws6
4698
4699         * sync with 0.8.6cvs3
4700                 see ChangeLog 2002-11-18
4701
4702 2002-11-25 [colin]      0.8.6claws5
4703
4704         * src/gtkutils.[ch]
4705                 Add gtkut_ctree_node_is_parent()
4706         * src/folderview.c
4707                 Spring-loaded folders
4708
4709 2002-11-25 [colin]      0.8.6claws4
4710
4711         * src/utils.[ch]
4712                 Add slist_concat_unique(), function to merge
4713                 two GSList filtering dups
4714         * src/folder.[ch]
4715         * src/summaryview.[ch]
4716         * src/folderview.c
4717         * src/main.c
4718                 Add detection/update/display of unread answers
4719                 to marked mails
4720         * src/procmsg.[ch]
4721                 Add procmsg_find_children()
4722                 Add procmsg_msg_has_marked_parent()
4723
4724 2002-11-25 [colin]      0.8.6claws3
4725
4726         * src/ssl_certificate.[ch]
4727                 Allow checking a certificate without a DNS
4728                 lookup
4729                 Allow to forget a cert (by deleting it)
4730                 Make ssl_certificate_destroy_public
4731         * src/ssl_manager.[ch] ** NEW FILES **
4732                 Gui to manage (display/remove) certificates
4733         * src/prefs_common.[ch]
4734                 Add a pref to allow silent acceptation of
4735                 trusted certificates or not (based on the
4736                 "I want to know what's going on" principle)
4737         * src/mainwindow.c
4738                 Add SSL manager in Tools menu
4739         * src/Makefile.am
4740                 Add the new files to the build
4741         * po/POTFILES.in
4742                 Add ssl_manager.c to translations
4743
4744 2002-11-25 [colin]      0.8.6claws2
4745
4746         * src/summaryview.[ch]
4747                 Add S_SEARCH_EXTENDED to the quick search, which 
4748                 allows to search using filtering syntax.
4749
4750 2002-11-25 [colin]      0.8.6claws1
4751
4752         * src/summaryview.c
4753                 Deletion of duplicates now prefer deleting
4754                 the unread dup (fixes feature-request 638989).
4755
4756 2002-11-24 [paul]       0.8.6claws
4757
4758         * po/es.po
4759           po/pl.po
4760           po/ru.po
4761           po/sr.po
4762                 updated by Ricardo Mones Lastra,
4763                 Witold Wladyslaw Wojciech Wilk,
4764                 Ruslan N. Balkin, and  Urke MMI 
4765                 respectively
4766
4767 2002-11-24 [paul]       0.8.5claws182
4768
4769         * po/bg.po
4770                 updated by George Danchev
4771
4772 2002-11-23 [alfons]     0.8.5claws181
4773
4774         * src/imap.c
4775                 tiny memory leak found by browsing Dimitar's 
4776                 valgrind report
4777
4778 2002-11-23 [paul]       0.8.5claws180
4779
4780         * po/it.po
4781                 updated by Alessandro Maestri
4782
4783 2002-11-22 [christoph]  0.8.5claws179
4784
4785         * src/compose.c
4786         * src/inc.c
4787         * src/prefs_filtering.c
4788         * src/summaryview.c
4789                 more warning fixes
4790
4791 2002-11-22 [alfons]     0.8.5claws178
4792
4793         * src/summaryview.c
4794                 summary_execute_delete_func(): if message is deleted, make 
4795                 sure to also remove its entry in the subject hash table. 
4796                 fixes a corner case bug.
4797
4798 2002-11-22 [paul]       0.8.5claws177
4799
4800         * .cvsignore
4801                 add 'autom4te.cache'
4802                 
4803         * ltconfig      ** REMOVED **
4804                 not needed
4805
4806 2002-11-22 [paul]       0.8.5claws176
4807
4808         * src/textview.c
4809                 textview_set_font(): fix for message display in
4810                 UTF-8 locales (thanks to Sergey Vlasov).
4811                 
4812         * AUTHORS
4813                 add new team members and contributors
4814
4815
4816 2002-11-21 [colin]      0.8.5claws175
4817
4818         * src/procmsg.[ch]
4819                 Add procmsg_remove_special_headers()
4820         * src/mh.c
4821                 Use procmsg_remove_special_headers() for 
4822                 previous fix
4823
4824 2002-11-21 [colin]      0.8.5claws174
4825
4826         * src/mh.c
4827                 Fix moving/copying from queue/draft folders
4828                 for MH folders
4829
4830 2002-11-21 [christoph]  0.8.5claws173
4831
4832         * src/crash.c
4833         * src/filtering.c
4834         * src/logwindow.c
4835         * src/main.c
4836         * src/matcher_parser_lex.[hl]
4837         * src/mbox.c
4838         * src/mbox_folder.[ch]
4839         * src/prefs_filtering.c
4840         * src/procheader.c
4841         * src/quote_fmt_lex.l
4842         * src/ssl.c
4843                 fix all warnings except the warnings in lex and yacc files
4844
4845 2002-11-20 [christoph]  0.8.5claws172
4846
4847         * src/imap.c
4848                 fix MsgInfo retrieval for IMAP draft and queue folders
4849                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4850
4851 2002-11-19 [christoph]  0.8.5claws171
4852
4853         * src/compose.c
4854                 fix segfault, when draft saving does not get
4855                 the MsgInfo of the new message
4856                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4857
4858 2002-11-19 [christoph]  0.8.5claws170
4859
4860         * src/procmsg.c
4861                 add parameter check for flag setting function
4862                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4863
4864 2002-11-18 [paul]       0.8.5claws169
4865
4866         * src/compose.c
4867                 more sensitivity fixes to redirect mode:
4868                 * disable toolbar draft button
4869                 * allow only Address book in the Tools menu
4870                 * disable editing of message by the spell
4871                   checker
4872
4873 2002-11-18 [paul]       0.8.5claws168
4874
4875         * src/compose.c
4876                 fix sensitivity of menu items in compose_redirect():
4877                 allow only the necessary items 
4878
4879 2002-11-18 [paul]       0.8.5claws167
4880
4881         * src/compose.c
4882                 fix bug [ 603259 ] 'attachment got lost on bounce'
4883
4884 2002-11-18 [paul]       0.8.5claws166
4885
4886         * po/ru.po
4887                 updated by Ruslan N. Balkin <baron@dartel.ru>
4888
4889 2002-11-18 [colin]      0.8.5claws165
4890
4891         * src/main.c
4892           src/defs.h
4893                 Remove old filtering stuff
4894
4895
4896 2002-11-17 [oliver]     0.8.5claws164
4897
4898         * src/toolbar.h
4899                 remove not needed typedef 
4900
4901 2002-11-17 [oliver]     0.8.5claws163
4902
4903         * src/toolbar.c
4904                 make toolbar's on click events translatable
4905
4906 2002-11-15 [colin]      0.8.5claws162
4907
4908         * src/summaryview.c
4909                 Revert too-soon integration of a feature
4910
4911 2002-11-15 [christoph]  0.8.5claws161
4912
4913         * src/imap.c
4914                 use main's implementation of imap_get_msginfo
4915
4916 2002-11-15 [christoph]  0.8.5claws160
4917
4918         * src/compose.c
4919         * src/folder.[ch]
4920         * src/imap.c
4921         * src/mbox_folder.c
4922         * src/mh.c
4923         * src/news.c
4924         * src/procmsg.c
4925         * src/summaryview.c
4926                 replace claws' fetch_msginfo with main's get_msginfo
4927                 (use main's implementation where possible)
4928
4929 2002-11-15 [colin]      0.8.5claws159
4930
4931         * src/ssl_certificate.c
4932                 Missed a check
4933
4934 2002-11-16 [melvin]     0.8.5claws158
4935
4936         * po/fr.po
4937                 Updated French translations.
4938
4939 2002-11-16 [colin]      0.8.5claws157
4940
4941         * src/ssl_certificate.c
4942                 Check for missing parts in the certificates
4943
4944 2002-11-15 [colin]      0.8.5claws156
4945
4946         * src/folderview.c
4947                 Preventive fix (missing check) found by
4948                 Alfons
4949
4950 2002-11-15 [paul]
4951
4952         * NEWS
4953                 sync with 0.8.6 release
4954
4955 2002-11-15 [colin]      0.8.5claws155
4956
4957         * src/folder.[ch]
4958           src/folderview.c
4959                 Fix error handling of folder_item_move_to()
4960                 (thanks to Alfons!)
4961
4962 2002-11-15 [colin]      0.8.5claws154
4963
4964         * src/folder.[ch]
4965           src/folderview.c
4966                 folder_item_move_to() sets an error message instead
4967                 of having GUI stuff in folder.c
4968
4969 2002-11-15 [colin]      0.8.5claws153
4970
4971         * src/procmsg.[ch]
4972                 Implemented a callback for MsgInfo updates, 
4973                 heavily copy/pasted from Christoph's folder 
4974                 callback system
4975         * src/summaryview.[ch]
4976                 Register summary_update_msg as callback
4977
4978 2002-11-14 [colin]      0.8.5claws152
4979         
4980         * src/procmsg.c
4981                 Update the FolderItem after sending (fixes 617593)
4982
4983 2002-11-14 [christoph]  0.8.5claws151
4984
4985         * src/folder.c
4986                 fix wrong position of NULL pointer check found
4987                 by Sergey
4988
4989 2002-11-14 [christoph]  0.8.5claws150
4990
4991         * src/folder.c
4992                 fix segfault when deleting messages from IMAP folders
4993                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4994
4995 2002-11-14 [colin]      0.8.5claws149
4996
4997         * src/compose.c
4998                 Forwarding was also ignoring the folder's default account.
4999
5000 2002-11-14 [colin]      0.8.5claws148
5001
5002         * src/compose.c
5003                 Fix sent folder not set to folder properties when 
5004                 forwarding.
5005
5006 2002-11-14 [thorsten]   0.8.5claws147
5007
5008         * src/inc.c
5009                 inc_start(): Files were not moved from .processing to inbox,
5010                 if no global processing rule existed
5011
5012 2002-11-14 [colin]      0.8.5claws146
5013
5014         * src/ssl_certificate
5015                 Fix file operations
5016
5017 2002-11-14 [paul]       0.8.5claws145
5018
5019         * po/it.po
5020                 updated by Alessandro Maestri
5021
5022 2002-11-13 [alfons]     0.8.5claws144
5023
5024         * src/folder.c
5025                 folder_item_close(): only mark messages unread
5026                 when a folder has new messages 
5027
5028 2002-11-13 [keith]      0.8.5claws143
5029
5030         * src/imap.c
5031                 Fix problem moving or copying between
5032                 IMAP folders
5033
5034 2002-11-13 [colin]      0.8.5claws142
5035
5036         * src/matcher_parser_parse.y
5037                 Fix rule problem when " don't match
5038
5039 2002-11-13 [christoph]  0.8.5claws141
5040
5041         * src/folder.c
5042         * src/folderview.c
5043                 moved cache saving to folder_item_close
5044                 the folderview should not have to deal with
5045                 this things
5046
5047 2002-11-13 [christoph]  0.8.5claws140
5048
5049         * src/summaryview.c
5050                 moved setting of important score to
5051                 summary_set_prefs_from_folderitem
5052
5053 2002-11-13 [colin]      0.8.5claws139
5054
5055         * src/matcher_parser_parse.y
5056                 Fix a segfault in the parser (happening when
5057                 a good expression had been tested and a bad 
5058                 one arrives)
5059
5060 2002-11-13 [paul]       0.8.5claws138
5061
5062         * sync with 0.8.5cvs24
5063                 see ChangeLog 2002-11-13
5064                 
5065         * po/pt_BR.po
5066                 updated by Fabio Jr. Beneditto
5067
5068 2002-11-13 [colin]      0.8.5claws137
5069         
5070         * src/msgcache.c
5071           src/defs.h
5072           src/procmsg.[ch]
5073                 Revert last commit, problem
5074
5075 2002-11-13 [colin]      0.8.5claws136
5076
5077         * src/msgcache.c
5078                 Remove duplicated code
5079         * src/defs.h
5080                 Bumped CACHE_VERSION and MARK_VERSION
5081         * src/procmsg.[ch]
5082                 Network endian for cache and mark files
5083
5084 2002-11-12 [colin]      0.8.5claws135
5085
5086         * src/inc.c
5087                 Fix the "socket error" dialog which disappeared
5088
5089 2002-11-12 [colin]      0.8.5claws134
5090
5091         * src/msgcache.c
5092                 Reverse last commit which had performance 
5093                 problems, but still reverse the list
5094
5095 2002-11-12 [colin]      0.8.5claws133
5096
5097         * src/msgcache.c
5098                 Reverse list order
5099
5100 2002-11-12 [melvin]     0.8.5claws132
5101
5102         * src/compose.c
5103                 Added a check for a NULL prefs_common.dictionary
5104
5105 2002-11-12 [colin]      0.8.5claws131
5106
5107         * src/ssl_certificate.[ch]
5108                 Use FQDN hostname
5109
5110 2002-11-12 [colin]      0.8.5claws130
5111
5112         * src/ssl_certificate.[ch]
5113                 Take connection port into account for 
5114                 checking certificates (a single hostname
5115                 could have multiple servers with multiple
5116                 certificates)
5117         * src/ssl.c
5118                 Pass the port to ssl_certificate_check
5119
5120 2002-11-12 [paul]       0.8.5claws129
5121
5122         * src/folder.c
5123                 fix a typo in last commit
5124
5125 2002-11-12 [paul]       0.8.5claws128
5126
5127         * sync with 0.8.5cvs23
5128                 see ChangeLog entry 2002-11-12
5129
5130 2002-11-11 [colin]      0.8.5claws127
5131
5132         * src/ssl_certificate.c
5133                 Cleaner messages
5134                 Don't popup, instead log error, if the 
5135                 corresponding pref is checked
5136         * src/ssl_certificate.h
5137                 include <openssl/objects/h>
5138
5139 2002-11-11 [colin]      0.8.5claws126
5140
5141         * src/ssl_certificate.h
5142                 _Really_ clean it
5143
5144 2002-11-11 [colin]      0.8.5claws125
5145         
5146         * src/ssl_certificate.c
5147                 Fixed leak
5148
5149 2002-11-11 [colin]      0.8.5claws124
5150
5151         * src/ssl.c
5152                 Cleaned a bit
5153         * src/ssl_certificate.[ch]
5154                 Cleaned a bit (better use of SSL API)
5155                 (This will cause non-recognition of saved 
5156                  certificates of claws12[23]...)
5157
5158 2002-11-11 [paul]       0.8.5claws123
5159         
5160         * po/es.po
5161                 updated by Ricardo Mones Lastra
5162
5163 2002-11-11 [colin]      0.8.5claws122
5164
5165         * src/ssl.c
5166                 Fix a typo
5167
5168 2002-11-11 [colin]      0.8.5claws121
5169
5170         * src/ssl_certificate.[ch] ** NEW FILES **
5171         * src/ssl.[ch]
5172                 Check SSL certificates presented to us
5173         * src/Makefile.am
5174                 Add ssl_certificate.[ch]
5175         * po/POTFILES.in
5176                 Add ssl_certificate.c
5177
5178 2002-11-11 [paul]       0.8.5claws120
5179
5180         * sync with 0.8.5cvs22
5181                 see ChangeLog 2002-11-11
5182
5183 2002-11-11 [paul]       0.8.5claws119
5184
5185         * sync with 0.8.5cvs21
5186                 see ChangeLog 2002-11-11
5187
5188 2002-11-10 [jens]       0.8.5claws118
5189
5190         * src/folder.c
5191         * src/folderview.c
5192                 corrected some typing
5193         * po/de.po
5194                 updated german translation
5195         * sylpheed.spec.in
5196                 cleaned up specfile and adjusted it for claws
5197
5198 2002-11-10 [colin]      0.8.5claws117
5199
5200         * src/summaryview.c
5201                 a STATUSBAR_PUSH/POP fix
5202
5203 2002-11-10 [colin]      0.8.5claws116
5204
5205         * src/prefs_folder_item.c
5206                 Fix hanging after opening folder properties
5207
5208 2002-11-10 [hoa]        0.8.5claws115
5209
5210         * src/matcher_parser_lex.l
5211         * src/matcher_parser_parse.y
5212                 config file for scoring and filtering is no more trashed
5213                 when there is a syntax error in a filtering rule when
5214                 editing it in a dialog.
5215
5216 2002-11-09 [colin]      0.8.5claws114
5217
5218         * src/mbox_folder.c
5219                 Added missing initialisation of folder->destroy()
5220
5221 2002-11-09 [colin]      0.8.5claws113
5222
5223         * src/folder.c
5224           src/folderview.c
5225                 Fix the status bar messages
5226
5227 2002-11-09 [colin]      0.8.5claws112
5228
5229         * src/folderview.c
5230                 Fix hangs after folder dnd, happening after 
5231                 claws109.
5232
5233 2002-11-09 [christoph]  0.8.5claws111
5234
5235         * src/folderview.c
5236                 just changed order of calls (reverse order of
5237                 associated calls)
5238         * src/inc.c
5239                 lock inc when checking only one account, otherwise
5240                 inc all could be executed at the same time
5241
5242 2002-11-09 [christoph]  0.8.5claws110
5243
5244         * src/folderview.c
5245                 better unlock the mouse cursor before calling
5246                 summary_show because it changes the cursor too
5247
5248 2002-11-09 [christoph]  0.8.5claws109
5249
5250         * src/folder.[ch]
5251         * src/folderview.c
5252                 add functions to open and close a folder
5253                 o opending will execute scanning for remote folders
5254                   and processing
5255                 o closing will unset new flag for messages
5256
5257 2002-11-09 [colin]      0.8.5claws108
5258
5259         * src/folder.c
5260                 Add a call to prefs_matcher_write_config to 
5261                 avoid non-leaf folders filtering settings to be
5262                 lost
5263
5264 2002-11-09 [paul]       0.8.5claws107
5265
5266         * src/prefs_account.c
5267                 re-word a label
5268
5269 2002-11-09 [colin]      0.8.5claws106
5270
5271         * src/folderview.c
5272                 Minor esthetic fix
5273
5274 2002-11-09 [colin]      0.8.5claws105
5275
5276         * src/folderview.c
5277                 Fix prefs_filtering deletion for MH folders (same
5278                 reason as below)
5279         * src/prefs_filtering.c
5280                 Fix prefs_filtering renaming and deletion for 
5281                 folder-based processing rules.  
5282
5283 2002-11-09 [christoph]  0.8.5claws104
5284
5285         * src/compose.c
5286         * src/folder.[ch]
5287         * src/folderview.[ch]
5288         * src/import.c
5289         * src/inc.c
5290         * src/main.c
5291         * src/mainwindow.c
5292         * src/messageview.c
5293         * src/prefs_folder_item.c
5294         * src/procmsg.c
5295         * src/summaryview.c
5296                 implement a callback system for folder item updates
5297
5298 2002-11-09 [colin]      0.8.5claws103
5299
5300         * src/folderview.c
5301                 Fix prefs_filtering renaming for MH folders (we
5302                 shouldn't rename by path as another folder could
5303                 have the same hierarchy).
5304
5305 2002-11-09 [colin]      0.8.5claws102
5306
5307         * src/folder.c
5308                 Fix a leak found by Christoph, use better variable
5309                 names
5310
5311 2002-11-09 [colin]      0.8.5claws101
5312
5313         * src/folder.c
5314                 One more fix for processing rules
5315
5316 2002-11-08 [colin]      0.8.5claws100
5317         
5318         * src/matcher.c
5319                 Don't copy the compiled regexp (will be reevaluated)
5320         * src/folderview.c
5321                 Lock folderview while moving
5322         * src/folder.c
5323                 Provide info on what's happening to the user
5324
5325 2002-11-08 [colin]      0.8.5claws99
5326
5327         * src/folderview.c
5328                 Fix folder reordering after a move if parent is 
5329                 root
5330         * src/scoring.[ch]
5331                 Add function to copy a ScoringProp
5332         * src/prefs_folder_item.c
5333                 Copy scoring rules when copying a folder prefs
5334
5335 2002-11-08 [colin]      0.8.5claws98
5336
5337         * src/folderview.c
5338                 Fixes in case of failure
5339         * src/filtering.[ch]    
5340                 Add function to duplicate a FilteringProp
5341         * src/matcher.[ch]
5342                 Add function to duplicate a MatcherProp
5343         * src/prefs_folder_item.c
5344                 Save folder's processing rules when copying 
5345                 its prefs
5346
5347 2002-11-08 [colin]      0.8.5claws97
5348         
5349         * src/folderview.c
5350                 Sort after move
5351         * src/folder.c 
5352                 Change a printf to debug_print
5353
5354 2002-11-08 [colin]      0.8.5claws96
5355
5356         * src/folder.c
5357           src/folderview.c
5358                 Fix segfaults, call me stupido
5359         
5360
5361 2002-11-08 [colin]      0.8.5claws95
5362
5363         *src/folder.c
5364                 Added forgotten prefs to save when moving folders
5365
5366 2002-11-08 [colin]      0.8.5claws94
5367
5368         * src/folder.c
5369                 Fixes to folder DND (prefs copy)
5370         * src/folderview.c
5371                 Optimization for folder DND (don't rescan whole tree)
5372                 Added folderview_create_folder_node() for this 
5373                 optimization, so de-duped a bit the code
5374         * src/prefs_folder_item.[ch]
5375                 Added prefs_folder_item_copy_prefs()    
5376           
5377 2002-11-08 [paul]       0.8.5claws93
5378
5379         * src/prefs_account.c
5380           tools/README
5381           tools/kmail2sylpheed_v2.pl
5382                 correct some typos
5383
5384 2002-11-08 [paul]       0.8.5claws92
5385
5386         * src/compose.c
5387           src/prefs_account.[ch]
5388                 remove account options 'clearsign' and 'ascii_armored',
5389                 replace with 'default_gnupg_mode' to prevent mixed-mode
5390                 Privacy settings
5391
5392 2002-11-08 [paul]       0.8.5claws91
5393
5394         * src/compose.[ch]
5395                 re-implement GnuPG 'on-the-fly' mode selection,
5396                 disallow mixed-mode
5397
5398 2002-11-08 [colin]      0.8.5claws90
5399
5400         * src/folderview.c
5401           src/prefs_folder_item.c
5402                 Change "Property" to "Properties"
5403
5404 2002-11-07 [colin]      0.8.5claws89
5405
5406         * src/folderview.c
5407           src/folder.c
5408                 Allow folder dropping to a root folder
5409
5410 2002-11-07 [paul]       0.8.5claws88
5411
5412         * src/compose.c
5413                 revert last commit
5414
5415 2002-11-07 [paul]       0.8.5claws87
5416
5417         * src/compose.c
5418                 fix reply-to-list bug. closes bug report
5419                 "[633382] reply-to-list broken in recent cvs"
5420
5421 2002-11-07 [paul]       0.8.5claws86
5422
5423         * src/compose.c
5424                 add a forgotten '#if USE_GPGME ... #endif'
5425
5426 2002-11-07 [paul]       0.8.5claws85
5427
5428         * sync with 0.8.5cvs20
5429                 see ChangeLog 2002-11-07
5430
5431 2002-11-07 [colin]      0.8.5claws84
5432
5433         * src/folder.[ch]
5434                 Change folder_item_move_to to return the newly 
5435                 created folderitem.
5436         * src/folderview.c
5437                 Select the new folderitem after moving.
5438
5439 2002-11-07 [colin]      0.8.5claws83
5440
5441         * src/prefs_filtering.c
5442                 Fix rule rewriting when moving a leaf folder to a 
5443                 shorter path
5444
5445 2002-11-07 [colin]      0.8.5claws82
5446
5447         * src/prefs_filtering.c
5448                 fix a leak
5449
5450 2002-11-07 [colin]      0.8.5claws81
5451
5452         * src/folder.[ch]
5453                 Add folder_item_move_to() function to move a 
5454                 folderitem into another one (updates matcher etc)
5455         * src/folderview.c
5456                 Add folder drag'n drop (context menu to come)
5457                 [Should be dataloss free, but Please backup before 
5458                  trying !]
5459
5460 2002-11-06 [colin]      0.8.5claws80
5461
5462         * src/mh.c
5463                 mh_create_folder() returns NULL if can't create
5464                 directory hierarchy
5465
5466 2002-11-06 [paul]       0.8.5claws79
5467
5468         * src/compose.[ch]
5469                 allow 'on-the-fly' changing of the type of encryption 
5470                 and/or signing used (mime/ascii) via the compose window
5471
5472 2002-11-06 [paul]       0.8.5claws78
5473
5474         * sync with 0.8.5cvs19
5475                 see ChangeLog 2002-11-06 for src/account.c: 
5476                 account_get_special_folder()
5477                 
5478 2002-11-05 [alfons]     0.8.5claws77
5479
5480         * src/crash.c
5481                 very minor cleanups: nothing to see here, move on. :-)
5482
5483 2002-11-05 [colin]      0.8.5claws76
5484
5485         * src/main.c
5486                 Changes choices if compose windows are opened to
5487                 Discard, Draft, Don't quit
5488
5489 2002-11-05 [thorsten]   0.8.5claws75
5490
5491         * src/compose.c
5492                 reenabled default_reply_to folder option
5493
5494 2002-11-05 [colin]      0.8.5claws74
5495
5496         * src/compose.[ch] 
5497                 add compose_draft()
5498         * src/crash.c
5499                 add SIGTERM handler
5500         * src/main.[ch]
5501                 add clean_quit() for the SIGTERM handler
5502
5503 2002-11-05 [paul]       0.8.5claws73
5504         
5505         * po/es.po
5506                 updated by Ricardo Mones Lastra
5507
5508 2002-11-05 [melvin]     0.8.5claws72
5509
5510         * src/logwindow.c
5511                 Fixed log-clipping bug #616795.
5512                 To stop logging in the log window use 0 length.
5513         * src/prefs_common.c
5514                 Added a label to inform about the 0 log length behaviour.
5515
5516 2002-11-05 [paul]       0.8.5claws71
5517
5518         * sync with 0.8.5cvs17
5519                 see ChangeLog 2002-11-05
5520
5521 2002-11-04 [paul]       0.8.5claws70
5522
5523         * sylpheed-128x128.png
5524           sylpheed-64x64.png
5525           sylpheed.png
5526                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5527                 <nikai@users.sourceforge.net>
5528                 
5529         * po/bg.po
5530                 updated by George Danchev
5531
5532 2002-11-03 [thorsten]   0.8.5claws69
5533
5534         * src/main.c
5535           src/mimeview.c
5536           src/rfc2015.h
5537                 add check if gpg is active
5538
5539 2002-11-03 [thorsten]   0.8.5claws68
5540
5541         * src/toolbar.h
5542                 removed GSList declaration causing trouble on MacOS-X
5543                 (submitted by alfons, reported by xfesty)
5544
5545 2002-11-01 [paul]       0.8.5claws67
5546
5547         * src/mainwindow.c
5548                 remove last remnants of main's filter code
5549
5550 2002-11-01 [paul]       0.8.5claws66
5551
5552         * tools/filter_conv.pl
5553                 fix bug where user-defined headers were ignored
5554
5555 2002-11-01 [paul]       0.8.5claws65
5556
5557         * src/logwindow.c
5558                 make a debug_print() not translatable
5559
5560 2002-10-31 [melvin]     0.8.5claws64
5561
5562         * ac/aspell.m4
5563                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5564                 not run any GNU/aspell test.  The dictionary path will
5565                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5566                 was given, in which case, it will be $prefix/lib/aspell/
5567         * configure.in
5568                 Fixed typo in commentary (Aspell code).
5569
5570 2002-10-31 [paul]       0.8.5claws63
5571
5572         * po/POTFILES.in
5573                 remove src/filter.c and src/prefs_filter.c
5574                 thanks to Ricardo for reminding me
5575
5576 2002-10-31 [colin]      0.8.5claws62
5577
5578         * src/mbox_folder.c
5579                 Plug some leaks
5580
5581 2002-10-31 [paul]       0.8.5claws61
5582
5583         * src/prefs_filter.[ch] ** REMOVED **
5584           src/filter.[ch]       ** REMOVED **
5585           
5586         * src/Makefile.am
5587           src/folderview.c
5588           src/inc.c
5589           src/main.c
5590           src/mainwindow.c
5591           src/mbox.c
5592           src/prefs_common.c
5593           src/prefs_filtering.c
5594           src/summaryview.[ch]
5595                 remove main's 'filter' code
5596                 
5597         README.claws
5598                 update to reflect removal of main's filter
5599
5600 2002-10-31 [paul]       0.8.5claws60
5601
5602         * src/summaryview.c
5603                 remove check for global_processing in summary_filter_open(). 
5604                 This fixes the bug where if the user uses the right-click 
5605                 'Create filter rule...' and doesn't have any filter rules 
5606                 already defined in claws' advanced filtering, the newly 
5607                 created filter rule goes to main's filtering which is 
5608                 inaccessible through the gui. Now the filter rule gets added
5609                 to claws' filtering by default.
5610
5611 2002-10-28 [melvin]     0.8.5claws59
5612
5613         * src/prefs_actions.c
5614                 Fixed bug #627322 where MIME parts were not always
5615                 correctly passed to a %p action
5616                 Display an error dialog when message filename is not found.
5617
5618 2002-10-28 [melvin]     0.8.5claws58
5619
5620         * src/prefs_common.c
5621                 Readded a missing function declaration lost in 0.8.3claws34
5622
5623 2002-10-28 [paul]       0.8.5claws57
5624
5625         * sync with 0.8.5cvs15
5626                 see ChangeLog 2002-10-28 and 2002-10-25
5627                 
5628         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5629
5630 2002-10-27 [oliver]     0.8.5claws56
5631
5632         * src/pop.c
5633                 plug leak in pop3_top_recv
5634
5635 2002-10-26 [christoph]  0.8.5claws55
5636
5637         * src/folder.c
5638                 set need_update folder flag when messages are added
5639                 (closes bug [ 626922 ] folder not updated after receiving)
5640
5641 2002-10-25 [melvin]     0.8.5claws54
5642
5643         * src/imageview.c
5644                 Fixed a memleak introduced in the scaling code.
5645
5646 2002-10-24 [alfons]     0.8.5claws53
5647
5648         * src/filtering.c
5649                 make filtering's forward message action forward from the 
5650                 correct account
5651                 (closes bug [628089 ] Filter -> Forward from address problem
5652                 reported by Oktay)
5653
5654 2002-10-24 [christoph]  0.8.5claws52
5655
5656         * src/mainwindow.c
5657         * src/manual.[ch]
5658                 o use manual of current locale or english if current
5659                   locale is not available (and english is available)
5660                 o also link to sylpheed doc project manuals
5661
5662 2002-10-23 [paul]       0.8.5claws51
5663
5664         * tools/README
5665           tools/kmail2sylpheed_v2.pl
5666                 add new version of kmail addressbook importer script.
5667                 works with newer versions of Kmail/KAddressBook which
5668                 have new and rearranged data.
5669
5670 2002-10-23 [martin]     0.8.5claws50
5671
5672         * src/folderview.c
5673         * src/summaryview.c
5674         * src/utils.h
5675         * src/utils.c
5676                 added length parameter to get_abbrev_newsgroup_name()
5677                 changed this function so that it abbreviates the newsgroup
5678                 names only so long it is smaller than the length parameter
5679                 (for better reading of some newsgroup names and space efficiency)
5680
5681 2002-10-22 [colin]      0.8.5claws49
5682
5683         *src/foldersel.c
5684                 Revert Alfons' last modification (after voting ;-))
5685
5686 2002-10-21 [alfons]     0.8.5claws48
5687
5688         * src/foldersel.c
5689                 folder view in folder selection dialog reflects state of
5690                 folder view in main window
5691
5692 2002-10-18 [alfons]     0.8.5claws47
5693
5694         * src/mbox.c
5695                 drop imported messages in folder selected by user,
5696                 and not in the inbox
5697                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5698
5699 2002-10-18 [alfons]     0.8.5claws46
5700
5701         * src/compose.c
5702                 make automagic reply work correctly for email accounts 
5703                 (whether it's viable to do a full sync with Hiro's 
5704                 compose.c is still under discussion)
5705
5706 2002-10-18 [melvin]     0.8.5claws45
5707
5708         * src/prefs_actions.c
5709                 Fixed bug #622275 where asynchroneous actions left 
5710                 zombies processes
5711                 Made (synchroneous) actions' input be displayed live.
5712
5713 2002-10-18 [christoph]  0.8.5claws44
5714
5715         * src/textview.c
5716                 don't add a newline in the textview in front of the
5717                 first textpart if header display is disabled
5718                 (closes bug [ 603385 ] disabled header display leaves blank
5719                  lin)
5720
5721 2002-10-18 [christoph]  0.8.5claws43
5722
5723         * src/folder.[ch]
5724         * src/imap.c
5725         * src/mbox_folder.c
5726         * src/mh.c
5727         * src/news.c
5728                 folder->get_num_list now returns an error code
5729                 (closes bug [ 609424 ] News cache cleared on failure)
5730                 
5731 2002-10-17 [colin]      0.8.5claws42
5732         
5733         * src/news.c
5734                 Changed a printf by debug_print
5735
5736 2002-10-16 [paul]       
5737
5738         * tools/OOo2sylpheed.pl
5739                 allow for spaces in the name of the
5740                 file to be attached.
5741
5742 2002-10-16 [colin]      0.8.5claws41
5743
5744         * src/main.c
5745                 Use a tristate to change online mode
5746
5747 2002-10-16 [paul]       0.8.5claws40
5748
5749         * po/es.po
5750                 updated by Ricardo Mones Lastra
5751
5752 2002-10-16 [colin]      0.8.5claws39
5753
5754         * src/main.c
5755           src/mainwindow.[ch]
5756                 Added --online and --offline command-line
5757                 switches
5758
5759 2002-10-15 [christoph]  0.8.5claws38
5760
5761         * src/procmime.c
5762                 set mimeinfo->name to NULL after g_free to
5763                 avoid double freeing with g_free
5764
5765 2002-10-14 [christoph]  0.8.5claws37
5766
5767         * src/compose.c
5768         * src/filtering.c
5769         * src/summaryview.c
5770                 remove calls to folder->change_flags that are now
5771                 done by procmsg flag functions (seems it is not
5772                 used by any foldertype anyway)
5773         * src/folder.c
5774                 init folder->change_flags with NULL
5775
5776 2002-10-14 [christoph]  0.8.5claws36
5777
5778         * src/folder.[ch]
5779         * src/imap.[ch]
5780                 use virtual functions for folder item new and destroy
5781                 functions
5782
5783 2002-10-14 [melvin]     0.8.5claws35
5784
5785         * src/compose.c
5786                 Added a test to not run the spell checker if no default
5787                 dictionary is available. No dialog is displayed though.
5788
5789 2002-10-14 [melvin]     0.8.5claws34
5790
5791         * src/gtkaspell.c
5792                 Fixed bug in dictionary list context menu where
5793                 "More..." pointed to an emtpy submenu if the
5794                 number of dictionaries is a multiple of 15
5795                 Removed unneeded code in suggestions list creation
5796
5797 2002-10-14 [paul]       0.8.5claws33
5798
5799         * po/bg.po
5800                 updated by George Danchev
5801
5802 2002-10-13 [hoa]        0.8.5claws32
5803
5804         * src/matcher.[ch]
5805           src/matcher_parser_parser.y
5806                 removed the escaped string from internal structure
5807                 of matcher.
5808
5809 2002-10-12 [colin]      0.8.5claws31
5810
5811         * src/gtksctree.[ch]
5812           src/summaryview.c
5813                 Removed useless function gtksctree_reanchor
5814
5815 2002-10-12 [alfons]     0.8.5claws30
5816         
5817         * sync with remaining main changes 2002-10-09 - 2002-10-11
5818         - drop changes to src/compose.c (requires claws specific changes)
5819         
5820 2002-10-12 [alfons]     0.8.5claws29
5821         
5822         * sync with main changes of 2002-10-08
5823         - drop changes to src/compose.c (requires claws specific changes)
5824         - drop changes to src/summaryview.c (requires changes to compose.c)     
5825
5826 2002-10-12 [alfons]     0.8.5claws28
5827         
5828         * sync with main changes of 2002-10-07
5829
5830 2002-10-12 [alfons]     0.8.5claws27
5831
5832         * sync with main changes of 2002-10-04
5833         - drop changes to src/compose.c (requires claws specific changes)
5834         - drop changes to src/prefs_folder_item.c (claws implementation
5835           seems to be working)
5836
5837 2002-10-12 [colin]      0.8.5claws26
5838
5839         * src/mainwindow.c
5840                 Fix folder-flicker when space-reading, introduced 
5841                 in claws22.
5842
5843 2002-10-12 [colin]      0.8.5claws25
5844
5845         * src/compose.c
5846                 Save account address when saving as draft.
5847                 (closes bug 621838)
5848
5849 2002-10-12 [colin]      0.8.5claws24
5850
5851         * src/summaryview.c
5852                 Fix the problem consisting of no message selected
5853                 after the last message in a folder has been moved.
5854
5855 2002-10-12 [paul]       0.8.5claws23
5856
5857         * src/compose.c
5858           src/prefs_template.c
5859           src/template.[ch]
5860                 add Cc and Bcc to templates. Patch submitted by
5861                 John L. Males.
5862
5863 2002-10-12 [colin]      0.8.5claws22
5864
5865         * src/folderview.c
5866                 Fix a bug after "Check for new messages":
5867                 If a folder was opened, it was still selected at
5868                 the end of the check, but displayed empty.
5869         * src/mainwindow.c
5870                 Remove unnecessary check
5871
5872 2002-10-12 [paul]
5873
5874         * tools/README
5875                 be more verbose in the description of
5876                 OOo2sylpheed.pl
5877                 
5878
5879 2002-10-11 [colin]      0.8.5claws21
5880
5881         * src/mainwindow.c
5882                 Make space work (better) when no mail is selected
5883
5884 2002-10-11 [colin]      0.8.5claws20
5885
5886         * src/inc.c
5887           src/news.c
5888                 fix warnings
5889
5890 2002-10-11 [colin]      0.8.5claws19
5891
5892         * src/mainwindow.c
5893                 revert 0.8.5claws6 changes as i couldn't get to
5894                 anything satisfying
5895
5896 2002-10-11 [melvin]     0.8.5claws18
5897
5898         * src/compose.c
5899                 Removed buggy and unused macro (should have been committed in
5900                 0.8.5claws17)
5901
5902 2002-10-11 [melvin]     0.8.5claws17
5903
5904         * src/compose.c
5905                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5906
5907 2002-10-11 [thorsten]   0.8.5claws16 
5908
5909         * src/folderview.c
5910                 remove rescan warning
5911
5912 2002-10-11 [colin]      0.8.5claws15 
5913
5914         * src/procheader.c
5915                 fix a segfault that happens if conv_unmime_header
5916                 fails (should be better to find out why it fails)
5917
5918 2002-10-11 [christoph]  0.8.5claws14
5919
5920         * src/summaryview.c
5921                 update folderview stats after ignore/unignore thread
5922
5923 2002-10-11 [hoa]        0.8.5claws13
5924
5925         * src/quote_fmt_parse.y
5926                 Fixed a yacc/bison syntax error
5927         * src/matcher.c
5928                 Escaping of string is fixed.
5929
5930 2002-10-11 [colin]      0.8.5claws12
5931
5932         * src/imageview.c
5933                 Resize images to fit
5934
5935 2002-10-11 [paul]       0.8.5claws11
5936
5937         * po/es.po
5938                 updated by Ricardo Mones Lastra
5939
5940 2002-10-10 [alfons]     0.8.5claws10
5941
5942         * src/compose.c
5943                 allow dropping files by "moving" files from a file manager,
5944                 not only by the more cumbersome "copying". the latter 
5945                 mostly implies holding down the Control button
5946
5947 2002-10-10 [christoph]  0.8.5claws9
5948
5949         * src/summaryview.c
5950                 update folders after thread building for ignored threads
5951
5952 2002-10-10 [christoph]  0.8.5claws8
5953
5954         * config/.cvsignore
5955                 added Makefile
5956         * src/filtering.[ch]
5957         * src/folder.[ch]
5958         * src/folderview.[ch]
5959         * src/import.c
5960         * src/inc.[ch]
5961         * src/mbox.[ch]
5962         * src/procmsg.c
5963         * src/summaryview.[ch]
5964                 o added new flag need_update to FolderItem
5965                 o removed folder_table from various functions from tracking
5966                   folder updates
5967                 o set need_update flags in folder.c's move, copy and delete
5968                   functions and procmsg's flags functions
5969                 o added function folderview_update_items_when_required that
5970                   updates all folders with need_update set
5971                 o call folderview_update_items_when_required instead of
5972                   folderview_update_item_foreach
5973
5974 2002-10-09 [sergey]     0.8.5claws7
5975
5976         * src/compose.c
5977                 Strip CRs whel loading the text into editor in reedit mode.
5978
5979 2002-10-09 [colin]      0.8.5claws6
5980
5981         * src/mainwindow.c
5982                 Make Space work when no mail is selected
5983
5984 2002-10-09 [colin]      0.8.5claws5
5985
5986         * src/gtksctree.[ch]
5987                 Fix range_select
5988                 Add gtk_sctree_reanchor() 
5989         * src/summaryview.c
5990                 Use gtk_sctree_reanchor() - better fix for 
5991                 bug 60413
5992
5993 2002-10-09 [colin]      0.8.5claws4
5994
5995         * src/summaryview.c
5996                 Fix shift-click select after delete problem
5997                 (closes bug 60413)
5998
5999 2002-10-08 [thorsten]   0.8.5claws3
6000
6001         * src/summaryview.c
6002                 exclude current msg from -hide read messages-
6003
6004 2002-10-08 [colin]      0.8.5claws2
6005
6006         * src/inc.[ch]
6007           src/pop.c
6008           src/recv.c
6009                 Differentiate socket errors from disk full
6010                 errors
6011
6012 2002-10-08 [christoph]  0.8.5claws1
6013
6014         * Makefile.am
6015         * configure.in
6016                 modifications for new config directory
6017
6018         * config.guess  ** REMOVED **
6019         * config.sub    ** REMOVED **
6020         * install-sh    ** REMOVED **
6021         * ltmain.sh     ** REMOVED **
6022         * missing       ** REMOVED **
6023         * mkinstalldirs ** REMOVED **
6024                 these files are autogenerated by automake
6025                 when you run autogen.sh
6026
6027         * config/.cvsignore     ** NEW FILE **
6028         * config/Makefile.am    ** NEW FILE **
6029                 ignore autogenerated files
6030                 create a Makefile in this directory
6031
6032 2002-10-08 [paul]       0.8.5claws
6033
6034         * 0.8.5claws release
6035         
6036         * src/compose.c
6037           src/procheader.c
6038           src/procmsg.c
6039                 fix quote reply format for newsgroups reply bug
6040                 (thanks to Hoa)
6041                 
6042         * po/en_GB.po
6043           po/pl.po
6044                 updated by me and Witold Wladyslaw Wojciech Wilk
6045                 repectively
6046
6047 2002-10-07 [paul]       0.8.3claws53
6048
6049         * po/it.po
6050           po/pt_BR.po
6051           po/sr.po
6052                 updated messages catalogs, submitted by
6053                 Alessandro Maestri, Fabio Jr.Beneditto 
6054                 and Urke MMI, respectively.
6055
6056 2002-10-07 [christoph]  0.8.3claws52
6057
6058         * src/folder.[ch]
6059         * src/folderview.c
6060         * src/mainwindow.c
6061                 fix new folder ghost message bug
6062                 (closes bug [ 619722 ] wrong count for newly created folders)
6063
6064 2002-10-07 [christoph]  0.8.3claws51
6065
6066         * src/compose.c
6067                 fix news posting problem
6068
6069 2002-10-07 [melvin]     0.8.3claws50
6070
6071         * po/fr.po
6072                 Updated French translation
6073
6074 2002-10-05 [christoph]  0.8.3claws49
6075
6076         * src/gtkstext.c
6077                 check if line_start_cache is set in gtk_stext_update_text
6078                 (closes bug [ 618119 ] crash while doing search in folder)
6079
6080 2002-10-05 [christoph]  0.8.3claws48
6081
6082         * src/imap.c
6083         * src/news.c
6084         * src/utils.c
6085         * src/utils.h
6086                 implement cache cleanups for claws' folder system
6087                 (closes bug [ 595916 ] imapcache not cleaned up)
6088
6089 2002-10-05 [melvin]     0.8.3claws47
6090
6091         * src/prefs_actions.c
6092                 Made the help text more clear for the %p token
6093
6094 2002-10-04 [paul]       0.8.3claws46
6095
6096         * sync with 0.8.5
6097                 see ChangeLog 2002-10-02 and 2002-10-03
6098
6099 2002-10-04 [christoph]  0.8.3claws45
6100
6101         * src/inc.c
6102                 fix segfault caused by pop before smtp
6103                 call to inc_account_mail with NULL
6104                 pointer for mainwin
6105
6106 2002-10-04 [paul]       0.8.3claws44
6107
6108         * configure.in
6109                 sync the LDAP detection from 0.8.5cvs1
6110
6111 2002-10-02 [christoph]  0.8.3claws43
6112
6113         * po/de.po
6114                 fix small spelling error
6115
6116 2002-10-02 [melvin]     0.8.3claws42
6117
6118         * ac/aspell.m4
6119                 Behave better and say "no" when test program cannot be run.
6120
6121 2002-10-02 [paul]       0.8.3claws41
6122
6123         * sync with 0.8.4cvs1
6124                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6125                 
6126         * src/summaryview.c
6127                 toggle the behavior of Reply menuitem between
6128                 normal reply and reply-to-list
6129
6130 2002-10-01 [sergey]     0.8.3claws40
6131
6132         * src/compose.c
6133                 Convert newlines in the message text to the canonical form
6134                 before base64 encoding (RFC2045 compliance, fixes some
6135                 interoperability issues with Evolution 1.0.3)
6136
6137 2002-09-29 [colin]      0.8.3claws39
6138
6139         * src/summaryview.c
6140                 Fix an unwanted copy/paste
6141
6142 2002-09-29 [colin]      0.8.3claws38
6143
6144         * src/mainwindow.c
6145                 Renamed "Custom toolbar" to "Customize toolbar"
6146                 Renamed "Show all header" to "Show all headers"
6147                 Renamed "Set diplay item" to "Set displayed items"
6148         * src/prefs_common.c
6149                 Renamed "Show all header" to "Show all headers"
6150         * src/prefs_summary_column.c
6151                 Renamed "diplay item" to "displayed items"
6152
6153 2002-09-29 [colin]      0.8.3claws37
6154
6155         * src/mainwindow.[ch]
6156                 online/offline status pixmaps follow theme
6157                 changes
6158         * src/summaryview.[ch]
6159                 quicksearch pixmap follows theme changes
6160
6161 2002-09-29 [thorsten]   0.8.3claws36
6162
6163         * src/compose.c
6164           src/prefs_folder_item.[ch]
6165                 add default_reply_to folder option (closes patch 581044)
6166
6167 2002-09-29 [christoph]  0.8.3claws35
6168
6169         * acconfig.h    ** REMOVED **
6170         * configure.in
6171         * ac/aspell.m4
6172         * ac/check-type.m4
6173         * ac/gnupg-check-typedef.m4
6174                 fix autoheader 2.50 warning
6175
6176 2002-09-29 [christoph]  0.8.3claws34
6177
6178         * major code cleanup (part 2)
6179         
6180                 - unused variables removed
6181                 - unused functions removed
6182                 - uninitialized variables checked
6183                 - missing return statements added
6184                 - missing function return types added
6185                 - added parentheses around assignment
6186                   when suggested by gcc
6187
6188 2002-09-29 [alfons]     0.8.3claws33
6189
6190         * src/logwindow.c
6191                 log_window_clear(): only bracket gtk_text_forward_delete() 
6192                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6193                 works around GTK text bug)
6194
6195 2002-09-29 [paul]       0.8.3claws32
6196
6197         * po/bg.po
6198           po/sr.po
6199                 updated by George Danchev and Urke MMI
6200                 respectively
6201
6202 2002-09-27 [christoph]  0.8.3claws31
6203
6204         * doc-src/readme.txt
6205         * doc-src/rfc1806.txt   ** REMOVED **
6206         * doc-src/rfc2183.txt   ** NEW FILE **
6207         * doc-src/rfc2980.txt   ** NEW FILE **
6208                 update rfcs
6209
6210 2002-09-27 [melvin]     0.8.3claws30
6211
6212         * ac/aspell.m4
6213                 Fixed typo which could break linking
6214
6215 2002-09-27 [melvin]     0.8.3claws29
6216
6217         * ac/aspell.m4
6218                 Improved GNU/aspell checking. 
6219                 Fixed bug #614490
6220
6221 2002-09-27 [paul]       0.8.3claws28
6222
6223         * sync with 0.8.3cvs8
6224                 see ChangeLog 2002-09-27
6225
6226 2002-09-26 [colin]      0.8.3claws27
6227
6228         * src/toolbar.[ch]
6229           src/mainwindow.[ch]
6230                 Add "Reply to Mailing-list" to the toolbar
6231
6232 2002-09-26 [christoph]  0.8.3claws26
6233
6234         * src/summaryview.c
6235                 Fix wrong message counts in summaryview status
6236
6237 2002-09-26 [paul]       0.8.3claws25
6238
6239         * sync with 0.8.3cvs7
6240                 see ChangeLog 2002-09-26
6241
6242 2002-09-26 [paul]       0.8.3claws24
6243
6244         * sync with 0.8.3cvs6
6245                 see ChangeLog 2002-09-25
6246
6247 2002-09-25 [christoph]  0.8.3claws23
6248
6249         * src/prefs_common.c
6250         * src/prefs_folder_item.c
6251         * src/prefs_scoring.c
6252                 Renamed "kill score" to "hide score" in GUI
6253                 and prefs files
6254
6255 2002-09-25 [paul]       0.8.3claws22
6256
6257         * sync with 0.8.3cvs5
6258                 see ChangeLog 2002-09-24
6259
6260 2002-09-24 [alfons]     0.8.3claws21
6261
6262         patch by Satoshi Nagayasu: allows appending / saving multiple 
6263         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6264         'Save as ...'")
6265
6266         * AUTHORS
6267                 add Satoshi Nagayasu
6268         * src/summaryview.c
6269                 summary_save_as(): allow saving selected files to
6270                 one file
6271                 summary_set_menu_sensitive: enable "Save As..." when
6272                 multiple files are selected
6273         * src/utils.[ch]
6274                 append_file(): new function
6275
6276 2002-09-24 [colin]      0.8.3claws20
6277
6278         * src/procmime.c
6279                 Fix segfault when mimeinfo doesn't have a 
6280                 content_type. 
6281
6282 2002-09-24 [colin]      0.8.3claws19
6283
6284         * src/prefs_common.[ch]
6285                 Add a preference to display send dialog or not
6286         * src/send.c
6287                 Display send dialog according to preference
6288
6289 2002-09-24 [colin]      0.8.3claws18
6290
6291         * src/compose.[ch]
6292                 Disable user actions when sending
6293
6294 2002-09-24 [colin]      0.8.3claws17
6295
6296         * src/procmime.c
6297                 Do not display name or filename for attachments
6298                 with an application/pgp-signature type
6299                 (security flaw, see bug 537413)
6300
6301 2002-09-23 [colin]      0.8.3claws16
6302
6303         * src/editaddress.c
6304                 Initialize entry_email, entry_alias and 
6305                 entry_remarks to first email address of the list
6306
6307 2002-09-23 [colin]      0.83claws15
6308
6309         * src/compose.c
6310                 Drop pgp-signature when reediting a signed queued
6311                 message
6312
6313 2002-09-23 [melvin]     0.8.3claws14
6314
6315         * po/fr.po
6316                 Updated French translation
6317
6318 2002-09-23 [melvin]     0.8.3claws13
6319
6320         * src/mainwindow.c
6321                 Made custom toolbar menu labels more consistent
6322         * src/prefs_toolbar.c
6323                 Made custom toolbar window title more consistent
6324
6325 2002-09-22 [colin]      0.8.3claws12
6326
6327         * src/inc.c
6328                 Initialize session type to normal before getting 
6329                 mail (fixes strange Get behaviour)
6330         * src/prefs_account.h
6331                 Move STYPE_POP_BEFORE_SMTP to last position to 
6332                 avoid other side-effects
6333
6334 2002-09-22 [colin]      0.8.3claws11
6335
6336         * src/prefs_account.c
6337                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6338                 from pop3 to apop or vice-versa
6339
6340 2002-09-22 [colin]      0.8.3claws10
6341         
6342         * src/prefs_account.[ch]
6343                 Add an option for the POP before SMTP timeout
6344         * src/inc.c
6345                 Remember time of last POP connection
6346         * src/send.c
6347                 Do POP before SMTP only if timeout reached
6348
6349 2002-09-22 [oliver]     0.8.3claws9
6350         
6351         * README.claws
6352                 explain custom toolbar
6353
6354 2002-09-22 [oliver]     0.8.3claws8
6355
6356         * src/prefs_actions.[ch]
6357         custom toolbar for compose      
6358                 actions callback from compose toolbar
6359         * src/folderview.c
6360                 remove include toolbar.h
6361
6362 2002-09-22 [oliver]     0.8.3claws7
6363         
6364         * src/prefs_toolbar.[ch]
6365                 custom toolbar for compose
6366                 - generic prefs_toolbar handles both
6367                   Mainwin's toolbar as well as Compose toolbar          
6368
6369 2002-09-22 [oliver]     0.8.3claws6
6370         
6371         * src/toolbar.[ch]
6372                 custom toolbar for compose
6373                 restructure toolbar.[ch]
6374
6375 2002-09-22 [oliver]     0.8.3claws5
6376
6377         * src/compose.[ch]
6378                 custom toolbar for compose
6379
6380 2002-09-22 [oliver]     0.8.3claws4
6381         
6382         * src/mainwindow.[ch]
6383                 custom toolbar for compose 
6384                 move mainwin toolbar back to mainwindow
6385
6386 2002-09-22 [alfons]     0.8.3claws3
6387
6388         * src/procmsg.c
6389                 :%sno/if(/if (/gc
6390                 :%sno/for(/for (/gc
6391                 (beautify)
6392
6393 2002-09-22 [alfons]     0.8.3claws2
6394         
6395         * src/procmsg.c
6396                 procmsg_save_to_outbox(): don't unlink message file from queue;
6397                 callers should do it using folder_item_remove_msg()
6398
6399 2002-09-22 [colin]      0.8.3claws1
6400
6401         * src/mimeview.[ch]
6402                 Made mimeview_check_signature() public
6403         * src/textview.c
6404                 Made GPG signatures verifiable by clicking
6405                 the [application/pgp-signature] in the Text
6406                 view
6407
6408 2002-09-22 [paul]       0.8.3claws
6409
6410         * po/bg.po
6411           po/en_GB.po
6412           po/es.po
6413           po/it.po
6414           po/pl.po
6415           po/pt_BR.po
6416           po/sr.po
6417                 updated translations, submitted by George Danchev,
6418                 me, Ricardo Mones Lastra, Alessandro Maestri,
6419                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6420                 and Urke MMI, respectively.     
6421
6422 2002-09-22 [alfons]     0.8.2claws65
6423
6424         * src/procmsg.c
6425         * src/pgptext.c
6426                 no furry valgrinds have been used to plug these memleaks
6427
6428 2002-09-20 [paul]       0.8.2claws64
6429
6430         * sync with 0.8.3cvs4
6431                 'Select thread' re-implemented 
6432                 see ChangeLog 2002-09-20
6433
6434 2002-09-21 [alfons]     0.8.2claws63
6435
6436         * src/compose.c
6437                 compose_send(): plug unnoticed memleak
6438
6439 2002-09-20 [alfons]     0.8.2claws62
6440
6441         * src/addr_compl.c
6442                 replace_address_in_edit(): strict check for NULL address to
6443                 fix "[ 607348 ] Segfault in address completion". My guess is
6444                 that this happens with an empty address book, but it's good
6445                 to have this check here anyway
6446                 
6447                 completion_window_button_press(): free string returned 
6448                 from the internal cache
6449
6450 2002-09-20 [christoph]  0.8.2claws61
6451
6452         * src/procmime.h
6453                 added ENC_BINARY to EncodingType
6454         * src/procmime.c
6455                 the string returned by procmime_get_encoding_str
6456                 should not depend on the order of values in the
6457                 EncodingType definition
6458         * doc-src/rfc1806.txt   ** NEW FILE **
6459                 Added rfc1806 about MIME Content-Disposition
6460                 Extension
6461
6462 2002-09-19 [paul]       0.8.2claws60
6463
6464         * sync with 0.8.2cvs3
6465                 see ChangeLog 2002-09-19
6466
6467 2002-09-19 [paul]       0.8.2claws59
6468
6469         * src/prefs_folder_item.c
6470                 revert to Darko's original alignment of colour
6471                 selector button
6472                 add a colon to folder_color label
6473                 
6474         * src/compose.c
6475                 add Colin's patch (with Hiro's modifications) to 
6476                 force BASE64 encoding for 8-bit text when signing
6477                 (sync with 0.8.3cvs2)
6478
6479 2002-09-18 [alfons]     0.8.2claws58
6480
6481         * src/compose.c
6482                 :%sno/if(/if (/gc
6483                 :%sno/for(/for (/gc
6484                 (beautify a little bit)
6485
6486 2002-09-18 [christoph]  0.8.2claws57
6487
6488         * src/pine.c
6489                 fix handling of fgetc return value
6490
6491 2002-09-17 [alfons]     0.8.2claws56
6492         
6493         * src/summaryview.c
6494                 summary_sort(): check non-NULL summaryview->folder_item when no 
6495                 folder is selected at all
6496                 (closes "[ 610344 ] sort label make syl Crash")
6497
6498 2002-09-17 [alfons]     0.8.2claws55
6499         
6500         * src/compose.c
6501                 beautify a little bit
6502
6503 2002-09-17 [christoph]  0.8.2claws54
6504
6505         * src/folder.c
6506                 initialize max values for cache and folder
6507                 when cache or folder is empty
6508
6509 2002-09-15 [colin]      0.8.2claws53
6510
6511         * src/compose.c
6512                 Fix a leak (thanks Alfons!) and cleaned
6513                 variables names for custom headers
6514
6515 2002-09-15 [colin]      0.8.2claws52
6516
6517         * src/compose.c
6518                 Fix custom headers recognition when
6519                 prefs_common.trans_hdr is on
6520
6521 2002-09-15 [colin]      0.8.2claws51
6522
6523         * src/compose.c
6524                 Allow dynamically-added custom headers
6525                 Yet not reparsed if reedited
6526
6527 2002-09-15 [alfons]     0.8.2claws50
6528
6529         * src/prefs_account.c
6530                 fix warnings
6531
6532 2002-09-15 [colin]      0.8.2claws49
6533         
6534         * src/prefs_account.c
6535                 fix pop_before_smtp sensitivity
6536
6537 2002-09-15 [colin]      0.8.2claws48
6538
6539         * src/inc.[ch]
6540                 add inc_pop_before_smtp()
6541                 allow MainWindow to be undefined in 
6542                 inc_account_mail() and inc_start()
6543         * src/pop.c
6544           src/prefs_account.h
6545                 add STYPE_POP_BEFORE_SMTP session type
6546         * src/prefs_account.c
6547                 activated pop before smtp option
6548         * src/send.c
6549                 do pop before smtp if the relevant option 
6550                 is set
6551
6552 2002-09-15 [paul]       0.8.2claws47
6553
6554         * sync with 0.8.3
6555                 see ChangeLog 2002-09-15
6556
6557 2002-09-14 [paul]       0.8.2claws46
6558
6559         * po/bg.po
6560                 updated Bulgarian translation, submitted by
6561                 George Danchev
6562
6563 2002-09-13 [paul]       0.8.2claws45
6564
6565         * src/compose.c
6566                 merge claws' select_account() with main's
6567                 (new) compose_select_account(). [sync with
6568                 0.8.2cvs15, see ChangeLog 2002-09-11]
6569
6570 2002-09-12 [christoph]  0.8.2claws44
6571
6572         * src/filter.c
6573                 allocate 1 elements of FolderItem not 0
6574
6575 2002-09-12 [colin]      0.8.2claws43
6576
6577         * src/compose.c
6578                 Fix bug #590825 (obey Follow-up: poster)
6579
6580 2002-09-12 [colin]      0.8.2claws42
6581
6582         * src/procmime.c
6583                 Fix bug #557009 (wrong headers for messages 
6584                 forwarded as attachments)
6585
6586 2002-09-11 [colin]      0.8.2claws41
6587         
6588         * src/compose.c
6589                 Put SCF: pseudo-header on top of message
6590                 Set draft tmp_flag when saved as draft
6591
6592         * src/procmsg.c
6593           src/procheader.c
6594                 Skip after first \n\n for beginning of real message
6595                 for drafts too
6596
6597 2002-09-11 [christoph]  0.8.2claws40
6598
6599         * src/filtering.c
6600                 use procmsg flag functions in filtering or processing
6601                 will cause incorrect folder message counts
6602
6603 2002-09-11 [colin]      0.8.2claws39
6604
6605         * src/compose.c
6606                 Fix bug #550175 - wrong save folder when reediting
6607                 drafts
6608
6609 2002-09-11 [paul]       0.8.2claws38
6610
6611         * sync with 0.8.2cvs14
6612                 see ChangeLog 2002-09-11
6613
6614 2002-09-11 [colin]      0.8.2claws37
6615
6616         * src/folder.c
6617                 Fix a typo (seeming to cause new/unread status to
6618                 be lost)
6619
6620 2002-09-10 [christoph]  0.8.2claws36
6621
6622         * src/compose.c
6623                 compose_redirect should not use compose_generic_new
6624                 because that does more stuff than expected including
6625                 opening the external editor
6626                 (closes bug "[ 526608 ] bounced messages appear blank
6627                  in editor")
6628
6629 2002-09-10 [christoph]  0.8.2claws35
6630
6631         * src/folder.c
6632                 fix problem with too large message number range
6633                 causing a crash in folder_item_scan
6634
6635 2002-09-10 [paul]       0.8.2claws34
6636
6637         * sync with 0.8.2cvs13
6638                 see ChangeLog 2002-09-10
6639
6640 2002-09-10 [christoph]  0.8.2claws33
6641
6642         * src/msgcache.c
6643                 set MsgInfo TmpFlags for queue and draft folders
6644                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6645
6646 2002-09-10 [paul]       0.8.2claws32
6647
6648         * AUTHORS
6649           po/bg.po      ** NEW FILE **
6650                 new Bulgarian translation submitted by
6651                 George Danchev <danchev@spnet.net>
6652                 
6653         * tools/Makefile.am
6654           tools/README
6655           tools/tb2sylpheed     ** NEW FILE **
6656                 add script that converts an addressbook exported
6657                 from The Bat! into a Sylpheed addressbook. Submitted
6658                 by Urke MMI <urke-kg@eunet.yu>
6659
6660 2002-09-10 [paul]       0.8.2claws31
6661
6662         * sync with 0.8.2cvs12
6663                 see ChangeLog 2002-09-10
6664
6665 2002-09-06 [paul]       0.8.2claws30
6666
6667         * src/prefs_common.c
6668                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6669                 
6670         * tools/Makefile.am
6671           tools/README
6672           tools/ldif-to-xml.py  ** REMOVED **
6673                 remove obsolete python script
6674
6675 2002-09-06 [paul]       0.8.2claws29
6676
6677         * sync with 0.8.2cvs10
6678                 see ChangeLog 2002-09-06
6679
6680 2002-09-04 [paul]       0.8.2claws28
6681
6682         * sync with 0.8.2cvs9
6683                 see ChangeLog 2002-08-04
6684
6685 2002-09-04 [colin]      0.8.2claws27 
6686
6687         * src/prefs_common.[ch]
6688                 Added signature color configuration
6689         * src/textview.c
6690                 Use user-specified signature color
6691
6692 2002-09-03 [colin]      0.8.2claws26
6693
6694         * src/prefs_common.[ch]
6695                 Added autosave and autosave_length prefs
6696         * src/compose.c
6697                 Added compose_remove_draft()
6698                 Auto-save drafts according to the prefs
6699         * src/main.c
6700                 Added a crash-indicator file, allowing to check
6701                 for new messages on startup if Sylpheed crashed
6702                 (makes saved drafts "reappear")
6703
6704 2002-09-03 [colin]      0.8.2claws25
6705
6706         * src/textview.[ch]
6707                 Grey the signature
6708
6709 2002-09-03 [paul]       0.8.2claws24
6710
6711         * sync with 0.8.2cvs8
6712                 see ChangeLog 2002-09-02 and 2002-09-03
6713
6714 2002-09-03 [darko]      0.8.2claws23
6715
6716         * src/folderview.c
6717                 use normal style when creating new folder to pick
6718                 proper font size 
6719
6720 2002-09-02 [melvin]     0.8.2claws22
6721
6722         * src/gtkaspell.m4
6723                 removed some obsolete code
6724
6725 2002-09-02 [melvin]     0.8.2claws21
6726
6727         * ac/aspell.m4
6728                 fixed test's equality sign (== to =)
6729
6730 2002-09-02 [alfons]     0.8.2claws20
6731
6732         * src/folder.c
6733         * src/mh.c
6734                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6735                 as folder->destroy virtual as suggested by Hiro
6736                 (the mh.c code seems to have been lost around mh.c.1.21)
6737
6738 2002-09-02 [paul]       0.8.2claws19
6739
6740         * po/pt_BR.po
6741                 updated by Fabio Jr. Beneditto
6742                 
6743         * src/defs.h
6744                 use 'http://claws.sylpheed.org' for homepage link. 
6745                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6746
6747 2002-09-01 [alfons]     0.8.2claws18
6748
6749         * src/mh.c
6750                 plug memleak related to one Martin Kluge found
6751
6752 2002-08-31 [paul]       0.8.2claws17
6753
6754         * sync with 0.8.2cvs6
6755                 see ChangeLog 2002-08-30
6756
6757 2002-08-31 [alfons]     0.8.2claws16
6758
6759         * src/folder.c
6760                 folder_destroy(): remove mailbox from folderlist even if it has
6761                 no destroy virtual
6762
6763 2002-08-31 [alfons]     0.8.2claws15
6764
6765         * src/folder.c
6766                 :%sno/if(/if (/gc
6767                 :%sno/for(/for (/gc
6768                 (being pedantic I know)
6769
6770 2002-08-31 [alfons]     0.8.2claws14
6771
6772         * src/folder.c
6773                 check for NULL pointers returned from folder->fetch_msginfo virtual
6774                 (should solve some reported crashes)
6775
6776 2002-08-30 [alfons]     0.8.2claws13
6777
6778         * acconfig.h
6779         * configure.in
6780         * src/crash.c
6781                 enable crash dialog on compilation time
6782                 (--enable-crash-dialog configure option)
6783
6784 2002-08-30 [alfons]     0.8.2claws12
6785
6786         * AUTHORS
6787                 add Martin Kluge
6788         * src/mh.c
6789                 apply memory leak plug patch by Martin Kluge
6790                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6791                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6792                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6793
6794 2002-08-30 [darko]      0.8.2claws11
6795
6796         * src/folderview.c
6797                 copy Gtk style from normal style to match
6798                 font size for coloured folders
6799
6800 2002-08-29 [alfons]     0.8.2claws10
6801
6802         * sylpheed.desktop
6803                 Type=Internet <- Type=Application
6804                 (reported by Michael Schwendt, see:
6805                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6806                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6807
6808 2002-08-29 [paul]       0.8.2claws9
6809
6810         * sync with 0.8.2cvs5
6811                 see ChangeLog 2002-08-29
6812
6813 2002-08-29 [colin]      0.8.2claws8
6814
6815         * src/summaryview.c
6816                 Added a sanity check in summary_select_thread
6817                 Should fix bug 601605
6818
6819 2002-08-29 [colin]      0.8.2claws7
6820
6821         * src/main.c
6822                 Revert claws6 changes regarding bug #591676
6823
6824 2002-08-28 [colin]      0.8.2claws6
6825         
6826         * src/main.c
6827                 Ignore cache for queue folderitems
6828                 Fix bug #591676
6829
6830 2002-08-28 [melvin]     0.8.2claws5
6831
6832         * README.claws
6833                 Fixed typos.
6834
6835 2002-08-28 [melvin]     0.8.2claws4
6836
6837         * README.claws
6838                 Updated a bit the text concerning the spell checker
6839
6840 2002-08-28 [melvin]     0.8.2claws3
6841
6842         Merged the GNU_aspell_branch:
6843                 Support of new GNU/aspell is now included and the old pspell
6844                 is not supported anymore.
6845                 See README.claws
6846
6847         * README.claws
6848                 Updated spell checker text to reflect the switch to GNU/aspell
6849
6850         * ac/aspell.m4          *** NEW ***
6851         * src/gtkaspell.[ch]    *** NEW *** 
6852         * ac/pspell.m4          *** DELETED *** 
6853         * src/gtkspell.[ch]     *** DELETED ***
6854
6855         * ac/Makefile.am
6856                 Updated for GNU/aspell support
6857
6858         * po/POTFILES.in
6859                 Replaced gtkspell.c by gtkaspell.c
6860
6861         * acconfig.h
6862         * src/Makefile.am
6863         * src/about.c
6864         * src/compose.[ch]
6865         * src/crash.c
6866         * src/main.c
6867         * src/prefs_common.[ch]
6868                 Updated for GNU/aspell support
6869
6870 2002-08-28 [paul]       0.8.2claws2
6871
6872         * sync with 0.8.2cvs4
6873                 see ChangeLog 2002-08-27 and 2002-08-28
6874
6875 2002-08-28 [colin]      0.8.2claws1
6876
6877         * src/summary_search.c
6878                 Added "AND search"
6879
6880 2002-08-28 [jens]       0.8.2claws
6881
6882         *po/de.po
6883                 Updated German translations
6884
6885 2002-08-27 [melvin]     0.8.2claws
6886
6887         * po/fr.po
6888                 Updated French translations
6889
6890 2002-08-27 [paul]       0.8.2claws
6891
6892         * sync with 0.8.2 main release
6893
6894         * po/en_GB.po
6895           po/es.po
6896           po/it.po
6897           po/pl.po
6898           po/pt_BR.po
6899           po/sr.po
6900                 updated message catalogs submitted by
6901                 Ricardo Mones Lastra, Alessandro Maestri,
6902                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6903                 Beneditto and Urke MMI  
6904
6905 2002-08-27 [hoa]        0.8.1claws123
6906
6907         * src/mainwindow.[ch]
6908         * src/summaryview.[ch]
6909                 removed the "filter setting" menu option.
6910                 add a "cancel a news message" menu option.
6911
6912 2002-08-26 [martin]     0.8.1claws122
6913
6914         * ChangeLog.claws
6915                 changed string under 0.8.1claws79 changed by myself
6916                 i'm sorry alfons :(
6917
6918 2002-08-26 [martin]     0.8.1claws121
6919
6920         * src/crash.c
6921                 added kill command to debuggerrc to start crash dialog
6922
6923 2002-08-26 [paul]       0.8.1claws120
6924
6925         * sync with 0.8.1cvs31
6926                 see ChangeLog 2002-08-26
6927
6928 2002-08-25 [alfons]     0.8.1claws119
6929
6930         * src/procmsg.c
6931                 fix bug that didn't send out correct headers to news server
6932                 when sending news article and email from queue (bug reported
6933                 and patch provided by Tim Mann; closes bug 
6934                 "[ 583196 ] 0.7.8claws can't post news")
6935
6936 2002-08-25 [alfons]     0.8.1claws118
6937
6938         * src/selective_download.c
6939                 mark two strings as translatable
6940                 (thanks to Urke MMI for pointing this out)
6941
6942 2002-08-25 [alfons]     0.8.1claws117
6943
6944         * src/summaryview.c
6945                 treat sent boxes as special and allow sorting them by addressee
6946                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6947                 submitted by Steve Lamb)
6948
6949 2002-08-24 [alfons]     0.8.1claws116
6950
6951         * src/matcher.c
6952                 fix memleak reported by Martin Kluge
6953                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6954
6955 2002-08-24 [oliver]     0.8.1claws115
6956
6957         * src/prefs_toolbar.c
6958                 o code cleanup as suggested by Alfons
6959                 o memleak fix
6960
6961 2002-08-24 [alfons]     0.8.1claws114
6962
6963         * src/summaryview.c
6964                 o fix another memory leak reported by Martin Kluge
6965                   (see "[ 599568 ] Small Memory Leak")
6966                 o remove 'from' variable from 'summary_set_header()'; we can
6967                   do with just 'to' 
6968
6969 2002-08-24 [paul]       0.8.1claws113
6970
6971         * sync with 0.8.1cvs30
6972                 see ChangeLog 2002-08-23
6973
6974 2002-08-24 [alfons]     0.8.1claws112
6975
6976         * src/summaryview.c
6977                 remove unnecessary allocations for search bar fixing leaks
6978                 reported by Martin Kluge
6979                 (see "[ 599451 ] Further memory leaks?")
6980
6981 2002-08-24 [alfons]     0.8.1claws111
6982
6983         * src/main.c
6984                 make get_socket_name() public for crash.c
6985         * src/crash.c
6986                 o make report bug button work (goes to claws' 
6987                   bug tracker at sf.net)
6988                 o introduce function for doing important stuff just
6989                   before claws goes down
6990                 o clean up code 
6991
6992 2002-08-24 [alfons]     0.8.1claws110
6993
6994         * src/compose.c
6995                 move cursor to "To" entry when forwarding as attachment
6996                 (reported and solved by Steve Lamb, closes bug report
6997                 "[ 592880 ] Forward as attachment; cursor not in to")
6998
6999 2002-08-24 [colin]      0.8.1claws109
7000
7001         * src/mainwindow.c
7002                 fix quick search visibility after GUI (de)separations.
7003
7004 2002-08-23 [colin]      0.8.1claws108
7005
7006         * src/mainwindow.c
7007                 fix header pane visibility after folderview or
7008                 messageview (de)separation
7009
7010 2002-08-23 [paul]       0.8.1claws107
7011
7012         * src/mainwindow.[ch]
7013           src/toolbar.c
7014                 give full control of display or non-display 
7015                 of the Execute icon to Custom toolbar settings.
7016                 add new sensitivity condition to maninwindow.h: 
7017                 M_DELAY_EXEC
7018
7019         * ChangeLog
7020           ChangeLog.jp
7021           NEWS
7022                 more sync with 0.8.1cvs29
7023
7024 2002-08-23 [melvin]     0.8.1claws106
7025
7026         * src/alertpanel.c
7027                 Readded support for custom widget in alertpanel lost in last
7028                 sync.
7029
7030 2002-08-23 [paul]       0.8.1claws105
7031
7032         * sync with 0.8.1cvs29
7033                 see ChangeLog 2002-08-23
7034
7035 2002-08-23 [colin]      0.8.1claws104
7036
7037         * src/summaryview.c
7038                 Fix folder and search pixmaps exchanging positions
7039                 after theme or toolbar changes. Thank to Oliver for 
7040                 reporting this.
7041
7042 2002-08-23 [colin]      0.8.1claws103
7043
7044         * src/mainwindow.c
7045           src/messageview.[ch]
7046           src/noticeview.[ch]
7047           src/summaryview.c
7048                 Changed messageview_create() and noticeview_create()
7049                 to avoid the last gdk_warning
7050
7051 2002-08-22 [colin]      0.8.1claws102
7052
7053         * src/summaryview.c
7054                 Fix my new `Creating pixmap from xpm' warning
7055
7056 2002-08-22 [colin]      0.8.1claws101
7057
7058         * src/mainwindow.c
7059                 Fix some of the gdk warnings
7060
7061 2002-08-22 [colin]      0.8.1claws100
7062
7063         * src/Makefile.am
7064         * src/stock_pixmap.c
7065         * src/stock_pixmap.h
7066         * src/pixmaps/quicksearch.xpm *ADDED*
7067                 Add the quicksearch pixmap
7068         * src/mainwindow.c
7069         * src/summaryview.c
7070         * src/summaryview.h
7071                 Make quicksearch bar visible/hidden via a button
7072
7073 2002-08-22 [christoph]  0.8.1claws99
7074
7075         * src/folder.c
7076                 fix folder update for newsgroups with message
7077                 numbers below minimum number of articles to fetch
7078                 (closes bug #598445)
7079
7080 2002-08-22 [paul]       0.8.1claws98
7081
7082         * sync with 0.8.1cvs28
7083                 see ChangeLog 2002-08-22
7084
7085 2002-08-21 [alfons]     0.8.1claws97
7086
7087         * src/crash.c
7088                 use bt instead of bt full which seems to work 
7089                 better, and bt full doesn't give a great deal 
7090                 of information anyway
7091
7092 2002-08-21 [colin]      0.8.1claws96
7093
7094         * src/summaryview.c
7095                 fix summaryview_searchtype_changed prototype
7096
7097 2002-08-21 [christoph]  0.8.1claws95
7098
7099         * src/mainwindow.c
7100                 o fix broken menu update for sorting type, we have to
7101                   get this info from the summaryview now
7102                 o removed setting of threaded state in menu callback
7103         * src/summaryview.[ch]
7104                 more summaryview/folderitem seperation for
7105                 threading option
7106         * configure.in
7107                 removed not required --with-compiler-flags option
7108
7109 2002-08-21 [oliver]     0.8.1claws94
7110         
7111         * src/toolbar.h 
7112                 o rename toolbar.xml to toolbar_main.xml
7113                   since toolbar_compose.xml might come up 
7114                   any time soon
7115         * README.claws
7116                 add custom toolbar              
7117
7118 2002-08-21 [darko]      0.8.1claws93
7119
7120         * src/procmsg.c
7121                 don't reset tmp flags for messages copied
7122                 to sent folder
7123
7124 2002-08-21 [colin]      0.8.1claws92
7125         
7126         * src/prefs_filtering.c
7127                 fix renaming rules on folder rename 
7128                 when folder is not a leaf folder
7129
7130 2002-08-21 [paul]       0.8.1claws91
7131
7132         * src/prefs_folder_item.c
7133                 fix alignment of colour selector
7134
7135 2002-08-21 [paul]       0.8.1claws90
7136
7137         * sync with 0.8.1cvs27
7138                 see ChangeLog 2002-08-21
7139
7140 2002-08-21 [paul]       0.8.1claws89
7141
7142         * src/summaryview.c
7143                 fix crash when changing field type in
7144                 Quick search bar
7145
7146 2002-08-21 [colin]      0.8.1claws88
7147
7148         * src/summaryview.c
7149                 Made quick search case-insensitive
7150
7151 2002-08-21 [paul]       0.8.1claws87
7152
7153         * sync with 0.8.1cvs26
7154                 see ChangeLog 2002-08-21
7155
7156 2002-08-20 [christoph]  0.8.1claws86
7157
7158         * src/folderview.c
7159         * src/main.c
7160         * src/summaryview.[ch]
7161                 more summaryview/folderitem seperation for
7162                 sort_key and sort_type
7163         * src/procmsg.c
7164                 added missing return statement
7165
7166 2002-08-20 [colin]      0.8.1claws85
7167
7168         * src/summaryview.[ch]
7169                 Added a quick search box
7170         * src/mainwindow.c
7171         * src/prefs_common.[ch]
7172                 Added a show/hide option for the quick search
7173
7174 2002-08-20 [oliver]     0.8.1claws84
7175         
7176         * src/mainwindow.c
7177                 remove toolbar_create_popups
7178         * src/toolbar.[ch]
7179                 o remove toolbar_create_popups
7180                 o fix toolbar_set_sensitive 
7181                   (Bug reports #596834 and #596832)     
7182         * src/prefs_toolbar.c
7183                 o add "Set default" button
7184                 o align label and text + combo widgets
7185
7186 2002-08-20 [hoa]        0.8.1claws83bis
7187
7188         * src/imap.c
7189                 fixed a bug in imap_fetch_msginfo() in case there is no
7190                 current folder.
7191
7192 2002-08-20 [darko]      0.8.1claws83
7193
7194         * src/folderview.c
7195                 copy the color style of folder view so it
7196                 works with GTK themes
7197
7198 2002-08-20 [darko]      0.8.1claws82
7199
7200         * src/folder.h
7201         * src/folderview.c
7202         * src/prefs_folder_item.[hc]
7203                 don't use UI stuff in folder.h
7204
7205 2002-08-20 [darko]      0.8.1claws81
7206
7207         * src/folder.h
7208         * src/prefs_folder_item.h
7209         * src/folderview.c
7210         * src/prefs_folder_item.c
7211                 ability to set folder color in folderview
7212
7213 2002-08-19 [alfons]     0.8.1claws80
7214
7215         * src/summaryview.c
7216                 fix one of the earlier memleaks reported by Martin Kluge
7217
7218 2002-08-19 [alfons]     0.8.1claws79
7219
7220         * src/mainwindow.c
7221                 hide notice view when selecting seperate folder
7222                 view (reported by Urke MMI)
7223
7224 2002-08-19 [christoph]  0.8.1claws78
7225
7226         * src/folderview.c
7227         * src/prefs_folder_item.h
7228         * src/summaryview.[ch]
7229                 o add summary_set_prefs_from_folderitem to set
7230                   summaryview prefs (first step to remove all
7231                   references to the folderitem in summaryview)
7232                 o moved compiled regex stuff from folderitem prefs
7233                   to summaryview code
7234
7235 2002-08-19 [paul]       0.8.1claws77
7236
7237         * src/compose.c
7238                 add check for '.' to QUOTE_IF_REQUIRED
7239
7240 2002-08-19 [paul]       0.8.1claws76
7241
7242         * src/inc.c
7243                 sync with 0.8.1cvs25 (plug memory leak)
7244
7245         * src/prefs_toolbar.c
7246                 re-order prefs_toolbar_cancel()
7247
7248 2002-08-18 [alfons]     0.8.1claws75
7249
7250         * src/inc.c
7251         * src/matcher.c
7252                 plug other memleaks reported by Martin Kluge
7253
7254 2002-08-18 [paul]       0.8.1claws74
7255
7256         * po/pt_BR.po
7257                 updated by Fabio Jr. Beneditto
7258
7259 2002-08-18 [paul]       0.8.1claws73
7260
7261         * src/toolbar.[ch]
7262                 fix bug where tooltips were displayed untranslated              
7263
7264         * src/prefs_toolbar.c
7265                 fix bug where clicking 'Cancel' creates an icon & text
7266                 toolbar regardless of prefs
7267         
7268
7269 2002-08-17 [oliver]     0.8.1claws72
7270
7271         * src/prefs_toolbar.c
7272                 update toolbar on CANCEL
7273                 bug reported by Martin Kluge
7274         * src/toolbar.c
7275                 toolbar_destroy memleak fixed           
7276
7277 2002-08-17 [alfons]     0.8.1claws71
7278
7279         * src/toolbar.c
7280                 plug another memleak reported by Martin Kluge
7281
7282 2002-08-16 [alfons]     0.8.1claws70
7283
7284         * src/crash.c
7285                 use execvp() correctly (suggested by wwp; thanks!)
7286
7287 2002-08-16 [alfons]     0.8.1claws69
7288
7289         * src/gtksctree.c
7290                 plug memory leak reported by Kim Schultz & Martin Kluge
7291
7292 2002-08-16 [paul]       0.8.1claws68
7293
7294         * po/es.po
7295                 updated by Ricardo Mones Lastra
7296
7297 2002-08-16 [paul]       0.8.1claws67
7298
7299         * src/toolbar.h
7300                 fix bug where 'Compose News' icon showed wrong
7301                 tooltip
7302
7303 2002-08-16 [paul]       0.8.1claws66
7304
7305         * sync with 0.8.1cvs24
7306                 see ChangeLog 2002-08-16
7307
7308         * po/it.po
7309                 updated by Alessandro Maestri
7310
7311 2002-08-15 [paul]       0.8.1claws65
7312
7313         * po/sr.po
7314                 updated by Urke MMI
7315
7316 2002-08-15 [paul]       0.8.1claws64
7317
7318         * src/*.c
7319                 don't translate debug info
7320
7321         * src/matcher.[ch]
7322                 add copyright info
7323
7324 2002-08-15 [paul]       0.8.1claws63
7325
7326         * src/prefs_toolbar.c
7327                 fix bug where clicking 'OK' creates an icon & text
7328                 toolbar regardless of prefs
7329
7330 2002-08-14 [alfons]     0.8.1claws62
7331
7332         * src/main.c
7333                 add global var that has the full argv[0]
7334         * src/crash.c
7335                 o execvp the correct sylpheed by using argv0
7336                   and setting the correct work dir
7337                 o other tweaks  
7338
7339 2002-08-14 [oliver]     0.8.1claws61
7340         
7341         * enable/disable Toolbar Action Buttons 
7342         * code cleanups
7343         * src/mainwindow.c
7344         * src/toolbar.[ch]      
7345         * src/prefs_toolbar.c   
7346
7347 2002-08-14 [melvin]     0.8.1claws60
7348
7349         * po/fr.po
7350                 Updated French translations
7351
7352 2002-08-14 [melvin]     0.8.1claws59
7353
7354         * src/crash.c
7355                 Made bug report not translatable
7356         * src/exporthtml.c
7357                 Fixed exporthtml_build_filespec() return value
7358         * src/foldersel.c
7359                 Fixed incorrect include file
7360         * src/gtkspell.c
7361         * src/prefs_actions.c
7362         * src/prefs_toolbar.c
7363                 Made debug info not translatable
7364         * src/mutt.c
7365         * src/quote_fmt.c
7366                 Added missing includes
7367         * src/prefs_common.c
7368                 Fixed typo
7369
7370 2002-08-14 [paul]       0.8.1claws58
7371
7372         * faq/es/sylpheed-faq.html
7373           faq/es/sylpheed-faq-[1-3].html
7374           faq/es/sylpheed-faq-4.html     **NEW FILE **
7375                 update Spanish FAQ
7376
7377 2002-08-13 [christoph]  0.8.1claws57
7378
7379         * src/procmsg.c
7380                 ignore thread fix that did not mark all
7381                 child nodes of a ignored thread as
7382                 ignored. Does not work perfectly yet,
7383                 but it is better now
7384
7385 2002-08-13 [alfons]     0.8.1claws56
7386
7387         * src/crash.c
7388                 o implement 'save crash log'
7389                 o some tweaks
7390
7391 2002-08-13 [melvin]     0.8.1claws55
7392
7393         * src/main.c
7394                 removed unrequired "execinfo.h" header
7395
7396 2002-08-12 [paul]       0.8.1claws54
7397
7398         * faq/en/sylpheed-faq.html
7399           faq/en/sylpheed-faq-[1-3].html
7400           faq/en/sylpheed-faq-4.html     **NEW FILE **
7401                 update English FAQ
7402
7403 2002-08-12 [alfons]     0.8.1claws53
7404
7405         * po/POTFILES.in
7406                 add crash.c to translatables
7407         * src/crash.c
7408                 bring in Leandro's crash dialog
7409
7410 2002-08-11 [alfons]     0.8.1claws52
7411
7412         * src/crash.c
7413                 clean up some warnings
7414
7415 2002-08-11 [alfons]     0.8.1claws51
7416
7417         * acconfig.h
7418         * configure.in
7419         * src/crash.[ch]        ** NEW FILES **
7420         * src/main.c            
7421                 initial gdb crash handler
7422
7423 2002-08-11 [paul]       0.8.1claws50
7424
7425         * src/prefs_toolbar.c
7426                 replace Up/Down arrow pixmaps with text to be
7427                 consistent across icon themes
7428
7429 2002-08-11 [paul]       0.8.1claws49
7430
7431         * src/prefs_common.c
7432           src/prefs_toolbar.c
7433                 rename 'Pixmap' -> 'Icon'
7434
7435         * src/toolbar.[ch]
7436                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7437
7438 2002-08-10 [paul]       0.8.1claws48
7439
7440         * src/prefs_toolbar.c
7441                 re-work the UI
7442
7443 2002-08-10 [paul]       0.8.1claws47
7444
7445         * src/main.c
7446                 don't write Processing progress to status bar
7447                 patch submitted by Alexander Evseev
7448
7449         * src/prefs_toolbar.c
7450                 re-position and resize window
7451                 make window assume correct size on first call
7452
7453 2002-08-10 [paul]       0.8.1claws46
7454
7455         * src/mainwindow.c
7456           src/prefs_toolbar.c
7457           src/toolbar.c
7458           src/toolbar.h
7459                 obey coding style
7460                 follow UI text conventions
7461
7462 2002-08-10 [alfons]     0.8.1claws45
7463
7464         * src/toolbar.c
7465                 correct pixmap for delete action
7466
7467 2002-08-10 [paul]       0.8.1claws44
7468
7469         * po/pt_BR.po
7470                 updated by Fabio Jr. Beneditto
7471
7472 2002-08-10 [paul]       0.8.1claws43
7473
7474         * po/POTFILES.in
7475                 add custom toolbar files
7476
7477 2002-08-10 [paul]       0.8.1claws42
7478
7479         * sync with 0.8.1cvs22
7480                 see ChangeLog 2002-08-09
7481
7482 2002-08-09 [paul]       0.8.1claws41
7483
7484         * tools/Makefile.am
7485           tools/README
7486           tools/outlook2sylpheed.pl     ** NEW FILE **
7487                 add script to convert exported Outlook
7488                 contacts list to a Sylpheed addressbook.
7489                 Submitted by Ricardo Mones Lastra.
7490
7491 2002-08-09 [paul]       0.8.1claws40
7492
7493         * AUTHORS
7494           configure.in
7495           po/sr.po      ** NEW FILE **
7496                 add Serbian message catalog. Submitted by
7497                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7498
7499 2002-08-09 [paul]       0.8.1claws39
7500
7501         * sync with 0.8.1cvs21
7502                 see ChangeLog 2002-08-08
7503
7504 2002-08-08 [oliver]     0.8.1claws38
7505
7506         * src/mainwindow.c
7507                 move Custom Toolbar to Configuration menu
7508
7509 2002-08-08 [oliver]     0.8.1claws37
7510
7511         * src/prefs_toolbar.c
7512                 fix substitute pixmap bug
7513
7514 2002-08-08 [paul]       0.8.1claws36
7515
7516         * sync with 0.8.1cvs19
7517                 see ChangeLog 2002-08-08
7518
7519 2002-08-07 [christoph]  0.8.1claws35
7520
7521         * src/utils.c
7522                 fixed a memory leak in new canonicalize_file_replace
7523
7524 2002-08-07 [christoph]  0.8.1claws34
7525
7526         * src/utils.[ch]
7527                 o canonicalize_file_replace should create the temporary
7528                   file in the same directory as the original file.
7529                 o added get_tmpfile_in_dir that creates a temorary file
7530                   in a specified directory.
7531
7532 2002-08-07 [melvin]     0.8.1claws33
7533
7534         * src/toolbar.c
7535                 fixed bug where 'Article' button acted as 'Email' button.
7536
7537 2002-08-07 [paul]       0.8.1claws32
7538
7539         * sync with 0.8.1.cvs17
7540                 see ChangeLog 2002-08-07
7541
7542 2002-08-07 [colin]      0.8.1claws31
7543         
7544         * src/news.c
7545                 fix mass-cancel problem
7546
7547 2002-08-07 [thorsten]   0.8.1claws30
7548
7549         * src/prefs_toolbar.c
7550                 fix: crash on replace or add new button
7551         * src/toolbar.c
7552                 fix: close xmlfile after reading
7553         * src/utils.c
7554                 fix: unlink() file before rename()
7555
7556 2002-08-06 [paul]       0.8.1claws29
7557
7558         * sync with 0.8.cvs15
7559                 see ChangeLog 2002-08-06
7560
7561 2002-08-06 [oliver]     0.8.1claws28
7562
7563         * src/toolbar.c
7564         * src/prefs_toolbar.c
7565                 fixed empty toolbar issue
7566
7567 2002-08-06 [oliver]     0.8.1claws27
7568
7569         * Custom Toolbar Final 
7570         * src/folderview.c
7571         * src/inc.c
7572         * src/summaryview.c
7573                 o toolbar stuff now lives in src/toolbar.[ch]
7574                 o main_window_toolbar_* functions are renamed to
7575                   toolbar_* reflecting their new source file
7576         * src/mainwindow.[ch]
7577                 o remove toolbar stuff  
7578
7579 2002-08-06 [oliver]     0.8.1claws26
7580         
7581         * src/Makefile.am
7582         * src/prefs_toolbar.[ch]        **New File**
7583         * src/toolbar.[ch]              **New File**
7584                 o prefs_toolbar.[ch] custom toolbar frontend
7585                 o toolbar.[ch]       backend 
7586
7587 2002-08-06 [oliver]     0.8.1claws25
7588
7589         * src/prefs_actions.[ch]
7590                 o new exported function actions_execute
7591
7592 2002-08-06 [paul]       0.8.1claws24
7593
7594         * sync with 0.8.1cvs4
7595                 see ChangeLog 2002-08-06
7596
7597 2002-08-06 [paul]       0.8.1claws23
7598
7599         * sync with 0.8.1cvs13
7600                 see ChangeLog 2002-08-06
7601
7602 2002-08-06 [paul]       0.8.1claws22
7603
7604         * sync with 0.8.1cvs12
7605                 see ChangeLog 2002-08-05 and 2002-08-06
7606
7607 2002-08-06 [match]      0.8.1claws21
7608
7609         * src/addrclip.c
7610                 improvements to cut/copy/paste address
7611
7612 2002-08-05 [match]      0.8.1claws20
7613
7614         * src/addritem.[ch]
7615         * src/addrcache.c
7616         * src/addrbook.c
7617         * src/editaddress.c
7618         * src/addressbook.c
7619                 fixes to improve cut/copy/paste
7620
7621 2002-08-06 [melvin]     0.8.1claws19
7622
7623         * src/account.[ch]
7624                 account_find_all_from_address(): new function that returns the
7625                 list of all accounts that are matched in an address.
7626         * src/alertpanel.[ch]
7627                 alertpanel() now accepts a custom widget
7628                 alertpanel_with_widget(): new function that pops up a panel with
7629                 a custom widget in it 
7630         * src/gtkutils.[ch]
7631                 gtkut_account_menu_new(): new function that allows the selection
7632                 of an account from a list of accounts.
7633         * src/messageview.c
7634                 Extended Return Receipt notification to select the correct 
7635                 account and to make a security test on the Delivery-Notification
7636                 address which should be the same as the Return-Path.
7637
7638 2002-08-06 [thorsten]   0.8.1claws18
7639
7640         * src/mimeview.c
7641                 attach_all: save unnamed as "noname.%d",
7642                 dont free static dirname
7643
7644 2002-08-05 [alfons]     0.8.1claws17
7645
7646         * configure.in
7647                 detect XIM by trying to link rather than compile a XIM program
7648
7649 2002-08-05 [oliver]     0.8.1claws16
7650                 
7651         * src/stock_pixmap.[ch]
7652                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7653                 o new func to retrieve pixmaps
7654
7655 2002-08-05 [paul]       0.8.1claws15
7656
7657         * sync with 0.8.1cvs10
7658                 see ChangeLog 2002-08-05
7659
7660 2002-08-04 [alfons]     0.8.1claws14
7661
7662         * src/textview.c
7663                 see if this plugs memleak
7664
7665 2002-08-04 [melvin]     0.8.1claws13
7666
7667         * src/gtkspell.c
7668                 fixed bug that could crash Sylpheed when highlighting
7669                 all misspelled words.
7670
7671 2002-08-03 [melvin]     0.8.1claws12
7672
7673         * src/prefs_actions.c
7674                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7675         * src/messageview.c
7676                 fixed bug where the Return Receipt was sent to
7677                 Delivery-Notification-To address even if it was not present
7678
7679 2002-08-02 [alfons]     0.8.1claws11
7680
7681         * src/prefs_actions.c
7682                 o more check for NULLs
7683                 o put create_io_dialog() in right conditional block
7684
7685 2002-08-02 [paul]       0.8.1claws10
7686
7687         * po/es.po
7688                 updated by Ricardo Mones Lastra
7689
7690 2002-08-01 [christoph]  0.8.1claws9
7691
7692         * src/folder.c
7693                 don't free the cache of the opened
7694                 folder in the summaryview
7695         * src/summaryview.c
7696                 don't unset flags, if it is not required
7697
7698 2002-08-01 [paul]       0.8.1claws8
7699
7700         * sync with 0.8.1cvs8
7701                 see ChangeLog entry 2002-08-01
7702
7703 2002-08-01 [paul]       0.8.1claws7
7704
7705         * sync with 0.8.1cvs7
7706                 see ChangeLog 2002-07-31 and 2002-08-01
7707
7708 2002-07-31 [christoph]  0.8.1claws6
7709
7710         * src/mainwindow.c
7711                 forgot to update menu sensitivity
7712                 function for new menu entry
7713
7714 2002-07-31 [alfons]     0.8.1claws5
7715
7716         * src/main.c
7717                 check folder item and its path for NULL on
7718                 initial processing
7719
7720 2002-07-31 [christoph]  0.8.1claws4
7721
7722         * src/folder.c
7723                 check if folder_item_get_msginfo in
7724                 folder_item_remove_msg returned NULL
7725         * src/imap.c
7726                 better clear the uid cache in the
7727                 uid validity check function and delete
7728                 cached messages
7729
7730 2002-07-31 [paul]       0.8.1claws3
7731
7732         * man/sylpheed.1
7733                 add the '--attach' option and a few other
7734                 minor changes
7735
7736 2002-07-31 [paul]       0.8.1claws2
7737
7738         * sync with 0.8.1cvs5
7739                 see ChangeLog 2002-07-31
7740
7741 2002-07-31 [christoph]  0.8.1claws1
7742
7743         * src/folderview.[ch]
7744         * src/mainwindow.c
7745                 replace "Rescan all folders..." with
7746                 "Check all folders for new messages..."
7747
7748 2002-07-30 [paul]       0.8.1claws
7749
7750         * version 0.8.1claws released
7751
7752 2002-07-30 [paul]       0.8.0claws29
7753
7754         * tools/OOo2sylpheed.pl ** NEW FILE **
7755           tools/README
7756                 add script to enable sending documents as
7757                 attachments from OpenOffice.org
7758
7759 2002-07-30 [melvin]     0.8.0claws28
7760
7761         * src/prefs_actions.c
7762                 Made the actions' input/output dialog display
7763                 without delay.
7764
7765 2002-07-30 [christoph]  0.8.0claws27
7766
7767         * src/procmsg.c
7768                 check if folder_item_get_msginfo in
7769                 procmsg_save_to_outbox returned NULL
7770
7771 2002-07-30 [paul]       0.8.0claws26
7772
7773         * sync with 0.8.1cvs4
7774                 see ChangeLog 2002-07-29
7775
7776 2002-07-29 [thorsten]   0.8.0claws25
7777
7778         * README.claws
7779                 added selective download, delete on server
7780
7781 2002-07-29 [paul]       0.8.0claws24
7782
7783         * sync with 0.8.1cvs3
7784                 see ChangeLog 2002-07-29
7785
7786 2002-07-27 [christoph]  0.8.0claws23
7787
7788         * src/folder.c
7789                 add extra check if fetching the msginfo
7790                 returned NULL
7791
7792 2002-07-27 [paul]       0.8.0claws22
7793
7794         * sync with 0.8.1cvs2
7795                 see ChangeLog 2002-07-26
7796
7797 2002-07-27 [christoph]  0.8.0claws21
7798
7799         * src/imap.c
7800                 add another check if a valid msginfo
7801                 was returned
7802
7803 2002-07-26 [hoa]        0.8.0claws20
7804
7805         * src/folder.c
7806                 Fixed a condition in folder_item_destroy()
7807
7808         * src/imap.c
7809                 Fixed an error in IMAP protocol
7810
7811 2002-07-26 [alfons]     0.8.0claws19
7812
7813         * src/folder.c
7814                 ofcourse compare with identifier, not the path
7815
7816 2002-07-26 [alfons]     0.8.0claws18
7817
7818         * src/folder.c
7819                 use folder item identifier for saving / restoring
7820                 preferences because folder->path might not be unique
7821
7822 2002-07-26 [melvin]     0.8.0claws17
7823
7824         * src/logwindow.c
7825                 Fixed a crash introduced in 0.8.0claws5 when log is 
7826                 cut under 80 characters.
7827
7828 2002-07-26 [paul]       0.8.0claws16
7829
7830         * sync with 0.8.1cvs1
7831                 see ChangeLog 2002-07-26
7832
7833 2002-07-26 [christoph]  0.8.0claws15
7834
7835         * src/imap.[ch]
7836                 imap folder now remembers the last selected
7837                 folder and imap_fetch_msginfo skips selecting
7838                 the folder if it is already selected
7839
7840 2002-07-26 [christoph]  0.8.0claws14
7841
7842         * src/folder.c
7843         * src/folderview.c
7844         * src/imap.c
7845                 fix imap folder rescanning
7846
7847 2002-07-25 [christoph]  0.8.0claws13
7848
7849         * src/filter.c
7850         * src/folder.[ch]
7851         * src/folderview.c
7852         * src/imap.[ch]
7853         * src/mainwindow.c
7854         * src/mbox_folder.c
7855         * src/mh.c
7856         * src/news.c
7857                 implement imap uid cache and uid validity check
7858
7859 2002-07-25 [alfons]     0.8.0claws12
7860
7861         * src/summaryview.c
7862                 fix a brown paper bag bug, and also add some more
7863                 checks
7864
7865 2002-07-25 [christoph]  0.8.0claws11
7866
7867         * src/folder.c
7868                 don't mix copy, fetch_msginfo and remove
7869                 operations in folder item copy and move
7870                 operations
7871
7872 2002-07-25 [christoph]  0.8.0claws10
7873
7874         * src/folderview.c
7875         * src/mainwindow.c
7876         * src/prefs_folder_item.c
7877         * src/summaryview.[ch]
7878                 remove no longer required parameter update_cache from
7879                 summary_show
7880
7881 2002-07-25 [paul]       0.8.0claws9
7882
7883         * sync with 0.8.1
7884         
7885         * AUTHORS
7886                 a few corrections
7887
7888 2002-07-24 [alfons]     0.8.0claws8
7889
7890         * src/summaryview.c
7891                 sort correctly when using simplified subject line
7892                 (closes feature request "[ 585141 ] applying regexp to subject 
7893                 before sort" submitted by Alexandra Walford)
7894
7895 2002-07-24 [paul]       0.8.0claws7
7896
7897         * sync with 0.8.0cvs3
7898                 see ChangeLog 2002-07-24
7899
7900 2002-07-23 [christoph]  0.8.0claws6
7901
7902         * src/folder.c
7903         * src/folder.h
7904         * src/summaryview.c
7905         * src/summaryview.h
7906         * src/main.c
7907                 o separate processing and summaryview
7908                 o removed summary_write_cache from summaryview
7909                 o removed summaryview->killed_messages, because we don't have
7910                   to keep a list of killed messages anymore. New cache will
7911                   keep the hidden messages in cache anyway
7912         * src/folderview.c
7913         * src/inc.c
7914         * src/selective_download.c
7915                 o removed unnecessary summary_write_cache calls
7916         * src/procmsg.c
7917                 o don't set ignore thread flag in procmsg_get_thread_tree
7918                   if it is already set
7919         * src/mainwindow.c
7920         * src/statusbar.h
7921                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7922                   they are used in different files
7923
7924 2002-07-23 [melvin]     0.8.0claws5
7925
7926         * src/addressbook.c
7927         * src/addrgather.c
7928         * src/editaddress.c
7929         * src/editgroup.c
7930         * src/editldap_basedn.c
7931         * src/importldif.c
7932         * src/prefs_common.c
7933                 Fixed few memory leak (gtk_editable_get_chars returns
7934                 an allocated string)
7935         * src/logwindow.c
7936                 Fixed few memory leak (gtk_editable_get_chars returns
7937                 an allocated string) and modified a little the log cutting
7938                 loop.
7939         * src/compose.c
7940                 Replaced a call to an obsolete function gtk_entry_get_text()
7941                 by gtk_editable_get_chars()
7942         * src/send.c
7943                 Removed a debug printf
7944
7945 2002-07-23 [christoph]  0.8.0claws4
7946
7947         * src/filesel.c
7948                 fix another g_dirname memory leak
7949
7950 2002-07-23 [christoph]  0.8.0claws3
7951
7952         * src/mh.c
7953                 fixed a memory leak in mh_fetch_msginfo
7954                 fixed crash when message header could not be
7955                 parsed
7956
7957 2002-07-23 [paul]       0.8.0claws2
7958
7959         * sync with 0.8.0cvs2
7960                 see ChangeLog 2002-07-23
7961
7962 2002-07-23 [paul]       0.8.0claws1
7963
7964         * sync with 0.8.0cvs1
7965                 see ChangeLog 2002-07-23
7966
7967 2002-07-23 [paul]       0.8.0claws
7968
7969         * release of 0.8.0claws
7970
7971 2002-07-23 [paul]       0.7.8claws99
7972
7973         * po/ru.po
7974                 new Russian translation, submitted by
7975                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7976
7977 2002-07-22 [jens]       0.7.8claws98
7978
7979         * po/de.po
7980                 Updated German translations.
7981
7982 2002-07-22 [paul]       0.7.8claws97
7983
7984         * po/es.po
7985           po/it.po
7986           po/nl.po
7987           po/pt_BR.po
7988                 updated translations by Ricardo Mones Lastra,
7989                 Alessandro Maestri, Wilbert Berendsen and 
7990                 Fabio Jr. Beneditto respectively
7991
7992 2002-07-22 [christoph]  0.7.8claws96
7993
7994         * src/mimeview.c
7995                 fix memory leak caused by wrong g_dirname usage
7996
7997 2002-07-22 [christoph]  0.7.8claws95
7998
7999         * src/summaryview.c
8000                 update new and unread message counts for summaryview
8001                 summaryview does not get it from the folder anymore
8002                 and has to update the values itself
8003
8004 2002-07-22 [melvin]     0.7.8claws94
8005
8006         * po/fr.po
8007                 Updated French translations.
8008
8009 2002-07-22 [christoph]  0.7.8claws93
8010
8011         * src/matcher.c
8012                 set prop->preg pointer to NULL or following check
8013                 will not fail and regexec will be called with
8014                 invalid pointer
8015
8016 2002-07-21 [alfons]     0.7.8claws92
8017         
8018         * src/prefs_common.[ch]
8019                 remove option "Send return receipt on request"
8020
8021 2002-07-21 [thorsten]   0.7.8claws91
8022
8023         * src/mimeview.c
8024                 fixed memleaks, coding style as pointed out by alfons
8025
8026 2002-07-21 [alfons]     0.7.8claws90
8027
8028         * src/messageview.c
8029         * src/noticeview.[ch]
8030                 o fix bug notice view being displayed when going to empty folder 
8031                   (noticed by Christoph)
8032                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8033                   (noticed by Thorsten)
8034
8035 2002-07-21 [thorsten]   0.7.8claws89
8036
8037         * src/mimeview.c
8038                 Included save_all patch from Xaview FACQ
8039                 added support for pathnames
8040
8041 2002-07-21 [alfons]     0.7.8claws88
8042
8043         * po/POTFILES.in
8044         * src/Makefile.am
8045         * src/mainwindow.c
8046         * src/messageview.[ch]
8047         * src/noticeview.c      ** NEW FILE **
8048         * src/noticeview.h      ** NEW FILE **
8049                 make return receipts work again
8050                 (UI idea by Leandro Pereira)
8051
8052 2002-07-21 [paul]       0.7.8claws87
8053
8054         * src/summaryview.c
8055                 fix sensitivity of 'Select thread'
8056
8057 2002-07-21 [paul]       0.7.8claws86
8058
8059         * src/prefs_common.c
8060                 add browser command line for Galeon
8061
8062 2002-07-21 [paul]       0.7.8claws85
8063
8064         * Makefile.am
8065                 fix 'EXTRA_DIST': remove README.README, add TODO
8066                 and TODO.claws
8067
8068 2002-07-21 [alfons]     0.7.8claws84
8069
8070         * src/gtkstext.c
8071                 make enter clear selection
8072                 (closes "[ 579888 ] Editor selection/entry error"
8073                 reported by Steve Lamb)
8074
8075 2002-07-21 [alfons]     0.7.8claws83
8076         
8077         * src/summaryview.c
8078                 sort message list when selecting unthread messages
8079                 (closes "[ 501593 ] switching threaded view doesn't sort"
8080                 reported by Simon Schubert)
8081
8082 2002-07-20 [alfons]     0.7.8claws82
8083         
8084         * src/matcher.c
8085                 const-correctness
8086
8087 2002-07-20 [thorsten]   0.7.8claws81
8088
8089         * src/matcher.c
8090                 Fixed expansion of empty fields in matchactions
8091
8092 2002-07-19 [melvin]     0.7.8claws80
8093
8094         * src/gtkspell.c
8095                 Removed a duplicate menu entry (fast mode) introduced during
8096                 the new cache merge
8097                 Added a menu separator between 'Use alternate' and 'Fast mode'
8098
8099 2002-07-19 [paul]       0.7.8claws79
8100
8101         * tools/Makefile.am
8102           tools/README
8103                 correct typos
8104
8105 2002-07-19 [thorsten]   0.7.8claws78
8106
8107         * tools/calypso_convert.pl      ** NEW FILE **
8108           tools/README
8109           tools/Makefile.am
8110                 script to import mbox files exported
8111                 by calypso
8112                 o generates folder structure
8113                 o includes attachments
8114
8115 2002-07-19 [melvin]     0.7.8claws77
8116
8117         * src/selective_download.[ch]
8118                 Fixed bug where closing the dialog with the window manager's
8119                 close button will not unlock the summary
8120                 Corrected some function declarations that missed a return value
8121                 Made the source code comply better with coding style.
8122         * src/prefs_common.c
8123                 Added new browser command line for Mozilla.
8124
8125 2002-07-18 [paul]       0.7.8claws76
8126
8127         * src/mainwindow.c
8128           src/selective_download.[ch]
8129                 reflect theme changes, fix Gdk Warning when creating 
8130                 pixmap from NULL window, and minor clean up.
8131                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8132
8133         * po/en_GB.po
8134                 updated
8135
8136 2002-07-17 [paul]       0.7.8claws75
8137
8138         * INSTALL[.jp]
8139                 sync with 0.8.0
8140         
8141         * po/en_GB.po
8142                 updated
8143
8144 2002-07-16 [paul]       0.7.8claws74
8145
8146         * tools/filter_conv.pl
8147           tools/README
8148                 replace conversion script with reimplemented version, 
8149                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8150
8151 2002-07-16 [colin]      0.7.8claws73
8152
8153         * src/summaryview.c
8154                 remove forgotten debug messages - sorry ;-)
8155
8156 2002-07-16 [colin]      0.7.8claws72
8157
8158         * src/mimeview.c
8159           src/summaryview.c
8160           src/textview.c
8161           src/textview.h
8162                 add the ability to select part of a text mime-part 
8163                 to reply.
8164
8165 2002-07-15 [christoph]  0.7.8claws71
8166
8167         * src/folder.c
8168                 fix folder message count for folders without
8169                 msg_is_changed (includes news folders)
8170
8171 2002-07-15 [martin]     0.7.8claws70
8172
8173         * src/summaryview.c
8174                 option "display recipient on 'From'..." now works
8175                 without the need of enabling the option
8176                 "display  sender  using  address  book".
8177
8178 2002-07-15 [christoph]  0.7.8claws69
8179
8180         * src/summaryview.c
8181                 removed setting folder status from summaryview.
8182                 folder.c should update all message counts correctly.
8183
8184 2002-07-15 [paul]       0.7.8claws68
8185
8186         * po/pt_BR.po
8187                 updated by Fabio Junior Beneditto
8188
8189 2002-07-15 [darko]      0.7.8claws67
8190
8191         * src/mh.c
8192                 Fixed target folder colorization, don't decrease op
8193                 number twice
8194
8195 2002-07-14 [paul]       0.7.8claws66
8196
8197         * sync with main 0.8.0
8198                 see ChangeLog 2002-07-14
8199
8200 2002-07-13 [melvin]     0.7.8claws65
8201         
8202         * src/addrbook.c
8203         * src/addressbook.c
8204         * src/addrindex.c
8205                 Replaced sprintf by g_snprintf to prevent possible buffer
8206                 overflow.
8207         * src/news.c
8208                 Corrected a log message output format.
8209                 Added a missing "done" debug output.
8210         * src/compose.c
8211                 Added keyboard accelerator for Priority menu items
8212                 Added missing \n in debug output
8213         * src/logwindow.c
8214         * src/gtkspell.c
8215         * src/rfc2015.c
8216                 Added missing \n in debug output
8217
8218 2002-07-13 [paul]       0.7.8claws64
8219
8220         * man/sylpheed.1
8221                 change Sergey's email address to the sf address
8222
8223         * src/textview.c
8224                 increase show_url_timeout (more useful for long
8225                 urls)
8226
8227 2002-07-12 [sergey]     0.7.8claws63
8228
8229         * src/rfc2015.c
8230                 applied (with some modifications) patch to set the
8231                 micalg parameter for signatures
8232                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8233
8234 2002-07-12 [sergey]     0.7.8claws62
8235
8236         * man/Makefile.am
8237         * configure.in
8238                 fixed man page installation
8239
8240 2002-07-12 [paul]       0.7.8claws61
8241
8242         * sync with 0.7.8cvs26
8243                 see ChangeLog 2002-07-11 and 2002-07-12
8244
8245 2002-07-11 [christoph]  0.7.8claws60
8246
8247         * src/compose.c
8248         * src/procmsg.c
8249                 first use the message number to find the message
8250                 to mark with a reply flag but check the
8251                 message-id if we got the correct message, if not
8252                 try to find it by message-id.
8253                 use new string seperator that is not allowed
8254                 in message-ids.
8255
8256 2002-07-11 [paul]       0.7.8claws59
8257
8258         * sync with 0.7.8cvs23
8259                 see ChangeLog 2002-07-10
8260
8261 2002-07-10 [christoph]  0.7.8claws58
8262
8263         * src/folder.[ch]
8264         * src/msgcache.[ch]
8265                 Added message-id table to the cache in memory
8266                 and functions to msgcache.c and folder.c to
8267                 fetch MsgInfos by message id
8268         * src/compose.c
8269         * src/procmsg.c
8270                 store folder and message-id of message replying
8271                 to in queue header and set reply flag after sending
8272                 (Closes bug #469498)
8273
8274 2002-07-10 [paul]       0.7.8claws57
8275
8276         * AUTHORS
8277           man/sylpheed.1.gz
8278                 add Martin to the list of authors
8279
8280 2002-07-09 [martin]     0.7.8claws56
8281         * src/gtksctree.c
8282                 Added gtk_ctree_last_visible(), tree_update_level(),
8283                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8284                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8285                 from gtk+ to gtksctree.c for the new sorting code
8286                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8287                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8288         * src/gtksctree.h
8289                 Added declaration for gtk_sctree_sort_recursive() and
8290                 gtk_sctree_sort_node
8291         * src/addressbook.c
8292         * src/foldersel.c
8293         * src/folderview.c
8294         * src/summaryview.c
8295                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8296                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8297
8298 2002-07-08 [paul]       0.7.8claws55
8299
8300         * more sync with 0.7.8cvs21
8301                 see ChangeLog 2002-07-08
8302
8303 2002-07-08 [paul]       0.7.8claws54
8304
8305         * sync with 0.7.8cvs21
8306                 see ChangeLog 2002-07-08
8307
8308 2002-07-07 [alfons]     0.7.8claws53
8309
8310         * src/Makefile.am
8311         * src/stock_pixmap.[ch]
8312         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8313         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8314         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8315                 add new pixmaps for upcoming notice pane
8316
8317 2002-07-06 [melvin]     0.7.8claws52
8318
8319         * src/gtkspell.[ch]
8320                 Made them a bit closer to Sylpheed's coding style.
8321                 Removed old code.
8322                 Removed possible memory leaks when some errors occurs.
8323
8324 2002-07-06 [melvin]     0.7.8claws51
8325
8326         * po/Makefile.in.in
8327                 Removed --no-location in xgettext command line to help
8328                 translators that use Emacs' po-mode
8329         * src/quote_fmt.c
8330                 Removed unnecessary comments that messed up sylpheed.pot
8331
8332 2002-07-06 [paul]       0.7.8claws50
8333
8334         * sync with 0.7.8cvs19
8335                 see ChangeLog 2002-07-05
8336
8337 2002-07-06 [christoph]  0.7.8claws49
8338
8339         * src/folder.c
8340         * src/mainwindow.c
8341                 fix folder_item_remove_all_msg and folderview
8342                 status for trash folders after emptying trash
8343
8344 2002-07-05 [paul]       0.7.8claws48
8345
8346         * sync with 0.7.8cvs16
8347                 see ChangeLog 2002-07-04 and 2002-07-05
8348
8349 2002-07-04 [paul]       0.7.8claws47
8350
8351         * sync with 0.7.8cvs14
8352                 see  ChangeLog 2002-07-04
8353
8354 2002-07-03 [alfons]     0.7.8claws46
8355
8356         * src/folder.c
8357                 dupe folder item's path because it's being reallocated
8358                 by new folder scanning code
8359
8360 2002-07-03 [christoph]  0.7.8claws45
8361
8362         * src/imap.c
8363                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8364         * src/msgcache.c
8365                 add missing return in msgcache_write
8366
8367 2002-07-02 [thorsten]   0.7.8claws44
8368
8369         * src/jpilot.c
8370         * src/msgcache.c
8371         * src/rfc2015.c
8372                 use binary mode for file access
8373
8374 2002-07-02 [christoph]  0.7.8claws43
8375
8376         * major code cleanup (part 1)
8377         
8378                 - unused variables removed
8379                 - unused functions removed
8380                 - uninitialized variables checked
8381                 - missing return statements added
8382                 - missing function return types added
8383                 - added parentheses around assignment and
8384                   && in || when suggested by gcc
8385               
8386         * src/mh.c
8387         * src/folder.c
8388                 replaced direct calls to folder->scan_tree
8389                 with folder_scan_tree and restore folder
8390                 prefs in this function. The folder should
8391                 not have to deal with them.
8392                 ( Should now work for all folder types )
8393
8394 2002-07-02 [paul]       0.7.8claws42
8395
8396         * sync with 0.7.8cvs13
8397                 see ChangeLog 2002-07-01 and 2002-07-02
8398
8399 2002-07-01 [christoph]  0.7.8claws41
8400
8401         * src/summaryview.c
8402                 fix "goto next/prev unread message" with
8403                 ignored threads
8404
8405 2002-07-01 [paul]       0.7.8claws40
8406
8407         * po/es.po
8408                 updated by Ricardo Mones Lastra
8409
8410 2002-06-30 [match]      0.7.8claws39
8411
8412         * src/jpilot.c
8413                 applied variation of leonerd's patch (566661) to
8414                 allow multiple email addresses per JPilot entry.
8415                 addresses may be separated by space, comma, pipe,
8416                 semi-colon, new-line.
8417
8418 2002-06-30 [alfons]     0.7.8claws38
8419
8420         * src/procmsg.c
8421                 simple fix for putting older nodes before
8422                 newer nodes when threading by subject
8423
8424 2002-06-30 [christoph]  0.7.8claws37
8425
8426         * src/folder.c
8427         * src/folderview.c
8428         * src/mh.c
8429         * src/news.c
8430         * src/procmsg.c
8431                 fix broken folder tree rescaning
8432                 and don't use procmsg_get_mark_sum
8433                 anymore
8434
8435 2002-06-30 [christoph]  0.7.8claws36
8436
8437         * merge new cache branch
8438         * src/imap.c
8439                 fix new cache imap copy bug
8440         * src/folder.c
8441                 improved folder_item_scan
8442                 it should now always set the correct
8443                 new, unread and total message counts
8444
8445 2002-06-29 [paul]       0.7.8claws35
8446
8447         * configure.in
8448                 correct syntax error
8449
8450 2002-06-29 [paul]       0.7.8claws34
8451
8452         * configure.in
8453           Makefile.am
8454           man/Makefile.am       ** NEW FILE **
8455           man/sylpheed.1.gz     ** NEW FILE **
8456                 add Sylpheed man page
8457
8458 2002-06-29 [paul]       0.7.8claws33
8459
8460         * po/pt_BR.po
8461                 updated by Fabio Junior Beneditto
8462
8463 2002-06-28 [jens]       0.7.8claws32
8464
8465         * po/de.po
8466                 translation updated
8467
8468         * src/selective_download.c
8469                 removed gettext for space " "
8470
8471         * src/imap.c
8472                 removed wrong space
8473
8474 2002-06-28 [paul]       0.7.8claws31
8475
8476         * sync with 0.7.8cvs11
8477                 see ChangeLog 2002-06-28
8478
8479 2002-06-28 [paul]       0.7.8claws30
8480
8481         * sync with 0.7.8cvs10
8482                 see ChangeLog 2002-06-27 and 2002-06-28
8483
8484 2002-06-26 [paul]       0.7.8claws29
8485
8486         * src/addrgather.c
8487           src/selective_download.c
8488                 don't gettextise empty strings.
8489                 reserved by gettext. gettext("") returns 
8490                 the header entry with meta information, 
8491                 not the empty string
8492
8493         * po/en_GB.po
8494                 updated
8495
8496 2002-06-26 [paul]       0.7.8claws28
8497
8498         * sync with 0.7.8cvs7
8499                 see ChangeLog 2002-06-25
8500
8501         * src/prefs_common.c
8502                 ...and in the process, tweak the gui a little
8503
8504 2002-06-25 [alfons]     0.7.8claws27
8505         
8506         * configure.in
8507         * src/Makefile.am
8508                 fine tune ldap library detection
8509
8510 2002-06-25 [alfons]     0.7.8claws26
8511
8512         * src/compose.c
8513                 don't allow return receipts when composing a news article
8514
8515 2002-06-25 [paul]       0.7.8claws25
8516
8517         * Makefile.am
8518                 add '$(AMTAR)' to 'release' section to allow for
8519                 new and older autotools
8520
8521 2002-06-25 [paul]       0.7.8claws24
8522
8523         * src/summaryview.c
8524                 fix "No more unread messages" persistant pop-up
8525                 window bug
8526
8527 2002-06-25 [paul]       0.7.8claws23
8528
8529         * po/it.po
8530                 updated by Alessandro Maestri
8531
8532 2002-06-25 [paul]       0.7.8claws22
8533
8534         * sync with 0.7.8cvs6
8535                 see ChangeLog 2002-06-25
8536
8537 2002-06-24 [paul]       0.7.8claws21
8538
8539         * tools/update-po
8540                 add GPL copyright information
8541
8542 2002-06-24 [paul]       0.7.8claws20
8543
8544         * tools/Makefile.am
8545           tools/README
8546           tools/update-po       ** NEW FILE **
8547                 add script that eases the creation of *.po files
8548                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8549
8550 2002-06-23 [alfons]     0.7.8claws19
8551
8552         * src/messageview.c
8553                 make notification_convert_header obey const correctness
8554                 (next step will be fixing the broken return receipt)
8555
8556 2002-06-23 [paul]       0.7.8claws18
8557
8558         * src/messageview.c
8559                 fix bug introduced in last commit:
8560                 removed too much code in last commit - put back what's
8561                 needed
8562
8563 2002-06-23 [paul]       0.7.8claws17
8564
8565         * src/messageview.[ch]
8566                 remove code committed in error from locally patched
8567                 source
8568
8569 2002-06-23 [colin]      0.7.8claws16
8570
8571         * src/compose.[ch]
8572                 add compose_entry_select(), used to select the default_to
8573                 email address - hopefully avoiding people sending mails to
8574                 wrong recipients.
8575
8576 2002-06-22 [alfons]     0.7.8claws15
8577
8578         * AUTHORS
8579                 add Bram Metsch & Stanislav Karchebny
8580         * src/smtp.[ch]
8581         * src/prefs_account.[ch]
8582         * src/send.c
8583                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8584                   options.  (see <http://sourceforge.net/tracker/index.php
8585                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8586
8587                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8588                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8589
8590 2002-06-22 [paul]       0.7.8claws14
8591
8592         * sync with 0.7.8cvs5
8593                 see ChangeLog 2002-06-19 and 2002-06-20
8594
8595 2002-06-22 [alfons]     0.7.8claws13
8596
8597         * src/selective_download.c
8598                 fix a stupid mistake I made
8599
8600 2002-06-22 [alfons]     0.7.8claws12
8601
8602         * src/selective_download.[ch]
8603                 fix another unnoticed leak; cleanup code
8604
8605 2002-06-21 [alfons]
8606
8607         * tools/Makefile.am
8608                 gpg-sign <-- gpg-sign-syl
8609
8610 2002-06-21 [alfons]     0.7.8claws11
8611
8612         * src/selective_download.c
8613         * src/selective_download.h
8614                 fix assorted mix of allocation errors (should solve
8615                 problem reported by Philippe Gramoullé, see:
8616                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8617
8618 2002-06-20 [melvin]     0.7.8claws10
8619
8620         * tools/gpg-sign *REMOVED*
8621           tools/gpg-sign-syl *ADDED*
8622                 Replaced the gpg clearsigning script with the version using
8623                 xterm instead of ssh-askpass and changed its name.
8624
8625         * README.claws
8626                 Updated actions example to reflect the renaming of the
8627                 gpg clearsigning script.
8628
8629 2002-06-19 [paul]       0.7.8claws9
8630
8631         * sync with 0.7.8claws9
8632                 see ChangeLog 2002-06-18 and 2002-06-19
8633
8634 2002-06-19 [paul]       0.7.8claws8
8635
8636         * sync with 0.7.8cvs1
8637                 see ChangeLog 2002-06-18
8638
8639 2002-06-18 [alfons]     0.7.8claws7
8640
8641         * src/mainwindow.h
8642                 add omitted prototype
8643
8644 2002-06-17 [paul]       0.7.8claws6
8645
8646         * src/mainwindow.c
8647                 fix hiding of exec_btn
8648
8649 2002-06-17 [paul]       0.7.8claws5
8650
8651         * src/pop.c
8652                 remove unneeded code: should_delete() 
8653                 and Pop3State::uidl_todelete_list
8654
8655 2002-06-17 [paul]       0.7.8claws4
8656
8657         * sync with 0.7.8
8658                 see ChangeLog 2002-06-11 and 2002-06-13
8659
8660 2002-06-16 [alfons]     0.7.8claws3
8661         
8662         * src/folder.c
8663                 make sure lock sort mode (claws specific) is
8664                 also persists after a tree rescan
8665
8666 2002-06-16 [alfons]     0.7.8claws2
8667
8668         * src/prefs_folder_item.c
8669         * src/folder.[ch]
8670                 fix persistence of folder sort mode (broken
8671                 by adapting Hiro's new folder persistence code)
8672
8673 2002-06-16 [alfons]     0.7.8claws1
8674
8675         * AUTHORS
8676         * src/logwindow.c
8677         * src/prefscommon.[ch]
8678                 control size of log text in log window; 
8679                 closes patch #569155 submitted by Mitko Haralanov.
8680
8681 2002-06-15 [paul]       0.7.8claws
8682
8683         * release of 0.7.8claws
8684
8685 2002-06-15 [paul]       0.7.7claws
8686
8687         * po/pt_BR.po
8688                 updated by Fabio Junior Beneditto
8689
8690 2002-06-14 [paul]       0.7.6claws49
8691
8692         * po/es.po
8693                 updated by Ricardo Mones Lastra
8694
8695 2002-06-14 [paul]       0.7.6claws48
8696
8697         * po/nl.po
8698                 updated translation by Wilbert Berendsen
8699
8700 2002-06-14 [melvin]     0.7.6claws47
8701
8702         * po/fr.po
8703                 Updated French translation
8704
8705 2002-06-13 [paul]       0.7.6claws46
8706
8707         * src/filesel.c
8708                 allow filename to be typed in, rather than just
8709                 selected by the mouse. Patch by Gustavo Noronha Silva.
8710
8711 2002-06-13 [alfons]     0.7.6claws45
8712
8713         * src/mainwindow.[ch]
8714                 more cleanups (removing unnecessary menu items Expand 
8715                 summary / message view)
8716
8717 2002-06-13 [melvin]     0.7.6claws44
8718
8719         * po/POTFILES.in
8720                 Added src/string_match.c
8721         * src/string_match.c
8722                 Fixed possible buffer overflow.
8723                 Corrected typo.
8724                 Added missing config.h header.
8725         * src/prefs_common.c
8726           src/prefs_matcher.c
8727           src/prefs_scoring.c
8728                 Made some strings translatable (missing _(..)).
8729
8730 2002-06-13 [melvin]     0.7.6claws43
8731
8732         * README.claws
8733                 Corrected action example (verifying clearsigned mail).
8734         * src/prefs_account.c
8735                 Corrected typo.
8736         * src/prefs_common.c
8737                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8738
8739 2002-06-12 [alfons]     0.7.6claws42
8740
8741         * src/summaryview.c
8742                 add init of score column lost in 0.7.6claws42
8743
8744 2002-06-12 [paul]       0.7.6claws41
8745
8746         * src/prefs_account.c
8747                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8748                 behavior of the radio buttons, (from 0.7.7cvs2)
8749
8750 2002-06-11 [alfons]     0.7.6claws40
8751
8752         * src/messageview.[ch]
8753         * src/summaryview.[ch]
8754         * src/summary_search.c
8755         * src/mainwindow.c
8756                 perform a sync to bring in Hiro's separate view implementation 
8757
8758                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8759
8760 2002-06-11 [paul]       0.7.6claws39
8761         
8762         * src/prefs_account.c
8763                 correct a typo on the Receive tab
8764
8765 2002-06-10 [match]      0.7.6claws38
8766
8767         * src/addressbook.c
8768                 Included address completion patch from Gustavo Noronha.
8769
8770 2002-06-10 [paul]       0.7.6claws37
8771
8772         * src/inc.[ch]
8773           src/pop.c
8774           src/prefs_account.[ch]
8775           src/selective_download.[ch]
8776                 apply PATCH #561712
8777                  NEW:
8778                 - check if POP Account
8779                 - Receive Button renamed to Preview
8780                 - Preview Button Popup: preview new/all messages
8781                 - Download Button
8782                 - Account Preferences-->Receive tab checkbutton if you
8783                   want to remove Mail after Download
8784                 -: default YES
8785                 - Account Preferences-->Receive tab checkbutton use
8786                   filtering rules on preview
8787                   (think of delete_on_server)
8788                 -: default YES
8789                 - Account selectable from SD dialog
8790                 - checkbutton to show already downloaded messages if
8791                   all messages are previewed
8792                 - new clist column showing Date
8793                 - ESC KEY close
8794                 FIXES:
8795                 - play ball with UIDL
8796                 - fault tolerant (?) 
8797                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8798
8799 2002-06-10 [melvin]     0.7.6claws36
8800
8801         * README.claws
8802                 Added a hint to ac/README in cvs instructions.
8803
8804         * src/prefs_actions.c
8805                 Made it possible to use a more elaborate command line
8806                 for asynchronous actions, too.
8807
8808 2002-06-10 [melvin]     0.7.6claws35
8809         
8810         * src/prefs_actions.c
8811                 Make it possible to use a more elaborate command line
8812                 (e.g. |foo|bar|cat>there;echo Done|)
8813                 Corrected error message when calling %f, %F and %p commands
8814                 from the compose window.
8815
8816 2002-06-09 [colin]      0.7.6claws34
8817
8818         * src/summaryview.c
8819                 Automatically find unread messages in current folder
8820                 before annoying the user.
8821
8822 2002-06-08 [alfons]     0.7.6claws33
8823
8824         * po/it.po
8825                 remove bad formatting string in it.po translation
8826                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8827
8828 2002-06-08 [paul]       0.7.6claws32
8829
8830         * sync with 0.7.6cvs25
8831                 see ChangeLog 2002-06-07
8832
8833 2002-06-05 [paul]       0.7.6claws31
8834
8835         * src/mainwindow.c
8836                 add 'Sort by locked' and 'Sort by score'
8837
8838 2002-06-05 [paul]       0.7.6claws30
8839
8840         * sync with 0.7.6cvs24
8841                 see ChangeLog 2002-06-04
8842
8843 2002-06-04 [paul]       0.7.6claws29
8844
8845         * po/pt_BR.po
8846                 updated by Fabio Junior Beneditto
8847
8848 2002-06-03 [thorsten]   0.7.6claws28
8849
8850         * src/matcher.c
8851                 fclose() matcherrc after reading
8852
8853 2002-06-03 [paul]       0.7.6claws27
8854
8855         * sync with 0.7.6cvs21
8856                 see ChangeLog 2002-05-31
8857
8858 2002-05-31 [paul]       0.7.6claws26
8859
8860         * sync with 0.7.6cvs20
8861                 see ChangeLog 2002-05-29 and 2002-05-30
8862
8863 2002-05-31 [paul]       0.7.6claws25
8864
8865         * src/imap.c
8866                 hopefully fix last buggy sync
8867
8868         * README.claws
8869                 correct typo in 'Actions' examples
8870
8871 2002-05-29 [paul]       0.7.6claws24
8872
8873         * sync with 0.7.6cvs18
8874                 see ChangeLog 2002-05-28 and 2002-05-29
8875
8876         * src/news.c
8877           src/nntp.[ch]
8878                 sync with above 
8879
8880 2002-05-28 [paul]       0.7.6claws23
8881
8882         * sync with 0.7.6cvs16
8883                 see ChangeLog 2002-05-28
8884
8885 2002-05-27 [thorsten]   0.7.6claws22 
8886
8887         * faq/it/sylpheed-faq-1.html
8888           faq/it/sylpheed-faq-2.html
8889           faq/it/sylpheed-faq-3.html
8890           faq/it/sylpheed-faq.html
8891                 corrected DOS lineendings
8892         * faq/de/sylpheed-faq-1.html
8893           faq/de/sylpheed-faq-2.html
8894           faq/en/sylpheed-faq-1.html
8895           faq/en/sylpheed-faq-2.html
8896           faq/en/sylpheed-faq-3.html
8897           faq/es/sylpheed-faq-1.html
8898           faq/es/sylpheed-faq-2.html
8899           faq/es/sylpheed-faq-3.html
8900           faq/fr/sylpheed-faq-1.html
8901           faq/it/sylpheed-faq-1.html
8902           faq/it/sylpheed-faq-2.html
8903           faq/it/sylpheed-faq-3.html
8904           faq/it/sylpheed-faq.html
8905                 changed ">" to &quot;
8906
8907 2002-05-27 [paul]       0.7.6claws21
8908         
8909         * sync with 0.7.6cvs15
8910                 see ChangeLog 2002-05-27
8911
8912 2002-05-27 [paul]       0.7.6claws20
8913
8914         * src/prefs_account.c
8915                 correct a typo
8916
8917 2002-05-26 [paul]       0.7.6claws19
8918
8919         * tools/README
8920                 correct a typo
8921
8922 2002-05-25 [paul]       0.7.6claws18
8923
8924         * tools/README
8925                 add description of kmail2sylpheed.pl
8926
8927 2002-05-25 [paul]       0.7.6claws17
8928
8929         * tools/kmail2sylpheed.pl       ** NEW FILE **
8930                 perl script that converts an exported Kmail address
8931                 book, converts it to sylpheed addressbook file,
8932                 writes the file to .sylpheed, and updates
8933                 addrbook--index.xml 
8934
8935 2002-05-25 [paul]       0.7.6claws16
8936
8937         * sync with 0.7.6cvs14
8938                 see ChangeLog 2002-05-23
8939
8940 2002-05-24 [paul]       0.7.6claws15
8941
8942         * README.claws
8943                 make a correction and add some more info
8944
8945 2002-05-24 [paul]       0.7.6claws14
8946
8947         * src/compose.c
8948                 fix memory leak in 
8949                 compose_redirect_write_headers_from_headerlist()
8950                 add Subject and Resent-Message-ID to
8951                 compose_redirect_write_headers()
8952                 Received, Subject, and X-UIDL are filtered out in 
8953                 compose_redirect_write_to_file()
8954
8955 2002-05-23 [paul]       0.7.6claws13
8956
8957         * src/compose.[ch]
8958           src/filtering.c
8959           src/mainwindow.c
8960           src/matcher.[ch]
8961           src/matcher_parser_lex.l
8962           src/matcher_parser_parse.y
8963           src/prefs_common.[ch]
8964           src/prefs_filtering.c
8965           src/summaryview.c
8966                 rename 'Bounce' to 'Redirect'
8967
8968 2002-05-23 [paul]       0.7.6claws12
8969
8970         * more sync with 0.7.6cvs13
8971           src/compose.c
8972                 see ChangeLog 2002-05-22
8973
8974 2002-05-22 [paul]       0.7.6claws11
8975
8976         * sync with 0.7.6cvs13
8977           src/codeconv.c
8978                 see ChangeLog 2002-05-20
8979           src/prefs_common.c
8980                 see ChangeLog 2002-05-22
8981
8982 2002-05-21 [melvin]     0.7.6claws10
8983
8984         * src/folderview.c
8985                 Added missing filtering and scoring headers
8986                 Fixed bad function call that showed garbage 
8987                 in Folder->Processing
8988
8989 2002-05-21 [paul]       0.7.6claws9
8990
8991         * tools/Makefile.am
8992                 make all tools executable, (patch by Alfons).
8993
8994 2002-05-20 [alfons]     0.7.6claws8
8995
8996         * src/procheader.c
8997                 don't forget to call mktime() so we have a valid week 
8998                 and year day
8999                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9000
9001 2002-05-20 [paul]       0.7.6claws7
9002
9003         * src/html.c
9004                 fix broken parsing of urls
9005         * src/textview.c
9006                 fix displaying of urls
9007
9008                 both fixes from the patch [547855] by Eugene 
9009                 Brevdo (zonem)
9010
9011 2002-05-19 [alfons]     0.7.6claws6
9012
9013         * configure.in
9014                 make sylpheed configure correctly with the latest
9015                 and greatest of automake / autoconf / gettext
9016
9017 2002-05-19 [alfons]     0.7.6claws5
9018
9019         * src/procheader.c
9020         * src/procheader.h
9021                 add function for returning ime zone offset
9022         * src/quote_fmt.c
9023         * src/quote_fmt_parse.y
9024                 better quotation formatting - does not convert
9025                 to local time, but uses the original date string.
9026                 
9027                 Note: %z inserts the timezone offset (should 
9028                 work also on platforms where strftime does not
9029                 support %z).
9030
9031 2002-05-18 [christoph]  0.7.6claws4
9032
9033         * src/summaryview.c
9034                 fix indentation of some code
9035         * tools/Makefile.am
9036                 fix spaces after \
9037         * src/Makefile.am
9038                 add missing \
9039                 correct path for ignorethread.xpm
9040                 incorrect filename for sylpheed_logo.xpm
9041                 add missing include matcher_parser_parse.h
9042
9043 2002-05-18 [paul]       0.7.6claws3
9044
9045         * sync with 0.7.6cvs8
9046                 see ChangeLog 2002-05-16 and 2002-05-17
9047
9048 2002-05-18 [melvin]     0.7.6claws2
9049
9050         * README.claws
9051                 Corrected an action's definition and fixed some misspellings.
9052
9053 2002-05-18 [paul]       0.7.6claws1
9054
9055         * tools/Makefile.am
9056           tools/gpg-sign        ** new file **
9057           tools/uudec           ** new file **
9058                 add Melvin's Actions scripts
9059
9060         * README.claws
9061                 add Melvin's descriptions for Actions
9062
9063 2002-05-18 [paul]       0.7.6claws
9064
9065         * Version 0.7.6claws released
9066
9067 2002-05-17 [paul]       0.7.5claws32
9068
9069         * po/es.po
9070                 updated by Ricardo Mones Lastra
9071
9072 2002-05-17 [paul]       0.7.5claws31
9073
9074         * src/compose.c
9075                 fix Account prefs default folder for sent/draft/deleted
9076                 messages bug
9077
9078         * po/it.po
9079           po/nl.po
9080                 updated translation by Alessandro Maestri and
9081                 Wilbert Berendsen
9082
9083 2002-05-17 [melvin]     0.7.5claws30
9084
9085         * src/prefs_actions.c
9086                 Fixed bug where using %F not at the end of the command 
9087                 resulted in an additional empty argument being created.
9088                 Thanks to Darko Koruga for reporting the bug.
9089
9090 2002-05-17 [melvin]     0.7.5claws29
9091
9092         * po/fr.po
9093                 Updated French translations.
9094
9095 2002-05-15 [paul]       0.7.5claws28
9096         
9097         * po/es.po
9098                 updated by Ricardo Mones Lastra
9099
9100 2002-05-15 [paul]       0.7.5claws27
9101
9102         * sync with 0.7.6cvs4
9103                 see ChangeLog 2002-05-14 and 2002-05-15
9104
9105 2002-05-14 [paul]       0.7.5claws26
9106
9107         * sync with 0.7.6cvs1
9108                 see ChangeLog 2002-05-13
9109
9110 2002-05-13 [thorsten]   0.7.5claws25
9111
9112         * src/messageview.c
9113                 fix select_all and copy in multipart messages
9114         * src/mainwindow.c
9115                 fix select_all and copy in multipart messages
9116
9117 2002-05-12 [paul]       0.7.5claws24
9118
9119         * src/summaryview.c
9120                 reverse last commit, bug already fixed in 0.7.5claws3
9121
9122 2002-05-12 [netztorte]  0.7.5claws23
9123
9124         * src/summaryview.c
9125                 dont parse empty addressbook (checked in before claws20)
9126
9127 2002-05-12 [melvin]     0.7.5claws22
9128
9129         * src/procmsg.[ch]
9130                 Removed unneeded priority code introduced by the previous 
9131                 commit.
9132
9133 2002-05-12 [melvin]     0.7.5claws21
9134
9135         * src/compose.[ch]
9136                 Added possibility to set message's priority.
9137         * src/procmsg.[ch]
9138                 Added possibility to set message's priority.
9139                 Added missing headers
9140
9141 2002-05-12 [melvin]     0.7.5claws20
9142
9143         * src/prefs_actions.c
9144                 Removed implicitely added quotes around the name
9145                 of the temporary files of mime parts.
9146
9147 2002-05-12 [paul]       0.7.5claws19
9148
9149         * sync with 0.7.5cvs20
9150                 see ChangeLog 2002-05-11
9151
9152 2002-05-12 [alfons]     0.7.5claws18
9153
9154         * src/quote_fmt_lex.l
9155         * src/quote_fmt_parse.y
9156                 allow quote / reply date & time format to be set using
9157                 %D{format}. format is a format string you'd pass to
9158                 strftime() (see man strftime, or the Display tab |
9159                 Date format setting).
9160
9161                 Currently %D converts the date to local time. 
9162
9163 2002-05-11 [paul]       0.7.5claws17
9164
9165         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9166                 see ChangeLog 2002-05-10 and 2002-05-11
9167
9168 2002-05-10 [paul]       0.7.5claws16
9169
9170         * sync with 0.7.5cvs16
9171                 see ChangeLog entries 2002-05-09 and 
9172                 2002-05-10
9173
9174 2002-05-10 [colin]      0.7.5claws15
9175
9176         * src/textview.c
9177                 Corrected a bug that prevented sylpheed to open
9178                 double-clicked URIs.
9179
9180 2002-05-09 [paul]       0.7.5claws14
9181
9182         * sync with 0.7.5cvs14
9183                 see ChangeLog 2002-05-08 and 2002-05-09
9184
9185 2002-05-08 [paul]       0.7.5claws13
9186
9187         * sync with 0.7.5cvs11
9188                 see ChangeLog entry 2002-05-08
9189
9190 2002-05-08 [paul]       0.7.5claws12
9191
9192         * src/mainwindow.c
9193           src/textview.[ch]
9194                 fix segfault on View->Open in new window
9195                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9196
9197 2002-05-07 [paul]       0.7.5claws11
9198
9199         * sync with 0.7.5cvs9
9200                 see ChangeLog entry 2002-05-07
9201
9202 2002-05-06 [paul]       0.7.5claws10
9203
9204         * src/messageview.c
9205           src/textview.c
9206                 display url in statusbar on single-click
9207                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9208
9209 2002-05-06 [match]      0.7.5claws9
9210
9211         * src/addritem.[ch]
9212                 new functions.
9213         * src/addrcache.c
9214                 tidy up.
9215         * src/xmlprops.[ch]
9216                 XML implementation of properties file.
9217         * src/exporthtml.[ch]
9218         * src/expthtmldlg.[ch]
9219         * src/addressbook.c
9220                 export to HTML.
9221
9222 2002-05-02 [sergey]     0.7.5claws8
9223
9224         * src/mainwindow.c (mainwin_entries),
9225           src/prefs_common.c (prefs_send_create()),
9226           src/codeconv.c (locale_table):
9227                 use charset name "Windows-1251" instead of "CP1251".
9228
9229 2002-05-02 [colin]      0.7.5claws7
9230         
9231         * src/compose.c
9232           src/prefs_common.c
9233           src/prefs_folder_item.c
9234                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9235
9236 2002-05-02 [hiro]       0.7.5claws6
9237
9238         * src/imap.c
9239                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9240
9241 2002-05-02 [paul]       0.7.5claws5
9242
9243         * src/compose.c
9244                 more sync with 0.7.5cvs7, see ChangeLog entry
9245                 2002-05-02
9246
9247 2002-05-02 [hiro]       0.7.5claws4
9248
9249         * src/compose.c
9250                 compose_queue_sub():
9251                 check if queue folder exists (closes #550397).
9252                 removed directory creation since it should be handled
9253                 transparently.
9254         * src/imap.c
9255                 imap_add_msg(): return UID for appended message
9256                 (closes #548842).
9257
9258 2002-04-30 [paul]       0.7.5claws3
9259
9260         * src/summaryview.c
9261                 fix account_find_from_address() bug
9262
9263 2002-04-28 [colin]      0.7.5claws2
9264
9265         * src/compose.c
9266           src/textview.c
9267           src/prefs_common.[ch]
9268           src/utils.[ch]
9269                 Added user-definable quotation characters recognition.
9270
9271 2002-04-28 [paul]       0.7.5claws1
9272
9273         * sync with 0.7.5cvs4
9274                 see ChangeLog entry  2002-04-25
9275
9276 2002-04-28 [paul]       0.7.5claws
9277
9278         * po/es.po
9279           po/nl.po
9280           po/pt_BR.po
9281                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9282                 Fabio Junior Beneditto
9283
9284 2002-04-27 [jens]       0.7.4claws103
9285
9286         * po/de.po
9287                 updated German translation.
9288
9289 2002-04-27 [hiro]       0.7.4claws102
9290
9291         * src/summaryview.c
9292                 summary_write_cache(): fixed the mark loss of hidden messages.
9293
9294 2002-04-26 [melvin]     0.7.4claws101
9295
9296         * src/procmsg.c
9297                 fixed a second typo (same one)
9298         * po/fr.po
9299           po/it.po
9300           po/pt_BR.po
9301                 fixed the type again...
9302
9303 2002-04-26 [melvin]     0.7.4claws100
9304
9305         * src/procmsg.c
9306                 fixed a typo in an alert message ("temorary").
9307         * po/it.po
9308         * po/pt_BR.po
9309                 corrected the typo  described above.
9310         * po/fr.po
9311                 updated French translation.
9312
9313 2002-04-26 [darko]      0.7.4claws99
9314
9315         * src/summaryview.c
9316                 fix target folder colorization
9317
9318 2002-04-25 [paul]       0.7.4claws98
9319
9320         * po/it.po
9321                 updated by Alessandro Maestri
9322
9323 2002-04-24 [colin]      0.7.4claws97
9324         
9325         * src/compose.c
9326                 Fixed double "subject is empty" question.
9327
9328 2002-04-23 [colin]      0.7.4claws96
9329         
9330         * src/mimeview.c
9331                 Corrected issue when "automatically display images" was
9332                 not set : first image remained after selecting second.
9333
9334 2002-04-23 [melvin]     0.7.4claws95
9335
9336         * src/prefs_actions.c
9337                 Don't display in/out dialog if there is nothing to show.
9338
9339 2002-04-23 [paul]       0.7.4claws94
9340
9341         * sync with 0.7.5cvs3
9342                 bug fixes: see ChangeLog entry 2002-04-23
9343
9344 2002-04-22 [darko]      0.7.4claws93
9345
9346         * src/compose.c
9347                 fix previous check-in which changed code after
9348                 merge from main
9349
9350 2002-04-22 [paul]       0.7.4claws92
9351
9352         * faq/de/*
9353                 add German FAQ
9354         * faq/en/*
9355           faq/es/*
9356           faq/fr/*
9357                 update English, Spanish and French FAQs
9358         * manual/de/*
9359           manual/es/*
9360                 add German and Spanish manuals
9361         * manual/en/*
9362           manual/fr/*
9363                 update English and French manuals
9364
9365         * src/Makefile.am
9366                 add to and re-arrange the pixmap entries
9367
9368 2002-04-22 [darko]      0.7.4claws91
9369
9370         * src/compose.c
9371                 fix sender initials recognition to only allow
9372                 '>' after the initials
9373
9374 2002-04-21 [paul]       0.7.4claws90
9375
9376         * sync with 0.7.5 release
9377                 see ChangeLog entry 2002-04-21
9378
9379 2002-04-21 [alfons]
9380
9381         * src/Makefile.am
9382                 add colin's new pixmaps to EXTRA_DIST
9383
9384 2002-04-21 [colin]      0.7.4claws89
9385         * src/compose.c
9386         * src/inc.c
9387         * src/mainwindow.[ch]
9388         * src/prefs_common.[ch]
9389         * src/stock_pixmap.[ch]
9390                 Added "Work offline" ability.
9391
9392 2002-04-21 [colin]      0.7.4claws88
9393         
9394         * src/mimeview.c
9395         * src/prefs_common.c
9396         * src/prefs_common.h
9397         * src/textview.c : Added an option to common preferences -> display
9398           to allow user not to automatically display images.
9399
9400 2002-04-21 [paul]       0.7.4claws87
9401
9402         * sync with 0.7.4cvs52
9403                 see ChangeLog entry 2002-04-21 (src/imap.c)
9404
9405 2002-04-21 [paul]       0.7.4claws86
9406
9407         * sync with 0.7.4cvs51
9408                 see ChangeLog entry 2002-04-21
9409
9410 2002-04-21 [paul]       0.7.4claws85
9411
9412         * sync with 0.7.4cvs49
9413                 see ChangeLog entries 2002-04-20 and 2002-04-21
9414
9415         * src/Makefile.am
9416                 clean up: remove old 'stock_' element from xpm 
9417                 filenames.
9418
9419 2002-04-21 [alfons]     0.7.4claws84
9420
9421         apply sync patch from Paul
9422
9423         * src/folderview.c
9424                 use old claws prefs_folder_item_create() for now
9425
9426 2002-04-19 [match]      0.7.4claws83
9427
9428         * src/addressbook.[ch]
9429         * src/addrharvest.[ch]
9430         * src/addrgather.[ch]
9431                 recurse folders.
9432         * src/mainwindow.c
9433         * src/summaryview.[ch]
9434                 change menu option.
9435
9436 2002-04-19 [paul]       0.7.4claws82
9437
9438         * po/pt_BR.po
9439                 updated by Fabio Junior Beneditto
9440
9441 2002-04-14 [alfons]     0.7.4claws81
9442
9443         * src/passphrase.c
9444                 add #include <sys/types.h> for mode_t and off_t 
9445
9446 2002-04-13 [paul]       0.7.4claws80
9447         
9448         * src/main.c
9449           src/passphrase.[ch]
9450           src/pgptext.c
9451           src/prefs_common.[ch]
9452           src/rfc2015.c
9453                 enable storing of GnuPG passphrase for the whole 
9454                 session or a user-defined number of minutes. patch 
9455                 submitted by Ravemax <ravemax@dextrose.com>
9456
9457 2002-04-13 [alfons]     0.7.4claws79
9458
9459         * src/textview.c
9460                 make email parser also stop scanning when encountering separators
9461                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9462
9463 2002-04-13 [paul]       0.7.4claws78
9464
9465         * sync with 0.7.4cvs39
9466                 see ChangeLog entry 2002-04-12
9467
9468 2002-04-11 [paul]       0.7.4claws77
9469
9470         * sync with 0.7.4cvs37
9471                 see ChangeLog entry 2002-04-11
9472
9473 2002-04-11 [paul]       0.7.4claws76
9474
9475         * COPYING 
9476                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9477                 the clause for OpenSSL). sync with sylpheed main
9478
9479 2002-04-09 [melvin]     0.7.4claws75
9480
9481         * src/compose.c
9482                 Made 'Ctrl-Enter' on send ignore some modifiers 
9483                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9484                 to bind other *-Enter (but not Alt-Enter).
9485
9486 2002-04-09 [paul]       0.7.4claws74
9487
9488         * sync with 0.7.4cvs35
9489                 see ChangeLog entries 2002-04-09
9490
9491 2002-04-08 [paul]       0.7.4claws73
9492
9493         * sync with 0.7.4cvs33
9494                 see ChangeLog entry 200-04-08
9495
9496 2002-04-07 [match]      0.7.4claws72
9497
9498         * src/addrharvest.[ch]
9499                 fixed to read all addresses in header, regardless
9500                 of header size. improved name parsing. accommodate
9501                 harvest from folders and selected message.
9502         * src/addritem.[ch]
9503                 included new address parsing function.
9504         * src/addrgather.[ch]
9505         * src/addressbook.[ch]
9506         * src/summaryview.[ch]
9507         * src/mainwindow.c
9508                 allow address harvest of folder as well as selected
9509                 messages.
9510
9511 2002-04-07 [paul]       0.7.4claws71
9512
9513         * src/esmtp.[ch]
9514           src/smtp.c
9515                 don't try to authenticate with CRAM-MD5 in SMTP when 
9516                 SMTP-AUTH enabled if MTA doesn't issue this 
9517                 auth-method in it's ehlo-response. bug item #531364,
9518                 patch item #938910. patch submitted by Colin Leroy 
9519                 <colin@colino.net>
9520
9521 2002-04-07 [paul]       0.7.4claws70
9522
9523         * src/nntp.c
9524                 fix missing MODE_READER bug. patch submitted by
9525                 Colin Leroy <colin@colino.net>
9526
9527 2002-04-07 [alfons]     0.7.4claws69
9528
9529         * src/matcher.[ch]
9530         * src/prefs_filtering.c
9531         * src/summaryview.c
9532                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9533                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9534
9535 2002-04-07 [paul]       0.7.4claws68
9536
9537         * sync with 0.7.4cvs32
9538                 see ChangeLog entry 2002-04-06
9539
9540         * tools/filter_conv.pl
9541                 more bug fixes
9542
9543 2002-04-06 [paul]       0.7.4claws67
9544
9545         * tools/filter_conv.pl
9546                 modify to be able to find the name of the first
9547                 mailbox and use that. main's filter does not
9548                 record the full path to the mailbox and therefore
9549                 can only filter to the first mailbox.
9550
9551 2002-04-05 [paul]       0.7.4claws66
9552
9553         * tools/filter_conv.pl
9554                 attempt to make the script all-encompassing and
9555                 be able to convert any main 'filter' rule thrown
9556                 at it
9557
9558 2002-04-05 [paul]       0.7.4claws65
9559
9560         * tools/filter_conv.pl
9561                 allow for collapsed folder trees
9562
9563 2002-04-05 [paul]       0.7.4claws64
9564
9565         * sync with 0.7.4cvs31
9566                 see ChangeLog entries 2002-04-05
9567
9568 2002-04-03 [paul]       0.7.4claws63
9569
9570         * sync with 0.7.4cvs29
9571                 see ChangeLog entries 2002-04-02 and 2002-04-03
9572
9573 2002-04-02 [paul]       0.7.4claws62
9574
9575         * sync with 0.7.4cvs26
9576                 see ChangeLog entry 2002-04-01
9577
9578 2002-04-02 [match]      0.7.4claws61
9579
9580         * src/pine.[ch]
9581         * src/importpine.[ch]
9582         * src/addressbook.c
9583                 import Pine address book.
9584
9585 2002-04-02 [match]      0.7.4claws60
9586
9587         * src/addrharvest.[ch]
9588                 improve address parsing of funky addresses.
9589
9590 2002-04-02 [darko]      0.7.4claws59
9591
9592         * src/compose.c
9593                 wrap on send improvements, it now recognizes quoted
9594                 initials as part of the quotation string, and it
9595                 does not join lines separated by CR
9596
9597 2002-04-01 [match]      0.7.4claws58
9598
9599         * src/mgutils.[ch]
9600                 added new functions.
9601         * src/mutt.[ch]
9602                 remove excessive duplicate address generation
9603                 on import.
9604
9605 2002-04-01 [alfons]     0.7.4claws57
9606         
9607         * src/summaryview.c
9608                 put back g_free() 
9609
9610 2002-04-01 [paul]       0.7.4claws56
9611
9612         * sync with 0.7.4cvs25
9613                 see ChangeLog entry 2002-04-01
9614
9615 2002-04-01 [alfons]     0.7.4aprilfool55
9616
9617         * src/summaryview.c
9618                 honour feature request item #537427 to allow for
9619                 displaying names from address book for sent mail also
9620
9621 2002-03-29 [paul]       0.7.4claws54
9622
9623         * src/mainwindow.c
9624           src/prefs_filtering.[ch]
9625           src/prefs_matcher.c
9626           src/summaryview.c
9627                 add 'fast filter' for claws' filtering,
9628                 /Tools/Create filter rule/... patch submitted
9629                 by Neill Miller <neillm@thecodefactory.org>
9630
9631 2002-03-29 [paul]       0.7.4claws53
9632
9633         * sync with 0.7.4cvs24
9634                 see ChangeLog entry 2002-03-29
9635
9636 2002-03-28 [paul]       0.7.4claws52
9637
9638         * sync with 0.7.4cvs23
9639                 see ChangeLog entry 2002-03-28
9640
9641 2002-03-27 [melvin]     0.7.4claws51
9642
9643         * src/prefs_actions.c
9644                 Added support to pass only one message part (as a
9645                 file) to the command using '%p'. No quotes are needed
9646                 because doubles quotes are automatically added.
9647                 Fixed bug where Sylpheed could block when waiting for
9648                 a child process to finish.
9649                 Changed the help menu to remove quotes around symbols to 
9650                 avoid misinterpretation (they must not be used).
9651
9652 2002-03-27 [melvin]     0.7.4claws50
9653
9654         * src/inc.c
9655                 Made the new mail notification command always 
9656                 execute asynchronously.
9657
9658 2002-03-27 [paul]       0.7.4claws49
9659
9660         * src/compose.c
9661                 fix bug introduced in last commit
9662
9663 2002-03-27 [paul]       0.7.4claws48
9664
9665         * sync with 0.7.4cvs21
9666                 see ChangeLog 2002-03-26 and 2002-03-27
9667
9668 2002-03-26 [hoa]        0.7.4claws47
9669
9670         * src/prefs_folder_item.c
9671                 really fixed the bug #516442 with folder rescan.
9672
9673 2002-03-26 [paul]       0.7.4claws46
9674
9675         * sync with 0.7.4cvs19
9676                 see ChangeLog entries 2002-03-25 and 2002-03-26
9677
9678 2002-03-25 [hoa]        0.7.4claws45
9679
9680         * src/matcher.c
9681         * src/mh.c
9682                 fix the bug #516442 with folder rescan.
9683
9684         * src/prefs_common.[ch]
9685         * src/compose.c
9686                 added an option to enable two different behaviours
9687                 for bounce.
9688
9689
9690 2002-03-25 [paul]       0.7.4claws44
9691
9692         * src/mainwindow.c
9693           src/selective_download.c
9694                 correct a few menuitem labels
9695
9696 2002-03-25 [christoph]  0.7.4claws43
9697
9698         * src/procmsg.c
9699                 fix non deleted tmp message in
9700                 procmsg_save_to_outbox
9701                 fix problems caused by sync with
9702                 main branch's procmsg_send_queue
9703
9704 2002-03-25 [paul]       0.7.4claws42
9705
9706         * src/quote_fmt.c
9707           src/quote_fmt_lex.l
9708           src/quote_fmt_parse.y
9709                 add Last name (%L) placeholder for quoting. 
9710                 patch submitted by Thorsten Thielen 
9711                 <thth@users.sourceforge.net>
9712
9713 2002-03-25 [paul]       0.7.4claws41
9714
9715         * src/utils.c
9716                 get full hostname. patch submitted by
9717                 Bob Woodside <rwoodside1@comcast.net>
9718
9719 2002-03-25 [paul]       0.7.4claws40
9720
9721         * src/account.c
9722           src/news.c
9723           src/nntp.[ch]
9724           src/prefs_account.[ch]
9725                 enable NNTP over SSL. patch submitted by
9726                 Pascal Jermini <pascal@infinity.hn.org>
9727
9728 2002-03-24 [paul]       0.7.4claws39
9729
9730         * src/prefs_common.c
9731                 make the arrangement of the Compose tab more
9732                 coherent
9733
9734         * src/mainwindow.c
9735                 fix some irregularities of style
9736
9737         * po/de.po
9738                 updated by Kilian Krause
9739
9740 2002-03-23 [paul]       0.7.4claws38
9741
9742         * po/pt_BR.po
9743                 updated by Fabio Junior Beneditto
9744
9745 2002-03-23 [paul]       0.7.4claws37
9746
9747         * src/mainwindow.c
9748                 move 'Gather addresses' to 'Tools' menu
9749                 make 'Selective download' sensitive
9750
9751 2002-03-23 [paul]       0.7.4claws36
9752
9753         * sync with 0.7.4cvs16
9754                 see ChangeLog entries 2002-03-23
9755
9756 2002-03-22 [christoph]  0.7.4claws35
9757
9758         * src/quote_fmt_parse.y
9759                 fix include program output
9760
9761 2002-03-22 [alfons]     0.7.4claws34
9762
9763         * src/pop.c
9764                 initialize GDate stack variable correctly (sorry!)
9765
9766 2002-03-22 [paul]       0.7.4claws33
9767
9768         * src/compose.c
9769           src/mainwindow.c
9770           src/prefs_actions.c
9771           src/prefs_common.c
9772                 rename 'Tool' to 'Tools'
9773
9774         * src/mainwindow.c
9775                 move 'Delete duplicated messages' from
9776                 'Message/' to 'Tools/'
9777                 re-arrange the order of 'Tools/' items
9778
9779 2002-03-22 [paul]       0.7.4claws32
9780
9781         * src/addr_compl.c
9782           src/addressbook.[ch]
9783                 auto-address completion now also matches on
9784                 Nickname. patch submitted by Bob Forsman 
9785                 <hammor@users.sourceforge.net>
9786
9787         * src/editaddress.c
9788                 correct a spelling mistake
9789
9790 2002-03-22 [alfons]     0.7.4claws31
9791
9792         * src/pop.c
9793                 fix getting uidl from incorrect string 
9794                 (spotted by Colin)
9795
9796 2002-03-21 [alfons]     0.7.4claws30
9797
9798         * src/pop.c
9799                 more code refactoring
9800                 plug mem leak introduced by delete on server
9801
9802 2002-03-21 [paul]       0.7.4claws29
9803
9804         * sync with 0.7.4cvs11
9805                 see ChangeLog entries 2002-03-20
9806
9807 2002-03-20 [alfons]     0.7.4claws28
9808
9809         * src/inc.c
9810                 apply Colin's patch and refactor
9811
9812 2002-03-20 [paul]       0.7.4claws27
9813
9814         * sync with sylpheed 0.7.4cvs9
9815                 see ChangeLog entry 2002-03-20
9816
9817 2002-03-19 [christoph]  0.7.4claws26
9818
9819         * src/mh.c
9820         * src/procmsg.[ch]
9821         * src/summaryview.c
9822                 revert changes for flag updates
9823                 (does not work correctly and no time to debug)
9824
9825 2002-03-20 [alfons]     0.7.4claws25
9826
9827         * src/pop.c
9828                 refactor should_delete() a little bit 
9829
9830 2002-03-19 [paul]       0.7.4claws24
9831
9832         * src/inc.[ch]
9833           src/pop.c
9834           src/prefs_account.[ch]
9835                 allow the user to leave downloaded mail on the 
9836                 server for n days. Patch submitted by Colin Leroy 
9837                 <colin@colino.net>
9838
9839 2002-02-19 [paul]       0.7.4claws23
9840
9841         * sync with sylpheed 0.7.4cvs8
9842                 see ChangeLog entries 2002-03-19
9843
9844 2002-03-18 [paul]       0.7.4claws22
9845
9846         * sync with sylpheed 0.7.4cvs6
9847                 see ChangeLog entry 2002-03-18
9848
9849 2002-03-18 [paul]       0.7.4claws21
9850
9851         * po/en_GB.po
9852                 add en_GB message catalogue
9853
9854         * src/mbox_folder.c
9855           src/prefs_account.c
9856           src/prefs_actions.c
9857                 correct a few spelling mistakes
9858
9859 2002-03-17 [alfons]     0.7.4claws20
9860
9861         * src/matcher.c
9862                 more stringent checks for NULL params when writing
9863                 filtering actions to a file
9864                 
9865 2002-03-17 [hoa]        0.7.3claws20
9866
9867         * src/news.c
9868                 fixed the count of new messages
9869
9870         * src/compose.c
9871                 fixed the "attachment properties" window
9872
9873 2002-03-17 [paul]       0.7.4claws19
9874
9875         * src/defs.h
9876           src/folder.h
9877           src/news.c
9878           src/prefs_account.[ch]
9879           src/procmsg.[ch]
9880           src/summaryview.c
9881                 automatically mark cross-posted messages as read 
9882                 and (optionally) give them a colour label
9883                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9884                 
9885
9886 2002-03-17 [paul]       0.7.4claws18
9887
9888         * sync with sylpheed 0.7.4cvs5
9889                 see ChangeLog entry 2002-03-17
9890
9891 2002-03-17 [melvin]     0.7.4claws17
9892         
9893         * src/textview.c
9894                 Worked around a gtktext 'bug': when searching for 
9895                 a text in a long message it was scrolling slowly
9896                 line by line until it hit the searched text.
9897         * po/fr.po
9898                 Updated French translation
9899
9900 2002-03-17 [melvin]     0.7.4claws16
9901
9902         * src/mainwindow.c
9903         * src/compose.c
9904         * src/prefs_actions.c
9905                 Moved "Edit/Actions" to "Tool/Actions"
9906                 Made mainwindow/compose window sensitive as soon as
9907                 no child process is running anymore even if the io dialog
9908                 is open.
9909                 Fixed a struct being initialized with a non constant char*
9910
9911 2002-03-16 [christoph]  0.7.4claws15
9912
9913         * configure.in
9914                 add --with-compiler-flags option
9915                 (only for developer hacking)
9916         * src/mh.c
9917         * src/procmsg.[ch]
9918         * src/summaryview.c
9919                 try to make folder-stats and flag handling more
9920                 independent from the summaryview. msgcounts
9921                 are only set when the folder is opened and
9922                 procmsg_msginfo_(un)set_flags will handle it
9923                 later and summaryview will get the values
9924                 from the folder.
9925
9926 2002-03-16 [paul]       0.7.4claws14
9927
9928         * src/messageview.c
9929                 fix Return-receipt. Patch submitted by Bob
9930                 Woodside <rwoodside1@comcast.net>
9931
9932 2002-03-16 [paul]       0.7.4claws13
9933
9934         * src/compose.c
9935                 fix 'dynamic' signatures, make it work again
9936                 broken during sync on 2002-03-14 (0.7.4claws2)
9937
9938 2002-03-15 [match]      0.7.4claws12
9939
9940         * src/addrharvest.[ch]
9941         * src/addrgather.[ch]
9942         * src/addressbook.[ch]
9943         * src/mainwindow.c
9944                 included address harvester feature. still some
9945                 issues with address parsing that I will fix.
9946
9947 2002-03-15 [match]      0.7.4claws11
9948
9949         * src/addrbook.[ch]
9950         * src/addrcache.[ch]
9951         * src/addressbook.[ch]
9952         * src/addrindex.c
9953         * src/editbook.c
9954         * src/importldif.c
9955         * src/importmutt.c
9956         * src/jpilot.[ch]
9957         * src/main.c
9958         * src/syldap.[ch]
9959         * src/vcard.[ch]
9960                 tidy up. fix memory leaks. moved attribs and methods
9961                 from individual interfaces to addrcache object. prep
9962                 for new stuff to come in.
9963
9964 2002-03-15 [alfons]     0.7.4claws10
9965
9966         * src/matcher.[ch]
9967         * src/matcher_parser_parse.y
9968         * src/matcher_parser_lex.l
9969         * src/prefs_matcher.c
9970                 add filtering conditions message greater than, smaller 
9971                 than, and exactly matching a size in bytes
9972                 (does not work with delete from POP3 server yet)
9973
9974                 this should also give others an idea what you should
9975                 do to add new criterions to claws filtering system
9976                 
9977
9978 2002-03-15 [paul]       0.7.4claws9
9979
9980         * tools/filter_conv.pl
9981                 exit if there are no filter rules to convert
9982                 rename filterrc to filterrc.old after completion
9983
9984 2002-03-15 [paul]       0.7.4claws8
9985
9986         * sync with sylpheed 0.7.4cvs3
9987                 see ChangeLog entry 2002-03-14
9988
9989 2002-03-14 [paul]       0.7.4claws7
9990
9991         * src/compose.c
9992                 clean up the last commit (ahem)
9993
9994 2002-03-14 [paul]       0.7.4claws6
9995
9996         * src/compose.c
9997                 fix bug #515655. honour account preferences
9998                 regarding gpg default signing/encryption when 
9999                 changing account from the compose window.
10000
10001 2002-03-14 [paul]       0.7.4claws5
10002
10003         * src/folderview.c
10004                 remove unnecessary curly brackets
10005
10006 2002-03-14 [paul]       0.7.4claws4
10007
10008         * src/folderview.c
10009           src/prefs_filtering.[ch]
10010                 add filter rename on folder rename and filter
10011                 delete on folder delete. Patch submitted by
10012                 Neill Miller <neillm@thecodefactory.org> 
10013
10014 2002-03-14 [christoph]  0.7.4claws3
10015
10016         * src/procmsg.c
10017         * src/send.c
10018                 fix local delivery
10019                 (patch submitted by "Simon 'corecode' Schubert")
10020         * src/prefs_common.c
10021         * src/procmsg.c
10022                 fix gcc 3.0 warning
10023
10024 2002-03-14 [paul]       0.7.4claws2
10025
10026         * sync with sylpheed 0.7.4cvs2
10027                 see ChangeLog entry 2002-03-13
10028
10029 2002-03-12 [darko]      0.7.4claws1
10030
10031         * src/mainwindow.c
10032                 fix what seems to be a copy and paste error
10033                 when setting color for important messages
10034                 (reported by wwp)
10035
10036 2002-03-11 [paul]       version 0.7.4claws released
10037
10038 2002-03-11 [paul]       0.7.4claws
10039
10040         * po/es.po
10041           po/it.po
10042           po/nl.po
10043           po/pt_BR.po
10044                 update message catalogs. Submitted by Ricardo Mones 
10045                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10046                 Fabio Junior Beneditto
10047
10048         * configure.in
10049           faq/Makefile.am
10050           faq/it/Makefile
10051           faq/it/sylpheed-faq*
10052           src/mainwindow.c
10053           src/manual.[ch]
10054                 add FAQ in Italian
10055         
10056
10057 2002-03-11 [jens]       0.7.3claws7
10058
10059         * po/de.po
10060                 updated German translation
10061
10062 2002-03-11 [melvin]     0.7.3claws6
10063
10064         * po/fr.po
10065                 updated and corrected French translation
10066
10067 2002-03-10 [hoa]        0.7.3claws5
10068
10069         * src/account.c
10070         * src/inc.c
10071         * src/prefs_account.c
10072         * src/procmsg.c
10073         * src/send.[ch]
10074                 fixed the local account.
10075                 you have to change the default "/usr/sbin/sendmail"
10076                 to "/usr/sbin/sendmail -t" in the preferences of
10077                 the local account.
10078
10079         * src/procmime.c
10080                 removed some debug display for renderer
10081
10082 2002-03-10 [paul]       0.7.3claws4
10083
10084         * faq/en/sylpheed-faq-1.html
10085           faq/en/sylpheed-faq-2.html
10086                 update
10087
10088 2002-03-09 [paul]       0.7.3claws3
10089
10090         * sync with sylpheed 0.7.4
10091                 see ChangeLog entry 2002-03-09
10092
10093 2002-03-08 [paul]       0.7.3claws2
10094
10095         * faq/en/sylpheed-faq*
10096           faq/es/sylpheed-faq*
10097           faq/fr/sylpheed-faq*
10098                 update the FAQs
10099
10100         * manual/fr/.cvsignore
10101           manual/fr/Makefilea.am
10102           manual/fr/sylpheed*
10103           src/mainwindow.c
10104           src/manual.[ch]
10105                 add the French manual
10106
10107 2002-03-07 [paul]       0.7.3claws1
10108
10109         * sync with sylpheed 0.7.3cvs4
10110                 see ChangeLog entries  2002-03-06 and 2002-03-07
10111         
10112         * po/nl.po
10113                 updated by Wilbert Berendsen
10114
10115 2002-03-07 [melvin]     0.7.2claws34
10116
10117         * src/selective_download.c
10118                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10119
10120 2002-03-06 [paul]       0.7.2claws33
10121
10122         * sync with sylpheed 0.7.3cvs1
10123                 bug fix, see ChangeLog entry 2002-03-05
10124
10125 2002-03-05 [paul]       0.7.2claws32
10126
10127         * src/mimeview.c
10128           src/pgptext.[ch]
10129           src/procmsg.c
10130                 reverse the pgp ascii-armored code implemented in 
10131                 0.7.2claws16. removal of this code until it matures.
10132                 this means that verifying ascii-armored pgp sigs and
10133                 automatic decryption of ascii-armored encrypted
10134                 messages no longer works.
10135
10136 2002-03-05 [paul]       0.7.2claws31
10137
10138         * configure.in
10139           Makefile.am
10140         * faq/Makefile.am
10141         * faq/en/Makefile.am
10142           faq/en/sylpheed-faq.html
10143           faq/en/sylpheed-faq-1.html
10144           faq/en/sylpheed-faq-2.html
10145           faq/en/sylpheed-faq-3.html
10146         * faq/es/Makefile.am
10147           faq/es/sylpheed-faq.html
10148           faq/es/sylpheed-faq-1.html
10149           faq/es/sylpheed-faq-2.html
10150           faq/es/sylpheed-faq-3.html
10151           faq/es/sylpheed-faq-4.html
10152         * faq/fr/Makefile.am
10153           faq/fr/sylpheed-faq.html
10154           faq/fr/sylpheed-faq-1.html
10155           faq/fr/sylpheed-faq-2.html
10156           faq/fr/sylpheed-faq-3.html
10157         * src/Makefile.am
10158           src/defs.h
10159           src/mainwindow.c
10160           src/manual.[ch]
10161                 add FAQs in English, Spanish and French
10162
10163
10164 2002-03-05 [paul]       0.7.2claws30
10165
10166         * manual/en/sylpheed.html
10167           manual/en/sylpheed-XX.html
10168                 updated the English manual
10169
10170 2002-03-05 [hoa]        
10171
10172         * src/summaryview.c
10173                 dialog box pops up if the article can't be deleted.
10174
10175 2002-03-04 [paul]       
10176         
10177         * po/pt_BR.po
10178                 updated by Fabio Junior Benedito
10179
10180 2002-03-04 [hoa]
10181
10182         * removed ac/gpgme.m4
10183                 to avoid autogen common problem
10184                 developers have to install gpgme development package now
10185
10186         * src/compose.c
10187                 encoding to 7bit or 8bit is enabled.
10188
10189 2002-03-03 [alfons]     0.7.2claws29
10190
10191         * src/pop.c
10192                 merge fix by Oliver Haertel for selective
10193                 download buglet
10194
10195 2002-03-03 [paul]       0.7.2claws28
10196         
10197         * sync with sylpheed 0.7.3
10198
10199 2002-03-03 [paul]       0.7.2claws27
10200
10201         * sync with sylpheed 0.7.2cvs24
10202                 see ChangeLog entries 2002-03-02 and 2002-03-03
10203
10204 2002-03-02 [melvin]     0.7.2claws26
10205
10206         * src/inc.[ch]
10207         * src/main.c
10208         * src/mainwindow.c
10209         * src/prefs_common.[ch]
10210                 Added user definable notification on new mail arrival.
10211                 Removed unused variables in spell checker prefs code.
10212
10213 2002-03-02 [melvin]     0.7.2claws25
10214
10215         * src/quote_fmt.c
10216                 Removed unnecessary escape sequences.
10217                 Changed 'Initial...' to 'Initials of Sender'
10218
10219 2002-03-02 [paul]       0.7.2claws24
10220
10221         * sync with sylpheed 0.7.2cvs22
10222                 see ChangeLog entry 2002-03-01
10223
10224 2002-03-01 [hoa]        0.7.2claws23
10225
10226         * src/mainwindow.c
10227                 Set sensitivity of delete actions to active
10228                 even if the folder is a newsgroup.
10229
10230         * src/summaryview.c
10231                 - Set sensitivity of delete actions
10232                 - Added function check_permission() that will check if the
10233                   user is authorized to delete a message. For news, it
10234                   will check if the author is the same.
10235                 - Enabled deletion when there is no trash folder.
10236
10237         * src/news.[ch]
10238                 - Added news_cancel_article() to cancel articles
10239                 - Implemented news_remove_message() (public function)
10240
10241 2002-03-01 [paul]       0.7.2claws22
10242
10243         * src/gtkutils.c
10244           src/textview.c
10245                 recognise urls that that don't include 'http://' and
10246                 simply begin 'www.' 
10247
10248         * AUTHORS
10249                 remove duplicated name
10250
10251 2002-02-28 [paul]       0.7.2claws21
10252
10253         * src/mainwindow.c
10254           src/summaryview.[ch]
10255                 add ability to 'Select thread'
10256                 combines Melvin's "Select thread's head" patch (#510907)
10257                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10258                 patch (#518514) 
10259
10260 2002-02-28 [paul]       0.7.2claws20
10261
10262         * src/mimeview.c
10263                 hopefully fix segfault on right-clicking a mime part
10264                 that some people have experienced.      
10265                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10266
10267 2002-02-28 [paul]       0.7.2claws19
10268
10269         * sync with sylpheed 0.7.2cvs21
10270                 see ChangeLog entries 2002-02-27 and 2002-02-28
10271
10272 2002-02-27 [paul]       0.7.2claws18
10273
10274         * sync with sylpheed 0.7.2cvs18
10275                 see ChangeLog entries 2002-02-26 and 2002-02-27
10276
10277 2002-02-26 [alfons]     0.7.2claws17
10278
10279         * src/procheader.c
10280                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10281                 (spotted by Chris Hessman <idatech@gmx.net>)
10282
10283 2002-02-26 [paul]       0.7.2claws16
10284
10285         * src/mimeview.c
10286           src/pgptext.[ch]
10287           src/procmsg.c
10288                 make decryption of ascii-armored pgp encrypted messages
10289                 and verification of ascii-armored signatures work again.
10290                 slightly altered from the patch by Jens Jahnke 
10291                 <jan0sch@gmx.net>
10292
10293                 ##FIX ME##
10294                 * the checking of plaintext signatures always comes up in 
10295                   a popup box
10296                 * it doesn't work for multipart messages 
10297                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10298                   including the msg headers and these 2 line themselves, are 
10299                   not displayed
10300
10301         * src/mainwindow.c
10302                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10303                 "View/Message View" becomes "View/Separate Message View"
10304                 because its less ambiguous.
10305
10306         * po/es.po
10307                 updated by Ricardo Mones Lastra
10308
10309 2002-02-26 [paul]       0.7.2claws15
10310
10311         * sync with sylpheed 0.7.2cvs17
10312                 see ChangeLog entries 2002-02-25 and 2002-02-26
10313
10314 2002-02-25 [christoph]  0.7.2claws14
10315
10316         * src/filtering.[ch]
10317         * src/inc.c
10318                 do filtering stuff after all messages have been received
10319                   1. drop all messages to .processing
10320                   2. scan processing folder for messages
10321                   3. filter messages or move to inbox
10322                 this will also find old messages left in processing after
10323                 a crash or something like that and we get a real msginfo
10324                 from folder->get_msg_list and do not have to create our
10325                 own in filter_message
10326         * src/matcher_parser_parse.y
10327                 remove MIX/MAX warning (reordered includes)
10328
10329 2002-02-25 [paul]       0.7.2claws13
10330
10331         * sync with sylpheed 0.7.2cvs15
10332                 see ChangeLog entry 2002-02-24
10333
10334 2002-02-24 [alfons]     0.7.2claws12
10335
10336         * src/filtering.c
10337                 clear old color flags first when applying a new color to
10338                 a message info. 
10339                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10340
10341 2002-02-24 [alfons]     0.7.2.claws11
10342         
10343         * AUTHORS
10344         * src/prefs_common.c
10345                 add presets for Opera and Konqueror, closes patch #517261,
10346                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10347
10348 2002-02-24 [alfons]     0.7.2.claws10
10349
10350         * AUTHORS
10351         * src/summaryview.c
10352                 fix threading for null message ids, closes patch #521601,
10353                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10354
10355 2002-02-24 [alfons]     0.7.2claws9
10356
10357         * src/summaryview.c
10358         * src/filtering.c
10359                 make Tool | Filter Message work with filtering system so
10360                 setting flags also works
10361
10362                 TODO:
10363
10364                 - Processing uses the same function as Tool | Filter
10365                   Message, but doesn't use the same update proc yet
10366
10367 2002-02-23 [paul]       0.7.2claws8
10368
10369         * sync with sylpheed 0.7.2cvs14
10370                 see ChangeLog entries 2002-02-22 and 2002-02-23
10371
10372 2002-02-22 [christoph]  0.7.2claws7
10373
10374         * src/quote_fmt.c
10375                 Add column space to table
10376         * src/quote_fmt_parse.y
10377                 Close files
10378
10379 2002-02-22 [paul]       0.7.2claws6
10380
10381         * src/Makefile.am
10382           src/defs.h
10383           src/filtering.c
10384           src/inc.[ch]
10385           src/mainwindow.c
10386           src/matcher.[ch]
10387           src/matcher_parser_lex.l
10388           src/matcher_parser_parse.y
10389           src/pop.[ch]
10390           src/prefs_account.h
10391           src/prefs_filtering.c
10392           src/selective_download.[ch]   *** NEW FILES ***
10393           src/utils.[ch]
10394           po/POTFILES.in
10395                 Selective Download added to 'Tool' menu. 
10396                 Retrieves email headers of the currently selected pop3 
10397                 account and allows the user to mark emails for deletion 
10398                 right on the pop3 server. Patch submitted by Oliver Haertel 
10399                 <oha@users.sourceforge.net>.
10400         
10401         * po/POTFILES.in
10402                 add 'src/quote_fmt.c'           
10403
10404 2002-02-22 [christoph]  0.7.2claws5
10405
10406         * src/Makefile.am
10407                 added quote_fmt.c
10408         * src/prefs_common.[ch]
10409         * src/prefs_template.c
10410         * src/quote_fmt.c               *** NEW FILE ***
10411         * src/quote_fmt.h
10412                 move quote format symbol description code
10413                 to it's own file because it is used from
10414                 differnent code parts
10415                 Rewrote symbol description GUI
10416                   + use table
10417                   + add separators
10418                   + get data from array (no more long constant strings)
10419         * src/quote_fmt_lex.l
10420         * src/quote_fmt_parse.y
10421                 Symbol for Literal % changed to \% instead of %%
10422                 (More logical as \ is used for quoting for other symbols)
10423                 Add |f and |p to include files and program output
10424                 Examples:
10425                     |f{/home/.../.signature}
10426                     |p{date}
10427         * po/de.po
10428                 Correct wrong spelling for "Referenzen"
10429
10430 2002-02-21 [paul]       0.7.2claws4
10431
10432         * src/procmsg.c
10433                 forgotten during sync
10434
10435 2002-02-21 [paul]       0.7.2claws3
10436
10437         * sync with sylpheed 0.7.2cvs11
10438                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10439                 2002-02-20 and 2002-02-21
10440
10441 2002-02-20 [melvin]     0.7.2claws2
10442
10443         * src/prefs_actions.c
10444                 Added error report when child cannot fork or when execvp 
10445                 returns with an error.
10446
10447 2002-02-19 [christoph]  0.7.2claws1
10448
10449         * src/codeconv.c
10450                 return unconverted text if conde conversion is not possible
10451                 when libjconv is used.
10452                 (patch submitted by "Simon 'corecode' Schubert")
10453
10454 2002-02-19 [paul]       
10455
10456         * version 0.7.2claws release
10457
10458 2002-02-19 [paul]       0.7.2claws
10459
10460         * po/nl.po
10461                 updated by Wilbert Berendsen
10462
10463
10464 2002-02-18 [alfons]     0.7.1claws13
10465
10466         * src/syldap.c
10467         * src/jpilot.c
10468                 remove references to dlfcn and explicitly loading functions
10469                 from dynalink libs, because libs linked anyway, and functions
10470                 are loaded explicitly
10471
10472 2002-02-17 [melvin]     0.7.1claws12
10473
10474         * src/prefs_actions.c
10475                 Replaced children wait loop with double fork technique.
10476                 Now, input/output window updated at each new output.
10477                 free_children(): Fixed a memory leak.
10478                 Made input/output window non closable if running children
10479                 still exist.
10480                 Added missing <unistd.h> include.
10481                 Added some --debug outputs.
10482
10483 2002-02-17 [melvin]     0.7.1claws11
10484
10485         * src/summaryview.c
10486                 Fixed bug where descending sort order did not select top
10487                 message.
10488
10489 2002-02-17 [melvin]     0.7.1claws10
10490
10491         * acconfig.h
10492                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10493         * src/prefs_common.c
10494                 Pspell data package directory no more hard coded but
10495                 set during configuration (PSPELL_PATH). (Thanks to 
10496                                 Gustavo Noronha Silva.)
10497
10498 2002-02-17 [melvin]     0.7.1claws9
10499
10500         * configure.in
10501                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10502         * src/gtkspell.c
10503                 Fixed compile-time warnings.
10504
10505 2002-02-16 [alfons]     0.7.1claws8
10506
10507         * src/filesel.c
10508                 fix inadvertent free of NULL pointer which caused
10509                 sylpheed to crash when closing the save-as dialog
10510                 using the window close button
10511
10512 2002-02-16 [carsten]    0.7.1claws7
10513         * src/mainwindow.[ch]
10514           src/summaryview.c
10515           src/prefs_common.c
10516                 fixes for pixmap theming code:
10517                         - recently changed mail attributes shouldn't get
10518                           lost any longer
10519                         - theme is only reloaded iff another theme was
10520                           selected
10521
10522 2002-02-16 [paul]       0.7.1claws6
10523
10524         * sync with sylpheed 0.7.2 release
10525                 see ChangeLog entry 2002-02-15 and 2002-02-16
10526
10527 2002-02-15 [paul]       0.7.1claws5
10528
10529         * sync with sylpheed 0.7.1cvs9
10530                 see ChangeLog entry 2002-02-15
10531
10532         * po/POTFILES.in
10533                 remove unneeded headerwindow.c entry
10534
10535 2002-02-14 [carsten]    0.7.1claws4
10536         * src/summaryview.c
10537                 fixed a bug for "Go to next unread message": there was
10538                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10539                 in the prefs, because of doing "Search again" instead
10540                 "No"
10541
10542 2002-02-14 [carsten]    0.7.1claws3
10543         * src/stock_pixmap.c
10544                 removed 2 more mem leaks; following memprof,
10545                 this code is "leak free" now :)
10546
10547 2002-02-14 [carsten]    0.7.1claws2
10548         * src/stock_pixmap.c
10549                 used opendir/readdir/closedir instead of scandir
10550                 -> code should work now on Solaris
10551
10552 2002-02-14 [paul]       0.7.1claws1
10553
10554         * sync with sylpheed 0.7.1cvs8
10555                 see ChangeLog entries 2002-02-13 and 2002-02-14
10556
10557         * README.claws
10558                 add some description of Actions and Pixmap Themes
10559
10560 2002-02-13 [paul]       
10561
10562         * version 0.7.1claws release
10563
10564 2002-02-13 [paul]       0.7.1claws
10565
10566         * po/es.po
10567           po/it.po
10568           po/pt_BR.po
10569                 updated translations, submitted by Ricardo Mones Lastra,
10570                 Alessandro Maestri and Fabio Junior Beneditto
10571
10572 2002-02-13 [melvin]     0.7.0claws75
10573
10574         * src/prefs_actions.c
10575                 Added missing "signal.h" include
10576
10577 2002-02-13 [melvin]     0.7.0claws74
10578
10579         * src/prefs_folder_item.c
10580                 Added missing "config.h" include
10581         * po/fr.po
10582                 Updated French translation for folder propriety.
10583
10584 2002-02-13 [jens]       0.7.0claws73
10585
10586         * po/POTFILES.in
10587                 Added missing src/prefs_folder_item.c [log added by melvin]
10588         * po/de.po
10589                 Updated German translation.
10590
10591 2002-02-13 [melvin]     0.7.0claws72
10592
10593         * po/fr.po
10594                 Updated French translation.
10595
10596 2002-02-13 [melvin]     0.7.0claws71
10597
10598         * src/gtkutils.c
10599                 Made gtkut_editable_get_selection return NULL if selection
10600                 is of length zero.
10601                 This fixes a bug where selecting part of message A then
10602                 switching to message B and replying to it will not
10603                 quote the message's body.
10604
10605 2002-02-12 [paul]       0.7.0claws70
10606
10607         * src/mainwindow.c
10608                 cosmetic, relating to pixmap themes: on toolbar make 
10609                 updating of 'Exec' and 'Compose news/Compose email'
10610                 icons faster.
10611
10612 2002-02-12 [carsten]    0.7.0claws69
10613         * src/folderview.c
10614           src/mainwindow.[ch]
10615           src/stock_pixmap.c
10616           src/summaryview.c
10617           src/prefs_common.c
10618                 - refreshing after changing pixmap theme better
10619                   now (thanks Paul)
10620                 - wanted to remove some mem leaks, but alfons was
10621                   faster (and had the better solution ;)
10622
10623 2002-02-12 [alfons]     0.7.0claws68
10624
10625         * src/prefs_common.c
10626         * src/stock_pixmap.[ch]
10627                 plug mem leaks, refactor code a little bit
10628
10629
10630 2002-02-12 [sergey]     0.7.0claws67
10631
10632         * src/imap.c
10633                 Fixed problem with copying messages to IMAP folders when the
10634                 server uses something other than '/' as a namespace separator
10635                 (cyrus-imapd uses '.').
10636
10637 2002-02-12 [jens]       0.7.0claws66
10638
10639         * po/de.po
10640                 Updated German Translation
10641
10642 2002-02-12 [paul]       0.7.0claws65
10643
10644         * sync with sylpheed 0.7.1cvs1
10645                 see ChangeLog entry 2002-02-12
10646
10647 2002-02-12 [melvin]     0.7.0claws64
10648
10649         * src/prefs_actions.c
10650                 Fixed "feature" where children's output was duplicated 
10651                 instead of refreshed while monitoring.
10652                 Removed some debug code.
10653
10654 2002-02-12 [christoph]  0.7.0claws63
10655
10656         * src/compose.c
10657                 always delete message from queue after sending/send error
10658                 (closes bug #509601)
10659
10660 2002-02-12 [melvin]     0.7.0claws62
10661
10662         * src/prefs_actions.c
10663                 Children wait loop is now triggered with a timeout of 1s
10664                 Added %F which is replaced with the list of filenames 
10665                 of all selected messages (as suggested by Ricardo Mones Lestra)
10666                 Pipe syntax changed. Prefix with | to send selection, postfix
10667                 with | to retrieve output. Prefix with > or * to send
10668                 user definable input to the command (*: input is hidden)
10669                 Old pipe action should now be postfixed with |, too.
10670
10671 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10672         * src/stock_pixmap.c
10673                 fixed a bug: if there's no theme directory don't
10674                 throw an error, just do "nothing" (thanks Alfons)
10675
10676 2002-02-12 [carsten]    0.7.0claws60
10677         * src/folderview.c
10678           src/summaryview.c
10679                 had to write the cache twice (nasty!); some marks would 
10680                 get lost if not
10681
10682 2002-02-11 [carsten]    0.7.0claws59
10683         * acconfig.h
10684           configure.in
10685           doc-src/maintainer_guide.txt
10686           src/compose.[ch]
10687           src/defs.h
10688           src/folderview.[ch]
10689           src/gtkutils.[ch]
10690           src/mainwindow.[ch]
10691           src/prefs_common.[ch]
10692           src/stock_pixmap.[ch]
10693           src/summaryview.[ch]
10694                 pixmap theming and related work on pixmap
10695                 handling on some other places
10696                 (e.g. hrm features for all folder)
10697           src/pixmap/stock_*.xpm -> the stock_ was removed
10698         
10699 2002-02-11 [paul]       0.7.0claws58
10700
10701         * sync with sylpheed 0.7.1 release
10702                 see ChangeLog entries 2002-02-11
10703
10704 2002-02-08 [paul]       0.7.0claws57
10705
10706         * sync with sylpheed 0.7.0cvs39
10707                 see ChangeLog entry 2002-02-07 (last entry) 
10708
10709         * src/prefs_actions.c
10710           src/prefs_filtering.c
10711           src/prefs_matcher.c
10712           src/prefs_scoring.c
10713                 sync: made it compile with C compilers other than gcc
10714
10715 2002-02-07 [paul]       0.7.0claws56
10716
10717         * sync with sylpheed 0.7.0cvs38
10718                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10719                 2002-02-07
10720
10721 2002-02-07 [darko]      0.7.0claws55
10722
10723         * src/gtkutils.[ch]
10724         * src/summaryview.c
10725                 Fix const gchar */gchar * issue (thanks Hiro)
10726
10727 2002-02-07 [darko]      0.7.0claws54
10728
10729         * src/compose.[ch]
10730         * src/filtering.c
10731         * src/gtkutils.[ch]
10732         * src/prefs_template.c
10733         * src/quote_fmt.h
10734         * src/quote_fmt_parse.y
10735         * src/summaryview.c
10736         * src/utils.[ch]
10737                 When replying or forwarding an email don't quote the entire
10738                 mail body but use the part of the message text that is selected
10739
10740 2002-02-06 [melvin]     0.7.0claws53
10741
10742         * src/prefs_common.[ch]
10743         * src/gtkspell.[ch]
10744         * src/compose.c
10745                 Made possible to switch quickly to last used dictionary
10746                 which makes checking bilingual documents easier.
10747
10748 2002-02-06 [melvin]     0.7.0claws52
10749         
10750         * po/POTFILES.in
10751                 Added forgotten new file src/prefs_actions.c
10752
10753 2002-02-06 [melvin]     0.7.0claws51
10754
10755         * src/prefs_actions.c   ** NEW FILE **
10756         * src/prefs_actions.h   ** NEW FILE **
10757                 Added actions to execute on message text view, or on the
10758                         message's file.
10759         * src/Makefile.am
10760                 Added src/prefs_actions.[ch]
10761         * src/compose.c
10762                 Added new menu "Edit/Actions"
10763         * src/defs.h
10764                 Added new actionsrc file.
10765         * src/main.c
10766                 Added actionsrc reading.
10767         * src/mainwindow.c
10768                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10769         * src/prefs_common.h
10770                 Added new element actionslst element to prefs_common.
10771
10772 2002-02-06 [paul]       0.7.0claws50
10773
10774         * sync with sylpheed 0.7.0cvs36
10775                 see ChangeLog entry 2002-02-06
10776
10777 2002-02-05 [paul]
10778
10779         * po/es.po
10780                 updated by Ricardo Mones Lastra
10781
10782 2002-02-05 [paul]       0.7.0claws49
10783
10784         * sync with sylpheed 0.7.0cvs33
10785                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10786
10787 2002-02-05 [paul]       0.7.0claws48
10788
10789         * src/compose.c
10790                 re-add 'Edit/Advanced/Delete entire line', previously named
10791                 'Delete Line+'
10792
10793 2002-02-04 [paul]       0.7.0claws47
10794
10795         * src/compose.c
10796           src/summaryview.c
10797                 fix bug #494993 (Reply All not taking Reply-To into consi)
10798                 eliminate differences in behaviour of right-click 'Reply to all' 
10799                 in summary view and 'Reply to all' on the toolbar. 
10800                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10801                 view and From gets ignored by 'Reply to all' on toolbar.
10802                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10803                 From when no Reply-To header is present.
10804
10805 2002-02-04 [paul]       0.7.0claws46
10806
10807         * sync with sylpheed 0.7.0cvs30
10808                 see ChangeLog entries 2002-02-03 and 2002-02-04
10809
10810 2002-02-03 [melvin]     0.7.0claws45
10811
10812         * src/gtkspell.[ch]
10813                 Readded function to highlight all misspelled words.
10814                 Fixed bug where user-provided-words did not replace
10815                         correctly the misspelled word when using the mouse.
10816                 Fixed bug where checking a region selected from right to left did
10817                         not check the region at all.
10818                 Fixed bug where 'Check backwards' may not check at all. 
10819                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10820                 Fixed possible buffer overflow when checking for long strings (>1k).
10821                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10822                 Accelerators code uses now gtk_widget_add_accel.
10823                 Removed and disabled obsolete and unfinished code.
10824                 Cleaning up.
10825
10826         * src/compose.c
10827                 Added menu item to Highlight all misspelled words.
10828
10829 2002-02-01 [paul]       0.7.0claws44
10830
10831         * src/mainwindow.c
10832                 fix '/View/Hide read messages' sensitivity when all
10833                 messages in a folder are hidden
10834
10835 2002-02-01 [paul]       0.7.0claws43
10836
10837         * src/main.c
10838                 add --send option to command line interface, sends all
10839                 queued mail. Patch submitted by Ricardo Mones Lastra.
10840
10841 2002-01-31 [paul]       0.7.0claws42
10842
10843         * src/mainwindow.c
10844                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10845
10846 2002-01-31 [paul]       0.7.0claws41
10847
10848         * sync with sylpheed 0.7.0cvs27
10849                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10850                 and 2002-01-31
10851
10852         * src/textview.c
10853                 comment out elements of textview_show_part() as temporary
10854                 workaround for attachment 'Display as text' bug 
10855
10856         * po/pt_BR.po
10857                 updated by Fabio Junior Beneditto
10858
10859 2002-01-30 [paul]       0.7.0claws40
10860
10861         * sync with sylpheed 0.7.0cvs24
10862                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10863                 and 2002-01-30
10864
10865         * src/compose.c
10866                 add {N_("/_Spelling"), ... "<Branch>"} to 
10867                 GtkItemFactoryEntry compose_entries[]
10868
10869         * src/prefs_common.c
10870                 add claws menu items to prefs_keybind_apply_clicked()
10871                 and remove non-claws menu items
10872
10873 2002-01-29 [paul]       0.7.0claws39
10874
10875         * sync with sylpheed 0.7.0cvs22
10876                 see ChangeLog entries 2002-01-28 and 2002-01-29
10877
10878 2002-01-28 [melvin]     0.7.0claws38
10879
10880         * src/compose.c
10881                 Added the declartion of compose_send_control_enter.
10882
10883         * src/compose.c
10884         * src/gtkspell.[ch]
10885                 Added in a 'Spelling' menu which includes the configuration menu. 
10886                 Added a real 'Check all' and got rid from the old one which only
10887                 highlited misspelled word.
10888                 Made 'Check while typing' a disableable option.
10889                 Added a dialog when there are no more misspelled word.
10890                 Added a dialog if error occurs when switching to a dictionary.
10891         
10892         * src/prefs_common.[ch]
10893                 Added option for the default 'Check while typing' option.
10894
10895
10896 2002-01-28 [alfons]     0.7.0claws37
10897
10898         * src/compose.c
10899                 fix buglet and make code comply with sylpheed code style
10900
10901 2002-01-28 [paul]       0.7.0claws36
10902
10903         * sync with sylpheed 0.7.0cvs19
10904                 see ChangeLog entries for 2002-01-28
10905
10906 2002-01-28 [hoa]        0.7.0claws35
10907
10908         * src/defs.h
10909                 added rendererrc
10910
10911         * src/main.c
10912                 read the renderer config
10913
10914         * src/procmime.[ch]
10915                 use the renderer config to convert mime attachments
10916
10917         * src/textview.c
10918                 don't use textview_show_html/ertf,
10919                 use get_text_content instead
10920
10921 2002-01-27 [alfons]     0.7.0claws34
10922         
10923         * src/news.c
10924                 make sylpheed believe it can delete a news message...
10925                 (messages are NOT deleted, maybe we should remove
10926                 processing from the folder properties after all.)
10927
10928 2002-01-27 [alfons]     0.7.0claws33
10929
10930         * src/folder.c
10931                 add extra checks
10932         * src/news.c
10933                 implement remove_msg() 
10934
10935 2002-01-27 [alfons]     0.7.0claws32
10936
10937         * src/procmsg.h
10938         * src/procheader.c
10939         * src/messageview.c
10940                 fix return receipt / disposition notification again. this
10941                 stuff seems to break on _every_ major summary UI change, so
10942                 it's now implemented using a flag which is saved in the
10943                 marks cache
10944                 
10945 2002-01-26 [alfons]     0.7.0claws31
10946
10947         * src/import.c
10948                 let import dialog show the destination folder identifier
10949
10950 2002-01-26 [melvin]     0.7.0claws30
10951
10952         * src/folderview.c
10953         * src/summaryview.c
10954                 Readded 'Mark all read' into summary view popup menu
10955                 Added 'Mark all read' in folder view popup menu for IMAP
10956                 and NNTP.
10957                 Made it insensitive if the selected folder is not the shown
10958                 one to avoid 'Mark all read' on the wrong folder.
10959                 
10960 2002-01-26 [paul]       0.7.0claws29
10961
10962         * src/folderview.c
10963           src/summaryview.c
10964                 move 'Mark all read' from summary view to folder view
10965                 menu. (adapted from) patch submitted by Jeremy Andrews,
10966                 <lists@kerneltrap.com>
10967
10968 2002-01-25 [alfons]     0.7.0claws28
10969
10970         * src/gtkstext.c
10971                 put the gtk class name back so GtkSText adapts the 
10972                 settings of GtkText
10973
10974 2002-01-25 [alfons]     0.7.0claws27
10975
10976         * src/folderview.c 
10977                 assimilate Ricardo's patch that shows pixmaps instead of
10978                 plain "new" and "unread" texts in the folder view column
10979                 headers 
10980
10981 2002-01-25 [paul]       0.7.0claws26
10982
10983         * src/Makefile.am
10984                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10985                 be found in non-standard locations. 
10986                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10987
10988 2002-01-25 [paul]       0.7.0claws25
10989
10990         * sync with sylpheed 0.7.0cvs16
10991                 see ChangeLog entry 2002-01-25
10992
10993 2002-01-24 [paul]       0.7.0claws24
10994
10995         * more sync with sylpheed 0.7.0cvs15
10996                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10997
10998 2002-01-23 [sergey]     0.7.0claws23
10999
11000         * src/importldif.c
11001                 Fixed segfault when closing LDIF import wizard with
11002                 the window manager.
11003         * src/imageview.c
11004         * src/imageview.h
11005         * src/messageview.c
11006         * src/mimeview.c
11007                 Fixed wrong scrolling position after switching between
11008                 text and image parts.
11009
11010 2002-01-23 [paul]       0.7.0claws22
11011
11012         * sync with sylpheed 0.7.0cvs15
11013                 see ChangeLog entries 2002-01-22 and 2002-01-23
11014
11015 2002-01-21 [melvin]     0.7.0claws21
11016
11017         * src/prefs_scoring.c
11018         * src/prefs_filtering.c
11019                 Fixed bug where scoring and filtering windows stopped
11020                 autochecking.
11021
11022 2002-01-21 [paul]       0.7.0claws20
11023
11024         * sync with sylpheed 0.7.0cvs12
11025                 see ChangeLog entries 2002-01-20 and 2002-01-21
11026
11027 2002-01-21 [carsten]    0.7.0claws19
11028         * src/mainwindow.c
11029         * src/menu.[ch]
11030         * src/messageview.[ch]
11031         * src/summaryview.[ch]
11032                 changes to shortcuts handling again:
11033                         + "Q" now controled by mainwin
11034                         + v/V are now customizable and have slightly
11035                           different meanings
11036                 the "button" to minimize the messageview (and maximize
11037                 the summary view) is a real button now
11038         * src/compose.c
11039                 "Delete Line+" added to Edit/Advanced (this will also
11040                 delete the '\n')
11041
11042 2002-01-20 [melvin] 0.7.0claws18
11043
11044         * src/addressbook.c
11045                 Made "Bcc" sensitive when addressbook is called from
11046                 compose window (it was a Claws only bug).
11047
11048 2002-01-19 [alfons] 0.7.0claws17
11049
11050         * src/inc.c
11051                 prevent unnecessary updates when currently selected folder has
11052                 no new messages 
11053
11054 2002-01-19 [alfons] 0.7.0claws16
11055         
11056         * src/summaryview.c
11057                 prevent writing the cache based on current message list in summary 
11058                 view when filtering also put messages in currently selected folder
11059
11060 2002-01-19 [paul]
11061
11062         * po/it.po
11063                 Italian translation submitted by Alessandro Maestri
11064                 <a.maestri@cs.tin.it>
11065
11066 2002-01-18 [melvin]     0.7.0claws15
11067
11068         * src/prefs_filters.c
11069                 fixed bug where 'cancel' from 'filters' window stops autochecking
11070                 if the timer timed out  when the window was open.
11071
11072 2002-01-18 [match]      0.7.0claws14
11073
11074         * src/addrclip.[ch]     ** NEW FILE **
11075         * src/addrselect.[ch]   ** NEW FILE **
11076         * src/adbookbase.h      ** NEW FILE **
11077                 addressbook cut, copy and paste
11078         * src/addrbook.[ch]
11079         * src/addrcache.[ch]
11080         * src/addressitem.h
11081         * src/addrindex.[ch]
11082         * src/addritem.[ch]
11083         * src/importldif.c
11084         * src/importmutt.c
11085         * src/jpilot.[ch]
11086         * src/syldap.[ch]
11087         * src/vcard.[ch]
11088         * src/jpilot.[ch]
11089         * src/editbook.c
11090         * src/editjpilot.c
11091         * src/editldap.c
11092         * src/editvcard.c
11093                 support for copy/paste
11094         * src/addressbook.c
11095                 support for copy/paste
11096                 tidy up menu option processing
11097                 correct address list function arguments
11098         * src/editaddress.c
11099                 sort user attributes
11100         * src/ldif.h
11101         * src/mutt.h
11102                 tidy up
11103
11104         * src/addrbook.[ch]
11105         * src/addrbook.[ch]
11106         * src/addrbook.[ch]
11107                 
11108
11109 2002-01-18 [paul]       0.7.0claws13
11110
11111         * sync with sylpheed 0.7.0cvs8
11112                 configure.in: support Mac OS X (Darwin)
11113
11114 2002-01-18 [carsten]    0.7.0claws12
11115         * src/html.c
11116                 small hack to fix a segfault with an empty href
11117                 (reported by Alexandra Walford <deeni@altern.org>)
11118         * src/mainwindow.c
11119         * src/summaryview.c
11120                 the shortcuts for Mark und Mark as unread are hardcoded
11121                 again
11122         * src/compose.c
11123         * src/gtkstext.[ch]
11124                 readded the shortcuts in gtkstext but made them
11125                 customizeable (simply by adding a menu plus a wrapper
11126                 to compose.c)
11127
11128 2002-01-17 [melvin]     0.7.0claws11
11129
11130         * src/gtkspell.c
11131                 fix default dictionary not being saved.
11132
11133 2002-01-16 [darko]      0.7.0claws10
11134
11135         * src/compose.c
11136                 fix wrapping crash with URL longer than wrapping margin
11137
11138 2002-12-08 [hoa]        0.7.0claws10
11139
11140         * src/matcher_parser_parse.y
11141                 fixed some bugs
11142
11143         * src/prefs_filtering.c
11144                 now, we can use bounce action in the dialog box.
11145
11146 2002-01-16 [carsten]    0.7.0claws9
11147         * src/gtkstext.c
11148                 removed the <control> and <alt> shortcuts because they're
11149                 not needed and interefered with the "normal" shortcuts
11150         * src/mainwindow.c
11151         * src/summaryview.c
11152                 removed most of the hardcoded shortcuts and assigned
11153                 them to menu entries making them easy customizable by
11154                 that
11155
11156 2002-01-16 |melvin]     0.7.0claws8
11157
11158         * src/gtkspell.c
11159                 fixed bug where using the mouse and when the compose
11160                 window is not on top may result in a crash.
11161
11162 2002-01-16 [melvin]     0.7.0claws7
11163
11164         * src/compose.c
11165                 fixed a long standingspell checker bug which could 
11166                 cause a crash after sending a message.
11167
11168 2002-01-16 [paul]       0.7.0claws6
11169
11170         * sync with sylpheed 0.7.0cvs7
11171                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11172                 2002-01-15, and 2002-01-16
11173
11174 2002-01-16 [melvin]     0.7.0claws5
11175
11176         * README.claws
11177         * src/compose.c
11178         * src/gtkspell.[ch]
11179         * src/main.c
11180                 Heavily modified spell checker code to work around
11181                 ispell bug, to add keyboard shortcuts and for future
11182                 enhancements. See README.claws for usage information.
11183
11184 2002-01-15 [alfons]     0.7.0claws4
11185         
11186         * src/summaryview.c
11187                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11188                 so sorting within threads reflects sort mode
11189
11190 2002-01-15 [christoph]  0.7.0claws3
11191
11192         * src/procmsg.c
11193                 added alertpanel if mail sending failed
11194
11195 2002-01-15 [alfons]     0.7.0claws2
11196         
11197         * src/prefs_filtering.c
11198                 don't stop timer when prefs filtering dialog is opened
11199
11200 2002-01-14 [alfons]     0.7.0claws1
11201
11202         * src/addr_compl.c
11203         * src/prefs.c
11204                 remove debug_print()s for privacy reasons
11205
11206 2002-01-14 [darko]      0.7.0claws
11207
11208         * README.claws
11209                 quotation wrapping is now also in the main branch
11210
11211 2002-01-14 [paul]
11212
11213         * tools/filter_conv.pl
11214                 allow for Boolean Op and case-sensitivity
11215                 this file is included in the release and tagged
11216                 'rel_0_7_0'
11217
11218 2002-01-13 [paul]       0.7.0claws
11219
11220         * release 0.7.0, with cvs tag 'rel_0_7_0'
11221
11222 2002-01-13 [paul]
11223
11224         * tools/filter_conv.pl
11225         * tools/README
11226                 rewritten to output to matcherrc instead of filteringrc
11227
11228         * po/es.po
11229                 updated Spanish translation by Ricardo Mones Lastra
11230
11231 2002-01-13 [alfons]
11232
11233         * po/nl.po
11234                 update dutch translation
11235
11236 2002-01-13 [paul]
11237
11238         * po/pt_BR.po
11239                 Updated by Fabio Junior Beneditto 
11240
11241 2002-01-13 [melvin]     0.6.6claws53
11242
11243         * po/fr.po
11244                 Updated french translation
11245
11246 2002-01-12 [alfons]     0.6.6claws52
11247
11248         * src/filtering.c
11249                 plug mem leak that has been sitting there for ages              
11250
11251 2002-01-12 [alfons]     0.6.6claws51
11252
11253         * src/summaryview.c
11254                 undo melvin's changes from 0.6.6claws48 because summary
11255                 view now refuses to select first unread message when
11256                 selecting a folder 
11257
11258 2002-01-11 [alfons]     0.6.6claws50
11259
11260         * src/import.c
11261                 use claws' semantics for getting folder item when
11262                 importing an mbox file into a folder 
11263                 (submitted by Dale P. Smith)
11264
11265 2002-01-11 [christoph]  0.6.6claws49
11266
11267         * src/prefs.h
11268                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11269                 toggle widget, because non static prefs can not use
11270                 prefs_set_* functions
11271         * src/prefs_account.c
11272                 toggle smtp auth password field sensitivity if
11273                 user id is empty and add descrition of usage for
11274                 these fields
11275         * src/prefs_folder_item.c
11276                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11277                 callbacks
11278
11279 2002-01-11 [melvin]     0.6.6claws48
11280
11281         * src/compose.c
11282                 fix the 'Ctrl-Enter' feature for sending and test really
11283                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11284                 editables which was not documented in Gtk)
11285
11286         * src/summaryview.c
11287                 Made summaryview refresh after sorting and not before.
11288
11289 2002-01-11 [christoph]  0.6.6claws47
11290
11291         * src/compose.c
11292                 select account from account ids if possible and
11293                 correctly set save folder for copy in reedit
11294
11295 2002-01-10 [paul]       0.6.6claws46
11296
11297         * sync with sylpheed 0.7.0 release
11298                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11299                 2002-01-09
11300
11301 2002-01-09 [alfons]
11302
11303         * src/summaryview.c
11304                 remove more dirt traces...
11305
11306 2002-01-09 [alfons]
11307         
11308         * src/summaryview.c
11309                 clean up some traces of my debugging stuff
11310
11311 2002-01-09 [alfons]     0.6.6claws45
11312
11313         * src/filtering.c
11314                 break up filteringprop_apply() in three separate pieces
11315                 so we can drop messages that failed processing in the
11316                 inbox
11317
11318         * src/summaryview.c
11319                 fix bug #469598 "no refresh of inbox after filter" which 
11320                 was introduced by the new summary view locking, and which 
11321                 prevented the summary view to update after a manual filter 
11322                 message. claw's filter message requires a summary_show().
11323                 (aargh, summary_show() again! :-)
11324                 
11325 2002-01-07 [alfons]     0.6.6claws44
11326
11327         * src/headerwindow.c
11328         * src/logwindow.c
11329         * src/messageview.c
11330         * src/sourcewindow.c
11331                 bring in Hiro's last 0.7.0 wm class fixes
11332
11333         * tools/sylprint.pl
11334                 bring in Ricardo's fix for sylprint script
11335
11336         * AUTHORS       
11337         * src/rfc2015.[ch]
11338         * src/prefs_common.[ch]
11339         * src/prefs_account.[ch]
11340         * src/compose.c
11341                 clean up account preference poison in rfc2015,
11342                 and preparation to fix double sign bug 
11343                 (patch submitted by Simon 'corecode' Schubert)
11344
11345 2002-01-07 [christoph]  0.6.6claws43
11346
11347         * src/mh.c
11348                 search for free message number, do not only rely
11349                 on last_num
11350         * src/send.c
11351                 fix smtp auth and use extra account information
11352                 if available, if not use pop3 data instead
11353                 (closes bug #500341)            
11354         * src/ssl.[ch]
11355                 match coding style
11356
11357 2002-01-06 [alfons]     0.6.6claws42
11358
11359         * src/mainwindow.c
11360                 try making the separate windows work again...
11361
11362 2002-01-06 [alfons]     0.6.6claws41
11363
11364         * src/mainwindow.c
11365                 adapt Hiro's separate window menu (to get rid of the funny
11366                 duplicate menu items), and make it work again
11367
11368 2002-01-06 [alfons]     0.6.6claws40
11369
11370         * tools/Makefile.am
11371         * tools/sylprint.rc
11372         * tools/sylprint.pl
11373         * tools/README.sylprint
11374                 add sylprint script for printing mails from Sylpheed
11375                 (contributed by Ricardo Mones Lastra)
11376
11377         * src/acount.c
11378                 clean up
11379
11380 2002-01-06 [melvin]     0.6.6claws39
11381
11382         * src/mainwindow.c
11383         * src/summaryview.c
11384                 Fixed crash introduced in 0.6.6claws38 by the menu
11385                 reorganisation (Hide read messages)
11386         
11387         * ChangeLog.claws 
11388                 Fixed typo (we are now in 2002, alfons ;) )
11389
11390 2002-01-05 [alfons]     0.6.6claws38
11391
11392         * sync with sylpheed 0.6.6cvs10-17
11393                 (last stuff marked as LAST_STABLE)
11394
11395 2002-01-04 [melvin]     0.6.6claws37
11396
11397         * src/account.c
11398                 Made account selection code use strcasestr again instead of
11399                 g_strcasecmp (fixes bug where reediting queued messages
11400                 did not select proper account reported by T. Link).
11401         
11402         * src/folderview.c
11403                 Fix bug where folder icons are not shown when 'hide read messages'
11404                 is on.
11405         
11406         * src/stock_pixmaps.[ch]
11407                 Added folder icons for 'hide read messages'.
11408         
11409         * src/compose.c
11410                 Fixed bug where 'Enter' in a header entry will send the message 
11411                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11412
11413 2002-01-03 [melvin]     0.6.6claws36
11414         
11415         * src/prefs.[ch]
11416                 Added popup menu for common preferences and
11417                 account preferences (right click on tab displays
11418                                 a menu of all tabs.)
11419
11420 2002-01-02 [melvin]     0.6.6claws35
11421
11422         * src/gtkspell.[ch]
11423                 Made spelling code compatible with undo/redo feature.
11424                 Added creation of suggestion mode menu for the general
11425                         preferences.
11426         
11427         * src/prefs_common.[ch]
11428                 Added option menu for the speller's suggestion mode.
11429                 Added missing spaces in "..." buttons and made a "..."
11430                         button non translatable!
11431         
11432         * src/compose.c
11433                 Made speller use the default suggestion mode.
11434                 Hack to make it possible to choose 'CTRL-Enter' as a
11435                         shortcut for sending (and only for sending).
11436
11437         * src/prefs_folder_item.c
11438                 Changing subject simplification does not update cache 
11439                         anymore (because it is unnecessary).
11440                 Fixed bug where changing subject simplification updated the 
11441                         summaryview even when the viewed folder is not the
11442                         folder which properties are being changed. (E.g. 
11443                                         viewing folder A and changing
11444                                         the subject simplification of 
11445                                         folder B -not being viewed- updated the 
11446                                         summaryview of folder A with data of
11447                                         folder B). (Hope this is clear... )
11448
11449 2001-12-31 [alfons]     0.6.6claws34
11450         
11451         * src/ldif.c
11452         * src/mutt.c
11453                 fgetc() returns a signed integer which doesn't
11454                 fit in a char. so c truncates this to a char
11455                 but we may lose significant bits. i.e. we may
11456                 comparing 0xFF which may not be equal to -1
11457                 unless properly casted to signed char which
11458                 we won't do because fgetc() returns a signed
11459                 integer which doesn't fit in a char. so c 
11460                 truncates this to a char but we may lose 
11461                 significat bits. (you got the idea, thanks
11462                 to Gustavo Noronha Silva <kov@debian.org>
11463                 and the Debian folks!)
11464
11465 2001-12-30 [alfons]     0.6.6claws33
11466
11467         * src/prefs_common.c
11468                 add #ifdef USE_PSPELLs that Melvin forgot               
11469
11470 2001-12-30 [melvin]     0.6.6claws32
11471         
11472         * src/prefs_common.[ch]
11473                 Added configurable color for misspelled words.
11474
11475         * src/gtkspell.[ch]
11476                 Fixed bug of foreground text color (reported by David
11477                                 Mehrmann)
11478                 Added configurable color for misspelled words.
11479
11480 2001-12-30 [alfons]     0.6.6claws31
11481
11482         * src/folder.c
11483                 remove unnecessary things someone put there
11484
11485         * src/mh.c
11486         * src/folder.[ch]
11487                 make folder properties (like threading and sorting) persistent
11488                 (closes bug #497424 "rescan folder tree resets proprieties")
11489                 currently this is only for MH folders. 
11490
11491 2001-12-29 [melvin]     0.6.6claws30
11492
11493         * src/string_match.[ch]
11494                 Optimized a bit: regexp pattern buffer compiled only once, and
11495                   one subroutine call removed. Fixed ^ regexp search: Now, 
11496                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11497         
11498         * src/summaryview.c
11499                 Subject filtering changed to filter summary columns and
11500                   not directly the messages subject cache. The loss in 
11501                   performance is balanced by the improvement of string_match.
11502                 Added an alert panel if there is an error in the regexp.
11503
11504         * src/src/prefs_folder_item.h
11505                 Added a regexp pattern buffer.
11506
11507 2001-12-28 [alfons]     0.6.6claws29
11508
11509         * src/string_match.[ch]
11510                 clean up name space
11511                 allow compilation *BSD
11512
11513 2001-12-27 [alfons]     0.6.6claws28
11514
11515         * src/filter.c
11516                 sync the Hiro's bug fix for BSD
11517
11518 2001-12-27 [melvin]     0.6.6claws27
11519         
11520         * src/compose.c
11521                 Simplify focus to subject entry code.
11522
11523 2001-12-27 [darko]      0.6.6claws26
11524
11525         * src/filtering.c
11526         * src/mbox_folder.c
11527         * src/messageview.c
11528         * src/mh.c
11529         * src/procheader.[ch]
11530         * src/procmsg.h
11531         * src/stock_pixmap.[ch]
11532         * src/summaryview.c
11533                 Show key icon for encrypted mails in summary view
11534
11535         * src/pixmaps/clip.xpm
11536         * src/pixmaps/clipkey.xpm
11537         * src/pixmaps/key.xpm
11538                 New/modified icons for the above
11539
11540 2001-12-27 [melvin]     0.6.6claws25
11541
11542         * src/prefs_common.c
11543                 Put spell checker options in a separate tab to decrease
11544                 the Common Preferences window height.
11545
11546         * README.claws  
11547                 Update spell checker usage instruction about its options
11548                 location.
11549
11550 2001-12-27 [melvin]     0.6.6claws24
11551
11552         * src/compose.c
11553                 Changed subject entry widget position. Initial focus is
11554                 on the To header instead of the subject entry.
11555                 Creating a new header scrolls the header list to make the
11556                 created one visible. Nevertheless, when automatically filling
11557                 headers, the first one is shown.
11558                 A Tab key press in the last empty header entry zips the 
11559                 focus to the subject entry.
11560                 (I did not change the combo boxes, yet)
11561
11562 2001-12-26 [alfons]     0.6.6claws23
11563
11564         * src/prefs_account.c
11565         * src/inc.c
11566                 allow default inbox to reside in another mailbox (only
11567                 works for POP3 accounts)
11568
11569 2001-12-26 [alfons]     0.6.6claws22
11570         
11571         * src/textview.c
11572                 make reply-on-click work with the account of the selected folder
11573         * src/compose.c
11574                 put a fixme here to remind me to fix finding correct default
11575                 account for nested folders
11576
11577 2001-12-25 [alfons]     0.6.6claws21
11578
11579         * src/summaryview.c
11580                 make column headers display locked and mark pixmaps (idea by Melvin) 
11581                 fix bug by adding score and locked column type to sort array
11582
11583 2001-12-25 [alfons]     0.6.6claws20
11584         
11585         * src/summaryview.c
11586                 catch a *potentially* inadvertent write back of  
11587                 the message cache(s) introduced by 0.6.5claws37
11588
11589 2001-12-25 [christoph]  0.6.6claws19
11590
11591         * src/stock_pixmap.[ch]
11592         * src/summaryview.c
11593                 add ignore thread pixmap
11594                 (can someone draw a better icon for this?)
11595
11596 2001-12-24 [alfons]     0.6.6claws18
11597
11598         * src/prefs_folder_item.c
11599                 make address completion actually work for the
11600                 Default To address in the Folder Property dialog.
11601
11602 2001-12-24 [alfons]     0.6.6claws17
11603         
11604         * src/summaryview.c
11605                 use new style regexp for subject stripping 
11606                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11607
11608 2001-12-24 [darko]      0.6.6claws16
11609
11610         * src/pgptext.c
11611         * src/rfc2015.c
11612                 move GPG related informational messages to debug mode
11613
11614 2001-12-23 [alfons]     0.6.6claws15
11615
11616         * src/stock_pixmap.[ch]
11617         * src/summaryview.c
11618                 add the forgotten Claws' locked pixmap
11619
11620 2001-12-23 [alfons]     0.6.6claws14
11621
11622         * src/filesel.c
11623                 accept file name typed in entry in multi file
11624                 selector (patch submitted by Gustavo Noronha Silva 
11625                 <kov@debian.org>)
11626
11627 2001-12-23 [alfons]     0.6.6claws13
11628
11629         * src/prefs_filter.c
11630         * src/prefs_filtering.c
11631         * src/matcher.c
11632         * src/importmutt.c
11633                 clean up a little bit
11634         
11635         * src/string_match.c
11636                 validate input strings a little bit more
11637
11638 2001-12-23 [alfons]     0.6.6claws12
11639
11640         * src/Makefile.am
11641         * src/summaryview.c
11642         * src/string_match.[ch]         ** NEW **
11643         * src/folderview.[ch]
11644         * src/headerview.h
11645         * src/folder.[ch]
11646         * src/prefs_folder_item.[ch]
11647                 add subject simplification to strip out strings from
11648                 a subject line (esp. handy for mailing lists). 
11649                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11650                 but slightly changed things for better integration.)
11651
11652 2001-12-23 [alfons]     0.6.6claws11
11653
11654         * src/mainwindow.c
11655                 fix bug introduced by submission included in 0.6.5claws52.
11656                 ideally this submission should clean the trash if any trash
11657                 folder has a message. however, the hasTrash variable was
11658                 set to false whenever a trash folder was empty (discarding
11659                 a previously found *filled* trash folder.)
11660
11661                 also edited the code a little bit and made it more safe.
11662
11663 2001-12-22 [alfons]     0.6.6claws10
11664
11665         * src/imap.c
11666                 quick fix for Martin Pool's omission of an account
11667                 specific SSL setting
11668
11669 2001-12-22 [alfons]     0.6.6claws9
11670
11671         * src/compose.c
11672         * src/messageview.c
11673         * src/mimeview.c
11674         * src/pgptext.c
11675         * src/procmime.[ch]
11676                 better support for multipart/digest (submitted
11677                 by Fredrik <e98fo@efd.lth.se>)
11678
11679 2001-12-22 [alfons]     0.6.6claws8
11680
11681         * src/addressbook.c
11682                 correct function signature
11683         * src/socket.[ch]
11684         * src/imap.[ch]
11685         * src/prefs_account.[ch]
11686                 allow IMAP over SSH tunnel (patch submitted by 
11687                 Martin Pool <mbp@samba.org>)
11688
11689 2001-12-21 [alfons]     0.6.6claws7
11690
11691         * sync with sylpheed 0.6.6cvs4-9
11692                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11693
11694 2001-12-21 [christoph]  0.6.6claws6
11695
11696         * src/compose.c
11697         * src/prefs_folder_item.[ch]
11698                 implement saving of outgoing messages to current folder.
11699                 fix segfault when no default outbox is available
11700                 (closes bug #495683)
11701
11702 2001-12-21 [carsten]    0.6.6claws5
11703         * src/folderview.c
11704         * src/summaryview.c
11705                 pressing CTRL while DND does now the expected thing and
11706                 copies the mail (moving is still the default, as this
11707                 seam more appropriate for handling mails by DND)
11708
11709 2001-12-18 [paul]       0.6.6claws4
11710
11711         * sync with sylpheed 0.6.6cvs3
11712                 see ChangeLog entries 2001-12-18
11713
11714 2001-12-18 [hiro]       0.6.6claws3
11715
11716         * src/undo.c
11717                 fix for multibyte characters (obtain the number of letters
11718                 instead of bytes).
11719
11720 2001-12-17 [paul]       0.6.6claws2
11721
11722         * sync with sylpheed 0.6.6cvs1
11723                 see ChangeLog entry 2001-12-16
11724
11725 2000-12-17 [alfons]     0.6.6claws1
11726
11727         * src/filtering.c
11728                 clean up
11729
11730 2001-12-16 [paul]       0.6.6claws
11731 2001-12-15
11732
11733         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11734
11735         * src/mimeview.c
11736                 last minute sync with main 0.6.6
11737
11738         * po/es.po
11739                 updated by Ricardo Mones Lastra
11740                 update for last minute sync
11741         * po/fr.po
11742         * po/nl.po
11743                 update for last minute sync
11744         * po/de.po
11745                 updated by Jens Oberender
11746         * po/pt_BR.po
11747                 updated by Fabio Junior Beneditto
11748
11749         * src/prefs_common.[ch]
11750         * src/undo.c
11751                 number of undo levels is user configurable
11752                 (squeeze it into the release in the dying
11753                 moments) Submitted by Jens Oberender    
11754
11755 2001-12-15 [melvin]
11756
11757         * po/fr.po
11758                 updated french translation
11759
11760 2001-12-15 [paul]       0.6.5claws92
11761
11762         * sync with sylpheed 0.6.5cvs28
11763                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11764
11765         * po/nl.po
11766                 update to allow for sync
11767
11768 2001-12-15 [alfons]
11769         
11770         * po/nl.po
11771                 update dutch translation
11772
11773 2001-12-14 [carsten]    0.6.5claws91
11774         * src/summaryview.c
11775                 fixed bug #473785; also after changing the column order
11776                 the same message will be selected and displayed as before
11777                 the reordering
11778
11779 2001-12-14 [carsten]    0.6.5claws90
11780         * src/folderview.c
11781                 probably found the bug reported by wwb opening or closing
11782                 a folder tree just before dnd (found the solution in the
11783                 balsa source -- thanks to them)
11784
11785 2001-12-14 [carsten]    0.6.5claws89
11786         * src/gtkutils.c
11787         * src/account.c
11788                 moved gtk_clist_moveto to the right place, so that
11789                 only the accounts dialog is effected on opening
11790
11791 2001-12-14 [carsten]    0.6.5claws88
11792         * src/gtkutils.c
11793                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11794                 now, so that the focused row will be seen in any case
11795                 (reported by wwp on sf-claws-user)
11796
11797 2001-12-14 [darko]      0.6.5claws87
11798
11799         * src/compose.c
11800                 remove unnecessary line
11801
11802 2001-12-14 [paul]       0.6.5claws86
11803
11804         * sync with sylpheed 0.6.5cvs27
11805                 see ChangeLog entries 2001-12-14
11806
11807 2001-12-14 [carsten]    0.6.5claws85
11808         * src/mainwindow.c
11809                 following a suggestion of Melvin the rcoabm pops up
11810                 right under the button now and the button is reliefed
11811                 while the popup is open
11812
11813 2001-12-14 [darko]      0.6.5claws84
11814
11815         * src/compose.c
11816                 fix crash when wrapping long lines if linewrap quotation
11817                 is disabled and wrapper encounters a word spanning more
11818                 than one line
11819
11820 2001-12-13 [paul]       0.6.5claws83
11821
11822         * src/compose.c
11823                 prefer 'Reply-To' header over mailing list header when
11824                 replying to a message. Finally prevent all those confirmation 
11825                 messages being sent to the list itself.
11826
11827         * src/summaryview.c
11828                 remove unused summary_set_menu_sensitive() entry
11829
11830 2001-12-13 [paul]       0.6.5claws82
11831
11832         * src/folderview.c
11833         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11834         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11835         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11836                 improvements to 'Hide read messages': Inbox, Outbox,
11837                 Trash, Queue, and Draft icons now reveal presence of hidden 
11838                 messages
11839
11840 2001-12-12 [alfons]     0.6.5claws81
11841
11842         0.6.5claws80 was tagged as LAST_STABLE
11843
11844         * src/filtering.[ch]
11845         * src/matcher.[ch]
11846         * src/matcher_parser_lex.c
11847                 fix the filtering; my last attempt to get it right, 
11848                 if it does not work, it's Hoa's turn. ;-)
11849
11850                 for my honourable peers:
11851                 
11852                 the code now makes a clear distinction between
11853                 rules as they are displayed (probably escaped),
11854                 and as they are executed (probably unescaped). the
11855                 parser does *NOT* do any unescaping, this is
11856                 the task of the matcher.c (which breaks up a
11857                 rule into condition) and the filtering.c (which
11858                 breaks up the rule's action). to make this
11859                 run happily we provide an unescaped copy of
11860                 crucial strings to the MatcherProp and 
11861                 FilteringAction structures. note that the only
11862                 exception to this is any REGEXP string. those
11863                 are directly passed to regcomp() and regexp()
11864                 (who have much more powerful unescape functions).
11865                 
11866                 for everyone else:
11867         
11868                 you can escape tab (\t), carriage return (\r),
11869                 linefeed (\n), form feed (\f), quote (\"), 
11870                 single quote (\'), bell (\b) in all the entry
11871                 lines in the scoring & filtering dialogs.
11872                 as an added bonus this should not affect
11873                 existing filtering rules.
11874
11875 2001-12-12 [carsten]    0.6.5claws80
11876
11877         * src/summaryview.c
11878         * po/de.po
11879                 "item(s) selected" is now sensitive to 1 or more
11880                 than one selected (nice for language where simple
11881                 adding of a "s" is not possible as German (Eintrag
11882                 ->Eintr"age)
11883                 
11884                 the "forward as attachment" entry from the right
11885                 click menu removed, "forward" acts following the
11886                 prefs
11887         
11888         * src/textview.c
11889                 reverted my former changes; so compiler warning again
11890                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11891                 nevertheless
11892
11893         * src/messageview.c
11894                 "search in message" does now *not* only work in MVIEW_TEXT
11895                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11896                 message
11897
11898         * src/mainwindow.c
11899                 removed "/File/_Close" as it was the same as "/File/E_xit"
11900                 and we don't need it two times
11901
11902                 the separate folder view and message view now get a distinct
11903                 WMCLASS, just in case someone is using sawfish ;-)
11904
11905                 as the menu entries "/View/Message view" and "/View/Folder tree"
11906                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11907                 make them sensitive accordingly and as these two are "shown"
11908                 after startup anytime check this menuitem at startup
11909
11910 2001-12-12 [paul]       0.6.5claws79
11911
11912         * src/folderview.c
11913                 fix sensitivity of 'Search folder...', broken in
11914                 0.6.5claws75
11915
11916         * src/mainwindow.c
11917                 fix dodgy English
11918
11919 2001-12-11 [carsten]    0.6.5claws78
11920         * src/filtering.c
11921                 fixed two typos returning a wrong FALSE/TRUE
11922         * src/mainwindow.[ch]
11923                 extra menu for email/news button removed
11924
11925 2001-12-11 [alfons]     0.6.5claws77
11926         
11927         * src/matcher.c                 (1.3)
11928         * src/matcher_parser_lex.l      (1.28)
11929                 revert for another attempt
11930                 mark 0.6.5claws77 as LAST_STABLE
11931
11932 2001-12-11 [christoph]  0.6.5claws76
11933
11934         * po/de.po
11935                 fixed wrong translation for prev. unread msg
11936
11937 2001-12-11 [paul]       0.6.5claws75
11938
11939         * src/folder.[ch]
11940         * src/folderview.c
11941         * src/mainwindow.c
11942         * src/summaryview.[ch]
11943         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11944                 enable ability to hide read messages on per folder basis via 
11945                 '/Summary/Hide read messages'; when selected, a folder will 
11946                 have a red open folder icon, instead of a blue icon, if the 
11947                 folder contains hidden messges
11948                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11949
11950         * src/mainwindow.c
11951                 remove '/Message/Forward as attachment' from 
11952                 main_window_set_menu_sensitive() to prevent debug warning
11953
11954         * src/folderview.c
11955         * src/mainwindow.c
11956                 Clean up some of the English
11957
11958         * tools/newscache_clean.pl
11959                 allow for new 'hidereadmsgs' entry in folderlist.xml
11960
11961         * po/es.po
11962                 updated translation, submitted by Ricardo Mones Lastra
11963
11964 2001-12-11 [paul]       0.6.5claws74
11965
11966         * sync with sylpheed 0.6.5cvs25
11967                 see ChangeLog entry 2001-12-11
11968
11969 2001-12-10 [alfons]     0.6.5claws73
11970
11971         * src/matcher.c
11972                 add more control characters
11973         * src/matcher_parser_lex.l
11974                 make escaping / unescaping work again
11975
11976 2001-12-10 [alfons]     0.6.5claws72
11977
11978         * src/imap.c
11979                 clean up warnings "returning value for void function" 
11980         * src/prefs_filtering.c
11981                 make info button for execute action sensitive
11982
11983 2001-12-10 [paul]       0.6.5claws71
11984
11985         * src/compose.c
11986         * src/imap.[ch]
11987         * src/summaryview.c
11988                 fix: imap server now gets informed of MARKED, UNMARKED
11989                 and REPLY events. Now people can use different IMAP-Mail
11990                 clients and have the exact same information about MARKED,
11991                 UNMARKED and REPLY status with all of them. Especially
11992                 useful for imap servers with a web-frontend.
11993                 submitted by Tobias Sandhaas <medlor@web.de>
11994
11995 2001-12-09 [melvin]     0.6.5claws70
11996         
11997         * src/textview.[ch]
11998                 fixed bug #490076 (hunted down by Alfons who implemented
11999                 a workaround in 0.6.5claws65)
12000
12001 2001-12-09 [christoph]  0.6.5claws69
12002
12003         * src/summaryview.c
12004                 set pointer to string in LOCKED column to NULL
12005                 (might fix bug #490800)
12006
12007 2001-12-09 [carsten]    0.6.5claws68
12008
12009         * po/de.po
12010                 resolved some cluttered menu shortcuts 
12011                 ('creating new email' and 'creating news message'
12012                 hade the same)
12013         * src/compose.c
12014                 wmclass now distinc from main window
12015         * src/mainwindow.c
12016           src/mainwindow.h
12017                 email/news and forward button functionality similar
12018                 to the reply buttons; removed the ugly dropdown arrows
12019                 and use instead the right mouse button
12020
12021 2001-12-09 [paul]       0.6.5claws67
12022
12023         * src/imap.c
12024         * src/utils.h
12025                 allow spaces in imap folder names
12026                 submitted by Willem van Engen <wvengen@stack.nl>
12027
12028 2001-12-09 [paul]       0.6.5claws66
12029
12030         * sync with sylpheed 0.6.5cvs24
12031                 see ChangeLog entry 2001-12-09
12032
12033 2001-12-08 [alfons]     0.6.5claws65
12034
12035         * src/textview.c
12036                 prevent secondary selection claim after "add to sender" dialog
12037                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12038                 we trick GTK by simulating a click at (0, 0) in the textview.
12039
12040 2001-12-08 [hoa]        0.6.5claws64
12041
12042         * src/folder.c
12043                 fixed a bug about the .processing folder name while filtering
12044
12045 2001-12-08 [alfons]     0.6.5claws63
12046
12047         * src/folderview.c 
12048                 work around problem of not correctly updating folder stats
12049                 when deleting messages. there's some folder scanning evil
12050                 going so the folderview_update_msg_num() does not work
12051                 correctly. need to investigate this.
12052
12053 2001-12-08 [paul]       0.6.5claws62
12054
12055         * sync with sylpheed 0.6.5cvs23
12056                 see ChangeLog entry 2001-12-08
12057
12058 2001-12-07 [christoph]  0.6.5claws61
12059
12060         * src/compose.c
12061                 fix another header translation problem
12062
12063 2001-12-07 [alfons]     0.6.5claws60
12064
12065         * src/mbox.c
12066                 make filtering also work on local spool mbox
12067
12068 2001-12-07 [carsten]    0.6.5claws59
12069         * src/addressbook.c
12070                 addressbook window gets a wmclass distinct from the main
12071                 sylpheed window
12072         * src/compose.h
12073         * src/mainwindow.[ch]
12074                   forward menu item will use mode selected in prefs, forward 
12075                 as attatchment in menu removed (will be substituted in the
12076                 toolbar similar to reply buttons)
12077                   create news message menu entry and news button is now 
12078                 sensitive to the existance of a news account
12079         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12080         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12081         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12082                 these are removed because the toolbar buttons don't show
12083                 the quoting modus any longer
12084
12085 2001-12-07 [paul]
12086
12087         * tools/newscache_clean.pl      ** NEW FILE **
12088                 perl script to do some tidying up in the newscache directory 
12089                 
12090         * tools/sylpheed-switcher       ** NEW FILE **
12091                 perl script to enable easy switching between main and claws
12092                 
12093         * tools/README
12094                 added descriptions of the two new perl scripts          
12095
12096
12097 2001-12-07 [melvin]     0.6.5claws58
12098
12099         * src/messageview.c
12100                 fixed a warning during compilation introduced in 0.6.5claws56
12101
12102 2001-12-07 [paul]       0.6.5claws57
12103
12104         * src/mainwindow.[ch]
12105         * src/menu.[ch]
12106                 further usability enhancements to replying with or without 
12107                 quoting via the toolbar, use of Ctrl key is replaced by 
12108                 drop down menu 
12109                 Submitted by Carsten Schurig            
12110
12111 2001-12-07 [melvin]     0.6.5claws56
12112
12113         * src/messageview.c
12114                 hack to fix bug that prevented to make/paste selections
12115                 after switching between MVIEW_TEXT and MVIEW_MIME views
12116                 without deselecting the selection first.
12117
12118 2001-12-06 [alfons]     0.6.5claws55
12119
12120         * src/filtering.[ch]
12121         * src/inc.c
12122                 revise filtering a little bit more, and make sure
12123                 messages are delivered to the appropriate inbox
12124                 (perhaps set per account)
12125
12126 2001-12-06 [paul]       0.6.5claws54
12127
12128         * sync with sylpheed 0.6.5cvs22
12129                 see ChangeLog entry 2001-12-06
12130
12131 2001-12-05 [alfons]     0.6.5claws53
12132
12133         * src/inc.c
12134         * src/folder.[ch]
12135         * src/procmsg.c
12136         * src/filtering.c
12137                 more revisions of filtering system
12138                 (last stable version is marked as LAST_STABLE)
12139                 
12140                 | NOTE 1): the filtering system now uses a local folder called
12141                 | .processing. if filtering fails, check this directory
12142                 | for missing messages.
12143                 |
12144                 | NOTE 2): help us find the filtering actions still missing
12145
12146 2001-12-05 [paul]       0.6.5claws52
12147
12148         * src/mainwindow.c
12149                 fix bug where 'Empty Trash?' pop-up window appears even
12150                 when Trash is empty, submitted by Jesse Skinner         
12151
12152 2001-12-05 [melvin]     0.6.5claws51
12153
12154         * src/compose.c
12155                 fixed bug #486106 to select correct account when reediting 
12156                 a queued message
12157         
12158 2001-12-04 [alfons]     0.6.5claws50
12159
12160         * src/mh.c
12161                 declare markfile in appropriate functions when
12162                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12163                 for spotting this)
12164
12165 2001-12-04 [paul]       0.6.5claws49
12166
12167         * sync with sylpheed 0.6.5cvs21
12168                 see ChangeLog entry 2001-12-04
12169
12170 2001-12-03 [christoph]  0.6.5claws48
12171
12172         * po/de.po
12173                 changed translation of undo
12174         * src/account.c
12175         * src/folder.c
12176                 don't reinvent the wheel to traverse a GNode
12177         * src/compose.[ch]
12178                 seperate code to create the compose gui into functions
12179                 add "Others" page with folder selection for saving copy
12180                 of the message.
12181                 the folder identifier is saved to queue header
12182         * src/procmsg.c
12183                 save message to folder in queue header
12184
12185 2001-12-03 [paul]       0.6.5claws47
12186
12187         * sync with sylpheed 0.6.5cvs20
12188                 see ChangeLog entry 2001-12-03
12189
12190 2001-12-01 [paul]
12191
12192         * more sync with sylpheed 0.6.5cvs19
12193                 see ChangeLog entry 2001-11-29
12194
12195 2001-11-30 [paul]       0.6.5claws46
12196         
12197         * src/compose.c
12198                 remove conflicts introduced by Hoa's last commit
12199          
12200         * src/mainwindow.c
12201                 make 'Message/Bounce' sensitive
12202
12203 2001-11-30 [hoa]        0.6.5claws45
12204
12205         * src/compose.c
12206                 slightly change bounce function to add
12207                 information about the user that bounced the mail
12208                 in the From header line.
12209
12210         * src/folderview.c
12211                 permit the use of processing in outbox folder.
12212
12213 2001-11-29 [paul]       0.6.5claws44
12214
12215         * src/mainwindow.[ch]
12216         * src/prefs_common.c
12217         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12218         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12219         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12220                 usability enhancements to the quoting, implements
12221                 use of Ctrl key to toggle quoting settings
12222                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12223
12224 2001-11-29 [paul]       0.6.5claws43
12225         
12226         * sync with sylpheed 0.6.5cvs19
12227                 see ChangeLog entry 2001-11-28
12228
12229 2001-11-29 [melvin]     0.6.5claws42
12230         * src/Makefile.am
12231                 added enriched.[ch] to the list of files
12232
12233         * src/textview.c
12234         * src/mimeview.c
12235         * src/procmime.[ch]
12236         * src/enriched.[ch]
12237                 added support to view text/enriched
12238                 added support to show headers in message view for text/enriched and text/html
12239                         in non multipart messages
12240
12241 2001-11-28 [paul]       0.6.5claws41
12242
12243         * more sync with sylpheed 0.6.5cvs18
12244                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12245
12246 2001-11-27 [paul]       0.6.5claws40
12247         
12248         * po/pt_BR.po
12249                 updated translation, submitted by Fabio Junior Beneditto
12250                 
12251         * sync with sylpheed 0.6.5cvs18
12252                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12253                 2001-11-27
12254
12255
12256 2001-11-26 [paul]
12257
12258         * po/es.po
12259                 updated translation, submitted by Ricardo Mones Lastra
12260
12261 2001-11-26 [alfons]
12262
12263         * src/matcher.c
12264                 add more translatable strings
12265
12266 2001-11-26 [christoph]  0.6.5claws39
12267
12268         * po/de.po      
12269                 fixed one more umlaut
12270         * src/compose.c
12271                 fix translated header when it should not be translated
12272
12273 2001-11-26 [paul]       0.6.5claws38
12274
12275         * src/mainwindow.c
12276                 remove '/Message/Add Sender to address book' from 
12277                 main_window_set_menu_sensitive(), prevent debug warning
12278                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12279
12280 2001-11-26 [paul]       0.6.5claws37
12281
12282         * src/summaryview.c
12283                 fix 'recurring unread state' bug 
12284
12285         * tools/README 
12286         * tools/filter_conv.pl
12287                 read name of top level mailbox from folderlist.xml
12288                 and presume nothing about its name              
12289
12290 2001-11-26 [darko]      0.6.5claws36
12291
12292         * src/gtkstext.[ch]
12293                 removed functions that are now in gtkutils.c
12294                 use gtkut_text_is_uri_string() from gtkutils.c
12295         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12296
12297 2001-11-26 [paul]       0.6.5claws35
12298
12299         * sync with sylpheed 0.6.5cvs16
12300                 see ChangeLog entries 2001-11-25 and 2001-11-26
12301
12302 2001-11-25 [alfons]     0.6.5claws34
12303
12304         EXPERIMENTAL!!! Please checkout the last stable version using: 
12305           
12306         % cvs update -r LAST_STABLE -dRAP
12307
12308         (Or help us testing this stuff.)
12309
12310         * src/filtering.c               (1.14)
12311         * src/filtering.h               (1.6)
12312         * src/inc.c                     (1.28)
12313         * src/matcher.c                 (1.20)
12314         * src/mbox.c                    (1.9)
12315         * src/procmsg.h                 (1.14)
12316         * src/summaryview.c             (1.59)
12317         * src/summaryview.h             (dunno)
12318                 revert/merge/sync to as it was before commit 
12319                 on Thu, 19 Jul 2001 10:15:51 -0700.
12320
12321 2001-11-25 [hoa]        0.6.5claws33
12322
12323         * src/main.c
12324                 processing mails at startup
12325
12326         * src/folderview.c
12327         * src/summaryview.[ch]
12328                 processing mails when entering folder
12329
12330         * src/prefs_filtering.c
12331                 fixed some UI bugs
12332
12333 2001-11-24 [alfons]     0.6.5claws32
12334
12335         * src/summaryview.[ch]
12336                 make summary sort headers work, and also make
12337                 sure the sort type is stored
12338
12339 2001-11-23 [alfons]     0.6.5claws31
12340
12341         * src/summaryview.[ch]
12342                 make lock work like mark
12343                 disallow deleting messages marked as locked
12344
12345 2001-11-23 [alfons]     0.6.5claws30
12346
12347         * src/gtkstext.c
12348         * src/compose.[ch]
12349         * src/Makefile.am
12350         * src/undo.[ch]
12351                 merge undo patch submitted by Jens
12352
12353 2001-11-23 [christoph]  0.6.5claws29
12354
12355         * src/.cvsignore
12356                 added ylwrap
12357         * src/compose.c
12358                 fixed gpg signing and encoding
12359         * src/folder.[ch]
12360         * src/main.c
12361                 added --status option to get new, unread and total
12362                 message count from a running sylpheed
12363         * src/prefs_common.c
12364                 temporary fix for reply_with_quote problem
12365                 (don't call functions for non existing widget)
12366         * src/procmsg.c
12367                 one more check for ignored threads but still not
12368                 always working correctly. probably a recursive
12369                 check for all parents is needed
12370
12371 2001-11-23 [darko]      0.6.5claws28
12372
12373         * src/compose.c
12374                 wrapping on send improvements
12375         * src/gtkutils.[ch]
12376                 fix for GtkSText after last sync with main branch
12377                 GTK_TEXT -> GTK_STEXT
12378
12379 2001-11-23 [paul]       0.6.5claws27
12380
12381         * sync with sylpheed 0.6.5cvs14
12382                 see ChangeLog entries 2001-11-22 and 2001-11-23
12383                 
12384         * po/de.po
12385                 fixed the scrambled umlauts 
12386                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12387
12388 2001-11-21 [paul]       0.6.5claws26
12389
12390         * sync with sylpheed 0.6.5cvs12
12391                 see 2nd ChangeLog entry dated 2001-11-20
12392
12393 2001-11-20 [paul]       0.6.5claws25
12394
12395         * sync with sylpheed 0.6.5cvs11
12396                 see ChangeLog entry 2001-11-19 (src/utils.c)
12397
12398 2001-11-20 [hiro]
12399
12400         * src/compose.c
12401                 GTK_TEXT -> GTK_STEXT
12402                 fix for wrong comment
12403
12404 2001-11-20 [hiro]       0.6.5claws24
12405
12406         * src/compose.[ch]
12407                 more merges from main branch
12408                 removed fatal warnings (uninitialized variables etc.)
12409                 some coding style fix
12410         * src/gtkutils.h
12411                 fixed typo.
12412         * src/addressbook.c
12413           src/addrindex.c
12414                 V-Card -> vCard
12415
12416 2001-11-19 [hoa]        0.6.5claws23
12417
12418         * src/filtering.c
12419         * src/prefs_scoring.c
12420         * src/matcher.[ch]
12421         * src/scoring.c
12422                 cleaning code
12423
12424         * src/matcher_parser_parse.y
12425         * src/prefs_filtering.c
12426                 bouncing
12427
12428 2001-11-19 [alfons]     0.6.5claws22
12429
12430         more of my old things into claws
12431
12432         * src/Makefile.am
12433         * src/prefs_common.c
12434         * src/procmsg.h
12435         * src/summaryview.[ch]
12436         * src/prefs_summary_column.c
12437         * src/pixmaps/locked.xpm
12438                 add indicators for locking of message in summary view
12439                 (does not work yet, only visual indicator)
12440
12441 2001-11-19 [paul]       0.6.5claws21
12442
12443         * sync with sylpheed 0.6.5cvs10
12444                 see ChangeLog entry 2001-11-19
12445
12446 2001-11-18 [alfons]     0.6.5claws20
12447         
12448         * src/filtering.c
12449                 remove an inadvertent free I forgot in previous clean up 
12450
12451 2001-11-18 [alfons]     0.6.5claws19
12452
12453         * src/filtering.[ch]
12454                 clean up & plug leaks
12455
12456 2001-11-18 [paul]       0.6.5claws18
12457
12458         * sync with sylpheed 0.6.5cvs9
12459                 see ChangeLog entries 2001-11-17 and 2001-11-18
12460
12461 2001-11-16 [paul]       0.6.5claws17
12462
12463         * sync with sylpheed 0.6.5cvs8
12464                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12465
12466 2001-11-16 [paul]       0.6.5claws16
12467
12468         * sync with sylpheed 0.6.5cvs7
12469                 see ChangeLog entries 2001-11-15 and 2001-11-16
12470
12471 2001-11-15 [hoa]        0.6.5claws15
12472
12473         * src/compose.c
12474                 fix bounce, mails we received couln't be bounced to ourself.
12475
12476         * src/defs.h
12477         * src/filtering.[ch]
12478         * src/matcher.[ch]
12479         * src/matcher_parser.h
12480         * src/matcher_parser_lex.l
12481         * src/matcher_parser_parse.y
12482         * src/inc.c
12483         * src/main.c
12484         * src/mbox.c
12485         * src/prefs_filtering.[ch]
12486         * src/mainwindow.c
12487         * src/prefs_matcher.c
12488         * src/prefs_scoring.c
12489         * src/scoring.[ch]
12490         * src/summaryview.c
12491                 new matcher/filter/score configuration file parser
12492                 one unique configuration file => ~/.sylpheed/matcherrc
12493                 import in currently automatic, then save are made
12494                 in this new file.
12495                 one filter per folder and one global filter
12496                 (filter of a folder will be used as folder processing)
12497
12498         * src/folder.c
12499                 fix a bug in folder_item_get_identifier
12500                 
12501         * src/messageview.c
12502                 receive receipt return are fixed.
12503
12504 2001-11-14 [alfons]     0.6.5claws14
12505
12506         * src/session.h
12507                 add things from main branch to make claws compile
12508
12509 2001-11-14 [paul]       0.6.5claws13
12510
12511         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12512                 see ChangeLog entries 2001-11-08 to 2001-11-14
12513
12514 2001-11-14 [hoa] 0.6.5claws12
12515
12516         * src/compose.[ch]
12517         * src/mainwindow.c
12518         * src/summaryview.c
12519                 add "bounce mail" option
12520
12521 2001-11-13 [christoph]  0.6.5claws11
12522
12523         * src/compose.c
12524                 Cleanup a mess i add before commiting
12525
12526 2001-11-13 [hoa]        0.6.5claws10
12527
12528         * src/compose.c
12529                 some fixes when mail are sent or
12530                 for crossposts
12531
12532 2001-11-13 [christoph]  0.6.5claws9
12533
12534         * po/de.po
12535                 Changed two string with the same translation
12536         * src/compose.c
12537         * src/procmsg.[ch]
12538         * src/send.[ch]
12539                 New mailsending process:
12540                   - Always queue message before sending
12541                     (message will be saved if sylpheed crashed or
12542                      freezes while sending)
12543                   - Allow queuing of newspostings
12544                   - No copy in outbox before sending
12545                     (closes bug #469501)
12546                   - No more redundant code for send and send_later
12547         * src/summaryview.c
12548                 Applied wwp <subscript@free.fr>'s patch that fixes
12549                 marks for multiple forwarded messages (+compose.c)
12550
12551 2001-11-12 [alfons]
12552
12553         * README.claws
12554                 remove things that are now in main branch
12555         
12556         * po/nl.po
12557                 update Dutch translation
12558
12559 2001-11-12 [mhadasht]   0.6.5.claws8
12560
12561         * src/prefs_common.c
12562                 re-enabled account autoselection feature for forward
12563                 and reedit lost during the branch point for SYNC-B4-REL
12564         * src/gtkspell.c
12565                 gtkpspell_get_dict(): more readable code (even if function is
12566                 not used yet)
12567         * ChangeLog.claws
12568                 added version number info to 2001-11-12 [hiro] comment.
12569
12570 2001-11-12 [hiro]       0.6.5.claws7
12571
12572         * src/compose.c
12573                 compose_forward(): fixed a bug that forward quote mark
12574                 wasn't used.
12575                 removed unnecessary code.
12576         * src/template_select.[ch]: removed.
12577
12578 2001-11-11 [alfons]
12579
12580         * src/compose.c
12581                 :%s/GTK_TEXT/GTK_STEXT/g
12582         
12583         * src/compose.[ch]
12584         * src/undo.[ch]
12585         * src/Makefile.am
12586                 revert the undo stuff (this is 0.6.6claws stuff)
12587
12588 2001-11-11 [hoa]        0.6.5.claws6
12589
12590         * src/compose.[ch]
12591                 Insert signature at the end of the text.
12592                 Added undo patch but currently disabled
12593
12594         * src/procmsg.c
12595                 Threading by subject improved.
12596
12597         * added src/undo.[ch]
12598                 Undo module for compose dialog box.
12599
12600 2001-11-11 [alfons]     0.6.5.claws5
12601
12602         * src/procmsg.c
12603                 prevent threading by subject on nodes that have already been
12604                 threaded by in-reply-to (as in "circular references in a tree
12605                 result in a dead branch")
12606
12607 2001-11-09 [hoa]        0.6.5.claws4
12608         
12609         * src/folderview.c
12610                 allows creation of mbox folder item from any files.
12611
12612 2001-11-09 [alfons]     0.6.5.claws3
12613         
12614         * src/utils.c
12615         * src/procmsg.c
12616                 do what I mean and correct threading by subject so it really
12617                 ignores attracting lines without "Re: "
12618
12619 2001-11-07 [alfons]     0.6.5.claws2
12620
12621         * src/procmsg.c
12622         * src/utils.[ch]
12623                 only attract by subject if a subject line starts with a "Re: "
12624         * src/syldap.c
12625                 remove warning
12626
12627 2001-11-07 [paul]       0.6.5claws1
12628
12629         * sync with sylpheed 0.6.5. release
12630                 see ChangeLog entry 2001-11-07
12631
12632 2001-11-07 [paul]       0.6.4claws31
12633
12634         * sync with sylpheed 0.6.4cvs18
12635                 see ChangeLog entries 2001-10-30 to 2001-11-07
12636                 prefs_templates.[ch] renamed prefs_template.[ch]
12637
12638 2001-11-06 [alfons]
12639         
12640         * src/utils.h
12641                 add semicolon Hoa forgot ;-)
12642                 
12643
12644 2001-11-06 [hoa]        0.6.4claws30
12645         
12646         * src/procmsg.c
12647         * src/summaryview.c
12648         * src/utils.c
12649         * src/utils.h
12650                 threading by subject - empty subject are ignored
12651
12652 2001-11-06 [christoph]  0.6.4claws29
12653
12654         * src/socket.c
12655                 use SSL_peek for sock_gets
12656         * src/utils.c
12657                 removed unneeded pointer in extracting quoted
12658                 names implementation
12659
12660 2001-11-06 [melvin]     0.6.4claws28
12661
12662         * src/gtkspell.c
12663                 fixed bug #476792 Selection overtyping with spell checker
12664                 fixed bug which could cause a buffer overflow
12665                 fixed a memory leak
12666
12667 2001-11-06 [hoa]        0.6.4claws27
12668         
12669         * src/procmsg.c
12670         * src/summaryview.c
12671                 threading by subject
12672
12673 2001-11-05 [alfons]     0.6.4claws26
12674         
12675         * README.claws
12676                 Claws -> Sylpheed (vice versa)
12677
12678         * src/compose.c
12679                 :%s/gtk_text/gtk_stext/g
12680                 :%s/GTK_TEXT/GTK_STEXT/g
12681                 (thanks to Jonathan Ware for spotting this)
12682
12683 2001-11-04 [christoph]  0.6.4claws25
12684
12685         * src/summaryview.c
12686                 replace Xalloca + strdup with Xstrdup_a
12687         * src/utils.c
12688                 better implementation of extracting quoted names
12689                 from addresses (remove backlashes and ignore
12690                 quotes after them)
12691
12692 2001-11-04 [alfons]     0.6.4claws24
12693
12694         * src/utils.[ch]
12695                 edit to comply more with coding style
12696
12697         * src/textview.c
12698                 fix bug reported by Kim Schulz. introduced by the patch integrated
12699                 in 0.6.4claws15. the code did not check the return value of
12700                 the html parser.
12701
12702         * AUTHORS
12703                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12704
12705 2001-11-04 [christoph]  0.6.4claws23
12706
12707         * src/main.c
12708         * src/prefs_common.[ch]
12709                 init some pointers that possibly caused a segfault
12710                 reported in the claws-users ML
12711
12712 2001-11-04 [hoa]        0.6.4claws22
12713
12714         * src/grouplistdialog.c
12715                 change the names of the nodes in the tree
12716
12717         * src/compose.c
12718                 enhanced mailto syntax as described in
12719                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12720                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12721
12722         * src/utils.c
12723                 encode and decode URI (useful when opening URL into
12724                 netscape).
12725
12726 2001-11-03 [hoa]        0.6.4claws21
12727
12728         * src/grouplistdialog.c
12729                 a new newsgroups list selection dialog box
12730                 with a CTree instead of a CList
12731
12732 2001-11-03 [hoa]        0.6.4claws20
12733
12734         * src/folderview.c
12735                 enable property and scoring options when right
12736                 click on "inbox"
12737
12738         * src/summaryview.c
12739                 fixed bug when nickname were displayed using
12740                 the address book.
12741
12742 2001-11-02 [darko]      0.6.4claws19
12743
12744         * src/compose.c
12745                 new wrap quotation and URL/long words wrapping implementation
12746         * src/compose.c src/gtkstext.[ch]
12747                 move gtkstext_strncmp() to gtkstext.c
12748
12749 2001-11-01 [christoph]  0.6.4claws18
12750
12751         * src/prefs_account.c
12752                 fixed mess in account settings dialog
12753         * src/prefs_folder_item.c
12754                 added label with folder path to dialog
12755
12756 2001-10-31 [match]      0.6.4claws17
12757
12758         * src/vcard.c
12759                 fix memory leak.
12760         * src/addrbook.c
12761                 fix generation of spurious address book file names.
12762                 remove redundant functions.
12763         * po/POTFILES.in
12764                 added missing file names.
12765
12766 2001-10-30 [paul]       0.6.4claws16
12767
12768         * sync with sylpheed 0.6.4cvs6
12769                 see ChangeLog entries 2001-10-26 to 2001-10-30
12770
12771         * tools/filter_conv.pl
12772                 read folderlist.xml to discover whether the top-level
12773                 folder is called 'Mailbox' or 'Mail' 
12774
12775 2001-10-29 [paul]       0.6.4claws15
12776
12777         * src/html.c, src/textview.c
12778                 activate links in html mail and fix clickable parts
12779                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12780
12781 2001-10-29 [paul]
12782
12783         * po/de.po, po/es.po, po/pt_BR/po
12784                 updated translations, submitted by Jens Oberender,
12785                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12786
12787 2001-10-29 [darko]      0.6.4claws14
12788
12789         * src/compose.c
12790                 fix wrapping for good
12791
12792 2001-10-29 [darko]
12793
12794         * src/compose.c
12795                 undo previous change as it broke the smart wrapping
12796
12797 2001-10-29 [darko]      0.6.4claws13
12798
12799         * src/compose.c
12800                 fix infinite loop when long URL is quoted
12801                 (closes bug #475122.
12802
12803 2001-10-28 [match]
12804
12805         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12806                 import Mutt address book
12807         * src/ldif.[ch] src/importldif.h
12808                 modified import LDIF handle user attributes
12809
12810 2001-10-28 [christoph]  0.6.4claws12
12811
12812         * src/summaryview.c
12813                 fixed that filtering did not work if there
12814                 were no filter rules
12815                 (closes bug #472003 and better implementation
12816                  of patch #474644)
12817
12818 2001-10-27 [christoph]  0.6.4claws11
12819
12820         * src/compose.c
12821                 make the folder's default account to be used when
12822                 replying. (patch by wwp <subscript@free.fr>)
12823         * src/compose.c
12824                 code cleanup, nearly killed all of wwp's patch
12825                 for folder's default account in compose
12826         * src/folderview.c
12827                 error panel when a folder could not be created
12828                 (closes bug #471080 new folder name & already
12829                  existing file)
12830
12831 2001-10-26 [alfons]
12832
12833         * src/utils.h
12834                 change prototype of strstr2() that Christoph forgot about
12835
12836 2001-10-26 [christoph]  0.6.4claws10
12837
12838         * src/account.c
12839                 made search for accounts by email address not case
12840                 sensitive
12841         * src/folder.c
12842                 fixed memory leak in folder_item_get_identifier
12843         * src/gtkspell.c
12844         * src/utils.c
12845                 fixed wrong strstr2 (should work like strstr)
12846
12847 2001-10-26 [darko]      0.6.4claws9
12848
12849         * src/compose.c src/gtkstext.[ch]
12850         * src/gtkstext.c
12851                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12852
12853 2001-10-26 [paul]       0.6.4claws8
12854
12855         * src/html.c
12856                 ignore css and javascript tags in html mail
12857                 case-insensitive, with or without double-quoted
12858                 strings
12859
12860 2001-10-26 [paul]       0.6.4claws7
12861
12862         * sync with sylpheed 0.6.4cvs1
12863                 see ChangeLog entry 2001-10-26
12864
12865         * src/prefs_account.c, src/prefs_common.c,
12866           src/prefs_summary_column.c
12867                 minor improvements to the English
12868
12869 2001-10-25 [alfons]     0.6.4claws6
12870
12871         * src/gtkstext.c
12872         
12873                 make GtkSText follow style of GtkText (closes bug 
12874                 #469211 "text selection while writing message")
12875                 
12876                 do sync with GTK 1.2.10
12877
12878 2001-10-25 [paul]       0.6.4claws5
12879
12880         * src/html.c
12881                 ignore css tags in html mail
12882
12883 2001-10-25 [darko]      0.6.4claws4
12884
12885         * src/compose.c
12886                 don't declare is_url_string as static function since
12887                 we need it in gtkstext.c
12888         * src/gtkstext.c
12889                 remove unused variable
12890                 don't wrap long URLs while composing a message
12891
12892 2001-10-24 [christoph]  0.6.4claws3
12893
12894         * src/socket.c
12895                 fix ssl deadlock, when peer closes connection
12896
12897 2001-10-24 [paul]       0.6.4claws2
12898
12899         * src/prefs_common.c
12900                 gettextize the gpg ascii-armored warning message
12901
12902         * src/compose.c
12903                 insert a DOS/MAC file into the composed message
12904                 (improvements)
12905
12906         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12907
12908 2001-10-22 [paul]       0.6.4claws1
12909
12910         * sync with sylpheed 0.6.4 release
12911                 see ChangeLog entries 2001-10-21
12912
12913         * po/fr.po, po/pt_BR.po
12914                 updated by Melvin Hadasht and Fabio Junior Beneditto
12915
12916 2001-10-21 [paul]       0.6.3claws30
12917
12918         * src/compose.c
12919                 insert a DOS text file from the compose window
12920                 into the composed message text (removes CRs characters)
12921                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12922
12923         * tools/filter_conv.pl, tools/README
12924                 automatically use ~/.sylpheed as working directory
12925                 print out confirmation message on completion
12926
12927         * correct Hoa's last ChangeLog.claws entry
12928
12929 2001-10-20 [hoa]        0.6.3claws29
12930
12931         * src/grouplistdialog.c
12932                 bugfix (another ?) to give the right
12933                 newsgroups list for each news server.
12934
12935         * src/news.c
12936         * src/news.h
12937                 improve the newsgroups list cache
12938
12939 2001-10-20 [paul]       0.6.3claws28
12940
12941         * sync with sylpheed 0.6.3cvs9
12942                 see ChangeLog entry 2001-10-19
12943
12944         * correct Alfons' last ChangeLog.claws entry
12945
12946 2001-10-19 [alfons]
12947
12948         * src/pgptext.[ch]
12949                 fix compilation problems (part of bug #472895)
12950
12951 2001-10-18 [hoa]        0.6.3claws27
12952
12953         * src/grouplistdialog.c
12954                 bugfix when we refresh was clicked (bug 472701)
12955
12956 2001-10-19 [christoph]  0.6.3claws26
12957
12958         * src/compose.c
12959                 last header entry should default to "To:" or
12960                 "Newsgroups:" and not copy the last entry line
12961                 in a new compose window
12962                 (closes bug #472686, #470792)
12963
12964 2001-10-19 [paul]       0.6.3claws25
12965
12966         * sync with Sylpheed 0.6.3cvs8
12967                 see ChangeLog entries 2001-10-18 and 2001-10-19
12968
12969 2001-10-18 [christoph]  0.6.3claws24
12970
12971         * src/procmsg.c
12972                 reimplement ignore thread
12973         
12974 2001-10-18 [hoa]        0.6.3claws23
12975
12976         * src/folderview.c
12977         * src/grouplistdialog.[ch]
12978                 enhanced news subscription interface (feature 469113)
12979
12980         * src/news.c
12981         * src/news.h
12982                 enchanced newsgroup listing,
12983                 now, we can get groups informations
12984                 (NNTPGroupInfo)
12985
12986 2001-10-18 [paul]       0.6.3claws22
12987
12988         * src/summaryview.c
12989                 remove comment (sync with main branch)
12990         * src/mainwindow.c
12991                 fix 'Re-edit' bug in 'Message' menu
12992
12993 2001-10-17 [christoph]  0.6.3claws21
12994
12995         * src/compose.c
12996                 ignore empty or whitespace only header lines
12997
12998 2001-10-17 [paul]       0.6.3claws20
12999
13000         * sync with sylpheed 0.6.3cvs7
13001                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13002                 2001-10-17
13003
13004 2001-10-17 [darko]
13005
13006         * src/compose.c
13007                 wrap long lines without spaces
13008                 don't wrap URLs
13009
13010 2001-10-16 [paul]
13011
13012         * po/es.po, po/nl.po, po/pt_BR.po
13013                 updated by Ricardo Mones Lastra, Alfons,
13014                 and Fabio Junior Beneditto
13015
13016         * sylpheed-0.6.3claws released
13017
13018 2001-10-15 [melvin] 0.6.3claws18
13019
13020         * README.claws
13021                 added summary and detailed installation instructions
13022                 for spell checker
13023         * po/fr.po
13024                 Updated, corrected and completed french translation
13025
13026 2001-10-15 [hoa] 0.6.3claws17
13027         * src/grouplistdialog.c
13028                 we can choose the newsgroups to display with wildcards
13029
13030 2001-10-15 [christoph]  0.6.3claws16
13031
13032         * src/account.c
13033         * src/compose.c
13034         * src/prefs_folder_item.[ch]
13035                 applied wwp <subscript@free.fr>'s folder
13036                 default account patch
13037         * po/de.po
13038                 Fixed wrong translation
13039
13040 2001-10-13 [alfons, christoph, melvin]  
13041                         0.6.3claws15
13042
13043         solution #2 to solve MT-safety problems defers all GUI related calls
13044         to the main thread using a gtk_idle_add() callback. discussed on
13045         ircnet #sylpheed, with christoph spotting some issues with the
13046         original code, and melvin allowing us to lobotomize his sylpheed.
13047
13048         * src/syldap.[ch], src/main.c
13049                 fix race problem in ldap search thread by deferring GUI 
13050                 stuff to main thread using gtk_idle_add()
13051
13052 2001-10-13 [paul]       0.6.3claws14
13053
13054         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13055                 add Sergey's smtpcred.patch
13056                 adds separate username/password setting for SMTP Auth
13057                 needed by some servers
13058                 (closes feature request #471659)
13059
13060 2001-10-13 [paul]       0.6.3claws13
13061
13062         * src/pgptext.[ch] **NEW FILES**
13063         * src/Makefile.am, src/messageview.c, src/mimeview.c
13064                 decrypt ascii-armored gpg text embedded in
13065                 the message body.
13066                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13067
13068 2001-10-13 [christoph]  0.6.3claws12
13069
13070         * README.claws
13071                 some more details on default to and
13072                 feature requests
13073         * src/main.c
13074                 init glib threading when ldap is used
13075         * src/syldap.c
13076                 threading fixes
13077         * po/de.po
13078                 fixed a typo
13079
13080 2001-10-12 [paul]       0.6.3claws11
13081
13082         * src/prefs_common.[ch], src/rfc2015.c
13083                 enable ascii-armored gpg text to be embedded in the
13084                 message body, selectable through the 'Privacy'
13085                 preferences. Supports encrypting only.
13086                 Submitted by Ravemax <ravemax@dextrose.com>
13087
13088 2001-10-12 [paul]       0.6.3claws10
13089
13090         * sync with sylpheed 0.6.3cvs6
13091                 see ChangeLog entries 2001-10-11 and 2001-11-12
13092
13093         * src/folderview.c
13094                 incorporated mbox folders, scoring, and folder
13095                 properties into the sync
13096
13097 2001-10-12 [darko]      0.6.3claws9
13098
13099         * README.claws
13100                 describe quotation wrapping
13101         * src/compose.c
13102                 don't treat tab as space to calculate line length properly
13103
13104 2001-10-11 [alfons]
13105
13106         * README.claws
13107                 correct description of how to make new filtering system work,
13108                 add some other things
13109                 
13110         * src/syldap.c
13111                 remove sched_yield() (not necessary / unportable)
13112
13113 2001-10-11 [paul]       0.6.3claws8
13114
13115         * sync with sylpheed 0.6.3cvs3
13116                 see ChangeLog entry 2001-10-10
13117
13118 2001-10-10 [christoph]  0.6.3claws7
13119
13120         * .cvsignore
13121                 ignore 2 files created by newer autotools
13122         * src/prefs_folder_item.c
13123                 using table for widget alignment
13124                 fixed memory leak and broken octal display
13125         * src/filesel.c
13126                 fixed segfault caused by lost filename
13127                 workaround (closes bug #469551)
13128
13129 2001-10-10 [paul]       0.6.3claws6
13130
13131         * sync with sylpheed 0.6.3cvs2
13132                 see ChangeLog entries 2001-10-09 and 2001-10-10
13133
13134 2001-10-10 [darko]      0.6.3.claws5
13135
13136         * src/gtkstext.c
13137                 proper calculation of right margin if smart wrapping is enabled
13138         * src/compose.c
13139                 automatically wrap long lines if wrap quotation is enabled
13140
13141 2001-10-09 [alfons]     0.6.3.claws4
13142
13143         * src/summaryview.c
13144                 select correct row when deleting last row in the summary view (and
13145                 close bug "[ #469104 ] select second last in list when deleting")
13146
13147 2001-10-09 [paul]       0.6.3claws3
13148
13149         * sync with sylpheed 0.6.3cvs1
13150                 updated some autotool scripts
13151
13152 2001-10-09 [darko]      0.6.3claws2
13153
13154         * src/gtkstext.[ch]
13155                 new name and mark with Sylpheed comment
13156         * src/compose.c
13157                 smart quotation wrapping a-la VIM
13158
13159 2001-10-08 [paul]       0.6.3claws1
13160
13161         * sync with sylpheed 0.6.3 release
13162                 see ChangeLog entry 2001-10-08
13163
13164 2001-10-08 [paul]       0.6.2claws24
13165
13166         * src/summaryview.c
13167                 more sync with sylpheed 0.6.2cvs12
13168                 Fixed the bug that didn't select the last row correctly
13169
13170
13171 2001-10-07 [paul]       0.6.2claws23
13172
13173         * sync with sylpheed 0.6.2cvs12
13174                 see ChangeLog entry 2001-10-07
13175
13176 2001-10-06 [match]
13177         * src/jpilot.[ch]
13178                 enable jpilot to read unsynch'ed addresses.
13179
13180         * src/editldap_basedn.c
13181                 fix segfault when opening dialog.
13182
13183 2001-10-06 [alfons]     0.6.2.claws22
13184
13185         * src/summaryview.c
13186                 fix bug with summary view selecting last *inserted*
13187                 node instead of last *visible* node. remember we
13188                 work with a tree
13189
13190 2001-10-06 [paul]       0.6.2claws21
13191
13192         * po/pt_BR.po
13193                 updated translation, contains some fixes and new
13194                 translations, submitted by Gustavo Noronha Silva
13195                 <kov@debian.org>
13196
13197         * src/prefs_common.c
13198                 change 'each' to 'every' - fix dubious English
13199
13200         * sync with sylpheed 0.6.2cvs11
13201
13202 2001-10-05 [alfons]     0.6.2claws20
13203
13204         * src/mainwindow.[ch], src/folderview.c
13205                 make composite tool button switch between "Compose News"
13206                 and "Compose Mail" depending on selected folder
13207                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13208
13209 2001-10-05 [paul]       0.6.2claws19
13210
13211         * src/mainwindow.c, src/summaryview.c
13212                 fix 'Message/Reply to all', broken in last commit
13213
13214         * src/compose.c
13215                 fix X_BEENTHERE seg fault, thanks to Alfons
13216
13217 2001-10-04 [paul]       0.6.2claws18
13218
13219         * src/compose.[ch], src/mainwindow.c
13220                 make "Message/Reply" reply to mailing lists; matches
13221                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13222                 based on portions of the patch submitted by
13223                 Junichi Uekawa <dancer@netfort.gr.jp>
13224
13225 2001-10-04 [darko]      0.6.2claws17
13226
13227         * src/compose.c
13228                 better smart wrapping
13229         * src/gtkstext.[hc]
13230                 a function to make text buffer contiguous
13231
13232 2001-10-03 [paul]       0.6.2claws16
13233
13234         * sync with sylpheed 0.6.2cvs10
13235
13236 2001-10-02 [alfons]
13237
13238         * configure.in
13239         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13240                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13241                 references to chinese translations (hope someone picks up
13242                 this)
13243
13244 2001-10-02 [christoph]  0.6.2claws15
13245
13246         * src/compose.c
13247                 fixed non translated header bug
13248         * ChangeLog.claws
13249                 fixed wrong date in alfons last entry ;)
13250
13251 2001-10-02 [alfons]     0.6.2claws14
13252
13253         * src/compose.c, src/prefs_common.[ch]
13254                 add block cursor option
13255
13256 2001-10-02 [paul]       0.6.2claws13
13257
13258         * sync with sylpheed 0.6.2cvs9
13259
13260 2001-09-30 [paul]       0.6.2claws12
13261
13262         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13263                 updated translations
13264
13265         * po/POTFILES.in
13266                 add 'src/importldif.c'
13267
13268         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13269                 added eudora-to-vCard conversion tool
13270                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13271
13272         * sync with sylpheed 0.6.2cvs8
13273
13274 2001-09-30 [paul]
13275
13276         * sylpheed-0.6.2claws released
13277
13278 2001-09-27 [melvin]     0.6.2claws11
13279
13280         * src/gtkspell.c
13281                 fixed crash when using default path (introduced 
13282                 in 0.6.2claws10)
13283                 fixed tiny bug for initial suggestion mode
13284
13285 2001-09-27 [melvin]     0.6.2claws10
13286         
13287         * src/gtkspell.c
13288                 fixed bug where gtkpspell didn't set the path correctly
13289
13290         * README.claws
13291                 added a paragraph about spell checking
13292                 
13293
13294
13295 2001-09-27 [paul]       0.6.2claws9
13296
13297         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13298                 replace '// comments' with '/* comments */' to prevent
13299                 some compiler warnings 
13300
13301         * sync with sylpheed 0.6.2cvs6
13302
13303 2001-09-26 [alfons]     0.6.2claws8
13304
13305         * src/messageview.c
13306                 introduce return receipt request notification again,
13307                 which was lost because of other semantics in 
13308                 procheader_parse() (???)
13309
13310 2001-09-26 [christoph]  0.6.2claws7
13311
13312         * src/compose.c
13313                 replace comments for old code with #if 0
13314                 readded auto cc, bcc and reply-to
13315         * src/prefs_matcher.c
13316         * src/prefs_scoring.c
13317                 removed some definition (was moved to
13318                 prefs.h)
13319
13320 2001-09-26 [paul]       0.6.2claws6
13321
13322         * src/mainwindow.c
13323                 make 'Follow-up and reply to' sensitive
13324
13325         * more sync with sylpheed 0.6.2cvs5
13326
13327 2001-09-25 [melvin]
13328
13329         * 0.6.2claws5
13330
13331         * src/gtkspell.c
13332                 fixed bug for "US-ASCII" introduced by the encoding code
13333
13334 2001-09-25 [paul]
13335
13336         * 0.6.2claws4
13337
13338         * src/prefs_common.[ch], src/summaryview.c
13339                 'next unread msg' 'go to next folder?' dialog can be
13340                 given default behaviour, either always show dialog,
13341                 or assume 'yes', or assume 'no'
13342                 Submitted by wwp <subscript@free.fr>
13343
13344 2001-09-25 [melvin]
13345                 
13346         * src/compose.c src/gtkspell.[ch]
13347                 added support for different encodings
13348
13349 2001-09-25 [paul]
13350
13351         * more sync with sylpheed 0.6.2cvs5
13352
13353 2001-09-24 [alfons]
13354         
13355         * src/prefs_folder_item.c
13356                 add check for item->prefs->default_to string is NULL and
13357                 add another check when freeing this string
13358
13359 2001-09-24 [paul]
13360
13361         * configure.in
13362                 change to version 0.6.2claws3
13363
13364         * sync with sylpheed 0.6.2cvs5 
13365
13366 2001-09-24 [match]
13367         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13368                 import LDIF files.
13369         * src/addrcache.[ch], addrindex.[ch]
13370                 small update for future
13371         * src/addrbook.c
13372                 fix test XML file.
13373
13374 2001-09-24 [melvin]
13375         * src/gtkspell.[ch]
13376                 added 'Learn from mistakes' option
13377                 better handling of quotes in checked words
13378                 sorted dict list
13379         * po/fr.po
13380                 small update for spell checking stuff
13381
13382 2001-09-23 [alfons]
13383         
13384         * src/gtkspell.c
13385                 edit a little bit so it complies more with main coding style
13386
13387 2001-09-23 [alfons]
13388
13389         * src/folder.[ch], prefs_folder_item.c, compose.c
13390                 migrate "request return receipt" folder property
13391                 to folderlist.xml
13392
13393 2001-09-22 [alfons]
13394
13395         * README.claws **NEW**
13396                 (add things of interest for users of main branch 
13397                 and claws here)
13398
13399         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13400                 re-implement threading per folder option, but store 
13401                 the setting in folderlist.xml (where it belongs)
13402
13403 2001-09-21 [melvin]
13404
13405         * src/gtkspell.[ch]
13406                 fixed bug when compose window is under another window
13407         * src/prefs_common.[ch] src/compose.c
13408                 changed 'dictionary_path' to 'dictionary' to be consistent
13409                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13410         * ac/pspell.m4 src/Makefile.am 
13411                 dropped PSPELL_PATH macro
13412         * po/fr.po
13413                 updated translations
13414
13415 2001-09-21 [christoph]
13416
13417         * src/compose.c
13418                 added border around header fields
13419                 keep header type when new field is added
13420
13421 2001-09-20 [christoph]
13422
13423         * src/utils.[ch]
13424                 more portable debug_print with source filename
13425                 and linenumber
13426         * src/procmsg.c
13427                 more newlines after debug messages
13428
13429 2001-09-20 [paul]
13430
13431         * configure.in
13432                 change to version 0.6.2claws2
13433
13434         * sync with sylpheed 0.6.2cvs3
13435
13436 2001-09-19 [melvin]
13437
13438         * src/gtkspell.c
13439                 fixed the post-right-click focus pb
13440                 fixed crash when 'Spell check all' after dict change 
13441                         and when cursor is at the end of the text
13442                 shift-right-click pops up config menu even on misspelled words.
13443         * po/POTFILES.in
13444                 added gtkspell.c
13445
13446 2001-09-19 [melvin]
13447
13448         * src/about.c
13449                 added pspell to compiled-in features list
13450
13451 2001-09-18 [melvin]
13452
13453         * switched to pspell and dropped ispell
13454         * ac/pspell.m4
13455                 new file. autoconf macro for pspell
13456         * ac/Makefile.am 
13457         * configure.in acconfig.h
13458                 added pspell support
13459         * src/Makefile.am
13460         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13461         * src/prefs_common.[ch] 
13462                 added pspell support
13463
13464 2001-09-18 [christoph]
13465
13466         * src/addr_compl.c
13467         * src/template.[ch]
13468                 replace LOG_MESSAGE with debug_print
13469         * src/compose.[ch]
13470                 gui improvements
13471         * src/menu.c
13472                 added newline after debug message
13473         * src/utils.h
13474                 using __VA_ARGS__ for debug_print macro
13475         * tools/.cvsignore
13476                 ignore Makefile and Makefile.in
13477
13478 2001-09-18 [paul]
13479
13480         * configure.in
13481                 change to version 0.6.2claws1
13482         * sync with sylpheed 0.6.2cvs1
13483
13484         * src/matcher.c 
13485         * src/prefs_matcher.c
13486                 add 'score equal to' option, submitted by
13487                 Paul Evans <nerd@freeuk.com>
13488
13489 2001-09-15 [christoph]
13490
13491         * src/mainwindow.c
13492                 comment out menu entry not existing in claws
13493         * src/menu.c
13494                 add debug output for non existing menu entries
13495         * src/summaryview.c
13496                 fix next/prev unread message for ignored threads
13497         * src/utils.[ch]
13498                 add sourcefile and line number to debug output
13499                 otherwise it is sometimes hard to find the
13500                 source code part if debug messages are translated
13501
13502 2001-09-14 [darko]
13503         
13504         * src/folderview.c
13505                 refresh target folder style after colour is changed
13506
13507 2001-09-13 [paul]
13508
13509         * configure.in
13510                 change to version 0.6.1claws3
13511
13512         * sync with sylpheed 0.6.1cvs6
13513
13514 2001-09-13 [darko]
13515         
13516         * src/folderview.c
13517                 fix target folder colourization to use user selected colour
13518
13519 2001-09-12 [darko]
13520         
13521         * src/summaryview.c
13522                 fix crash when message that is marked for copy/move is unmarked
13523
13524 2001-09-09 [paul]
13525
13526         * configure.in
13527                 change to version 0.6.1claws2
13528
13529         * sync with sylpheed 0.6.1cvs3
13530
13531 2001-09-09 [alfons]
13532         
13533         * src/folderview.c
13534                 fix bug with default font used for trash folder text
13535
13536 2001-09-06 [paul]
13537
13538         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13539                 updated translations
13540
13541         * configure.in
13542                 change to version 0.6.1claws1
13543
13544         * sync with sylpheed 0.6.1cvs2
13545
13546 2001-09-03 [paul]
13547
13548         * po/POTFILES.in
13549                 add Match's new addressbook
13550
13551         * po/de.po
13552                 updated translation submitted by Jens Oberender
13553
13554 2001-09-02 [paul]
13555
13556         * configure.in
13557                 change to 0.6.1claws
13558         * sync with sylpheed 0.6.1 release
13559
13560 2001-09-02 [paul]
13561
13562         * configure.in
13563                 change to 0.6.0claws2
13564
13565         * sync with sylpheed 0.6.0cvs4
13566
13567         * po/pt_BR.po
13568                 updated translation submitted by Fabio Junior Beneditto
13569
13570 2001-09-01 [match]
13571         * pixmaps/
13572                 interface.xpm
13573                 book.xpm
13574                 address.xpm
13575         * src/
13576                 Makefile.am
13577                 a ton of new files
13578
13579 2001-08-31 [paul]
13580
13581         * configure.in
13582                 change to version 0.6.0claws1
13583
13584         * sync with sylpheed 0.6.0cvs1
13585
13586         * po/es.po
13587                 updated translation submitted by Ricardo Mones Lastra
13588
13589         * po/POTFILES.in
13590                 add 'src/prefs_templates.c'
13591
13592         * src/compose.c, src/summaryview.c
13593                 fix segfault on 'Re_edit'               
13594
13595 2001-08-30 [alfons]
13596
13597         * configure.in, Makefile.am
13598         * tools/Makefile.am
13599                 add tools directory to source distribution
13600
13601 2001-08-30 [paul]
13602
13603         * configure.in
13604                 change to version 0.6.0claws
13605
13606         * sync with sylpheed 0.6.0 release
13607
13608 2001-08-30 [christoph]
13609
13610         * configure.in
13611                 removed autoconf version check
13612
13613 2001-08-30 [paul]
13614
13615         * src/account.c, src/compose.c, src/prefs_common.[ch]
13616         * src/procheader.[ch] src/utils.[ch]
13617                 Enhanced automatic account selection on replies
13618                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13619
13620         * configure.in
13621                 add LDAP and JPilot to the configuration results output.
13622
13623 2001-08-29 [christoph]
13624
13625         * src/summeryview.c
13626                 no bold font for ignored threads
13627
13628 2001-08-29 [paul]
13629
13630         * configure.in
13631                 change to version 0.5.3claws6
13632
13633         * sync with sylpheed 0.5.3cvs10
13634                 src/stringtable.[ch]: New Files
13635
13636         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13637         * src/pixmaps/sylpheed.xpm
13638                 add mini-icons to windows (by Alfons)
13639
13640 2001-08-27 [paul]
13641
13642         * src/mainwindow.c
13643                 new functions: next_labeled_cb(), prev_labeled_cb()
13644
13645         * src/summaryview.c
13646                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13647                 summary_select_next_labeled(), summary_select_prev_labeled()
13648
13649         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13650                 give claws blue folders and a blue trash can
13651
13652 2001-08-27 [paul]
13653
13654         * configure.in
13655                 change to version 0.5.3claws5
13656
13657         * sync with sylpheed 0.5.3cvs9
13658                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13659
13660 2001-08-24 [christoph]
13661
13662         * src/filesel.c
13663                 keep filename when browsing directories
13664                 (not working for user entered filename, but
13665                  for default name and selected filename from
13666                  file list)
13667         * src/mainwindow.c
13668                 fixed wrong spelling "Folllow-up"
13669         * src/mbox_folder.c
13670         * src/procmsg.c
13671         * src/summaryview.c
13672                 fixed new/unread message count with ignored
13673                 threads (2 commits, first didn't notice no
13674                 longer needed decreasing)
13675         * src/inc.c
13676                 readded scrolling of progress dialog
13677                 (lost in sync)
13678
13679 2001-08-24 [paul]
13680
13681         * configure.in
13682                 change to 0.5.3claws4
13683
13684         * sync with sylpheed 0.5.3cvs7
13685
13686 2001-08-24 [christoph]
13687
13688         * src/compose.c
13689                 set request return receipt when replying
13690                 if it is set is the folder prefs of the
13691                 message
13692         * src/inc.c
13693                 disable final error popup if popups are
13694                 disabled in config (again)
13695
13696 2001-08-23 [paul]
13697
13698         * configure.in
13699                 Change version number to 0.5.3claws3
13700
13701         * sync with sylpheed 0.5.3cvs5
13702
13703         * src/mimeview.c
13704                 double quote '%s' in 'gedit %s' to fix bug when
13705                 opening attachment with spaces in the name
13706
13707 2001-08-22 [alte]
13708         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13709           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13710                 initial message templates support
13711
13712
13713 2001-08-22 [paul]
13714
13715         * configure.in
13716                 change version number to 0.5.3claws2
13717
13718         * sync with sylpheed 0.5.3cvs4
13719
13720         * src/procmsg.h src/summaryview.c
13721                 re-implement (un)ignore thread
13722
13723 2001-08-21 [paul]
13724
13725         * src/summaryview.c
13726                 remove unnecessary code
13727         * src/compose.c
13728                 enable 'dynamic' signatures (submitted by
13729                 Eric Limpens <eric@hscg-internet.nl>)
13730
13731 2001-08-21 [paul]
13732
13733         clean up after sync with sylpheed 0.5.3 release
13734
13735         * src/folderview.c
13736                 fix re-introduced font mess, see Christoph's
13737                 entry 2001-06-24
13738
13739         * src/summaryview.c
13740                 remove prev_msgnum
13741                 use sylpheed's small font instead of
13742                 gtk default font for summary view
13743
13744
13745 2001-08-17 [paul]
13746
13747         * configure.in
13748                 add pl to ALL_LINGUAS - sync with main branch
13749
13750         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13751                 Updated. Translations by Jens Oberender, Ricardo Mones
13752                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13753
13754         * po/pl.po  ** NEW FILE **
13755                 sync with the main branch
13756
13757         * src/folderview.c
13758                 fix target folder colorizing and refresh problem
13759
13760
13761 2001-08-17 [christoph]
13762
13763         * src/mainwindow.c
13764                 claws uses 4 colors for target folder coloring.
13765                 arrays were not long enough and destroyed the
13766                 stack causing a segfault.
13767                 target folder colorizing does not work anymore
13768                 for me
13769
13770 2001-08-16 [paul]
13771
13772         * configure.in
13773                 change to version 0.5.3claws1
13774
13775         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13776           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13777           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13778
13779                 sync with sylpheed 0.5.3 release, but keep claws method of
13780                 configuring/saving fonts
13781
13782         * src/addressbook.[ch]
13783                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13784                 in line with a similar change in Hiroyuki's branch
13785
13786         * src/mainwindow.[ch]
13787                 disable main_window_set_thread_option()
13788         * src/prefs_folder_item.c
13789                 comment out &tmps_prefs.enable_thread,
13790         * src/mbox_folder.c, src/procmsg.[ch]
13791                 comment out MSG_IS_IGNORE_THREAD
13792         * src/summaryview.c
13793                 comment out summary_ignore_thread() and summary_unignore_thread()
13794                 comment out MSG_IS_IGNORE_THREAD
13795
13796                 use Hiroyuki's threading instead.
13797
13798
13799
13800 2001-08-15 [paul]
13801
13802         * src/account.c
13803                 use Hiroyuki's 0.5.3 column scheme but also
13804                 include the enable/disable button.
13805         * src/pixmaps/mark.xpm
13806                 add Hiroyuki's amended pixmap
13807
13808 2001-08-13 [christoph]
13809
13810         * src/account.c
13811                 receive at get all column showed wrong state for APOP
13812                 button should only work for POP3 and APOP accounts
13813         * src/prefs_account.c
13814                 added missing preprocessor statement for SSL
13815
13816 2001-08-12 [paul]
13817
13818         * src/account.[ch]
13819                 add 'receive at get all' column and enable/disable
13820                 button.
13821
13822 2001-08-06 [christoph]
13823
13824         * src/account.c
13825                 show usage of SSL in protocol column
13826
13827         * src/imap.c
13828         * src/inc.c
13829                 renamed ssl options
13830
13831         * src/prefs_account.[ch]
13832                 moved ssl options to a new page
13833
13834         * src/send.c
13835         * src/smtp.c
13836         * src/ssl.[ch]
13837                 renamed ssl options
13838                 added support for SMTP STARTTLS command
13839
13840 2001-08-05 [christoph]
13841
13842         * configure.in
13843                 debian autoconf needs version check to find
13844                 correct autoconf version. if the file is
13845                 named configure.in 2.13 is used, which does
13846                 not work with this configure.in script.
13847                 other solution would be to rename the script
13848                 to configure.ac as suggested in the autoconf
13849                 manual.
13850
13851         * src/inc.c
13852                 disable final error popup if popups are
13853                 diabled in config
13854
13855         * src/socket.c
13856                 bugfix in ssl_gets
13857                 fixes IMAP over SSL problem
13858
13859 2001-08-03 [paul]
13860
13861         * configure.in
13862                 change to 0.5.2claws1
13863
13864         * sync with sylpheed 0.5.2cvs1
13865
13866 2001-08-02 [alfons]
13867
13868         * configure.in
13869                 quick fix for ispell detection...
13870
13871 2001-08-01 [paul]
13872
13873         * configure.in
13874                 change to 0.5.1claws4
13875
13876         * sync with sylpheed 0.5.1cvs7
13877
13878 2001-07-31 [alfons]
13879
13880         * src/prefs_common.c, src/prefs_common.h, 
13881           src/gtkspell.c, src/gtkspell.h
13882                 add global spelling checker settings (compose tab) +
13883                 selection of dictionary 
13884           
13885         * configure.in  
13886                 guess valid ispell location
13887
13888 2001-07-31 [paul]
13889
13890         * po/POTFILES.in
13891                 removal of 'src/quote_fmt_parse.c'
13892         * po/de.po
13893                 Updated de.po
13894                 (submitted by Jens Oberender <didge@suse.de>)
13895
13896 2001-07-31 [darko]
13897
13898         * src/folder.[ch]
13899         * src/folderview.[ch]
13900         * src/mainwindow.c
13901         * src/mh.c
13902         * src/prefs_common.[ch]
13903         * src/summaryview.c
13904                 target folder colourization
13905
13906 2001-07-30 [paul]
13907
13908         more sync with Sylpheed 0.5.1cvs6 
13909
13910 2001-07-30 [darko]
13911
13912         * src/mh.c
13913         * src/prefs_folder_item.[hc]
13914         * src/summaryview.c
13915                 shared folders support with a GUI
13916
13917 2001-07-29 [paul]
13918
13919         0.5.1claws3
13920
13921         * sync with Sylpheed 0.5.1cvs6
13922
13923 2001-07-29 [paul]
13924
13925         * po/pt_BR.po
13926                 updated
13927                 (submitted by Fabio Junior Beneditto)
13928
13929 2001-07-28 [paul]
13930
13931         * src/procmime.c
13932         * AUTHORS
13933                 patch to correct bad image mime headers
13934                 (submitted by Don Quijote <dq@searchlores.org>)
13935
13936 2001-07-28 [paul]
13937
13938         * tools/gif2xface.pl   **NEW FILE**
13939         * tools/README
13940                 script to convert file.gif to file.xface for
13941                 use in a custom header.
13942                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13943
13944 2001-07-27 [alfons]
13945         
13946         * configure.in
13947                 change macros for detecting JPilot and LDAP
13948
13949 2001-07-27 [christoph]
13950
13951         * src/filtering.c
13952                 code cleanup (MIN / MAX warning, needed casting)
13953
13954 2001-07-27 [alfons]
13955
13956         * procheader.c
13957                 disallow setting flags when detecting certain headers
13958                 (X-Status, Status, Seen, X-Seen). 
13959         
13960         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13961
13962 2001-07-27 [christoph]
13963
13964         * src/prefs_filter.c
13965         * src/prefs_filtering.c
13966         * src/prefs_matcher.c
13967         * src/prefs_scoring.c
13968                 scroll list when moving rows up or down
13969
13970         * src/imap.c
13971         * src/imap.h
13972         * src/prefs_account.c
13973         * src/prefs_account.h
13974         * src/send.c
13975                 SMTP over SSL (untested, feedback requested)
13976                 IMAP over SSL
13977
13978         * src/ssl.c
13979                 code cleanup
13980
13981 2001-07-26 [alfons]
13982         
13983         * configure.in, acconfig.h
13984                 define CLAWS (need this for main / claws detection)
13985
13986 2001-07-25 [alfons]
13987
13988         * configure.in
13989                 Sylpheed 0.5.1claws2
13990                 
13991         * sync with Sylpheed 0.5.1cvs4
13992
13993 2001-07-25 [christoph]
13994
13995         * src/scoring.c
13996                 fixed segfault
13997                 item->prefs == NULL (don't know why)
13998
13999 2001-07-25 [alfons]
14000
14001         * configure.in
14002                 Sylpheed 0.5.1claws1
14003
14004         * sync with Sylpheed 0.5.1cvs1-3
14005
14006 2001-07-24 [christoph]
14007
14008         * src/folderview.c
14009         * src/prefs_folder_item.[ch]
14010                 added folderitem preferences dialog with
14011                 default To: and auto request return receipt
14012
14013         * src/compose.[ch]
14014         * src/menu.[ch]
14015                 changes to handle new folderitem preferences
14016
14017         * src/mainwindow.c
14018         * src/summaryview.c
14019                 call compose new mail with current folderitem
14020
14021 2001-07-24 [alfons]
14022
14023         Release Sylpheed 0.5.1claws
14024
14025         * configure.in
14026                 change to release version 0.5.1claws
14027
14028 2001-07-24 [christoph]
14029
14030         * src/summaryview.c
14031                 fixed segfault that happend when the selected
14032                 message was removed while retrieving new messages.
14033
14034         * po/es.po
14035                 updated translation
14036                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14037
14038 2001-07-22 [alfons]
14039
14040         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14041         this is a work in progress, for more information: http://nlpagan.net/sylman 
14042         
14043         * configure.in, src/mainwindow.c, manual/Makefile.am
14044                 add support for English manual
14045
14046         * AUTHORS
14047                 add authors of user manuals
14048
14049         * manual/en/sylpheed*.html
14050                 add English documentation
14051
14052 2001-07-22 [christoph]
14053
14054         * po/POTFILES.in
14055                 added src/ssl.c
14056         * src/ssl.c
14057                 changed a wrong debug message
14058
14059 2001-07-22 [alfons]
14060
14061         * po/nl.po
14062                 update Dutch translation
14063
14064         * src/prefs_filtering.c, 
14065           src/prefs_matcher.c
14066                 add more translatable strings           
14067
14068 2001-07-21 [alfons]
14069
14070         0.5.0claws7
14071
14072         * configure.in
14073                 change version
14074
14075         * src/inc.c, src/summaryview.[ch]
14076                 prevent update of mark file when filtering has done, by
14077                 using a variable; this affects two functions:
14078                         inc.c::inc_finished()
14079                         summaryview.c::summary_show()
14080
14081 2001-07-20 [alfons]
14082
14083         * src/filtering.[ch], src/prefs_filtering.c, 
14084           src/matcher.[ch]
14085                 add filtering action for label coloring 
14086
14087         * po/POTFILES.in
14088                 add labelcolors.c
14089
14090         * added src/labelcolors.c
14091         * added src/labelcolors.h
14092         * src/Makefile.am, src/summaryview.c
14093                 rearrange label coloring code
14094
14095         * src/procmsg.h
14096                 add more parentheses so label colouring works correctly
14097
14098         * src/filtering.c
14099                 don't really delete message, but move it to Trash
14100
14101         * src/prefs_matcher.c
14102                 add quote options to info dialog
14103
14104 2001-07-20 [christoph]
14105
14106         * src/Makefile.am
14107         * src/inc.c
14108         * src/main.[ch]
14109         * src/socket.h
14110         * src/ssl.[ch] (new)
14111                 moved ssl stuff to a seperate file
14112
14113 2001-07-20 [darko]
14114
14115         * src/summaryview.c
14116                 fix show sender using address book with no e-mail
14117                 address in From: field
14118
14119 2001-07-19 [alfons]
14120
14121         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14122                 fix messy handling of escaping... now at least the
14123                 execute command is useful. escape char is '\', we
14124                 accept \n and \r too. 
14125
14126                 Real life example:
14127                 
14128                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14129                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14130
14131 2001-07-18 [alfons]
14132
14133         0.5.0claws6
14134
14135         * src/summaryview.c
14136                 clean up
14137
14138         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14139           src/procmsg.[ch]
14140                 revise filtering; currently move, copy, marking have
14141                 been tested. if you like bleeding edge stuff, you
14142                 should definitely go for this version :)
14143
14144         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14145
14146 2001-07-17 [christoph]
14147
14148         * src/utils.c
14149                 timestamp log
14150
14151 2001-07-17 [alfons]
14152
14153         0.5.0claws5
14154
14155         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14156           bits in the mark file, without affecting either branch. Lots of
14157           files changed, also in claws branch.
14158
14159           UNTESTED: use of mbox folders
14160
14161         * src/summaryview.c
14162                 added mark all read; however this was a quick hack used for
14163                 cleaning up mess after initial merge with Hiroyuki
14164
14165         * configure.in
14166                 change claws version number back to 0.5.0claws5 to clear up 
14167                 confusion & pretension (recent release was technically 
14168                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14169
14170 2001-07-16 [alfons]
14171
14172         sync with Hiroyuki's 0.5.0cvs4
14173
14174 2001-07-16 [alfons]
14175
14176         0.5.1claws3
14177
14178         * src/filtering.[ch]
14179                 remove invalid updating of mark files for 
14180                 filter actions MATCHING_ACTION_MOVE and 
14181                 MATCHING_ACTION_DELETE; this should fix the
14182                 folder update bug
14183                 
14184         * src/procmsg.c
14185                 revert Christoph's stab at fixing the folder 
14186                 update bug
14187
14188         * po/POTFILES.in
14189                 add missing files with translatable strings
14190
14191         * src/summaryview.c
14192                 remove debug print
14193
14194 2001-07-15 [alfons]
14195
14196         * src/addr_compl.[ch], src/prefs_filtering.c
14197                 make "filtering pref dialog's destination entry" an
14198                 "address completable entry", if filter destination is 
14199                 an email address
14200
14201         0.5.1claws2
14202         
14203         sync with Hiroyuki's 0.5.0cvs2-3
14204
14205 2001-07-15 [christoph]
14206
14207         * src/procmsg.c
14208                 fixed folder stats update after incorporation
14209
14210 2001-07-15 [alfons]
14211
14212         * src/summaryview.c
14213                 * finish label colouring stuff (for now)
14214                 * fix incorrect colour bug (off by one) 
14215
14216 2001-07-14 [alfons]
14217
14218         * src/mainwindow.c
14219                 change text labels for news and mail message so there's
14220                 plenty of toolbar estate left
14221
14222         * configure.in
14223                 0.5.1claws1
14224
14225         * src/folderview.c
14226           src/folder.[ch]
14227                 sync with Hiroyuki's 0.5.0cvs1
14228
14229         * src/summaryview.c
14230                 more rewrite label colouring
14231
14232 2001-07-14 [alfons]
14233
14234         * src/summaryview.[ch]
14235                 * start rewrite label colouring 
14236                 * fix proper location "Add Sender To Addressbook" menu item
14237
14238 2001-07-13
14239
14240         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14241         (actually this is 0.5.0claws4)
14242
14243 2001-07-13 [alfons]
14244
14245         * po/pt_BR.po
14246                 * fix duplicate message
14247                 * add updated Portugese / Brazilian translation
14248                   submitted by Fabio Junior Beneditto
14249
14250 2001-07-12 [alfons]
14251
14252         * AUTHORS
14253                 add Jens
14254
14255         * po/nl.po
14256                 add updated Dutch translation
14257
14258         * po/de.po
14259                 add updated German translation submitted by Jens
14260
14261 2001-07-11 [alfons]
14262
14263         Prerelease before 0.5.0claws. Please test.
14264         This version is temporarily tagged as VERSION_0_5_0_TEST
14265
14266         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14267           src/prefs_scoring.c, src/prefs_matcher.c, 
14268           src/prefs_filtering.c, src/mbox.c, 
14269           src/main.c, src/inc.c, src/filtering.[ch]
14270                 revert new Hoa's new matcher (does not work yet)
14271
14272         * src/Makefile.am
14273                 clean up
14274
14275 2001-07-10
14276
14277         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14278
14279
14280 2001-07-10 [alfons]
14281
14282         * Makefile.am
14283                 add ChangeLog.claws to EXTRA_DIST
14284         * src/Makefile.am
14285                 add matcher_parser_parse.h to EXTRA_DIST
14286
14287 2001-07-10 [christoph]
14288
14289         * src/inc.c
14290                 add destination folder to table of
14291                 folders that need to be updated after
14292                 incorporation
14293
14294 2001-07-10 [alfons]
14295
14296         * folder.[ch]
14297           folderview.c
14298                 make collapse state of folders and folder items persistent, i.e.
14299                 if you collapse a folder tree, the next time sylpheed-claws starts 
14300                 up the folder tree remains collapsed.  
14301                 
14302 2001-07-10 [christoph]
14303
14304         * acconfig.h
14305         * configure.in
14306                 added --enable-ssl
14307         * src/md5.[ch]
14308                 renamed MD5_CTX to MD5_CTX_syl
14309                 conflicts with a struct in openssl
14310         * src/inc.c
14311         * src/main.[ch]
14312         * src/prefs_account.[ch]
14313         * src/socket.[ch]
14314                 SSL support for POP
14315         * src/mainwindow.c
14316                 fixed compose with current account
14317                 broken by new compose button stuff
14318
14319 2001-07-09 [hoa]
14320
14321         * AUTHORS
14322                 changed my email address
14323
14324         * src/matcher_parser_parse.y
14325                 clean the parser to remove conflicts
14326
14327 2001-07-09 [alfons]
14328
14329         * AUTHORS
14330                 add Match Grun
14331
14332         * configure.in
14333                 fix incorrect description of --enable-ldap parameter
14334
14335         * src/prefs_common.[ch]
14336           src/compose.c
14337                 add experimental option "smart wrapping" which makes the
14338                 compose editor auto wrap.
14339                 
14340                 | TODO: the problem with the buggy cursor handling is caused |
14341                 | by the GtkText. when deleting / backspacing text its       |
14342                 | wrapping algorithm does not take in account the previous   |
14343                 | line. should find a way to hack this in.                   |
14344                 | or should perhaps combine this with the word wrapping      |
14345                 | patch i wrote in january.                                  |
14346
14347         * src/about.c
14348                 show build parameters for LDAP and JPilot
14349
14350         * src/summaryview.c
14351                 revert Christoph's bugfix for selecting next unread message, 
14352                 because folder stats aren't updated correctly
14353
14354 2001-07-08 [hoa]
14355
14356         * src/filtering.c
14357         * src/mainwindow.c
14358         * src/matcher.c
14359         * src/matcher_parser_lex.l
14360         * src/matcher_parser_parse.y
14361         * src/prefs_filtering.c
14362         * src/prefs_scoring.c
14363         * src/scoring.c
14364                 bugfix of the config file parser
14365
14366 2001-07-08 [alfons]
14367
14368         * src/Makefile.am
14369                 added generated matcher sources to BUILT_SOURCES
14370
14371 2001-07-08 [hoa]
14372
14373         * src/Makefile.am
14374         * src/.cvsignore
14375                 added new config file parser
14376
14377         * src/scoring.[ch]
14378         * src/filtering.[ch]
14379         * src/matcher.[ch]
14380         * src/prefs_filtering.c
14381         * src/prefs_matcher.c
14382         * src/prefs_scoring.c
14383         * added src/matcher_parser.h
14384         * added src/matcher_parser_lex.h
14385         * added src/matcher_parser_lex.l
14386         * added src/matcher_parser_parse.y
14387                 lex & yacc config file parser
14388
14389         * src/mbox.c
14390         * src/inc.c
14391         * src/main.c
14392                 changes prefs_filtering into global_filtering           
14393
14394         * src/summaryview.c
14395                 build threads with subjects only if "Re: " is at the
14396                 beginning of the subject
14397
14398 2001-07-07 [paul]
14399
14400         0.5.0claws
14401
14402         sync with sylpheed 0.5.0
14403                 change of version number only
14404
14405 2001-07-06 [paul]
14406
14407         0.5.0claws5
14408
14409         sync with sylpheed 0.5.0pre5
14410
14411 2001-07-05 [paul]
14412
14413         sync with sylpheed 0.5.0pre4 release
14414                 /po and /manual/ja not sync'ed
14415
14416 2001-07-04 [paul]
14417
14418         more sync with sylpheed 0.5.0pre4
14419
14420 2001-07-03 [christoph]
14421
14422         * src/addressbook.c
14423                 fixed address book broken by address book
14424                 for VCard, JPilot, LDAP
14425
14426 2001-07-03 [alfons]
14427
14428         * src/matcher.c
14429         * src/textview.c
14430                 stopped memory leaks
14431
14432 2001-07-03 [paul]
14433
14434         more sync with sylpheed 0.5.0pre4
14435
14436 2001-07-02 [match]
14437
14438         * included address book patch for VCard, JPilot, LDAP
14439         * pref_common.c - fixed Font options on Display tab (cosmetic)
14440         * alertpanel.c - fixed truncated message
14441
14442 2001-07-02 [christoph]
14443
14444         * src/mbox_folder.c
14445         * src/procmsg.[ch]
14446         * src/summaryview.c
14447                 mark threads for ignoring
14448
14449 2001-07-02 [paul]
14450
14451         0.5.0claws4
14452
14453         * sync with sylpheed 0.5.0pre4
14454                 updated gettext to 0.10.38.
14455
14456 2001-07-01 [paul]
14457
14458         * src/ mainwindow.c
14459         * src/procmsg.h
14460         * src/summaryview.[ch]
14461                 new right-click option: Label.
14462                 substitute for 'Mark-->Mark/Unmark', colours the line.
14463                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14464
14465 2001-07-01 [christoph]
14466
14467         * src/folderview.c
14468                 fixed font for trash
14469         * src/summaryview.c
14470                 move ctree to unread message
14471
14472 2001-07-01 [paul]
14473
14474         * sync with sylpheed 0.5.0pre3 release
14475
14476 2001-06-30 [alfons]
14477
14478         * src/filesel.[ch]
14479         * src/compose.c
14480                 allow inserting / attaching multiple files in
14481                 the composer window
14482
14483 2001-06-30 [paul]
14484
14485         * src/codeconv.c
14486                 small change to Alfons' previous stuff so that it
14487                 actually makes
14488
14489 2001-06-30 [alfons]
14490
14491         * lots of files changed; first attempt to merge the changes
14492           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14493
14494 2001-06-30 [paul]
14495
14496         * po/pt_BR.po
14497                 updated and completed, translations by Fabio
14498                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14499
14500 2001-06-29 [alfons]
14501
14502         * src/compose.c
14503         * src/mimeproc.[ch]
14504                 allow selecting an attached files' mime type from a 
14505                 list of types.
14506
14507 2001-06-29 [paul]
14508
14509         * more sync with sylpheed 0.5.0pre3
14510
14511 2001-06-29 [paul]
14512
14513         * po/pt_BR.po
14514                 merge with sylpheed.pot and pt_BR.po provided by
14515                 Fabio Junior Beneditto.
14516
14517 2001-06-29 [darko]
14518
14519         * src/procmime.c
14520                 make MIME types case insensitive
14521
14522 2001-06-28 [alfons]
14523
14524         * po/nl.po
14525                 merge with sylpheed.pot and old nl.po; translations added.
14526
14527 2001-06-28 [paul]
14528
14529         * more sync with sylpheed 0.5.0pre3
14530
14531 2001-06-27 [alfons]
14532
14533         * src/summaryview.c
14534                 don't crash when removing parent node of messages
14535                 attracted by subject. this was caused by not deleting
14536                 the parent node from the subject line hash table.
14537
14538 2001-06-27 [alfons]
14539
14540         * src/summaryview.c
14541         * src/compose.[ch]
14542         * src/mainwindow.c
14543                 if there are multiple messages selected, allow forwarding
14544                 them as attachments.
14545
14546 2001-06-27 [paul]
14547
14548         * more sync with sylpheed 0.5.0pre3
14549
14550 2001-06-26 [paul]
14551
14552         0.5.0claws3
14553
14554         * sync with sylpheed 0.5.0pre3
14555
14556 2001-06-25 [paul]
14557
14558         * src/mainwindow.c
14559                 fixed 'compose news article' bug
14560                 from icon-and-text toolbar
14561
14562 2001-06-25 [paul]
14563
14564         * sync with sylpheed 0.5.0pre2 release
14565
14566 2001-06-24 [christoph]
14567
14568         * src/prefs_common.c
14569                 bug fix in font selection
14570         * src/folderview.c
14571                 use sylpheed's normal font instead of
14572                 gtk default font for folders without
14573                 new messages
14574
14575 2001-06-24 [alfons]
14576
14577         * src/mainwindow.[ch]
14578                 added composite compose mail / news button (an idea by Leandro
14579                 Pereira <leandro@linuxmag.com.br>)
14580
14581 2001-06-24 [paul]
14582
14583         Added instructions for ldif-to-xml.py
14584
14585         * tools/README
14586
14587 2001-06-23 [alfons]
14588
14589         Some minor things.
14590
14591         * src/pixmaps/stock_news_compose.xpm
14592                 added pixmap by Leandro
14593         * src/prefs_common.c
14594                 tested built-in spelling checker of GCC 3.0 :)
14595         * po/nl.po
14596                 merged dutch translation of sylpheed-main with
14597                 sylpheed.pot
14598
14599 2001-06-23 [paul]
14600
14601         Added tools directory and files.
14602
14603         * tools/filter_conv.pl
14604                 converts old filter system to new filtering system
14605         * tools/ldif-to-xml.py
14606                 converts netscape addressbook to sylpheed addressbook
14607         * tools/README
14608                 descriptions/instructions for above two files
14609
14610 2001-06-23 [christoph]
14611
14612         * src/inc.c
14613         * src/manage_window.[ch]
14614         * src/prefs_common.[ch]
14615                 mail retrieval dialog can be enabled, disabled
14616                 or hidden if non of sylpheed's windows is active
14617
14618 2001-06-22 [paul]
14619
14620         0.5.0claws2
14621
14622         * sync with sylpheed 0.5.0pre2
14623
14624 2001-06-21 [christoph]
14625
14626         * src/summaryview.c
14627                 show recipient on 'from' for all accounts
14628                 
14629         * src/inc.c
14630         * src/prefs_common.[ch]
14631                 disable error popup on mail receive errors
14632
14633 2001-06-21 [alfons]
14634
14635         * src/compose.c
14636                 made the ruler correctly appear and disappear.
14637
14638         * src/Makefile.am
14639                 removed Hoa's work-in-progress-stuff (interesting!) so 
14640                 claws compiles ok.
14641
14642 2001-06-20 [christoph]
14643
14644         * src/inc.c
14645         * src/progressdialog.c
14646                 added scrolled window for list in progressdialog
14647
14648 2001-06-20 [paul]
14649
14650         sync with sylpheed 0.5.0pre1 release
14651
14652 2001-06-20 [christoph]
14653
14654         * src/summeryview.c
14655                 make building threads by subject work when
14656                 thread view is enabled
14657                 
14658         * src/compose.c
14659         * src/prefs_common.[ch]
14660                 automatically select account for mail replys
14661
14662 2001-06-19 [sergey]
14663
14664         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14665         they are filled in from the account settings.
14666
14667 2001-06-19 [paul]
14668
14669         * more sync with sylpheed 0.5.0pre1
14670
14671 2001-06-18 [alfons]
14672
14673         * src/Makefile.am,
14674           src/procmime.c
14675                 added --sysconfdir to CPPFLAGS for pointing to the correct
14676                 location of mime.types. 
14677
14678                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14679                 or ./configure!
14680
14681 2001-06-18 [hoa]
14682
14683         * src/summaryview.c
14684                 fixed some bug when building threads
14685
14686 2001-06-18 [pau]l
14687
14688         * src/prefs_account.c
14689                 UI stuff: More changes to the English
14690
14691 2001-06-18 [paul]
14692
14693         * src/pixmaps/stock_news_compose.xpm: new file
14694         * src/Makefile.am
14695         * src/mainwindow.c
14696         * src/summaryview.c
14697                 Added new icon for Hoa's 'compose a news
14698                 message', plus minor improvements to the
14699                 English
14700
14701         * po/ja.po
14702         * ChangeLog
14703         * ChangeLog.jp
14704                 more sync with sylpheed 0.5.0pre1
14705
14706 2001-06-18 [hoa]
14707
14708         * src/compose.[ch]
14709         * src/mainwindow.c
14710                 Follow-up and reply to
14711
14712         * src/summaryview.[ch]
14713                 Build threads also with subjects
14714
14715 2001-06-17 [hoa]
14716
14717         * src/compose.c
14718                 forwarding use the current account.
14719
14720         * src/mainwindow.c
14721                 the "compose message" button has been replaced with
14722                 "new mail" and "new news" buttons
14723
14724         * src/prefs_common.[ch]
14725                 added a configuration option to use the forward button
14726                 as "forward as attachment"
14727                 changed reply and forward format description
14728
14729         * src/quote_fmt_lex.l
14730         * src/quote_fmt_parse.y
14731                 added message with no signature in format for reply
14732                 and forward.
14733
14734 2001-06-17 [paul]
14735
14736         Minor UI stuff
14737
14738         * src/mainwindow.c
14739         * src/summaryview.c
14740                 Improvements to the English
14741
14742         * src/prefs_common.c
14743                 Improvements to the English and some
14744                 clarity/continuity improvements in the
14745                 description of Quote symbols.
14746
14747 2001-06-17 [paul]
14748
14749         0.5.0claws1
14750
14751         * sync with sylpheed 0.5.0pre1
14752
14753 2001-06-17 [hoa]
14754
14755         * src/compose.c
14756                 Better interface for compose, displayed fields
14757                 are updated whenever we change account.
14758                 Newsgroups field is automatically filled.
14759
14760         * src/mainwindow.c
14761                 Newsgroups field is automatically filled.
14762
14763         * src/prefs_account.c
14764                 Some interface stuff when fields appear and
14765                 disappear.
14766
14767 2001-06-16 [paul]
14768
14769         0.4.99claws
14770
14771         * sync with sylpheed 0.4.99
14772
14773 2001-06-16 [sergey]
14774
14775         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14776         base64_decoder_free, base64_decoder_decode): new object and
14777         functions for decoding base64 streams.
14778         * src/procmime.c (procmime_decode_content): modified to use the
14779         new base64 decoder.
14780
14781 2001-06-15 [paul]
14782
14783         0.4.99claws10
14784
14785         * sync with sylpheed 0.4.99cvs11
14786
14787 2001-06-13 [paul]
14788
14789         0.4.99claws9
14790
14791         * sync with sylpheed 0.4.99cvs9
14792
14793 2001-06-13 [hoa]
14794
14795         * src/compose.c
14796         * src/prefs_account.c
14797
14798                 SMTP server can be defined in the news account
14799                 mime type of attachment are kept.
14800
14801         * src/summaryview.c
14802
14803                 now choose the highest important score between default
14804                 and important score of folder.
14805
14806 2001-06-09 [alfons]
14807         
14808         * src/prefs_common.c: 
14809
14810                 (prefs_quote_description_create): corrected description of 
14811                 quote format characters
14812
14813 2001-06-09 [paul]
14814
14815         0.4.99claws8
14816
14817         * sync with sylpheed 0.4.99cvs8
14818
14819 2001-06-08 [sergey]
14820
14821         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14822         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14823
14824 2001-06-08 [paul]
14825
14826         0.4.99claws7
14827
14828         * sync with sylpheed 0.4.99cvs7
14829
14830 2001-06-06 [sergey]
14831
14832         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14833         clashes with autogenerated header).
14834         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14835         * src/Makefile.am: added quote_fmt.h.
14836         * src/.cvsignore: added lex/yacc autogenerated files
14837         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14838
14839 2001-06-06 [paul]
14840
14841         0.4.99claws6
14842
14843         * sync with sylpheed 0.4.99cvs6
14844
14845 2001-06-06 [hoa]
14846
14847         * added src/quote_fmt_parse.h
14848         * src/compose.c
14849                 removed warnings
14850
14851         * src/prefs.[ch]
14852                 don't modify readonly configuration files
14853
14854         * src/prefs_account.c
14855         * src/prefs_common.c
14856         * src/prefs_customheader.c
14857         * src/prefs_display_header.c
14858         * src/prefs_filter.c
14859         * src/prefs_filtering.c
14860         * src/prefs_scoring.c
14861                 don't open dialog box when configuration files
14862                 are readonly
14863
14864 2001-06-05 [sergey]
14865
14866         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14867
14868         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14869         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14870         BUILT_SOURCES to make all files rebuild properly.
14871
14872         * src/compose.c: removed #include "quote_fmt.tab.h".
14873
14874         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14875         CHARACTER value in yylval.
14876
14877         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14878         receive CHARACTER value by documented means (yylval).
14879
14880         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14881
14882 2001-06-05 [hoa]
14883
14884         * src/Makefile.am
14885                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14886
14887         * src/filtering.c
14888         * src/matcher.c
14889         * src/matcher.h
14890         * src/prefs_filtering.c
14891                 now keep the configuration for execute action
14892
14893         * src/mbox_folder.c
14894                 fixed a warning
14895
14896 2001-06-05 [paul]
14897
14898         * sync with sylpheed 0.4.99cvs5
14899
14900 2001-06-05 [hoa]
14901
14902         * src/Makefile.am
14903                 added quote_fmt.[ch]
14904
14905         * added src/quote_fmt.y
14906         * added src/quote_fmt.l
14907         * added src/quote_fmt.tab.h
14908         * added src/quote_fmt.tab.c
14909         * added src/lex.quote_fmt.c
14910                 parsing configuration for replying
14911                 and forwarding
14912
14913         * src/prefs_common.[ch]
14914                 added configuration UI for replying
14915                 and forwarding
14916
14917         * src/compose.c
14918                 using configuration for replying
14919                 and forwarding
14920
14921 2001-06-04 [hoa]
14922
14923         * src/filtering.c
14924         * src/matcher.c
14925         * src/matcher.h
14926         * src/prefs_filtering.c
14927         * src/prefs_matcher.c
14928         * src/prefs_matcher.h
14929                 action "run a command" for filtering
14930                 and matching with a command.
14931                 fixed the "whole message" matching
14932
14933         * src/mbox_folder.c
14934                 changed temporary filename for security
14935
14936         * src/messageview.c
14937                 queue the notification if it fails to send.
14938
14939         * src/prefs_common.c
14940         * src/prefs_folder_item.c
14941                 changed the default important score             
14942
14943         * src/prefs_scoring.c
14944         * src/scoring.c
14945                 hide kill score input when the folder is not
14946                 a newsgroup
14947
14948 2001-06-03 [alfons]
14949
14950         * src/prefs_common.c:
14951
14952                 (prefs_font_select): pass font name in font entry box to font
14953                 selection dialog.
14954
14955 2001-06-03 [sergey]
14956
14957         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14958
14959 2001-06-03 [paul]
14960
14961         * sync with sylpheed 0.4.99cvs4
14962
14963 2001-06-03 [alfons]
14964
14965         * src/headerwindow.c:
14966
14967                 (headerwindow_show_cb): use the selected summary view item, not
14968                 the displayed item.
14969
14970 2001-06-02 [alfons]
14971
14972         * src/headerwindow.c:
14973
14974                 (headerwindow_show_cb): always try to show msginfo
14975
14976 2001-06-02 [hoa]
14977
14978         * src/compose.c
14979                 keep attached parts when reediting or forwarding.
14980
14981 2001-06-01 [hoa]
14982
14983         * src/folderview.c
14984         * src/prefs_folder_item.[ch]
14985         * src/prefs_scoring.[ch]
14986         * src/scoring.[ch]
14987         * src/summaryview.[ch]
14988         * src/main.c
14989         * src/mainwindow.c
14990         * src/prefs_common.[ch]
14991                 support for folder scoring
14992                 kill score and important score for messages
14993         
14994         * src/prefs_account.c
14995                 some display bug fixed for local account
14996                 preferences
14997
14998 2001-05-31 [alfons]
14999
15000         * src/summaryview.c:
15001
15002                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15003                 sender to address book menu item is disabled.
15004
15005 2001-05-30 [hoa]
15006
15007         * src/filtering.[ch]
15008         * src/summaryview.c
15009                 handling summary menu / filter messages
15010
15011         * src/folder.[ch]
15012                 add some stuff
15013
15014         * src/foldersel.c
15015                 imap folders now appears in list
15016
15017         * src/mbox_folder.c
15018                 doesn't crash if destination mail is not writeable
15019
15020 2001-05-29 [hoa]
15021
15022         * src/compose.c
15023                 removed some warnings
15024
15025         * src/filtering.c
15026         * src/folder.[ch]
15027         * src/prefs_filtering.c
15028                 global string to identify any folders           
15029                 removed some debug info
15030                 filtering to mbox folders is now possible
15031
15032         * src/mainwindow.c
15033                 removed some warnings
15034
15035         * src/mbox_folder.c
15036                 permission on files are changed to read/write for user only,
15037                 nothing for other.
15038                 creation of subfolder is handled better.
15039
15040 2001-05-28 [alfons]
15041
15042         Verified the sync for src/prefs_common.[ch] and
15043         src/prefs_account.[ch]. I believe there were some
15044         minor indentation differences.
15045
15046 2001-05-28 [paul]
15047
15048         0.4.99claws3
15049
15050         * sync with 0.4.99cvs3
15051
15052 2001-05-28 [hoa]
15053
15054         * src/compose.c
15055                 handling flags for mbox format
15056
15057         * src/filtering.c
15058                 use of mark file only for MH format
15059                 handling flags for mbox format
15060                 filtering cannot yet move or copy mails to mbox folders.
15061
15062         * src/folder.[ch]
15063                 changed move_msg, copy_msg,
15064                 move_msgs_with_dest, copy_msgs_with_dest functions
15065                 uses only folder->copy_msg() function
15066                 uses folder->finished_copy() to handle the destination
15067                 folder at the end of the copy or move operation.
15068
15069         * src/foldersel.c
15070                 included mbox directories.
15071
15072         * src/folderview.[ch]
15073         * src/mainwindow.c
15074                 handle folders operation for mbox format
15075
15076         * src/mbox.c
15077                 disable conversion of "From " header
15078
15079         * src/mbox_folder.[ch]
15080                 completion of mbox format handling
15081
15082         * src/mh.c
15083                 changed mh_copy_msg() function and
15084                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15085                 mh_copy_msgs_with_dest()
15086
15087         * src/prefs_filtering.c
15088                 removed some warnings
15089
15090         * src/prefs_matcher.c
15091                 default boolean operation is AND
15092
15093         * src/procheader.c
15094                 handling flags for mbox format
15095                 handling of "From " header
15096
15097         * src/procmsg.[ch]
15098                 removed data field
15099                 added MSG_REALLY_DELETED flags to handle deletion of
15100                 messages in mbox format.
15101
15102         * src/summaryview.c
15103                 handling flags for mbox format
15104                 disable the MSG_DELETED flags when messages
15105                 are deleted in mbox format
15106
15107         * src/textview.c
15108                 "From " headers display fixed.
15109
15110 2001-05-27 [alfons]
15111
15112         * src/textview.c:
15113                 
15114                 (get_email_part): skip quoted email addresses, like in e.g.
15115                 "'alfons@proteus.demon.nl'".
15116
15117 2001-05-26 [alfons]
15118
15119         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15120         and fixing the persistence troubles when using separate windows.
15121
15122         * src/mainwindow.c:
15123         
15124             Added #define SEPARATE_ACTION used in the gtk item factory for 
15125             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15126                 use gtk_item_factory_get_widget_by_action() to get the items.
15127                 
15128             Removed separate_widget_cb from the gtk item factory data   
15129           
15130             (mainwindow_create): connect separate_widget_cb() to check
15131             menu item "toggled" signal. also passing a MainWindow pointer
15132                 as object data for both check menu items.
15133                 
15134             (separate_widget_cb): definition of separate_widget_cb() to match
15135             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15136                 window using gtk_object_get_data(). The type of window separation 
15137                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15138         
15139         * src/prefs_filtering.c,
15140           src/prefs_matcher.c: added horizontal scrollbars
15141
15142 2001-05-25 [darko]
15143
15144         * src/headerview.c
15145                 fix segfault with invalid bold font
15146         * src/summaryview.c
15147                 correctly display summary stats after row is marked
15148
15149 2001-05-23 [sergey]
15150
15151         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15152         encodings with libjconv.
15153
15154 2001-05-23 [hoa]
15155
15156         * src/Makefile.am
15157                 added mbox_folder.[ch]
15158         * src/defs.h
15159                 mbox temporary folder
15160         * src/folder.[ch]
15161         * added src/mbox_folder.[ch]
15162         * src/folderview.c
15163         * src/procheader.[ch]
15164                 added mbox support
15165         * src/mbox.c
15166                 bugfix for file incorporation filtering
15167         * src/imap.c
15168                 enable creation of MBOX
15169         * src/prefs_display_header.c
15170                 enable use of headers like "From "
15171                 something that should be fixed :
15172                         displaying of such headers add an extra space
15173         * src/prefs_folder_item.c
15174                 don't create folders because it is not necessary
15175         * src/procmsg.h
15176                 added data field to MsgInfo for mbox internal use
15177         * src/summaryview.c
15178                 added some support for mbox
15179         * src/utils.[ch]
15180                 added get_mbox_cache_dir() function
15181
15182 2001-05-23 [hiroyuki]
15183
15184         * src/headerwindow.c
15185           src/inc.c
15186           src/main.c
15187           src/mh.c
15188           src/nntp.c
15189           src/procmsg.h
15190           src/session.h
15191           src/socket.[ch]
15192           src/summaryview.c
15193           src/textview.c
15194           src/automaton.c
15195           src/folderview.c: more sync with 0.4.99cvs2.
15196
15197         * src/headerwindow.c: reverted.
15198
15199 2001-05-22 [paul]
15200
15201         0.4.99claws2
15202
15203         * sync with sylpheed 0.4.99cvs2
15204                 * src/news.[ch]
15205                 * src/nntp.[ch]
15206                 * INSTALL
15207                 * INSTALL.jp
15208
15209 2001-05-22 [alfons]
15210
15211         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15212
15213 2001-05-21 [alfons]
15214
15215         Minor things:
15216
15217         * configure.in: if gnome-config not found, "no" is displayed
15218         
15219         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15220
15221         * src/textview.c: now also possible to add mail addresses by right
15222           clicking in the text view
15223
15224         * src/codeconv.c: merged patch which fixes endless loop when encountering
15225           invalid wide characters; from Alte <010@imis.ru>  
15226
15227 2001-05-20 [alfons]
15228
15229         Added installation of gnome specific things:
15230
15231         * Makefile.am: gnome conditional
15232
15233         * configure.in: check for installed gnome
15234
15235         * added sylpheed.png, sylpheed.desktop
15236
15237 2001-05-20 [sergey]
15238
15239         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15240
15241         * src/mainwindow.h (main_window_toolbar_create): created a button
15242         for "Reply to all".
15243         (main_window_set_toolbar_sensitive): enable/disable the new button
15244         appropriately.
15245         (toolbar_reply_to_author_cb): handle the new button.
15246
15247         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15248         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15249         failure).
15250
15251 2001-05-19 [sergey]
15252
15253         * src/compose.h (ComposeReplyMode): new modes
15254         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15255         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15256
15257         * src/compose.c
15258         (compose_send): move some code into a new function:
15259         (compose_current_mail_account): new function.
15260         (compose_reply): new argument to_author, all callers changed; if
15261         to_author==TRUE and account->protocol==A_NNTP, find and use an
15262         appropriate mail account for replying.
15263         (compose_reply_set_entry): new argument to_author; ignore
15264         compose->replyto if to_author==TRUE.
15265
15266         * src/mainwindow.c: new command "Message/Reply to author".
15267         (main_window_set_menu_sensitive): enable/disable it.
15268         (reply_cb): handle it.
15269
15270         * src/summaryview.c: new command "Reply to author".
15271         (summary_set_menu_sensitive): enable/disable it.
15272         (summary_reply_cb): handle it.
15273
15274         * src/account.c (account_find_mail_from_address): new function.
15275
15276 2001-05-18 [paul]
15277
15278         0.4.99claws1
15279
15280         * sync with sylpheed 0.4.99cvs1
15281
15282 2001-05-18 [hoa]
15283
15284         * src/compose.[ch]
15285         * src/filtering.c
15286         * src/summaryview.c
15287                 new filtering action : forward and forward as attachment
15288
15289         * src/main.c
15290                 no need for $DISPLAY when we run sylpheed --help
15291                 call to parse_cmd_opt() is moved
15292
15293         * src/mainwindow.[ch]
15294                 execute button is hidden when immediate execute
15295                 is chosen
15296
15297         * src/mh.c
15298         * src/news.c
15299         * src/prefs_folder_item.c
15300         * src/procmsg.c
15301                 better handling of missing directories
15302
15303         * src/summaryview.c
15304                 reedit is enabled in outbox
15305                 reedit is enabled in queue
15306
15307 2001-05-17 [hoa]
15308
15309         * src/filtering.c
15310         * src/matcher.[ch]
15311         * src/prefs_filtering.c
15312                 changed attachement into attachment
15313
15314 2001-05-17 [alfons]
15315
15316         0.4.67claws4    
15317
15318         * sync with sylpheed 0.4.67cvs9
15319         * sync with sylpheed 0.4.67cvs7-8
15320
15321 2001-05-17 [hoa]
15322
15323         * src/Makefile.am
15324                 added prefs_filtering.c
15325
15326         * src/filtering.[ch]
15327         * src/matcher.[ch]
15328                 removed action : forward_news and forward_news_as_attachement
15329                 (forward and forward_as_attachement can be used instead)
15330
15331         * src/mainwindow.c
15332                 added menu option to access filtering configuration
15333
15334         * src/prefs_account.c
15335                 changed mail_command default to /usr/sbin/sendmail
15336
15337         * added src/prefs_filtering.[ch]
15338                 dialog box for filtering configuration
15339
15340         * src/prefs_matcher.c
15341                 added function prefs_matcher_get_criteria_from_matching()
15342
15343         * src/prefs_scoring.c
15344                 reset the dialog when register or substitute is clicked
15345
15346 2001-05-15 [hoa]
15347
15348         * src/Makefile.am
15349                 added filtering.[ch]
15350         * src/inc.c
15351                 using filering.[ch] instead of filter.[ch]
15352         * src/main.c
15353                 reading new filtering configuration
15354         * src/matcher.[ch]
15355                 added some filtering actions
15356                 and fixed a bug for headers and mail body matching
15357         * src/mbox.c
15358                 using filering.[ch] instead of filter.[ch]
15359         * src/mh.c
15360                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15361         * src/summaryview.c
15362                 some fixes for filtering
15363
15364 2001-05-14 [hiroyuki]
15365
15366         * src/send.c: fixed some weird indentations.
15367           send_message_with_command(): call pclose() only if p != NULL.
15368         * src/textview.c: get_email_part(): modified the code for readability.
15369
15370 2001-05-14 [hiroyuki]
15371
15372         * src/md5global.h
15373           src/md5ify.c
15374           src/md5ify.h: removed from the cvs.
15375
15376 2001-05-13 [sergey]
15377
15378         * src/main.c: include rfc2015.h to avoid compiler warnings.
15379         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15380         the panel is already on screen.
15381         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15382         closing the alert window by ESC as "No".
15383         * src/prefs_common.c (prefs_interface_create): moved return
15384         receipt check button to the correct place.
15385
15386 2001-03-13 [alfons]
15387
15388         * src/prefs_common.c: 
15389                 moved return receipt check button to the Send tab. (prefs_send_create)
15390                 removed the date format ui related globals. (prefs_display_create)
15391
15392         0.4.67claws3
15393         
15394         * sync with sylpheed 0.4.67cvs5-6
15395
15396 2001-05-13 [paul]
15397
15398         * added Alfons' font selection patch
15399
15400         * src/defs.h
15401         * src/headerwindow.c
15402         * src/prefs_common.c
15403         * src/prefs_common.h
15404
15405 2001-05-13 [hoa]
15406         * src/defs.h
15407                 changed version of cache
15408         * src/matcher.[ch]
15409         * src/prefs_matcher.c
15410                 added additionnal matching criteria
15411         * src/procheader.c
15412         * src/procmsg.[ch]
15413         * src/news.c
15414                 added references in MsgInfo
15415
15416 2001-05-12 [hoa]
15417
15418         * src/defs.h
15419                 prepared some things for new filtering
15420         * src/matcher.[ch]
15421                 added some matching properties
15422                 inreplyto need to be enhanced
15423                 prepared some things for new filtering
15424         * src/messageview.c
15425                 added Return-Receipt-To handling
15426         * src/prefs_folder_item.c
15427                 changed default value to TRUE
15428         * src/prefs_matcher.c
15429                 added some matching properties
15430         * src/prefs_scoring.[ch]
15431                 the scoring dialog is finished
15432         * src/procheader.c
15433                 added Return-Receipt-To handling
15434                 Reference need to be added
15435         * src/procmsg.[ch]
15436                 added Return-Receipt-To handling
15437                 added threadscore to get a better score sorting when
15438                 threads are enabled
15439         * src/summaryview.c
15440                 suppressed a bug when we sort the list
15441                 when no folder is opened.
15442                 better score sorting when threads are enabled
15443
15444 2001-05-12 [alfons]
15445
15446         * reverted previous patch because of potential errors 
15447
15448         0.4.67claws2
15449         
15450         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15451                 applied "toggle mail-retrieval dialog window" patch submitted 
15452                 by Eric Limpens <eric@qnt.net>
15453
15454         * sync with sylpheed 0.4.67cvs4
15455
15456 2001-05-12 [sergey]
15457
15458         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15459         some picky compilers.
15460         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15461         * src/grouplist_dialog.c: include alertpanel.h.
15462         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15463         fix compile warning.
15464         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15465         #include "defs.h" before others to prevent the warning of `MIN'
15466         and `MAX' redefinition.
15467
15468 2001-05-11 [hoa]
15469
15470         * src/main.c
15471         * src/messageview.c
15472         * src/prefs_account.c
15473         * src/prefs_display_header.c
15474                 removed warning
15475         * src/Makefile.am
15476                 added prefs_scoring.[ch]
15477         * src/grouplist_dialog.c
15478                 display an error dialog box if the group list
15479                 cannot be fetched.
15480         * src/mainwindow.[ch]
15481                 added main_window_set_thread_option() function
15482                 scoring dialog box enabled
15483         * src/matcher.[ch]
15484                 added flags matching unread /new / marked
15485                 / deleted / replied / forwarded
15486         * src/news.c
15487                 newsgroups are now finally in newscache
15488         * src/prefs_matcher.[ch]
15489                 finished preferences for matching dialog
15490         * added src/prefs_scoring.[ch]
15491                 scoring dialog box completed
15492         * src/scoring.[ch]
15493                 conversion to string : added scoringprop_to_string()
15494                 write config for preferences :
15495                 added prefs_scoring_write_config()
15496         * src/summaryview.c
15497                 threads can be enabled/disabled independently
15498                 for each folder
15499
15500 2001-05-10 [alfons]
15501
15502         0.4.67claws1
15503         
15504         * AUTHORS: 
15505                 thought it would be nice to have a list of all
15506                 contributors (used Changelog as a reference)
15507         
15508         * configure.in: 
15509                 messed up version numbering...
15510
15511         0.4.66claws1
15512
15513         * sync with sylpheed 0.4.67cvs1-3
15514
15515 2001-05-10 [darko]
15516
15517         * src/prefs_common.c:
15518                 better UI for strftime format, double clicking
15519                 on format now inserts the format in text entry
15520                 replaced close button with standard OK/Cancel
15521                 moved date format button to the right of the
15522                 text entry field
15523
15524 2001-05-09 [alfons]
15525
15526         * src/gtkstext.c:
15527                 Ctrl-Home / Ctrl-End have proper cursor navigation
15528
15529 2001-05-09 [hoa]
15530
15531         * src/prefs_matcher.c
15532                 finished UI to define matching properties
15533                 added ok and cancel button
15534         * src/prefs_filter.c
15535                 added ok and cancel button
15536         * src/news.c
15537                 fixed some bug in xhdr parsing
15538
15539 2001-05-08 [alfons]
15540
15541         * src/textview.c: 
15542                 fixed a bug in textview_show_header(), which displayed two colons (':');
15543                 cleaned up some warnings
15544
15545 2001-05-08 [hoa]
15546
15547         * src/Makefile.am
15548                 added prefs_matcher.[ch]
15549                 compilation with -W -Wall
15550         * src/alertpanel.c
15551                 ungrab the mouse events if grabbed - does it
15552                 fix the bug for disposition notification ?
15553         * src/mainwindow.c
15554                 added a menu option to open the matching dialog.
15555         * src/matcher.[ch]
15556                 added matcherprop_to_string() and matcherlist_to_string()
15557                 fixed some bugs, changed the name of some options
15558                 age_sup and age_inf becomes age_greater and age_lower,
15559                 body and messageheaders becomes body_part and headers_part,
15560                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15561         * src/prefs_display_header.c
15562         * src/prefs_headers.c
15563                 fixed a bug that accidentally destroyed dialogs
15564                 when closed them with delete_event
15565                 Added *_deleted() which handle delete_event signal correctly.
15566         * src/prefs_folder_item.[ch]
15567                 added "enable_thread" field for future customization
15568         * added src/prefs_matcher.[ch]
15569                 sample of the UI to define matching properties
15570         * src/procheader.c
15571                 using procheader_headername_equal instead of str*cmp functions
15572                 using procheader_parse_header() function
15573         * src/scoring.c
15574                 using MATCHING_XXX instead of SCORING_XXX
15575         * src/summaryview.c
15576                 display the sender of the news even if this is ourself
15577                 when this is a news message.
15578         * src/textview.c
15579                 using headername_equal() instead of str*cmp functions
15580
15581 2001-05-08 [alfons]
15582
15583         0.4.66claws
15584
15585         * sync with sylpheed 0.4.66
15586         * src/gtkstext.c: trace logs added 
15587
15588 2001-05-08 [sergey]
15589
15590         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15591         signature check popup.
15592         * src/rfc2015.c (check_signature): show signature check popup only
15593         if it is enabled in preferences.
15594
15595 2001-05-07 [alfons]
15596
15597         0.4.66claws4
15598         
15599         * sync with sylpheed 0.4.66cvs6
15600
15601 2001-05-07 [darko]
15602
15603         * src/prefs_common.[ch]: added option to enable/disable
15604           looking up sender name in address book for summary pane
15605         * src/summaryview.c: look up sender in the address book
15606           by using Alfons' address completion code
15607
15608 2001-05-07 [hiroyuki]
15609
15610         * src/inc.h
15611           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15612           member of Pop3State.
15613         * src/news.c: brought #include "defs.h" before #include <glib.h>
15614           to prevent the warning of `MIN' and `MAX' redefinition.
15615
15616 2001-05-06 [hoa]
15617
15618         * removed src/headers_display.[ch]
15619         * removed src/prefs_display_headers.[ch]
15620         * src/inc.c
15621                 use a temporary file in the user directory for mbox import
15622         * src/news.c
15623                 added XHDR support to get "To" and "Cc" headers
15624                 (in order to match news with to or cc field for
15625                 scoring)
15626                 added function news_parse_xhdr() to get XHDR response
15627         * src/nntp.[ch]
15628                 added function nntp_xhdr()
15629         * src/matcher.c
15630                 fetch the message if necessary
15631
15632 2001-05-06 [alfons]
15633
15634         0.4.66claws3
15635
15636         * sync with sylpheed 0.4.66cvs3-5
15637
15638 2001-05-06 [hoa]
15639
15640         * src/utils.[ch]
15641                 added function itos_buf() to enable use of several buffers
15642         * src/summaryview.c
15643                 use of itos_buf() instead of itos() in summary list
15644                 to fix the broken display of message number.
15645
15646 2001-05-06 [alfons]
15647
15648         * src/gtkstext.c: bug in cursor up navigation fixed,
15649                 fixed another unsigned / signed comparison (we're getting there :-)
15650
15651 2001-05-06 [hoa]
15652
15653         * src/Makefile.am
15654                 added scoring.c scoring.h
15655                 prefs_folder_item.c prefs_folder_item.h
15656                 matcher.c matcher.h
15657         * src/defs.h
15658                 added FOLDERITEM_RC SCORING_RC
15659         * src/folder.[ch]
15660                 added prefs field in FolderItem :
15661                 properties for each folder (PrefsFolderItem),
15662                 sorting type and mode were added as the first properties.
15663         * src/main.c
15664                 read config for scoring
15665         * added src/matcher.[ch]
15666                 gives functions to parse configuration file to do
15667                 matching on mails with a list of conditions.
15668         * src/mainwindow.c
15669                 add option to sort by score
15670         * src/prefs_common.[ch]
15671                 added preference option to show score and for
15672                 the score column size
15673         * added src/prefs_folder_item.[ch]
15674                 properties for each folder (PrefsFolderItem),
15675                 sorting type and mode were added as the first properties.
15676         * src/procheader.[ch]
15677                 added procheader_parse_header()
15678                 added procheader_header_free()
15679                 added procheader_headername_equal()
15680                 and made modification to use them.
15681         * src/procmsg.[ch]
15682                 added score field to MsgInfo structure
15683         * added src/scoring.[ch]
15684                 gives functions to parse configuration file to do
15685                 scoring on mails with a list of conditions.
15686         * src/summaryview.[ch]
15687                 save the sorting type and mode for the folder
15688                 added column to display the score of the mail
15689                 added function summary_score_clicked()
15690                 sorting type and mode are restored to the folder
15691                 when it is reopen
15692         * src/textview.c
15693                 use procheader_parse_header(), procheader_headername_equal()
15694                 removed memory leak in text_scan_header when freeing headers
15695         * src/filter.c
15696                 changed the function to match names of headers
15697                 using procheader_headername_equal()
15698
15699         Scoring functions are implemented, an interface is needed
15700         to configure that.
15701
15702 2001-05-04 [alfons]
15703
15704         * src/gtkstext.c: 
15705                 hopefully fixed the row up navigation bug,
15706                 removed adding back / forward lines to cache
15707
15708 2001-05-04 [sergey]
15709
15710         * src/prefs_display_headers.c: user interface changes:
15711         (prefs_display_headers_create): remove unused "Show" check button;
15712         allow reordering of headers by dragging.
15713         (prefs_display_headers_write_config): remove unused variables.
15714         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15715         of lists (not needed with the new UI).
15716         (prefs_display_headers_set_list): scan lists starting from row 0,
15717         not 1 (do not skip "(New)").
15718         (prefs_display_headers_find_header): new function.
15719         (prefs_display_headers_clist_set_row): do not allow duplicates.
15720         (prefs_display_headers_delete_cb): do not skip row 0; treat
15721         closing the alert window by ESC as "No".
15722         (prefs_display_headers_up): do not protect row 0.
15723         (prefs_display_headers_down): do not protect row 0.
15724
15725 2001-05-04 [sergey]
15726
15727         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15728         functions.
15729
15730         * src/summaryview.c
15731         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15732         summary_select_next_marked, summary_select_prev_marked): new
15733         functions.
15734
15735 2001-05-03 [sergey]
15736
15737         * src/news.c: fixed a bug when no article can be fetched after
15738         server timeout if the connection was restored by news_post():
15739         (news_select_group): new function.
15740         (news_fetch_msg): call news_select_group() before fetching
15741         article.
15742         (news_get_uncached_articles): set session->group after successful
15743         GROUP command.
15744
15745 2001-05-03 [hoa]
15746
15747         * src/defs.h
15748         * src/procmsg.[ch]
15749         * src/procheader.c
15750                  changed version of cache, added cc field
15751
15752         * src/prefs_display_headers.c
15753                 the interface was changed
15754
15755         * src/prefs_headers.c
15756                 added cancel button
15757
15758 2001-05-03 [alfons]
15759
15760         * completed sync of sylpheed cvs2
15761         * src/gtkstext.c: updated row up / down cursor navigation
15762         * src/textview.c: re-edited, prepared for fixing the email address
15763                 scanner.
15764
15765 2001-05-03 [darko]
15766
15767         * src/prefs_common.c: use alfons' strftime ui code
15768         entry_datefmt and datefmt_sample widgets have to be
15769         global in this module because of this change
15770
15771 2001-05-03 [hoa]
15772
15773         * src/messageview.c
15774         * src/prefs_common.[ch] added option to activate the return receipt
15775                 feature.
15776
15777 2001-05-02 [alfons]
15778
15779         * src/gtkstext.c: fix for row up/down cursor navigation. 
15780
15781         0.4.66claws2
15782         
15783         * sync with 0.4.66cvs2
15784
15785 2001-05-02 [paul]
15786
15787         added add-sender-to-addressbook patch
15788
15789         * src/addressbook.c
15790         * src/addressbook.h
15791         * src/summaryview.c
15792
15793 2001-05-02 [sergey]
15794
15795         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15796         G_ALERTDISABLE.
15797
15798         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15799         all existing callers changed to pass FALSE; create a check button
15800         to disable the message.
15801         (alertpanel_message_with_disable): new function.
15802         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15803         (alertpanel_button_toggled): new function.
15804         (alertpanel_button_clicked, alertpanel_close): set value using
15805         G_ALERT_VALUE_MASK.
15806
15807         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15808
15809         * src/prefs_common.c (prefs_privacy_create): new check button
15810         checkbtn_gpgme_warning.
15811
15812         * src/main.c (main): moved preferences reading before gpgme
15813         initialization; check prefs_common.gpgme_warning before giving the
15814         GnuPG warning and set it to FALSE if the user wants to disable the
15815         warning.
15816
15817 2001-05-02 [hiroyuki]
15818
15819         * src/prefs_display_headers.c: modified the layout and some labels.
15820
15821 2001-05-02 [sergey]
15822
15823         * src/prefs_account.c (prefs_account_fix_size): new function.
15824         (prefs_account_create): call prefs_account_fix_size(); use
15825         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15826         size when the window is shown for the first time).
15827         (prefs_account_basic_create): changed layout of serv_table; moved
15828         localmbox_entry above smtpserv_entry (logically it replaces
15829         POP3/IMAP server).
15830         (prefs_account_protocol_activated): set sensitivity of
15831         nntpauth_chkbtn according to the protocol (in addition to
15832         hide/show); commented out gtk_table_set_row_spacing() calls.
15833         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15834         not sensitive (fixes a bug with disabled username/password boxes
15835         when editing POP3 account after NNTP with authentication).
15836
15837 2001-05-02 [hoa]
15838
15839         * src/account.c
15840         * src/inc.c
15841         * src/prefs_account.[ch]
15842         * src/send.c
15843                 removed local account without SMTP server
15844                 added option to use mail command instead of a connexion
15845                 to SMTP server when a local account is used
15846         * src/prefs_headers.c
15847                 fixed a bug
15848         * src/news.c
15849                 fixed a bug when connexion immediately closed
15850
15851 2001-05-01 [alfons]
15852
15853         0.4.66claws1
15854         
15855         * sync with 0.4.65
15856
15857 2001-05-01 [sergey]
15858
15859         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15860         widget nntpauth_chkbtn.
15861         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15862         visibility.
15863         (prefs_account_nntpauth_toggled): new function.
15864
15865         * src/news.c (news_session_new_for_folder): use NNTP
15866         authentication only if ac->use_nntp_auth is set.
15867
15868 2001-05-01 [hoa]
15869
15870         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15871         * src/prefs_display_headers.c changed the UI
15872         * src/prefs_headers.c changed account_name to account_id
15873         * src/compose.c using customheader.h
15874
15875 2001-05-01 [hiroyuki]
15876
15877         * src/esmtp.c
15878           src/news.c
15879           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15880           unsynched.
15881
15882 2001-05-01 [hoa]
15883
15884         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15885         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15886                 for displaying of headers
15887         * src/grouplist_dialog.[ch] minor changes to remove warnings
15888         * src/prefs_display_headers.[ch] dialog to choose the
15889         headers to display in the mail viewer.
15890         * src/headers.h correction of #define
15891         * src/headers_display.[ch] configuration for displaying of headers.
15892         * src/main.c read config of displaying of headers
15893         * src/prefs_common.c add a button to access the config dialog
15894                 for displaying of headers
15895         * src/prefs_display_headers.[ch] dialog for configuration for
15896                 displaying of the headers.
15897         * src/prefs_headers.c cleaning of code
15898         * src/procheader.c comments added to code
15899         * src/textview.c changes to reorder the headers depending
15900                 on the config for displaying of headers
15901
15902 2001-04-30 [alfons]
15903
15904         0.4.65claws7
15905
15906         * sync with 0.4.65cvs12
15907
15908         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15909
15910 2001-04-30 [sergey]
15911
15912         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15913
15914         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15915         is set to force reconnection after authentication failure.
15916         (nntp_gen_command): set sock->auth_failed on authentication
15917         failure, or if sock->userid and sock->passwd are not set.
15918
15919         * src/news.c (news_session_new_for_folder): set userid=NULL if
15920         password dialog is cancelled.
15921
15922 2001-04-30 [sergey]
15923
15924         * src/nntp.h (NNTPSockInfo): new type.
15925
15926         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15927         SockInfo.
15928         (nntp_open_auth, nntp_close): new functions.
15929         (nntp_gen_command): new function to handle authentication; all
15930         NNTP command functions updated to use it.
15931         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15932         (nntp_list): removed old useless code.
15933
15934         * src/news.h (NNTPSession): new field nntp_sock.
15935
15936         * src/news.c: all functions updated to use NNTPSockInfo instead of
15937         SockInfo.
15938         (news_session_new): new arguments (userid, passwd); made static;
15939         use nntp_open_auth() if needed.
15940         (news_session_destroy): use nntp_close() instead of sock_close().
15941         (news_query_password): changed arguments.
15942         (news_session_new_for_folder): new function.
15943         (news_session_get): use news_session_new_for_folder().
15944         (news_authenticate): deleted.
15945         (news_get_uncached_articles): removed old authentication code.
15946
15947 2001-04-30 [sergey]
15948
15949         * src/news.c: reverted my previous changes (need to do NNTP
15950         authentication in a cleaner way).
15951         
15952 2001-04-29 [sergey]
15953
15954         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15955         news_nntp_post, news_nntp_mode): new functions (wrappers with
15956         authentication support).
15957         (news_get_article_cmd, news_get_article, news_get_header): new
15958         argument "folder"; all callers changed.
15959         (news_get_article_cmd): added authentication support.
15960         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15961         (news_post): use news_nntp_post() instead of nntp_post().
15962         (news_get_uncached_articles): use news_nntp_group() instead of
15963         nntp_group() and news_nntp_xover() instead of nntp_xover();
15964         removed old authentication code.
15965         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15966
15967         * src/nntp.c (nntp_list): return real error code instead of
15968         hardcoded NN_ERROR.
15969
15970 2001-04-29 [sergey]
15971
15972         * configure.in: fixed wint_t typedef detection again
15973
15974 2001-04-28 [hoa]
15975
15976         * src/prefs_account.[ch], added A_LOCAL_CMD
15977                 (send mail with mail command)
15978         * src/send.c added function send_message_with_command()
15979         * src/inc.c made a more secure get_spool() function with
15980                 mktemp() but maybe mkstemp() or something more
15981                 secure can be used.
15982
15983 2001-04-28 [alfons]
15984
15985         * src/textview.c, colorization of email addresses in headers
15986
15987         0.4.65claws6
15988
15989         * bug sync with sylpheed
15990         * prefs_common.c: created date format ui for darko
15991         * sync with 0.4.65cvs11
15992         * configure.in: corrected to have the new gpg checks
15993
15994 2001-04-27 [alfons]
15995
15996         * completed sync with 0.4.65cvs10
15997         * minor debug things added to gtkstext.c
15998
15999 2001-04-27 [darko]
16000
16001         * configure.in: remove check for availability of
16002           strftime() as advised by Hiroyuki
16003         * src/prefs_common.[ch], src/procheader.c:
16004           synch strftime() code with Hiroyki's main branch
16005
16006 2001-04-26 [sergey]
16007
16008         * src/news.c: news_query_password(), news_authenticate(): new
16009           functions.
16010           news_get_uncached_articles(): added NNTP authentication
16011           handling.
16012         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16013           new functions.
16014         * src/prefs_account.c: prefs_account_protocol_activated():
16015           enable userid and password fields for NNTP.
16016
16017 2001-04-26
16018
16019         * configure.in: check for availability of strftime()
16020           [darko]
16021         * src/prefs_common.[ch], src/procheader.c: use
16022           strftime() for displaying date in summary pane if it
16023           is available
16024
16025 2001-04-25
16026
16027         * more .cvsignore cleanups [alfons]
16028
16029 2001-04-25
16030
16031         * ac/sv-check-type.m4: new autoconf macro.
16032         * configure.in: fixed wint_t typedef detection (did not work
16033           with gcc-2.96).
16034
16035 2001-04-25
16036
16037         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16038           [hiroyuki]
16039
16040 2001-04-24
16041         * modified gtkstext.c : buggy cursor navigation fixed, 
16042           and font descent also taken in account when drawing
16043           cursor. [alfons]
16044
16045 2001-04-24 [hoa]
16046         * added comments in src/news.c src/nntp.c
16047         * added src/prefs_headers.[ch]
16048         * added src/headers.[ch]
16049         * modified compose.c to activate custom headers
16050                 added function is_in_custom_headers
16051         * modified prefs_account.[ch]
16052                 added function prefs_account_customhdr_edit
16053         * modified src/defs.h :
16054                 added HEADERS_RC : name of the config file
16055                 for the custom headers
16056
16057 2001-04-24
16058
16059     0.4.65claws5
16060
16061         * configure.in
16062           src/gtkstext.[ch]
16063           src/compose.c
16064           src/Makefile.am
16065           
16066           added gtkstext with configure.in patch by Hiroyuki which
16067           should fix the XIM detection [alfons]
16068
16069         * more clean up of cvs [alfons]
16070
16071                  * removed all Makefile.in files to attic.
16072
16073                  * updated all .cvsignores to really ignore things that could
16074                    be unintentionally committed by a recursive commit.
16075
16076 2001-04-23 [hoa]
16077         * added src/grouplist_dialog.[ch]
16078         * changed src/folderview.c to call grouplist_dialog instead
16079                 of inputdialog
16080         * src/news.c :
16081                 added functions news_reset_group_list
16082                 and news_get_group_list
16083         * src/nntp.c :
16084                 added function nntp_list
16085         * src/defs.h :
16086                 added GROUPLIST_FILE : name of the newsgroup list cache file
16087
16088 2001-04-21
16089
16090         * added option to warn about queued messages on exit [sergey]:
16091
16092           * src/compose.c: compose_queue(): call folder_item_scan()
16093             and folderview_update_item() after queueing.
16094           * src/folderview.c: folderview_update_node(): draw the queue
16095             folder in bold font if there are queued messages.
16096           * src/mainwindow.c: queued_messages(): new function.
16097             app_exit_cb(): display warning if there are queued messages
16098             if warn_queued_on_exit is set.
16099           * prefs_common.[ch]: add warn_queued_on_exit option.
16100
16101         * enhanced GnuPG key selection support [sergey]:
16102
16103           * src/select-keys.c: updated to newer version from Win32
16104             branch with support for selecting arbitrary keys.
16105           * src/prefs_account.c: added the Privacy tab to the account
16106             options window.
16107             prefs_account_privacy_create(),
16108             prefs_account_sign_key_set_data_from_radiobtn(),
16109             prefs_account_sign_key_set_radiobtn(): new functions.
16110           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16111           * src/rfc2015.c: set_signers(): new function.
16112             pgp_sign(): add the account parameter, call set_signers().
16113             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16114           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16115           * src/compose.c: pass the current account to rfc2015_sign().
16116
16117         * tag name claws added to prevent confusion with main branch [alfons]
16118
16119         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16120
16121         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16122
16123         * sync with recent sylpheed cvs. Untested though. [alfons]
16124