9cbfa3a7c1665eb787039fffb83e46d01273ae2e
[claws.git] / ChangeLog.claws
1 2003-05-19 [paul]       0.8.11claws165
2
3         * src/inc.c
4                 fix 'pop before smtp' timeout
5
6 2003-05-18 [alfons]     0.8.11claws164
7
8         * src/prefs_matcher.c
9                 put "execute" action command line ("expression") in edit box
10
11 2003-05-18 [christoph]  0.8.11claws163
12
13         * src/mimeview.[ch]
14         * src/plugins/dillo_viewer/dillo_viewer.c
15         * src/plugins/image_viewer/viewer.c
16         * src/plugins/mathml_viewer/mathml_viewer.c
17                 let a viewer to have a list of Content-Types
18
19 2003-05-18 [paul]       0.8.11claws162
20
21         * src/prefs_filtering.c
22                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
23                 and REDIRECT actions
24
25 2003-05-17 [christoph]
26
27         * README.claws
28                 o remove dynamic signatures that was syned with main
29                 o add infos about no longer "build in" image viewer
30                 o update bugtracker URL
31
32 2003-05-17 [christoph]  0.8.11claws161
33
34         * src/folder.c
35         * src/folderview.c
36         * src/imap.c
37                 don't use imap_scan_folder anymore. Instead call folder_item_scan
38                 for every folder after rebuilding the folder tree.
39
40         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
41          messages)
42
43 2003-05-17 [christoph]  0.8.11claws160
44
45         * src/imap.c
46                 don't use STATUS command on current folder to check for
47                 content changes. imap_cmd_ok() now tracks changes to
48                 folder and number of existing messages.
49
50 2003-05-17 [paul]       0.8.11claws159
51
52         * src/plugins/clamav/clamav_plugin.c
53                 remove unnecessary debug_print
54
55 2003-05-16 [thorsten]   0.8.11claws158
56
57         * src/plugins/demo.c
58                 included missing intl.h
59
60 2003-05-16 [paul]       0.8.11claws157
61
62         * po/POTFILES.in
63                 remove non-existant entries
64         
65         * src/plugins/clamav/clamav_plugin.c
66           src/plugins/clamav/clamav_plugin_gtk.c
67           src/plugins/dillo_viewer/dillo_prefs.c
68           src/plugins/dillo_viewer/dillo_viewer.c
69                 gettextise
70
71 2003-05-16 [christoph]  0.8.11claws156
72
73         * po/POTFILES.in
74                 include plugin .c files for translation until I
75                 find a better solution to have plugins have their
76                 own textdomain
77         * src/plugins/demo/demo.c
78         * src/plugins/image_viewer/plugin.c
79         * src/plugins/mathml_viewer/mathml_viewer.c
80         * src/plugins/spamassassin/spamassassin.c
81         * src/plugins/spamassassin/spamassassin_gtk.c
82         * src/plugins/trayicon/trayicon.c
83                 add gettext macros for plugin name and description
84
85 2003-05-16 [paul]
86
87         * sync with 0.9.0
88
89 2003-05-16 [paul]       0.8.11claws155
90
91         * sync with lastest 0.9.0pre1
92                 see ChangeLog 2003-05-16
93
94 2003-05-15 [paul]       0.8.11claws154
95
96         * sync with latest 0.9.0pre1
97                 see ChangeLog 2003-05-14 and 2003-05-15
98
99 2003-05-14 [christoph]  0.8.11claws153
100
101         * src/plugins/image_viewer/viewer.c
102         * src/plugins/image_viewer/viewer.glade         ** NEW **
103         * src/plugins/image_viewer/viewerprefs.c
104                 make it possible to disable the autoload function in the
105                 imageviewer again
106
107 2003-05-14 [christoph]  0.8.11claws152
108
109         * src/folder.c
110                 fix folder update after adding a message
111
112 2003-05-13 [alfons]     0.8.11claws151
113
114         * src/common/session.c
115                 remove debug traces
116                 
117         * src/addrcache.[ch]
118         * src/filtering.[ch]
119         * src/folder.[c]
120         * src/gtkaspell.[ch]
121         * src/imap.[ch]
122         * src/mbox_folder.[ch]
123         * src/mh.[ch]
124         * src/mimeview.h
125         * src/msgcache.[ch]
126         * src/news.[ch]
127         * src/passphrase.[ch]
128         * src/prefs_common.[ch]
129         * src/prefs_gtk.[ch]
130         * src/procmsg.c
131         * src/scoring.[ch]
132                 be pedantic; (in prototypes () implies (int))
133
134 2003-05-13 [alfons]     0.8.11claws150
135
136         * src/prefs_toolbar.[ch]
137         * src/summaryview.[ch]
138         * src/toolbar.[ch]
139                 change misleading text in toolbar prefs;
140                 add toolbar action for ignore thread (toggles ignore thread flag);
141                 clean up a little bit;
142
143 2003-05-12 [paul]
144
145         * tools/convert_mbox.pl
146                 bug fixed by Fred Marton
147
148 2003-05-12 [paul]
149
150         * sync with 0.9.0pre1
151
152 2003-05-09 [paul]       0.8.11claws149
153
154         * sync with 0.8.11cvs43
155                 see ChangeLog 2003-05-09
156
157 2003-05-08 [christoph]  0.8.11claws148
158
159         * src/imap.[ch]
160                 o use CAPABILIY as first command and check for PREAUTH
161                   information in the response to it
162                 o rewrite all imap_cmd_* functions to use an IMAPSession
163                   instead of a SockInfo as parameter
164                 o do STARTTLS after fetching and checking the server
165                   capabilities
166
167 2003-05-08 [paul]       0.8.11claws147
168
169         * tools/Makefile.am
170           tools/README
171           tools/convert_mbox.pl         ** NEW FILE **
172                 add mbox conversion script. Submitted by 
173                 Fred Marton <Fred.Marton@uni-bayreuth.de>
174
175 2003-05-07 [christoph]
176
177         * doc-src/glade.txt
178         * src/gtk/pluginwindow.glade
179         * src/plugins/image_viewer/viewerprefs.glade
180         * src/plugins/spamassassin/spamassassin_gtk.glade
181                 add glade files for user interfaces and a description how
182                 to use glade to create the sylpheed code
183
184 2003-05-07 [paul]       0.8.11claws146
185
186         * sync with 0.8.11cvs41
187                 see ChangeLog 2003-05-07
188
189 2003-05-06 [christoph]  0.8.11claws145
190
191         * src/main.c
192         * src/plugins/image_viewer/viewer.c
193                 fix usage of imlib in imageviewer plugin
194
195         * src/gtk/prefswindow.c
196                 handle window close event correctly
197
198 2003-05-06 [paul]       0.8.11claws144
199
200         * src/common/ssl.c
201                 fix typo introduced in sync
202
203 2003-05-06 [paul]       0.8.11claws143
204
205         * sync with 0.8.11cvs39
206                 see ChangeLog 2003-05-06
207
208 2003-05-06 [paul]       0.8.11claws142
209
210         * AUTHORS
211           po/cs.po
212                 updated Czech translation, submitted by 
213                 Radek Vybiral <Radek.Vybiral@vsb.cz>
214                 
215         * src/plugins/clamav/clamav_plugin_gtk.c
216                 clean up
217
218 2003-05-03 [alfons]     0.8.11claws141
219
220         * src/compose.[ch]
221                 make paste as quotation work even when the call to 
222                 text_inserted() was deferred (fixes bug #140 "Paste 
223                 as quotation does not work when using "external" 
224                 clipboard")
225
226 2003-05-03 [thorsten]   0.8.11claws140
227
228         * src/addrquery.h
229           src/ldapquery.h
230           src/mainwindow.c
231                 removed C++ comments
232         * src/addr_compl.c
233                 function with non-int retval/param used before
234                 implementation/declaration
235
236 2003-05-02 [paul]       0.8.11claws139
237
238         * src/addr_compl.[ch]
239           src/addressbook.[ch]
240           src/addrindex.c
241           src/summaryview.c
242                 revert match's changes to (finally) remove the bug where
243                 opening a folder causes massive slowdown when using the 
244                 'Display sender using address book' option
245
246 2003-05-01 [melvin]     0.8.11claws138
247
248         * src/plugins/dillo_viewer/dillo_prefs.[ch]
249         * src/plugins/dillo_viewer/dillo_viewer.c
250                 Fixed bug where "Cancel" button from prefs issued
251                 warnings.
252                 Comply a little more to coding style
253
254 2003-05-01 [paul]       0.8.11claws137
255
256         * sync with 0.8.11cvs38
257                 see ChangeLog 2003-05-01
258
259 2003-05-01 [paul]       0.8.11claws136
260
261         * po/bg.po
262                 updated by George Danchev
263
264 2003-04-30 [christoph]  0.8.11claws135
265
266         * src/plugins/dillo_viewer/dillo_prefs.c
267         * src/plugins/image_viewer/viewerprefs.c
268         * src/plugins/spamassassin/spamassassin_gtk.c
269                 remove gtk_widget_ref() calls for widgets in
270                 glade code
271
272 2003-04-30 [paul]       0.8.11claws134
273
274         * src/addrindex.c
275                 ok, this time a better fix for the bug where opening folder
276                 has massive slowdown when using the 'Display sender using 
277                 address book' option
278
279 2003-04-30 [paul]       0.8.11claws133
280
281         * src/addrindex.c
282                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
283         
284 2003-04-30 [melvin]     0.8.11claws132
285
286         New: Dillo plugin preferences (patch by Dimitar Haralanov)
287
288         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
289                 Preferences for the dillo plugin
290         * src/plugins/dillo_viewer/dillo_viewer.c
291                 Support for preferences
292         * src/plugins/dillo_viewer/Makefile.am
293                 Added dillo_prefs.[ch]
294
295 2003-04-30 [alfons]     0.8.11claws131
296
297         * src/common/plugin.[ch]
298                 see? this ANSI C'fication immediately gives us type
299                 checking for free.
300
301 2003-04-30 [alfons]     0.8.11claws130
302
303         * src/common/plugin.[ch]
304         * src/plugins/clamav/clamav_plugin.[ch]
305         * src/plugins/clamav/clamav_plugin_gtk.c
306         * src/plugins/demo/demo.c
307         * src/plugins/dillo_viewer/dillo_viewer.c
308         * src/plugins/image_viewer/plugin.c
309         * src/plugins/image_viewer/viewer.[ch]
310         * src/plugins/image_viewer/viewerprefs.[ch]
311         * src/plugins/mathml_viewer/mathml_viewer.c
312         * src/plugins/spamassassin/spamassassin.[ch]
313         * src/plugins/spamassassin/spamassassin_gtk.c
314         * src/plugins/trayicon/trayicon.c
315                 clean up
316
317 2003-04-30 [alfons]     0.8.11claws129
318
319         * src/common/utils.c
320                 make is_ascii_str() fail gracefully when NULL pointer
321                 is passed
322
323 2003-04-30 [paul]       0.8.11claws128
324
325         * src/addrindex.c
326                 fix bug where opening folder has massive slowdown when
327                 using the 'Display sender using address book' option
328
329 2003-04-30 [paul]       0.8.11claws127
330
331         * src/plugins/clamav/clamav_plugin.c
332           src/plugins/clamav/clamav_plugin_gtk.c
333           src/plugins/demo/demo.c
334           src/plugins/dillo_viewer/dillo_viewer.c
335           src/plugins/image_viewer/plugin.c
336           src/plugins/mathml_viewer/mathml_viewer.c
337           src/plugins/spamassassin/spamassassin.c
338           src/plugins/spamassassin/spamassassin_gtk.c
339           src/plugins/trayicon/trayicon.c
340                 get rid of eye-hurting function signatures
341
342 2003-04-30 [paul]       0.8.11claws126
343
344         * src/plugins/trayicon/trayicon.c
345                 add description
346                 
347         * src/mimeview.c
348                 be more descriptive
349
350 2003-04-30 [paul]       0.8.11claws125
351
352         * configure.ac
353                 arrange the plugins in reverse alphabetical order
354                 
355         * src/plugins/clamav/clamav_plugin.[ch]
356           src/plugins/clamav/clamav_plugin_gtk.c
357                 rename some params
358                 resize max_size window
359                 re-arrange the order of some gui elements
360                 improve descriptions
361         
362         * src/plugins/image_viewer/plugin.c
363           src/plugins/mathml_viewer/mathml_viewer.c
364                 add descriptions
365                 
366         * src/plugins/spamassassin/spamassassin_gtk.c
367                 resize max_size window
368                 re-arrange the order of some gui elements
369                 
370         * src/messageview.c
371           src/mimeview.c
372                 correct typos
373
374 2003-04-30 [alfons]     0.8.11claws124
375
376         * src/imap.c
377                 fix a leak found while browsing Martin Kluge's 
378                 valgrind log (Claws only)
379
380 2003-04-29 [darko]      0.8.11claws123
381
382         * src/gtk/gtkstext.h
383                 include wchar.h if it is available, fixes compilation
384                 on HP-UX systems
385
386 2003-04-29 [melvin]     0.8.11claws122
387
388         * src/prefs_actions.c
389                 Improved help text of Actions' syntax
390
391 2003-04-28 [paul]       0.8.11claws121
392
393         * src/action.c
394                 a better fix for the crash when performing an action
395                 on a mime part
396
397 2003-04-28 [paul]       0.8.11claws120
398
399         * src/action.c
400                 fix crash when performing an action on a
401                 mime part
402
403 2003-04-28 [paul]       0.8.11claws119
404
405         * sync with 0.8.11cvs36
406                 see ChangeLog 2003-04-28
407
408 2003-04-27 [paul]       0.8.11claws118
409
410         * more sync with 0.8.11cvs35
411                 see ChangeLog 2003-04-25
412
413 2003-04-26 [christoph]  0.8.11claws117
414
415         * src/folder.c
416                 fix remove virtual check
417
418 2003-04-26 [paul]       0.8.11claws116
419
420         * src/messageview.c
421                 fix return-receipt, make it work again
422
423 2003-04-26 [paul]       0.8.11claws115
424
425         * src/mimeview.c
426                 restore double-clicking of the [application/pgp-signature 
427                 (Select "Check signature" to check)] line in the message view,
428                 broken in recent sync
429
430 2003-04-26 [christoph]  0.8.11claws114
431
432         * src/folder.c
433                 check if remove virtual really exists before
434                 calling the function
435
436 2003-04-25 [match]      0.8.11claws113
437
438         * src/addrindex.c
439         * src/addrbook.c
440         * src/ldapquery.[ch]
441         * src/ldapctrl.[ch]
442                 fix memleak.
443         * src/ldapserver.[ch]
444                 fix memleak. fix segfault.
445                 plug a Claws memleak
446
447 2003-04-25 [alfons]     0.8.11claws112
448
449         * src/folder.c
450                 plug a Claws memleak
451
452 2003-04-25 [alfons]     0.8.11claws111
453
454         * src/common/session.c
455                 plug a memleak
456
457 2003-04-25 [paul]       0.8.11claws110
458
459         * sync with 0.8.11cvs35
460                 see ChangeLog 2003-04-24 and 2003-04-25
461                 
462         * src/gtk/pluginwindow.c
463                 correct another strange float value
464
465 2003-04-24 [christoph]  0.8.11claws109
466
467         * src/folder.c
468                 freeze folder item updates when unsetting new flags
469
470         * src/gtk/pluginwindow.c
471                 correct strange float value
472
473 2003-04-23 [paul]       0.8.11claws108
474
475         * sync with 0.8.11cvs33
476                 see ChangeLog 2003-04-23
477
478 2003-04-22 [paul]       0.8.11claws107
479
480         * src/Makefile.am
481           src/messageview.c
482           src/mimeview.c
483           src/pgptext.[ch]      ** REMOVED **
484                 remove pgptext.[ch] as its not used any more
485
486 2003-04-22 [paul]       0.8.11claws106
487
488         * sync with 0.8.11cvs31
489                 see ChangeLog 2003-04-21 and 2003-04-22
490
491 2003-04-21 [alfons]     0.8.11claws105
492
493         * src/main.c
494                 No access to GTK structures if we're a spawned child
495                 (and clean up code a little bit...) Should fix #126.
496
497 2003-04-21 [melvin]     0.8.11claws104
498
499         * src/plugins/dillo_viewer/README
500                 Improved slightly the text.
501
502 2003-04-21 [melvin]     0.8.11claws103
503
504         * src/plugins/dillo_viewer/README *** NEW ***
505                 Added a README file for the Dillo plugin
506
507 2003-04-20 [paul]
508
509         * tools/README
510           tools/outlook2sylpheed.pl
511                 updated and improved by Ricardo Mones Lastra
512
513 2003-04-18 [oliver]     0.8.11claws102
514
515         * src/inc.c 
516         * src/prefs_account.h
517                 remove Pop3SessionType (used by selective download)
518         * src/prefs_toolbar.c
519                 enable set Default Toolbar button
520
521 2003-04-18 [paul]       0.8.11claws101
522
523         * sync with 0.8.11cvs29
524                 see ChangeLog 2003-04-18
525
526 2003-04-17 [paul]       0.8.11claws100
527
528         * src/prefs_common.[ch]
529           src/summaryview.c
530                 remove 'Open next message on deletion' option,
531                 as the same effect can now be achieved via the
532                 'Always open messages in summary when selected'
533                 option.
534
535 2003-04-17 [paul]       0.8.11claws99
536
537         * sync with 0.8.11cvs28
538                 see ChangeLog 2003-04-17
539
540 2003-04-17 [christoph]  0.8.11claws98
541
542         * ac/spamassassin.m4
543         * src/plugins/spamassassin/libspamc.[ch]
544         * src/plugins/spamassassin/utils.[ch]
545                 sync libspamc with SpamAssassin project
546
547 2003-04-17 [christoph]  0.8.11claws97
548
549         * src/common/socket.h
550         * src/gtk/sslcertwindow.h
551                 rename old USE_SSL to USE_OPENSSL
552
553 2003-04-17 [paul]       0.8.11claws96
554
555         * src/prefs_common.h
556                 use gulong for P_COLOR so that it compiles/runs on
557                 64-bit systems. Patch submitted by James Noyes
558                 <jnoyes-claws@retrogeeks.com>
559                 
560         * po/de.po
561                 updated by Jens
562
563 2003-04-17 [paul]       0.8.11claws95
564
565         * sync with 0.8.11cvs27
566                 see ChangeLog 2003-04-16
567
568 2003-04-15 [paul]       0.8.11claws94
569
570         * src/prefs_common.[ch]
571                 rearrange to stop the window getting too long:
572                         move Receive dialog stuff to Receive tab
573                         move Send dialog to Send tab
574                         remove Dialogs frame
575                 rename 'Open messages in summary with cursor keys' to
576                 'Always open messages in summary when selected', as its
577                 more appropriate
578
579 2003-04-15 [paul]       0.8.11claws93
580
581         * src/prefs_common.[ch]
582           src/summaryview.c
583                 add new option '/Interface/Open next message on deletion'
584
585 2003-04-15 [paul]       0.8.11claws92
586
587         * src/summaryview.[ch]
588                 add /Mark/Lock and /Mark/Unlock to the pop-up
589                 menu. Patch submitted by Ivan Francolin Martinez
590                 <ivanfm@users.sourceforge.net>
591
592 2003-04-15 [paul]       0.8.11claws91
593
594         * sync with 0.8.11cvs24
595                 see ChangeLog 2003-04-15
596
597 2003-04-14 [jens]       0.8.11claws90
598
599         * updated German translation and some corrections from
600                 Roland Bless <bless@tm.uka.de>
601
602 2003-04-14 [paul]       0.8.11claws89
603
604         * sync with 0.8.11cvs22
605                 see ChangeLog 2003-04-14
606
607 2003-04-13 [paul]       0.8.11claws88
608
609         * src/plugins/clamav/clamav_plugin.c
610                 fix memory leaks
611                 clean up
612
613 2003-04-12 [paul]       0.8.11claws87
614
615         * src/plugins/clamav/clamav_plugin.c
616                 activate enable/disable archive scanning option
617                 
618         * src/plugins/clamav/.cvsignore         ** NEW FILE **
619
620 2003-04-12 [paul]       0.8.11claws86
621
622         * src/plugins/Makefile.am
623           src/plugins/clamav/Makefile.am                ** NEW FILE **
624           src/plugins/clamav/README                     ** NEW FILE ** 
625           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
626           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
627                 add Clam AntiVirus plugin
628
629 2003-04-12 [paul]       0.8.11claws85
630
631         * sync with 0.8.11cvs21
632                 see ChangeLog 2003-04-11
633
634 2003-04-11 [paul]       0.8.11claws84
635
636         * po/es.po
637                 update Spanish translation. Submitted by Ricardo
638                 Mones Lastra.
639
640 2003-04-10 [christoph]  0.8.11claws83
641
642         * src/mbox.c
643                 fix typo that did not move unfiltered mails to destination
644                 folder
645
646         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
647          when filtering from spool)
648
649 2003-04-10 [christoph]  0.8.11claws82
650
651         * src/imap.c
652                 use BODY.PEEK instead of BODY in in message fetch operation
653                 to make sure the IMAP server does not set the \Seen flag for
654                 messages. Sylpheed does that later itself, when the message
655                 is opened in sylpheed
656
657         (closes Bug 111 Claws destroys unread marks)
658
659 2003-04-09 [oliver]     0.8.11claws81
660         
661         * src/folder.c
662                 fix crash in folder_destroy
663         * README.claws
664                 remove selective download
665
666 2003-04-09 [christoph]  0.8.11claws80
667
668         * src/imap.c
669                 fix crash in imap_get_msginfo() when then fetched message
670                 is not found
671
672         (closes Bug 110 Crash during mail composition)
673
674 2003-04-08 [christoph]  0.8.11claws79
675
676         * src/folder.c
677         * src/prefs_account.c
678                 Filter new messages that are found in an INBOX folder
679                 when 'Filter messages on receiving' is enabled in the
680                 Folder's AccountPrefs. This allows to use Sylpheed's
681                 filtering engine for IMAP folders where messages are
682                 added to the INBOX by a MTA
683
684 2003-04-08 [paul]       0.8.11claws78
685
686         * src/procmsg.h
687                 clean up after last commit
688
689 2003-04-08 [paul]       0.8.11claws77
690
691         * sync with 0.8.11cvs20
692                 see ChangeLog 2003-04-07 and 2003-04-08
693
694 2003-04-07 [christoph]  0.8.11claws76
695
696         * src/filtering.[ch]
697         * src/inc.[ch]
698         * src/mbox.c
699         * src/procmsg.[ch]
700                 add procmsg_msginfo_filter() to execute filtering actions
701
702 2003-04-06 [christoph]  0.8.11claws75
703
704         * src/imap.c
705                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
706
707 2003-04-06 [christoph]  0.8.11claws74
708
709         * src/common/utils.[ch]
710                 add g_int_compare() function for slist sorting
711
712         * src/imap.c
713                 fetch all MsgInfos with one command in imap_get_msginfos()
714                 using an imap set with a list of ranges
715
716         * src/news.c
717                 use new g_int_compare() function
718
719 2003-04-06 [thorsten]   0.8.11claws73
720
721         * src/mh.c
722                 corrected implementation of mh_folder_destroy()
723
724 2003-04-05 [christoph]  0.8.11claws72
725
726         * src/account.c
727         * src/folder.[ch]
728         * src/folderview.c
729         * src/imap.c
730         * src/inc.c
731         * src/main.c
732         * src/mainwindow.c
733         * src/mbox_folder.c
734         * src/mh.c
735         * src/mimeview.h
736         * src/msgcache.[ch]
737         * src/news.c
738         * src/procmime.h
739         * src/procmsg.[ch]
740         * src/setup.c
741         * src/gtk/gtkutils.c
742                 o rename structure field names class and new to klass and
743                   new_msgs, to allow including files in C++
744                 o add 'extern "C"' block to some header files
745                 o add MsgInfoList and MsgNumberList as alias for GSList for
746                   developers to know what type of list is expected
747
748         * src/plugins/image_viewer/plugin.c
749         * src/plugins/image_viewer/viewer.[ch]
750         * src/plugins/image_viewer/viewerprefs.[ch]
751                 rename function names to prevent conflicts
752
753 2003-04-05 [paul]       0.8.11claws71
754
755         * sync with 0.8.11cvs18
756                 see ChangeLog 2003-04-03 and 2003-04-04
757
758 2003-04-02 [christoph]  0.8.11claws70
759
760         * src/folder.[ch]
761         * src/imap.[ch]
762         * src/mbox_folder.[ch]
763         * src/mh.[ch]
764         * src/news.[ch]
765                 o Make all virtual folder functions private
766                 o remove unused folder code
767
768         * src/common/socket.[ch]
769         * src/summaryview.c
770                 fix warnings
771
772 2003-03-30 [alfons]     0.8.11claws69
773
774         * src/send_message.c
775                 remove two debug traces and see if people still report
776                 errors
777
778 2003-03-30 [alfons]     0.8.11claws68
779
780         * src/send_message.c
781         * src/commons/session.c
782                 add more debug traces
783
784 2003-03-30 [christoph]  0.8.11claws67
785
786         * src/folder.c
787                 change processing folder name from .processing to processing
788
789         * src/common/ssl.c
790                 disable SSL certificate check because it causes Xlib error
791                 when the child process want's to open an GTK window
792
793 2003-03-30 [christoph]  0.8.11claws66
794
795         * src/folder.c
796                 don't use default folder for processing folder item because
797                 it can be a non local folder
798
799         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
800
801 2003-03-30 [alfons]     0.8.11claws65
802
803         * src/send_message.c
804                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
805                 to generate bad code for 'send_send_data_progressive': When
806                 called from 'send_send_data_finished', the 'data' pointer is
807                 cleared just before the assignment to the dialog pointer
808
809 2003-03-29 [christoph]  0.8.11claws64
810
811         * src/common/prefs.h
812         * src/plugins/image_viewer/Makefile.am
813         * src/plugins/image_viewer/plugin.c
814         * src/plugins/image_viewer/viewer.[ch]
815         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
816                 add PrefsPage for ImageViewer
817
818 2003-03-28 [thorsten]   0.8.11claws63
819
820         * src/common/session.c
821                 added some comments
822
823 2003-03-28 [paul]       0.8.11claws62
824
825         * sync with 0.8.11cvs16
826                 see ChangeLog 2003-03-28
827
828 2003-03-28 [paul]       0.8.11claws61
829
830         * sync with 0.8.11cvs15
831                 see ChangeLog 2003-03-28
832
833 2003-03-27 [christoph]  0.8.11claws60
834
835         * src/folder.c
836         * src/imap.c
837         * src/common/socket.[ch]
838                 set socket state to DISCONNECTED when any operation
839                 fails to allow reconnecting in IMAP code without
840                 checking the return code of all calls to the command
841                 functions
842
843         * src/folderview.c
844         * src/summaryview.c
845                 remove some more stuff that depends on specific
846                 folder types
847
848 2003-03-27 [paul]       0.8.11claws59
849
850         * sync with 0.8.11cvs14
851                 see ChangeLog 2003-03-27
852                 
853         * src/selective_download.[ch]   ** REMOVED **
854                 really removed
855
856 2003-03-27 [christoph]  0.8.11claws58
857
858         * src/folder.c
859                 fix handling of tmp_flags in flag copy function
860
861 2003-03-27 [paul]       0.8.11claws57
862
863         * sync with 0.8.11cvs13
864                 see ChangeLog 2003-03-27
865
866 2003-03-27 [oliver]     0.8.11claws56
867
868         * src/maiwindow.c
869                 remove sel_download_cb
870
871 2003-03-27 [oliver]     0.8.11claws55
872         
873         * src/inc.c
874                 remove POP3_TOP
875         
876 2003-03-26 [oliver]     0.8.11claws54
877
878         *src/pop.h
879                 remove POP3_TOP*
880         * README.claws
881                 remove selective donwload readme
882
883 2003-03-26 [oliver]     0.8.11claws53
884         * src/matcher.[ch]
885         * src/matcher_parser_parse.y 
886         * src/pop.c 
887         * src/prefs_account.[ch]
888         * src/prefs_filtering.c
889                 remove selective donwload
890
891 2003-03-26 [oliver]     0.8.11claws52
892
893         * src/inc.[ch] 
894         * src/filtering.c 
895         * src/mainwindow.c 
896                 remove selective donwload
897
898 2003-03-26 [oliver]     0.8.11claws51
899         
900         * src/Makefile.am
901         * src/selective_download.[ch]   ** REMOVE **    
902
903 2003-03-26 [christoph]  0.8.11claws50
904
905         * src/news.c
906                 fix NEWS that got broken by a sync with sylpheed-main
907
908 2003-03-26 [christoph]  0.8.11claws49
909
910         * src/mimeview.c
911                 fix mime type guessing when no mime type is found for a file
912
913 2003-03-25 [christoph]  0.8.11claws48
914
915         * src/mimeview.c
916         * src/procmime.c
917                 remove mime type guessing from mime parser and use
918                 name based mime types in viewer lookup for mime type
919                 application/octet-stream
920
921 2003-03-25 [christoph]  0.8.11claws47
922
923         * doc-src/readme.txt
924         * doc-src/rfc2554.txt
925                 add RFC about SMTP AUTH
926
927         * src/send_message.c
928         * src/common/smtp.[ch]
929                 add extra error code for authentication errors and
930                 clear temporary password when this error occurs
931
932         (closes Bug 84 authentication failure while sending should
933          prompt for password again)
934
935 2003-03-25 [christoph]  0.8.11claws46
936
937         * configure.ac
938         * src/Makefile.am
939         * src/imageview.[ch]                            ** REMOVE **
940         * src/messageview.[ch]
941         * src/mimeview.[ch]
942         * src/prefs_common.[ch]
943         * src/textview.c
944         * src/plugins/Makefile.am
945         * src/plugins/image_viewer/.cvsignore           ** NEW **
946         * src/plugins/image_viewer/Makefile.am          ** NEW **
947         * src/plugins/image_viewer/plugin.c             ** NEW **
948         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
949                 move image viewer into a plugin (building is enabled by default)
950                 [ToDo: Prefs for resize and autoview]
951
952 2003-03-25 [paul]       0.8.11claws45
953
954         * sync with 0.8.11cvs12
955                 see ChangeLog 2003-03-26
956
957 2003-03-25 [paul]       0.8.11claws44
958
959         * sync with 0.8.11cvs11
960                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
961                 
962         Note: Selective Download is broken.
963                 
964 2003-03-22 [christoph]  0.8.11claws43
965
966         * src/folder.c
967                 code cleanup for flags copying
968
969 2003-03-22 [christoph]  0.8.11claws42
970
971         * src/plugins/trayicon/trayicon.c
972                 fix setting the transparent area when the window size
973                 is forced by the system tray
974
975 2003-03-22 [christoph]  0.8.11claws41
976
977         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
978         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
979         * src/plugins/trayicon/newmail.xpm              ** NEW **
980         * src/plugins/trayicon/nomail.xpm               ** NEW **
981         * src/plugins/trayicon/trayicon.c
982         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
983                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
984                 o add icon for unread mails
985                 o set transparency for window
986
987 2003-03-22 [christoph]  0.8.11claws40
988
989         * src/news.c
990                 init news session to prevent crash when session is closed
991
992 2003-03-22 [christoph]  0.8.11claws39
993
994         * src/imap.c
995         * src/common/session.[ch]
996                 Init session data to make sure we don't have invalid pointers
997                 for read_ch and write_ch when new multi process sessions are
998                 not used
999
1000         * src/main.c
1001         * src/common/plugin.c
1002         * src/common/sylpheed.c
1003         * src/plugins/demo/demo.c
1004         * src/plugins/dillo_viewer/dillo_viewer.c
1005         * src/plugins/mathml_viewer/mathml_viewer.c
1006         * src/plugins/spamassassin/spamassassin.c
1007         * src/plugins/spamassassin/spamassassin_gtk.c
1008                 add plugin types to allow loading plugins at different times
1009                 (and maybe for different frontends), because it's not good to
1010                 load GTK-Plugins gefore gtk_init was called
1011
1012         * configure.ac
1013         * src/plugins/Makefile.am
1014         * src/plugins/trayicon/.cvsignore               ** NEW **
1015         * src/plugins/trayicon/Makefile.am              ** NEW **
1016         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1017         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1018         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1019         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1020         * src/plugins/trayicon/trayicon.c               ** NEW **
1021                 New Trayicon plugin that shows an icon in a systray that uses
1022                 XEMBED protocol like Gnome's systray. Icon shows if there
1023                 are new mails and a tooltip shows information about new,
1024                 unread and total messages.
1025
1026 2003-03-22 [paul]       0.8.11claws38
1027
1028         * src/common/smtp.c
1029                 fix ESMTP AUTH CRAM-MD5
1030                 [sync with main (still version 0.8.11cvs6), see
1031                  ChangeLog 2003-03-22]
1032
1033 2003-03-21 [colin]      0.8.11claws37
1034
1035         * src/send_message.c
1036                 Fix USE_SSL => USE_OPENSSL
1037
1038 2003-03-21 [colin]      0.8.11claws36
1039
1040         * src/folderview.c
1041                 Fix counts in drag and dropped subfolders
1042
1043 2003-03-21 [colin]      0.8.11claws35
1044
1045         * src/folder.c 
1046         * src/folderview.c
1047                 speed up a bit folder dnd
1048
1049 2003-03-20 [alfons]     0.8.11claws34
1050
1051         * src/main.c
1052         * src/toolbar.c
1053         * src/procmsg.c
1054                 don't send locked queue messages
1055                 (feature request "[ 705245 ] Locking message in outbox 
1056                  should prevent sending")
1057
1058 2003-03-20 [christoph]  0.8.11claws33
1059
1060         * src/folder.c
1061                 remove NEW and UNREAD flag in special folders when scanning
1062                 
1063         * src/common/smtp.c
1064                 fix ESMTP AUTH CRAM-MD5
1065
1066 2003-03-20 [paul]       0.8.11claws32
1067
1068         * src/prefs_account.c
1069                 Re-write 'Tunnel command to open connection' as
1070                 'Use command to communicate with server', and disable
1071                 it for all except IMAP accounts
1072
1073 2003-03-20 [paul]       0.8.11claws31
1074
1075         * sync with 0.8.11cvs6
1076                 see ChangeLog 2003-03-20
1077
1078 2003-03-19 [match]      0.8.11claws30
1079
1080         * src/addritem.[ch]
1081                 include documentation. minor refactoring.
1082         * src/addr_compl.[ch]
1083         * src/addrindex.[ch]
1084         * src/addresbook.[ch]
1085         * src/summaryview.c
1086                 re-enable address lookup (was disabled in
1087                 0.8.11claws20).
1088
1089 2003-03-19 [christoph]  0.8.11claws29
1090
1091         * src/procmsg.c
1092                 add temp flag handling, will make moving and copying
1093                 messages possible again
1094
1095         * src/folder.c
1096                 correct calulation of folder stats
1097
1098 2003-03-18 [match]      0.8.11claws28
1099
1100         * src/editgroup.h
1101                 remove case sensitive comparison (closes bug 80).
1102
1103 2003-03-18 [christoph]  0.8.11claws27
1104
1105         * src/imap.c
1106                 fix imap using a tunnel command
1107
1108         (closes bug 87)
1109
1110 2003-03-18 [christoph]  0.8.11claws26
1111
1112         * src/folder.[ch]
1113         * src/imap.c
1114         * src/procmsg.[ch]
1115                 rewrite flag handling for folders
1116
1117 2003-03-18 [christoph]  0.8.11claws25
1118
1119         * src/folder.c
1120         * src/procmsg.c
1121         * src/summaryview.c
1122                 unset NEW and UNREAD flags when message is ignored, to make
1123                 sure messages don't show up as unread on other IMAP clients,
1124                 because the IGNORE_THREAD flag can not be syncronized through
1125                 the IMAP folder
1126
1127 2003-03-17 [christoph]  0.8.11claws24
1128
1129         * src/imap.c
1130                 don't use recursion to fetch uids when the number of messages
1131                 does not match. Moved code into subfunction that is used
1132                 again when needed, to prevent an endless loop.
1133
1134 2003-03-17 [thorsten]   0.8.11claws23
1135
1136         * src/imageview.[ch]
1137                 export imageview_get_resized_size() (for plugins)
1138         * src/prefs_common.[ch]
1139                 added prefs_common_get() (for plugins)
1140
1141 2003-03-17 [christoph]  0.8.11claws22
1142
1143         * src/imap.c
1144                 o remove UID guessing from copy code
1145                 o support UIDPLUS extension for APPEND command
1146
1147 2003-03-17 [paul]       0.8.11claws21
1148
1149         * src/gtk/about.c
1150                 remove 'Compiled-plugins' section.
1151                 
1152         * src/plugins/dillo_viewer/dillo_viewer.c
1153                 slight change to description text
1154
1155 2003-03-16 [match]      0.8.11claws20
1156         * src/ldapserver.[ch]           ** NEW **
1157         * src/ldapctrl.[ch]             ** NEW **
1158         * src/ldapquery.[ch]            ** NEW **
1159         * src/ldaputil.[ch]             ** NEW **
1160         * src/addrcindex.[ch]           ** NEW **
1161         * src/addrquery.h               ** NEW **
1162         * src/addritem.[ch]
1163         * src/addrcache.[ch]
1164         * src/addrindex.[ch]
1165         * src/addr_compl.[ch]
1166         * src/addressbook.[ch]
1167         * src/addrbook.[ch]
1168         * src/editgroup.c
1169         * src/editaddress.c
1170         * src/editldap.c
1171         * src/editldap_basedn.c
1172         * src/vcard.c
1173         * src/jpilot.c
1174         * src/Makefile.am
1175                 included dynamic LDAP queries. improved address
1176                 completion.
1177
1178 2003-03-16 [paul]       0.8.11claws19
1179
1180         * tools/multiwebsearch.pl
1181                 fix a fatal typo
1182
1183 2003-03-16 [christoph]  0.8.11claws18
1184
1185         * src/mimeview.c
1186         * src/plugins/dillo_viewer/dillo_viewer.c
1187         * src/plugins/mathml_viewer/mathml_viewer.c
1188                 make unregistering of MimeViewerFactorys possible
1189
1190 2003-03-16 [alfons]     0.8.11claws17
1191
1192         * configure.ac
1193                 correct typo
1194
1195 2003-03-16 [melvin]     0.8.11claws16
1196
1197         * src/plugins/dillo_viewer.c
1198                 Fixed bug where it was not possible to view more than
1199                 one text/html attachment per message (bug discovered
1200                 by Christoph Hohmann).
1201
1202 2003-03-15 [melvin]     0.8.11claws15
1203
1204         * src/prefs_actions.c
1205                 Fixed compilation warnings.
1206
1207 2003-03-15 [melvin]     0.8.11claws14
1208
1209         * src/plugins/Makefile.am
1210         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1211         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1212         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1213                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1214                 newer (http://dillo.auriga.wearlab.de/).
1215
1216 2003-03-15 [christoph]  0.8.11claws13
1217
1218         * src/imap.c
1219                 don't query imap folder for attributes because we already
1220                 for them from imap_status
1221
1222         * src/mimeview.[ch]
1223                 add support for plugable MimeViewers (unloading Viewers
1224                 not yet complete)
1225
1226         * src/plugins/Makefile.am
1227         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1228         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1229         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1230                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1231                 widget from http://helm.cs.unibo.it/mml-widget/
1232
1233 2003-03-14 [christoph]  0.8.11claws12
1234
1235         * src/folder.[ch]
1236                 o error return code's should better be negative
1237                 o replace printf with debug_print
1238
1239         * src/imap.c
1240                 improve IMAP folder scan by checking UID-NEXT
1241
1242         * src/summaryview.c
1243                 remove check that are unnecessary in my opinion
1244
1245 2003-03-13 [christoph]  0.8.11claws11
1246
1247         * src/folder.[ch]
1248         * src/foldersel.c
1249         * src/folderview.c
1250         * src/imap.c
1251         * src/mbox_folder.c
1252         * src/mh.c
1253         * src/news.c
1254         * src/prefs_scoring.c
1255         * src/summaryview.c
1256                 use a common function to get a displayable name
1257                 for a FolderItem
1258
1259 2003-03-13 [paul]       0.8.11claws10
1260
1261         * tools/Makefile.am
1262           tools/README
1263           tools/multiwebsearch.conf     ** NEW FILE **
1264           tools/multiwebsearch.pl       ** NEW FILE **
1265                 add multiwebsearch Actions script
1266
1267 2003-03-13 [colin]      0.8.11claws9
1268
1269         * src/compose.c
1270                 Remove leading emtpy lines from quoted text
1271                 before quoting it
1272
1273 2003-03-13 [melvin]     0.8.11claws8
1274
1275         * src/prefs_actions.c
1276                 Fixed a memory leak
1277                 Code clean ups
1278                 Added Cancel and OK buttons
1279                 Corrected help text
1280
1281 2003-03-13 [christoph]  0.8.11claws7
1282
1283         * src/account.c
1284         * src/folder.[ch]
1285         * src/imap.c
1286         * src/mainwindow.c
1287         * src/mbox_folder.c
1288         * src/mh.c
1289         * src/news.c
1290         * src/setup.c
1291                 replace more folder type stuff with folder class stuff
1292
1293 2003-03-13 [melvin]     0.8.11claws6
1294
1295         * src/prefs_actions.c
1296                 Added new tokens:
1297                 %u: user provided argument
1298                 %h: user provided argument (hidden on input)
1299                 %s: current text selection in the message view 
1300
1301 2003-03-13 [paul]       0.8.11claws5
1302
1303         * sync with 0.8.11cvs5
1304                 see ChangeLog 2003-03-11, 2003-03-12
1305
1306 2003-03-12 [christoph]  0.8.11claws4
1307
1308         * src/folder.c
1309                 use folder class idstr when writing folderlist.xml
1310
1311         * src/folder.h
1312         * src/imap.c
1313         * src/news.c
1314                 replace folder type checks with folder class checks
1315
1316 2003-03-12 [christoph]  0.8.11claws3
1317
1318         * src/folder.[ch]
1319         * src/imap.[ch]
1320         * src/main.c
1321         * src/mbox_folder.[ch]
1322         * src/mh.[ch]
1323         * src/news.[ch]
1324                 o create a list of known folder classes in the folder system
1325                 o use folder class id strings for folder item identifiers
1326
1327 2003-03-12 [christoph]  0.8.11claws2
1328
1329         * src/imap.c
1330                 fix imap uid validity check
1331
1332 2003-03-12 [christoph]  0.8.11claws1
1333
1334         * src/account.c
1335         * src/folder.[ch]
1336         * src/foldersel.c
1337         * src/folderview.c
1338         * src/imap.c
1339         * src/mainwindow.c
1340         * src/mbox_folder.c
1341         * src/mh.c
1342         * src/news.c
1343         * src/prefs_scoring.c
1344         * src/procmsg.c
1345         * src/setup.c
1346         * src/summaryview.c
1347                 initial restructuring of folder system, seperating
1348                 folders and folder classes
1349
1350 2003-03-12 [paul]       0.8.11claws
1351
1352         0.8.11claws release
1353
1354 2003-03-12 [christoph]
1355
1356         * src/gtk/prefswindow.c
1357                 fix translation of "Page Index"
1358
1359 2003-03-12 [paul]       0.8.10claws110
1360
1361         a sync from 0.8.11cvs4 before the release
1362
1363         * src/common/utils.c
1364                 subject_compare_for_sort(): allow null strings (fixes
1365                 summary sorting).
1366
1367 2003-03-11 [paul]       0.8.10claws109
1368
1369         * po/es.po
1370                 update Spanish translation, submitted by
1371                 Ricardo Mones Lastra
1372
1373 2003-03-11 [melvin]     0.8.10claws108
1374
1375         * po/fr.po
1376                 Updated French translations
1377
1378 2003-03-11 [paul]       0.8.10claws107
1379
1380         * manual/en/Makefile.am
1381           manual/en/*.html
1382                 update English manual, add a new page
1383                 updated by Francois Barriere <fbarriere@atmel.fr>
1384                 
1385         * po/bg.po
1386           po/it.po
1387           po/sr.po
1388                 update Bulgarian, Italian, and Serbian translations
1389                 submitted by George Danchev, Alessandro Maestri, and
1390                 Urke MMI
1391
1392 2003-03-10 [paul]       0.8.10claws106
1393
1394         * src/gtk/about.c
1395           src/gtk/prefswindow.c
1396                 make some strings translatable
1397
1398 2003-03-10 [darko]      0.8.10claws105
1399
1400         * src/compose.c
1401                 code cleanup to make Hiro happy
1402
1403 2003-03-10 [paul]       0.8.10claws104
1404
1405         * sync with 0.8.11cvs2
1406                 see ChangeLog 2003-03-10
1407
1408 2003-03-09 [melvin]     0.8.10claws103
1409
1410         * src/textview.c
1411                 textview_set_font(): fix for message display in
1412                 UTF-8 locales (thanks to Sergey Vlasov).
1413                 (was unintentionnaly reverted in 0.8.6claws6)   
1414
1415 2003-03-08 [darko]      0.8.10claws102
1416
1417         * src/compose.c
1418                 fix infinite loop in wrapping as reported
1419                 by happycactus
1420                 obsoletes patch #696482
1421
1422 2003-03-08 [christoph]  0.8.10claws101
1423
1424         * src/imap.c
1425                 add workaround for IMAP servers that do not
1426                 support the "UID SEARCH UID" command
1427
1428 2003-03-07 [christoph]  0.8.10claws100
1429
1430         * src/plugins/spamassassin/spamassassin.[ch]
1431         * src/plugins/spamassassin/spamassassin_gtk.c
1432                 code cleanup
1433
1434 2003-03-07 [paul]       0.8.10claws99
1435
1436         * po/es.po
1437                 updated Spanish translation, submitted by
1438                 Ricardo Mones Lastra
1439
1440 2003-03-07 [christoph]  0.8.10claws98
1441
1442         * src/send.c
1443                 fix in 0.8.10claws94 was wrong
1444                 local delivery does not require escaping, remove escaping
1445                 code to make signatures of mails with "." lines valid
1446                 
1447                 NOTE: requires that sendmail is executed with "-i" option,
1448                       what is the default now, but has to be changed in all
1449                       exsiting accounts)
1450
1451 2003-03-07 [paul]       0.8.10claws97
1452
1453         * sync with 0.8.11 release
1454                 see ChangeLog 2003-03-07
1455
1456 2003-03-06 [paul]       0.8.10claws96
1457
1458         * src/compose.c
1459                 revert commit 0.8.10claws92
1460
1461 2003-03-06 [paul]       0.8.10claws95
1462
1463         * src/folderview.c
1464                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1465
1466         * src/gtkaspell.c
1467                 fix bug 74, 'Crash opening editor window with pseudo-color
1468                 display'
1469                 
1470         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1471
1472 2003-03-06 [christoph]  0.8.10claws94
1473
1474         * src/send.c
1475                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1476                 all lines starting with a period get an extra period
1477                 inserted
1478                 (found by Simon 'corecode' Schubert)
1479
1480 2003-03-06 [paul]       0.8.10claws93
1481
1482         * src/folderview.c
1483                 if configured font can't be loaded fall back to gtk
1484                 default. (with thanks to Christoph)
1485                 
1486                 closes long-standing bug 15 'Crashes on startup'
1487
1488 2003-03-06 [paul]       0.8.10claws92
1489
1490         * src/compose.c
1491                 freeze text before autosave and thaw afterwards
1492                 fixes bug 67 'autosave make re-rediting message crazy'
1493
1494 2003-03-06 [christoph]  0.8.10claws91
1495
1496         * src/compose.c
1497                 ignore address comment in dupe check for Cc-list
1498
1499         (closes reopened bug 47 Replying to message strips name part of
1500          e-mail addresses of Cc: lines)
1501
1502 2003-03-06 [paul]       0.8.10claws90
1503
1504         * src/Makefile.am
1505                 remove reference to gtkxtext.h as its no longer in
1506                 the repository
1507
1508 2003-03-06 [paul]       0.8.10claws89
1509
1510         * sync with 0.8.10cvs25
1511                 see ChangeLog 2003-03-06
1512
1513 2003-03-06 [oliver]     0.8.10claws88
1514         
1515         * src/messageview.c
1516                 remove include
1517
1518 2003-03-06 [oliver]     0.8.10claws87
1519         
1520         * src/folderview.c 
1521                 remove changes introduced inclaws74
1522         * src/messageview.c
1523                 another attempt to sanely delete and update
1524                 messages deleted in separate messageview
1525
1526 2003-03-05 [christoph]  0.8.10claws86
1527
1528         * src/summaryview.c
1529                 check if "From" matches any account's address if
1530                 addressbook completion of addresses is disabled too
1531
1532         (closes Bug 70 "Display recipient in from" doesn't check
1533          folder's default account)
1534
1535 2003-03-05 [christoph]  0.8.10claws85
1536
1537         * src/compose.c
1538         * src/common/utils.[ch]
1539                 don't strip address comments when building Cc lists
1540
1541         (closes Bug 47 Replying to message strips name part of e-mail addresses
1542          of Cc: lines)
1543
1544         * src/folder.c
1545                 fix return value of copy function
1546
1547 2003-03-05 [christoph]  0.8.10claws84
1548
1549         * src/imap.c
1550                 don't ask imap server for non rfc822 headers
1551
1552         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1553
1554         * src/imap.c
1555                 destroy session on socket error to allow reconnecting
1556
1557 2003-03-05 [christoph]  0.8.10claws83
1558
1559         * configure.ac
1560                 fix building with gnome when no prefix is set
1561
1562         (closes bug 66 Gnome directory is set to NONE)
1563
1564 2003-03-05 [paul]       0.8.10claws82
1565
1566         * sync with 0.8.10cvs23
1567                 see ChangeLog 2003-03-05
1568
1569 2003-03-04 [christoph]  0.8.10claws81
1570
1571         * src/folder.c
1572                 o fix moving and copying when folder returns 0 for new
1573                   message number
1574                 o remove some code for single message copy and move
1575                   operations and use functions for multiple messages
1576
1577         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1578
1579         * src/news.c
1580                 remove unused include
1581
1582 2003-03-04 [paul]       0.8.10claws80
1583
1584         * src/gtk/about.c
1585                 list 'Compiled plugins'
1586
1587 2003-03-03 [christoph]  0.8.10claws79
1588
1589         * src/news.[ch]
1590                 have to multiply the percentage of the current fetch with
1591                 the percentage that it has of the total fetch operation
1592                 for correct values
1593
1594 2003-03-03 [christoph]  0.8.10claws78
1595
1596         * src/news.c
1597                 fix calculation of expected lines for progress indicator
1598
1599 2003-03-03 [christoph]  0.8.10claws77
1600
1601         * src/summaryview.c
1602         * src/common/utils.c
1603                 fix segfault when opening the root news folder
1604
1605 2003-03-03 [christoph]  0.8.10claws76
1606
1607         * src/mainwindow.[ch]
1608         * src/common/Makefile.am
1609         * src/common/progressindicator.[ch]
1610                 add UI independent progress indicator handling
1611
1612         * src/news.[ch]
1613                 use new progress indicator for message info fetching
1614
1615         * src/common/hooks.h
1616                 code cleanup
1617
1618 2003-03-03 [oliver]     0.8.10claws75
1619
1620         * src/toolbar.c
1621         * src/compose.c
1622                 removed commented code
1623
1624 2003-03-03 [oliver]     0.8.10claws74
1625
1626         * src/toolbar.[ch]
1627                 cleanups and refactoring
1628         * src/compose.[ch]
1629                 compose_reply_mode reply & forwarding interface for
1630                 toolbar buttons
1631         * src/folderview.c
1632                 act on messages marked for deletion in folderview_selected
1633                 based on prefs_common.immediate_exec since a message might 
1634                 have been deleted by messageview in a folder we are changing 
1635                 to (does anybody understand what I'm on about ?)
1636
1637 2003-03-03 [oliver]     0.8.10claws73
1638         
1639         * src/messageview.[ch]
1640                 new functions
1641                 - messageview_delete: delete message shown in messagview
1642                 - messageview_update_view: update messageview to currently 
1643                   selected summaryview message
1644                 - add separate messageview to msgview_list in order to update 
1645                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1646         * src/summaryview.[ch]
1647                 summary_get_selection returns a list of selected msgs
1648                 in summaryview
1649         * src/mainwindow.c
1650                 toolbar reply refactoring
1651
1652 2003-03-03 [paul]       0.8.10claws72
1653
1654         * sync with 0.8.10cvs21
1655                 see ChangeLog 2003-03-03
1656
1657 2003-03-02 [christoph]  0.8.10claws71
1658
1659         * src/common/passcrypt.c
1660                 use POSIX includes
1661
1662 2003-03-02 [christoph]  0.8.10claws70
1663
1664         * configure.ac
1665         * src/prefs_account.c
1666         * src/prefs_gtk.[ch]
1667         * src/common/.cvsignore
1668         * src/common/Makefile.am
1669         * src/common/passcrypt.c                ** NEW **
1670         * src/common/passcrypt.h.in             ** NEW **
1671                 Implement password encryption in config files
1672                 using unix encrypt and setkey functions. The crypt
1673                 key can be set as a configure parameter. Old
1674                 passwords will be converted if they do not begin
1675                 with '!'
1676
1677 2003-03-02 [paul]       0.8.10claws69
1678
1679         * src/prefs_account.c
1680                 fix compile error
1681
1682 2003-03-01 [thorsten]   0.8.10claws68
1683
1684         * po/el.po
1685           po/hr.po
1686           po/it.po
1687           po/nl.po
1688           po/sr.po
1689           po/sv.po
1690                 corrected format strings
1691         * po/en_GB.po
1692                 corrected headers
1693                 (fix compile errors with GNU gettext-0.11.5)
1694
1695 2003-03-01 [oliver]     0.8.10claws67
1696
1697         * src/summaryview.c
1698                 menu callbacks call toolbar_menu_reply
1699
1700 2003-03-01 [oliver]     0.8.10claws66
1701
1702         * src/mainwindow.c
1703         * src/messageview.c
1704                 menu callbacks call toolbar_menu_reply
1705         * src/toolbar.[ch]
1706                 callbacks from menu handled by toolbar_menu_reply
1707
1708 2003-03-01 [paul]       0.8.10claws65
1709
1710         * src/addressbook.c
1711                 revert commit 0.8.10claws54 - breaks editing of
1712                 addressbook.
1713                 
1714         * po/bg.po
1715                 update Bulgarian translation, submitted by
1716                 George Danchev
1717
1718 2003-02-28 [christoph]  0.8.10claws64
1719
1720         * src/account.c
1721         * src/addressadd.c
1722         * src/compose.c
1723         * src/gtkaspell.c
1724         * src/gtkxtext.h                ** REMOVE **
1725         * src/imap.c
1726         * src/matcher.[ch]
1727         * src/mh.c
1728         * src/news.c
1729         * src/pine.c
1730         * src/prefs_common.c
1731         * src/prefs_matcher.c
1732         * src/procheader.[ch]
1733         * src/procmsg.[ch]
1734         * src/toolbar.c
1735         * src/common/ssl_certificate.c
1736         * src/gtk/colorlabel.c
1737         * src/gtk/menu.c
1738                 o fix warnings
1739                 o remove code obsoleted by new cache and folder system rework
1740
1741 2003-02-28 [oliver]     0.8.10claws63
1742         
1743         * src/toolbar.[ch]
1744                 * fix bug where reply in Messageview replied to 
1745                 Message displayed in summaryview
1746                 (reportedd via ML by chinatinte at gmx dot ch)
1747                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1748                 didn't work in separate MessageView Toolbar
1749                 (wondering if anybody uses this at all ?)
1750         * src/summaryview.[ch]
1751                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1752                 (generalize reply and forward code);
1753         * src/messageview.c 
1754                 remove focus_in event which updated summaryview to messageview
1755
1756 2003-02-28 [paul]       0.8.10claws62
1757
1758         * po/Makefile.in.in
1759                 add the --check option
1760                 Patch submitted by Ricardo Mones Lastra
1761
1762 2003-02-28 [paul]       0.8.10claws61
1763
1764         * src/prefs_account.c
1765                 re-order 'Signature' items
1766
1767 2003-02-28 [paul]       0.8.10claws60
1768
1769         * sync with 0.8.10cvs20
1770                 see ChangeLog 2003-02-28
1771
1772 2003-02-28 [paul]       0.8.10claws59
1773
1774         * po/POTFILES.in
1775                 update to reflect recent movement of files
1776
1777 2003-02-28 [paul]       0.8.10claws58
1778
1779         * sync with 0.8.10cvs19
1780                 see ChangeLog 2003-02-28
1781
1782 2003-02-27 [martin]     0.8.10claws57
1783
1784         * src/prefs_matcher.c 
1785                 fix segfault in prefs_matcher_ok() when the
1786                 last entry is deleted and prevents that the
1787                 message "entry not saved" comes up after deleting
1788                 an entry
1789
1790 2003-02-27 [martin]     0.8.10claws56
1791
1792         * src/prefs_filtering.c 
1793                 fix segfault in prefs_filtering_ok() when the
1794                 last entry is deleted and prevents that the
1795                 message "entry not saved" comes up after deleting
1796                 an entry
1797
1798 2003-02-27 [paul]       0.8.10claws55
1799
1800         * sync with 0.8.10cvs18
1801                 see ChangeLog 2003-02-27
1802
1803 2003-02-27 [paul]       0.8.10claws54
1804
1805         * src/addressbook.c
1806                 fix bug where the address book crashes with 
1807                 multiple lookups.
1808                 Patch [687729] submitted by David Frager 
1809                 <dbfrager@users.sourceforge.net>
1810
1811 2003-02-25 [christoph]  0.8.10claws53
1812
1813         * src/Makefile.am
1814         * src/colorlabel.[ch]           ** REMOVE **
1815         * src/gtk/Makefile.am
1816         * src/gtk/colorlabel.[ch]       ** NEW **
1817                 move colorlabel files to gtk directory
1818
1819         * src/esmtp.[ch]                ** REMOVE **
1820                 has been merged into smtp.[ch] in 0.7.5
1821
1822 2003-02-25 [christoph]  0.8.10claws52
1823
1824         * src/Makefile.am
1825         * src/about.[ch]                ** REMOVE **
1826         * src/gtk/Makefile.am
1827         * src/gtk/about.[ch]            ** NEW **
1828                 move about files to gtk directory
1829
1830 2003-02-25 [christoph]  0.8.10claws51
1831
1832         * src/folder.c
1833                 some code optimization of folder scanning code
1834
1835         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1836
1837 2003-02-25 [christoph]  0.8.10claws50
1838
1839         * src/main.c
1840         * src/common/sylpheed.c
1841                 add command line parameter parsing to common code
1842
1843 2003-02-24 [christoph]
1844
1845         * Makefile.am
1846         * configure.ac
1847                 fix gnome prefix problems, the configure script now removed
1848                 `gnome-config --prefix` from `gnome-config --datadir`
1849                 and adds $(prefix} instead
1850
1851         (closes Bug 24 Makefile does not respect prefix when installing
1852          GNOME data)
1853
1854 2003-02-24 [christoph]  0.8.10claws49
1855
1856         * src/news.c
1857                 check for valid session before trying to authenticate
1858
1859         (closes Bug 60 crash if "authenticate on logon" is activated
1860          and newsserver-hostname is not valid)
1861
1862 2003-02-24 [melvin]     0.8.10claws48
1863
1864         * src/prefs_actions.c
1865                 Make sure all user's input is sent to the action and then
1866                 close the socket..
1867
1868 2003-02-23 [alfons]     0.8.10claws46
1869
1870         * src/summaryview.c
1871                 also wait cursor when deleting files
1872
1873 2003-02-23 [paul]
1874
1875         * tools/freshmeat_search.pl
1876           tools/google_search.pl
1877                 scripts should now work for any browser/browser command line
1878
1879 2003-02-22 [christoph]  0.8.10claws45
1880
1881         * src/procmsg.c
1882                 fix IMAP flag setting, IMAP flag is not handled correctly
1883                 anymore by the folder system and information about the
1884                 folder should not be saved in the MsgInfo (in my opinion)
1885
1886         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1887
1888 2003-02-22 [christoph]  0.8.10claws44
1889
1890         * src/summaryview.c
1891                 fix spelling of "label" ;-)
1892
1893 2003-02-22 [thorsten]   0.8.10claws43
1894
1895         * src/mimeview.c
1896           src/prefs_common.[ch]
1897           src/procmime.[ch]
1898                 do not use description as attachment name
1899
1900 2003-02-22 [alfons]     0.8.10claws42
1901
1902         * src/summaryview.c
1903                 freeze/thaw folder item updates when changing color labels,
1904                 and put a wait cursors on
1905
1906 2003-02-22 [thorsten]   0.8.10claws41
1907
1908         * src/mimeview.c
1909                 save-all fixes: crash if invoked on multipart container,
1910                 mimeinfo access, pathseparators, error dialog
1911
1912 2003-02-21 [alfons]     0.8.10claws40
1913
1914         * src/prefs_gtk.c
1915                 remove unused var
1916
1917 2003-02-21 [colin]      0.8.10claws39
1918
1919         * src/send.c
1920                 Fix smtp logging
1921
1922 2003-02-21 [colin]      0.8.10claws38
1923
1924         * src/summaryview.c
1925                 Freeze/thaw folderItem updates when filtering messages 
1926                 via Tools/Filter messages
1927
1928 2003-02-21 [paul]       0.8.10claws37
1929
1930         * src/compose.c
1931                 revert commit 0.8.10claws26, there are ulterior motives
1932                 for users to set a Reply-To header when posting to
1933                 newsgroups
1934
1935 2003-02-21 [paul]       0.8.10claws36
1936
1937         * sync with 0.8.10cvs17
1938                 see ChangeLog 2003-02-21
1939
1940 2003-02-20 [christoph]  0.8.10claws35
1941
1942         * src/imap.c
1943                 IMAP UID fetch speedup using SEARCH
1944
1945         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1946
1947         * src/imap.c
1948                 fix problem with UIDs in IMAP UID cache that no longer existed
1949
1950 2003-02-20 [christoph]  0.8.10claws34
1951
1952         * src/imap.c
1953         * src/procheader.c
1954         * src/procheader.h
1955                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1956
1957         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1958
1959         * src/imap.c
1960                 Rewrite imap_cmd_gen_recv use sock_getline instead
1961                 of sock_gets to avoid problems with too long reply
1962                 lines
1963     
1964 2003-02-20 [colin]      0.8.10claws33
1965         
1966         * src/prefs_account.c
1967                 Better wording
1968
1969 2003-02-20 [colin]      0.8.10claws32
1970
1971         * src/compose.c
1972                 Remove useless '&& !to_sender' 
1973
1974 2003-02-20 [darko]
1975
1976         * AUTHORS
1977                 change my e-mail address
1978
1979 2003-02-19 [colin]      0.8.10claws31
1980
1981         * src/prefs_common.c
1982                 X11 style colors for every configurable color
1983
1984 2003-02-19 [alfons]     0.8.10claws30
1985
1986         * src/prefs_gtk.[ch]
1987         * src/prefs_common.c
1988                 for color_new accept both plain integers and X11 style color
1989                 names (as found in /usr/lib/X11/rgb.txt)
1990
1991 2003-02-19 [paul]       0.8.10claws29
1992
1993         * src/mainwindow.c
1994                 add tooltips to online/offline button and account selector
1995                 button
1996
1997 2003-02-19 [paul]       0.8.10claws28
1998
1999         * src/folder.c
2000           src/news.c
2001           src/prefs_account.[ch]
2002           src/prefs_common.[ch]
2003                 move 'Maximum number of articles to download' to
2004                 account prefs.
2005                 clean up account prefs gui a little by hiding entries
2006                 rather then greying out entries
2007
2008 2003-02-19 [hiro]       0.8.10claws27
2009
2010         * src/common/utils.c
2011                 fix bug #54 'yesterdays date is displayed in the message 
2012                 summary window'
2013
2014 2003-02-19 [paul]       0.8.10claws26
2015
2016         * src/compose.c
2017                 fix bug reported in Feature Request [688596] 
2018                 'Reply-to header in news'
2019
2020 2003-02-18 [paul]       0.8.10claws25
2021
2022         * src/select-keys.c
2023                 add a 'List all keys' button to key selection dialog
2024
2025 2003-02-18 [colin]      0.8.10claws24
2026         
2027         * src/stock_pixmap.c
2028                 fix compile error
2029
2030 2003-02-18 [colin]      0.8.10claws23
2031
2032         * src/common/smtp.[ch]
2033           src/prefs_account.c
2034                 Try to starttls if it seems to be the only
2035                 way to authenticate a user
2036
2037 2003-02-18 [paul]       0.8.10claws22
2038
2039         * src/Makefile.am
2040           src/folderview.c
2041           src/stock_pixmap.[ch]
2042           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2043           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2044                 as a Drafts folder is a special folder allow it to have
2045                 its own unique icons
2046
2047 2003-02-18 [colin]      0.8.10claws21
2048
2049         * src/imap.c
2050                 Fix port selection when using starttls
2051
2052 2003-02-18 [paul]       0.8.10claws20
2053
2054         * src/mainwindow.c
2055           src/prefs_common.[ch]
2056                 make blue the default new mail colour
2057
2058 2003-02-18 [paul]       0.8.10claws19
2059
2060         * sync with 0.8.10cvs14
2061                 see ChangeLog 2003-02-18
2062
2063 2003-02-17 [jens]       0.8.10claws18
2064
2065         * src/common/md5.c
2066                 fixed a compile problem with gcc 3.3
2067                 works on 2.95.3 too (testet on PPC as it is big endian)
2068
2069 2003-02-17 [paul]       0.8.10claws17
2070
2071         * sync with 0.8.10cvs13
2072                 see ChangeLog 2003-02-17
2073
2074 2003-02-17 [paul]       0.8.10claws16
2075
2076         * sync with 0.8.10cvs12
2077                 see ChangeLog 2003-02-17
2078
2079 2003-02-16 [match]      0.8.10claws15
2080
2081         * src/addressbook.c
2082                 Eliminates reloading of address data when items
2083                 deleted or added. Applied submitted by
2084                 Luke Plant <lukeplant@softhome.net>
2085
2086 2003-02-16 [paul]       0.8.10claws14
2087
2088         * src/news.c
2089                 when a 'protocol error' is encountered disconnect from
2090                 the server. This means that the user can carry on viewing
2091                 other articles and doesn't have to either wait until the
2092                 server timesout or quit sylpheed.
2093                 Fixes bug #53 'Unable to read messages in newsgroups, 
2094                 displayed message doesn't change'
2095
2096 2003-02-15 [christoph]  0.8.10claws13
2097
2098         * src/imap.c
2099                 fix bug that stopped scanning of folders when an
2100                 IMAP folder was empty
2101
2102         (closes bug 46 stop scan messages in folders after empty folder)
2103
2104 2003-02-15 [paul]
2105
2106         * tools/Makefile.am
2107           tools/README
2108           tools/freshmeat_search.pl     ** NEW FILE **
2109           tools/google_search.pl        ** NEW FILE **
2110                 Add 2 Actions scripts which search freshmeat/google
2111                 for the selected text using the browser configured
2112                 in sylpheedrc.
2113                 
2114         Note: These scripts are very dependent on the format of the
2115         browser command and may not work on every occasion. Testing
2116         is welcome. 
2117
2118 2003-02-14 [alfons]     0.8.10claws12
2119
2120         * src/compose.c
2121                 fix breakage because of uninitialized account pointer.
2122                 please verify.
2123
2124 2003-02-14 [paul]       0.8.10claws11
2125
2126         * src/compose.c
2127           src/prefs_account.[ch]
2128           src/prefs_common.[ch]
2129                 move signature settings to Account Prefs
2130
2131 2003-02-14 [paul]       0.8.10claws10
2132
2133         * sync with 0.8.10cvs11
2134                 see ChangeLog 2003-02-14
2135
2136 2003-02-13 [thorsten]   0.8.10claws9
2137
2138         * src/news.c
2139                 revert news progressbar (GUI separation)
2140
2141 2003-02-13 [paul]       0.8.10claws8
2142
2143         * src/compose.c
2144                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2145                 paragraph 1
2146
2147 2003-02-13 [paul]       0.8.10claws7
2148
2149         * src/compose.[ch]
2150           src/summaryview.c
2151                 fix 'Follow-up and Reply-to' so that it creates a reply to
2152                 the newsgroup and the sender. If the message has the keyword
2153                 'poster' in the Followup-To header, all replies go to the
2154                 sender, re: RFC 1036, Section 2.2.3
2155                 rename all instances of 'ignore_replyto' to 'to_sender', both
2156                 were previously used, now we use just one.
2157
2158 2003-02-13 [paul]       0.8.10claws6
2159
2160         * sync with 0.8.10cvs9
2161                 see ChangeLog 2003-02-13
2162
2163 2003-02-13 [paul]       0.8.10claws5
2164
2165         * configure.ac
2166                 show which plugins are configured in the configure
2167                 output.
2168
2169 2003-02-12 [thorsten]   0.8.10claws4
2170
2171         * src/news.c
2172                 show progress while fetching news headers
2173
2174 2003-02-12 [christoph]  0.8.10claws3
2175
2176         * configure.ac
2177         * src/plugins/Makefile.am
2178                 use AM_CONDITIONAL to enable plugins, automake correctly
2179                 manages this when creating distdir
2180
2181 2003-02-12 [christoph]  0.8.10claws2
2182
2183         * ac/spamassassin.m4
2184         * src/plugins/spamassassin/Makefile.am
2185                 fix building SpamAssassin plugin without OpenSSL
2186
2187 2003-02-12 [paul]       0.8.10claws1
2188
2189         * ac/Makefile.am
2190           src/Makefile.am
2191           src/plugins/Makefile.am
2192                 fix failure of 'make release'
2193
2194 2003-02-12 [paul]       0.8.10claws
2195
2196         * 0.8.10claws released
2197
2198 2003-02-12 [paul]       0.8.9claws56
2199
2200         * po/bg.po
2201           po/es.po
2202           po/it.po
2203           po/ru.po
2204           po/sr.po
2205                 updated translations by George Danchev, Ricardo Mones Lastra,
2206                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2207                 
2208         * sylpheed.spec.in
2209                 Allow the building of RPMs by a regular user. Submitted
2210                 by Sergei Astanin
2211
2212 2003-02-11 [alfons]     0.8.9claws55
2213
2214         * src/colorlabel.c
2215                 don't use pixmaps for label color rect but draw rectangles
2216                 so we can respect the color map of palette based visuals
2217                 (fixes the long time crashes on Suns - thanks to Andreas
2218                 Engel and Steve O'Hara-Smith for testing)
2219
2220 2003-02-11 [christoph]  0.8.9claws54
2221
2222         * src/matcher_parser_parse.y
2223                 correct bug where filering rules of not existing folders in
2224                 matcherrc were added to global filtering
2225                 
2226         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2227          main filter-rules after removing directory, http://bugs.debian.org/180253)
2228         
2229 2003-02-11 [paul]       0.8.9claws53
2230
2231         * sync with 0.8.10cvs7
2232                 see ChangeLog 2003-02-09
2233
2234 2003-02-11 [melvin]     0.8.9claws52
2235
2236         * po/fr.po
2237                 Updated French tranlsations
2238
2239 2003-02-10 [paul]       0.8.9claws51
2240
2241         * sylpheed.spec.in
2242                 correct --enable-openssl
2243                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2244
2245 2003-02-09 [martin]     0.8.9claws50
2246
2247         * src/prefs_matcher.c
2248                 fix segfault in prefs_matcher_substitute_cb() when
2249                 no row is selected
2250
2251 2003-02-09 [paul]       0.8.9claws49
2252
2253         * src/folderview.c
2254                 fix bug where a newsgroup folder's processing rules were
2255                 merged with the global filtering rules when the newsgroup
2256                 folder was deleted, causing some seriously bad results,
2257                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2258
2259 2003-02-08 [melvin]     0.8.9claws48
2260
2261         * src/compose.c
2262                 Corrected and modified an alert message.
2263
2264 2003-02-07 [paul]       0.8.9claws47
2265
2266         * src/folderview.c
2267                 fix bug where both an 'Account properties' window and a
2268                 'Folder properties' window were opened when clicking on
2269                 'Properties' in an NNTP or IMAP folder's popup menu.
2270
2271 2003-02-07 [paul]       0.8.9claws46
2272
2273         * sync with 0.8.10cvs6
2274                 see ChangeLog 2003-02-06
2275
2276 2003-02-06 [christoph]  0.8.9claws45
2277
2278         * src/mbox.c
2279                 freeze folder updates while importing mbox files
2280                 (closes bug 43 importing mbox took hours)
2281                 
2282         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2283
2284 2003-02-06 [thorsten]   0.8.9claws44
2285
2286         * po/de.po
2287                 Updated german translations
2288
2289 2003-02-06 [thorsten]   0.8.9claws43
2290
2291         * src/news.h
2292                 use guint for message numbers (fix count in grouplist dialog)
2293
2294 2003-02-05 [paul]       0.8.9claws42
2295
2296         * sync with 0.8.10cvs2
2297                 see ChangeLog 2003-02-05
2298
2299 2003-02-04 [colin]      0.8.9claws41
2300
2301         * src/prefs_common.[ch]
2302           src/procmsg.c
2303           src/summaryview.c
2304                 Add an option to disable threading by subject
2305
2306 2003-02-04 [christoph]  0.8.9claws40
2307
2308         * src/inc.c
2309                 only abort fetching mails from multiple accounts when the
2310                 error is fatal and does not allow to check any more accounts
2311                 (currently only disk full error)
2312
2313         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2314          receive mails for other accouts)
2315
2316 2003-02-04 [christoph]  0.8.9claws39
2317
2318         * src/folder.c
2319                 first add the new message to the cache, then
2320                 send the update notification
2321
2322         (closes bug 39 after sending message folderview doesnt get updated)
2323
2324 2003-02-04 [colin]      0.8.9claws38
2325
2326         * src/inc.c
2327                 _really_ fix this Connecting... status
2328
2329 2003-02-04 [paul]       0.8.9claws37
2330
2331         * sync with 0.8.10
2332                 see ChangeLog 2003-02-04
2333
2334 2003-02-04 [paul]       0.8.9claws36
2335
2336         * sync with 0.8.9cvs6
2337                 see ChangeLog 2003-02-03
2338
2339 2003-02-04 [paul]       0.8.9claws35
2340
2341         * po/pt_BR.po
2342                 updated by André Filipe de Assunção e Brito 
2343                 <bedecko@netsite.com.br>
2344
2345 2003-02-03 [thorsten]   0.8.9claws34
2346
2347         * po/de.po
2348                 Updated german translations
2349
2350 2003-02-02 [paul]       0.8.9claws33
2351
2352         * po/es.po
2353                 updated by Ricardo Mones Lastra
2354
2355 2003-02-02 [thorsten]   0.8.9claws32
2356
2357         * src/mh.c
2358                 Fix mh_get_msginfo() segfault if file is inaccessible
2359
2360 2003-01-31 [colin]      0.8.9claws31
2361
2362         * src/procheader.c
2363                 Fix last commit's bug
2364
2365 2003-01-31 [colin]      0.8.9claws30
2366
2367         * src/procheader.c
2368                 Missing a change for gpg-signed messages
2369
2370 2003-01-31 [paul]       0.8.9claws29
2371
2372         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2373           src/procheader.c
2374           src/stock_pixmap.[ch]
2375           src/summaryview.c
2376                 indicate GnuPG signed messages by displaying an icon
2377                 in the Attachment column.
2378
2379 2003-01-31 [paul]       0.8.9claws28
2380
2381         * sync with 0.8.9cvs4
2382                 see ChangeLog 2003-01-31
2383
2384 2003-01-31 [alfons]     0.8.9claws27
2385
2386         * src/textview.c
2387                 tune URI parser to accept mailto URLs with a '?'
2388                 (patch from Ruslan Balkin)
2389
2390 2003-01-31 [colin]      0.8.9claws26
2391
2392         * src/summaryview.c
2393                 Fix a leak introduced in claws24
2394
2395 2003-01-31 [colin]      0.8.9claws25
2396
2397         * src/summaryview.c
2398                 Freeze/Thaw folder updates when deleting dups
2399
2400 2003-01-31 [colin]      0.8.9claws24
2401         
2402         * src/addr_compl.c
2403           src/summaryview.c
2404           src/msgcache.c
2405                 little speed improvements
2406
2407 2003-01-31 [colin]      0.8.9claws23
2408
2409         * src/summaryview.c
2410                 Fix segfault when forwarding nothing
2411                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2412                 
2413 2003-01-30 [paul]       0.8.9claws22
2414
2415         * sync with 0.8.9cvs3
2416                 see ChangeLog 2003-01-30
2417
2418 2003-01-30 [paul]       0.8.9claws21
2419
2420         * sync with 0.8.9cvs2
2421                 see ChangeLog 2003-01-30
2422
2423 2003-01-29 [paul]       0.8.9claws20
2424
2425         * sync with 0.8.9cvs1
2426                 see ChangeLog 2003-01-29
2427
2428 2003-01-28 [paul]       0.8.9claws19
2429
2430         * po/POTFILES.in
2431                 update to reflect changes. 
2432                 thanks to Ricardo Mones Lastra
2433
2434 2003-01-27 [christoph]  0.8.9claws18
2435
2436         * ac/openssl.m4
2437         * ac/spamassassin.m4
2438         * src/plugins/spamassassin/README
2439         * src/plugins/spamassassin/libspamc.[ch]
2440         * src/plugins/spamassassin/utils.[ch]
2441                 updated to latest libspamc
2442
2443 2003-01-27 [christoph]  0.8.9claws17
2444
2445         * src/folder.c
2446                 fix wrong use of procheader_get_header_fields
2447
2448 2003-01-27 [christoph]  0.8.9claws16
2449
2450         * src/news.c
2451         * src/prefs_account.[ch]
2452         * src/common/nntp.[ch]
2453                 allow to force authentication for NNTP servers
2454
2455         Patch submitted by Florian Mickler <dmk@d-labs.de>
2456
2457 2003-01-26 [paul]       0.8.9claws15
2458
2459         * src/summaryview.c
2460                 speed up of marking messages as read
2461                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2462
2463 2003-01-26 [christoph]  0.8.9claws14
2464
2465         * src/Makefile.am
2466         * src/mgutils.[ch]              ** REMOVE **
2467         * src/xml.[ch]                  ** REMOVE **
2468         * src/xmlprops.[ch]             ** REMOVE **
2469         * src/common/Makefile.am
2470         * src/common/mgutils.[ch]       ** NEW **
2471         * src/common/xml.[ch]           ** NEW **
2472         * src/common/xmlprops.[ch]      ** NEW **
2473                 move xml files to common directory
2474
2475 2003-01-26 [christoph]  0.8.9claws13
2476
2477         * src/plugins/spamassassin/spamassassin_gtk.c
2478                 only set gtk entry text if string is available
2479
2480 2003-01-26 [melvin]     0.8.9claws12
2481
2482         * src/description_window.c
2483                 Allow resizing of the window
2484                 Allow automatic horizontal scroll bar
2485                 Do not vertically expand and fill
2486
2487 2003-01-26 [christoph]  0.8.9claws11
2488
2489         * src/Makefile.am
2490         * src/gtkutils.[ch]             ** REMOVE **
2491         * src/common/sylpheed.c
2492         * src/gtk/Makefile.am
2493         * src/gtk/description_window.c
2494         * src/gtk/gtkutils.[ch]         ** NEW **
2495         * src/gtk/prefswindow.c
2496                 move gtkutils to gtk directory
2497
2498 2003-01-26 [paul]       0.8.9claws10
2499
2500         * src/summaryview.c
2501                 rename summary_unread_clicked() to summary_status_clicked()
2502
2503 2003-01-26 [melvin]     0.8.9claws9
2504
2505         * src/prefs_actions.c
2506                 Cosmetical changes to the help text
2507
2508 2003-01-26 [paul]       0.8.9claws8
2509
2510         * src/folder.[ch]
2511           src/mainwindow.c
2512           src/prefs_common.c
2513           src/prefs_sumamry_column.c
2514           summaryview.[ch]
2515                 rename the 'Unread' column to 'Status'
2516
2517 2003-01-25 [match]      0.8.9claws7
2518
2519         * src/mgutils.[ch]
2520                 removed reference to LDAP constants. removed error2string.
2521                 included functions to support LDAP dynamic queries.
2522         * src/syldap.h
2523                 moved LDAP constants here.
2524         * src/addressbook.c
2525         * src/addrindex.c
2526         * src/importldif.c
2527                 removed references to LDAP constants and references to
2528                 error2string.
2529
2530 2003-01-25 [paul]       0.8.9claws6
2531
2532         * src/summaryview.c
2533                 summary_thread_build(), summary_thread_init(): remove 
2534                 unneeded reference to summaryview->folder_item
2535
2536 2003-01-25 [christoph]  0.8.9claws5
2537
2538         * src/gtk/description_window.c
2539                 o allow description texts to expand over multiple columns
2540                 o translate all columns
2541         * src/prefs_actions.c
2542                 change syntax description to use new multi column feature
2543
2544         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2545
2546 2003-01-25 [match]      0.8.9claws4
2547
2548         * src/vcard.c
2549                 fixed bug with Quoted-Printable
2550
2551 2003-01-25 [paul]       0.8.9claws3
2552
2553         * src/folder.[ch]
2554           src/summaryview.[ch]
2555                 implement per-folder collapsed/expanded threads setting
2556                 
2557         * src/prefs_common.c
2558                 remove global collapsed/expanded threads option
2559
2560 2003-01-25 [christoph]  0.8.9claws2
2561
2562         * po/POTFILES.in
2563                 add pluginwindow and prefswindow
2564         * src/compose.c
2565                 make send respond correctly to messages that could be added
2566                 to the queue folder, but the UID of the message is unknown
2567         * src/folder.c
2568         * src/imap.c
2569                 don't return guessed UIDs in imap_add_msg anymore. We return
2570                 0 to tell the folder system it was appened but the UID is
2571                 unknown. Folder system now get's the UID by scaning the folder
2572                 and searching the cache for the Message-ID
2573                 (closes bug #29 Messages queued, but not sent)
2574
2575 2003-01-25 [paul]       0.8.9claws1
2576
2577         * src/codeconv.c
2578                 conv_encode_header():  fix bug when long headers with 8-bit
2579                 characters are used, so that the encoded words are wrapped.
2580                 If the space in the original text falls on the wrap boundary,
2581                 it can be lost.
2582                 Patch by Sergey Vlasov.
2583                 
2584         * src/folderview.c
2585                  fix bug where a change to the sorting method or thread view
2586                  of a folder's messages is lost if simpify-subject is set and
2587                  toggled on or off.
2588                  Patch by Luke Plant.
2589
2590 2003-01-24 [paul]       0.8.9claws
2591
2592         * sylpheed-0.8.9claws released
2593         
2594         * Makefile.am
2595           sylpheed.spec.in
2596                 remove reference to 'INSTALL.jp'
2597
2598 2003-01-23 [paul]       0.8.8claws128
2599
2600         * po/es.po
2601           po/it.po
2602           po/ru.po
2603           po/sr.po
2604                 updated translations. submitted by Ricardo Mones Lastra,
2605                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2606
2607 2003-01-23 [colin]      0.8.8claws127
2608
2609         * src/compose.c
2610                 Fix drafted and queued news articles re-edition
2611
2612 2003-01-23 [melvin]     0.8.8claws126
2613
2614         * po/fr.po
2615                 Updated French translations
2616
2617 2003-01-23 [colin]      0.8.8claws125
2618
2619         * src/inc.c
2620                 Fix "Connecting to..." status message
2621
2622 2003-01-22 [paul]       0.8.8claws124
2623
2624         * po/bg.po
2625                 updated by George Danchev
2626                 
2627         * src/folder.c
2628                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2629                 and folder deletion
2630
2631 2003-01-21 [paul]       0.8.8claws123
2632
2633         * po/bg.po
2634                 updated by George Danchev
2635                 
2636         * src/about.c
2637                 its now 2003
2638                 
2639         * src/toolbar.c
2640                 don't translate 'Separator'
2641                 
2642         * src/plugins/spamassassin/Makefile.am
2643                 add aspell to CPPFLAGS
2644                 
2645         * src/plugins/spamassassin/spamassassin.c
2646           src/plugins/spamassassin/spamassassin_gtk.c
2647                 set correct default for spamassassin_receive_spam
2648                 slightly re-word descriptions and some
2649                 other minor changes
2650
2651 2003-01-19 [alfons]     0.8.8claws122
2652                 
2653         * src/mimeview.c
2654                 mimeview_save_as(): we might as well show the file name for
2655                 the single case "Save As" too
2656
2657 2003-01-19 [alfons]     0.8.8claws121
2658
2659         * src/crash.c
2660                 change bug tracker URL to bugzilla URL
2661
2662 2003-01-19 [alfons]     0.8.8claws120
2663
2664         * src/mimeview.c
2665                 mimeview_save_all(): display name of file before overwriting;
2666                 continue saving all, even when one overwrite was cancelled
2667
2668 2003-01-19 [christoph]  0.8.8claws119
2669
2670         * src/summaryview.c
2671         * src/procmsg.[ch]
2672                 fix wrong usage of procmsg_find_children in summaryview
2673                 by using procmsg_update_unread_children instead of
2674                 summaryview_update_unread_children
2675
2676 2003-01-19 [christoph]  0.8.8claws118
2677
2678         * src/procmsg.c
2679                 fix infinite loop in procmsg_find_children
2680                  (closes bug #25 sylpheed crashes on delete.)
2681
2682         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2683
2684 2003-01-19 [paul]       0.8.8claws117
2685
2686         * po/pt_BR.po
2687                 updated by Ivan Francolin Martinez
2688
2689 2003-01-18 [melvin]     0.8.8claws116
2690
2691         * src/prefs_actions.c
2692                 Removed syntax limitation of only one '&' at the end of command.
2693                         Now actions that contain '>/dev/null 2>&1' are possible.
2694
2695 2003-01-18 [melvin]     0.8.8claws115
2696
2697         * src/prefs_actions.c
2698                 Actions IO dialog: when the action ends
2699                 the "Close" button now has focus and [Escape] closes the
2700                 window.
2701
2702 2003-01-18 [christoph]  0.8.8claws114
2703
2704         * src/procmsg.c
2705                 o add debug output when MsgInfos are really freed
2706                 o free GSLists in procmsg_find_children and
2707                   procmsg_update_unread_children
2708
2709 2003-01-18 [christoph]  0.8.8claws113
2710
2711         * src/mainwindow.c
2712                 reorder Configuration menu
2713
2714 2003-01-18 [christoph]  0.8.8claws112
2715
2716         * src/compose.c
2717                 fix applying templates to forwarded messages
2718
2719         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2720
2721 2003-01-17 [christoph]  0.8.8claws111
2722
2723         * src/folder.c
2724                 destroy folder items, when a folder item is removed
2725
2726 2003-01-17 [christoph]  0.8.8claws110
2727
2728         * src/folder.c
2729                 fix wrong folder stats update when ignored message is
2730                 deleted
2731
2732 2003-01-17 [colin]      0.8.8claws109
2733         
2734         * src/mainwindow.c
2735         * src/summaryview.c
2736                 Quicksearch bugfixes: 
2737                 - hide help button at startup if not extended
2738                 - switch to extended when looking for replies
2739
2740 2003-01-17 [paul]
2741
2742         * sync with 0.8.9 release
2743
2744 2003-01-17 [paul]       0.8.8claws108
2745
2746         * sync with 0.8.8cvs11
2747                 see ChangeLog 2003-01-17
2748
2749 2003-01-16 [colin]      0.8.8claws107
2750
2751         * src/procmsg.c
2752                 Changed encryption test to re-ask passphrase
2753                 if an encrypted message hasn't been decrypted
2754                 Fixes bug #5
2755
2756 2003-01-16 [christoph]  0.8.8claws106
2757
2758         * src/prefs_gtk.c
2759         * src/prefs_toolbar.c
2760         * src/gtk/prefswindow.h
2761         * src/plugins/spamassassin/spamassassin_gtk.c
2762                 remove page destroy function that is not used anymore
2763
2764 2003-01-16 [paul]       0.8.8claws105
2765
2766         * sync with 0.8.8cvs9
2767                 see ChangeLog 2002-01-16
2768
2769 2003-01-16 [colin]      0.8.8claws104
2770
2771         * src/compose.[ch]
2772                 Fix bug with autosaved drafts for IMAP, when draft
2773                 folder is specified - fixes bugzilla bug #20
2774
2775 2003-01-15 [paul]       0.8.8claws103
2776
2777         * src/compose.[ch]
2778           src/procmsg.c
2779                 store folder and message-id of message forwarding
2780                 in queue header and set forward flag after sending
2781
2782 2003-01-15 [paul]       0.8.8claws102
2783
2784         * sync with 0.8.8cvs8
2785                 see ChangeLog 2002-01-15
2786
2787 2003-01-15 [colin]      0.8.8claws101
2788
2789         * src/Makefile.am
2790                 Fix linking with GNU libiconv
2791
2792 2003-01-15 [darko]      0.8.8claws100
2793
2794         * src/pine.c
2795                 fix crash when importing pine address book
2796                 entry with an empty name (reported by DY
2797                 <dybulk at tri8.net>)
2798
2799 2003-01-14 [paul]       0.8.8claws99
2800
2801         * configure.in  ** REMOVED **
2802           configure.ac  ** NEW FILE **
2803                 rename configure.in to configure.ac, as it is now
2804                 preferred
2805
2806 2003-01-14 [melvin]     0.8.8claws98
2807
2808         * src/folderview.c
2809                 folderview_check_new(): More precise function description
2810
2811 2003-01-14 [melvin]     0.8.8claws97
2812
2813         * src/folderview.c
2814                 folderview_check_new(): return the number of new messages 
2815                         since last check.
2816         * src/inc.c
2817                 inc_account_mail(): Disable counting of new messages for IMAP
2818                         and NNTP until bug [19] and [14] are fixed.
2819
2820 2003-01-14 [paul]       0.8.8claws96
2821
2822         * sync with 0.8.8cvs6
2823                 see ChangeLog 2003-01-14
2824
2825 2003-01-13 [alfons]     0.8.8claws95
2826
2827         * src/textview.c
2828                 tune email address validation (c. 0.8.8claws89): if . is 
2829                 just one char away from @, the address is invalid too 
2830                 (correctly rejects addresses like foo@.com)
2831
2832 2003-01-13 [paul]       0.8.8claws94
2833
2834         * src/messageview.c
2835           src/toolbar.c
2836                 fixes to the Message View toolbar and menu:
2837                 fix non-functioning Forward button
2838                 make Reply button consider default_reply_list
2839                 remove 'Follow-up...' menu entry
2840                 add 'Forward' and 'Redirect' menu entries
2841
2842 2003-01-13 [melvin]     0.8.8claws93
2843
2844         * src/inc.c
2845                 Fixed typo that could make new messages count incorrect.
2846
2847 2003-01-13 [melvin]     0.8.8claws92
2848
2849         * src/folderview.[ch]
2850                 folderview_check_new(): return the number of new messages.
2851         * src/inc.c
2852                 Should fix bug [14] where new mail notification worked 
2853                         incorrectly with IMAP accounts.
2854                 inc_spool_account(): return number of new msgs, or -1 on error
2855                 inc_all_spool(): return number of new msgs
2856                 
2857 2003-01-13 [melvin]     0.8.8claws91
2858
2859         * src/prefs_actions.c
2860                 Justify help text.
2861
2862 2003-01-12 [thorsten]   0.8.8claws90
2863
2864         * src/common/prefs.c
2865                 close file before rename
2866
2867 2003-01-12 [alfons]     0.8.8claws89
2868
2869         * AUTHORS
2870                 add Christian Mertes
2871         * src/common/utils.[ch]
2872                 g_stricase_hash(), g_stricase_equal(): functions for 
2873                 case insensitive hash tables
2874         * src/textview.c
2875                 use top level domain names to validate email address, based
2876                 on a patch by Christian Mertes (thanks!), but changed 
2877                 implementation to use a hash table 
2878
2879 2003-01-12 [paul]       0.8.8claws88
2880
2881         * po/bg.po
2882                 updated by George Danchev
2883
2884 2003-01-12 [alfons]     0.8.8claws87
2885
2886         * src/summaryview.c
2887                 delete / execute performance: use new style folder update
2888
2889 2003-01-12 [paul]       0.8.8claws86
2890
2891         * sync with 0.8.8cvs5
2892                 see ChangeLog 2003-01-13 (!)
2893
2894 2003-01-12 [alfons]     0.8.8claws85
2895
2896         * src/filtering.c
2897         * src/matcher_parser_parse.y
2898                 prepare change_score filtering action
2899         * src/matcher.[ch]
2900                 give up const-correctness on functions that call non-const-correct functions;
2901                 several casts to gpointer in g_free();
2902                 add change_score;
2903
2904 2003-01-12 [christoph]  0.8.8claws84
2905
2906         * src/compose.c
2907                 fix 2 warnings
2908
2909         * src/gtk/prefswindow.[ch]
2910         * src/plugins/spamassassin/spamassassin_gtk.c
2911                 changed the call of the widget create function
2912                 for PrefsPages, because sometimes the widget
2913                 create function needs a widget that already has
2914                 been attached to a window (to create GDK pixmaps
2915                 for exmaple). So we simply pass the GtkWindow as
2916                 the second parameter now.
2917
2918         * src/main.c
2919         * src/mainwindow.c
2920         * src/prefs_toolbar.[ch]
2921                 rewrite Toolbar Preferences using the new
2922                 prefs window
2923
2924 2003-01-11 [alfons]     0.8.8claws83
2925
2926         * src/addressadd.c
2927                 fix crash when adding sender to addressbook because status bar
2928                 isn't there (the status bar doesn't seem to be used though,
2929                 but I'll let Match decide what to do with it)
2930
2931 2003-01-11 [colin]      0.8.8claws82
2932
2933         * src/main.c
2934           src/toolbar.c
2935                 Two useless changes reversed
2936
2937 2003-01-11 [colin]      0.8.8claws81
2938
2939         * src/mainwindow.c
2940           src/mainwindow.h
2941                 Add mainwindow_get_mainwindow()
2942         * src/alertpanel.c
2943           src/alertpanel.h
2944                 Add alertpanel_error_log() 
2945         * src/compose.c
2946           src/inc.c
2947           src/messageview.c
2948           src/toolbar.c
2949           src/main.c
2950           src/procmsg.c
2951                 Network errors get a View Log button
2952
2953 2003-01-10 [alfons]     0.8.8claws80
2954
2955         * src/prefs_toolbar.c
2956         * src/toolbar.c
2957                 use the translatable string for "Separator" as file name for
2958                 separator toolbar items (probably make this uppercase?)
2959
2960 2003-01-10 [alfons]     0.8.8claws79
2961
2962         * src/prefs_toolbar.c
2963                 put right A_SEPARATOR description string in "displayed
2964                 toolbar items list" so manually added separators are
2965                 saved correctly (bug #10, "Adding a separator to the main 
2966                 toolbar fails, entry in xml file is wrong")
2967
2968 2003-01-10 [christoph]  0.8.8claws78
2969
2970         * src/imap.c
2971                 o fix warnings
2972                 o use CAPABILITY to check if NAMESPACE is available
2973
2974 2003-01-10 [christoph]  0.8.8claws77
2975
2976         * src/imap.[ch]
2977                 apply UIDPLUS IMAP extension support patch
2978
2979         Patch submitted by Simon 'corecode' Schubert
2980
2981 2003-01-10 [paul]       0.8.8claws76
2982
2983         * src/folderview.c
2984                 a sync from main which fixes the news account folders'
2985                 Properties bug
2986
2987 2003-01-10 [christoph]  0.8.8claws75
2988
2989         * src/folder.c
2990                 don't accept 0 as a valid uid returned by copy and move
2991                 functions. 0 means the message was copied or moved but the
2992                 new uid could not be fetched. It is not an error condition
2993                 for the copy or move operation.
2994
2995 2003-01-10 [paul]       0.8.8claws74
2996
2997         * src/prefs_filtering.c
2998                 change English used in Alert when entry is not
2999                 saved.
3000                 
3001         * sync with 0.8.8cvs4
3002                 see ChangeLog 2003-01-10
3003
3004 2003-01-10 [darko]      0.8.8claws73
3005
3006         * src/pine.c
3007                 fix crash when importing address book entry
3008                 without a valid address
3009
3010 2003-01-09 [alfons]     0.8.8claws72
3011
3012         * src/inc.c
3013                 filtering performance: use new style folder update
3014
3015 2003-01-09 [christoph]  0.8.8claws71
3016
3017         * src/compose.c
3018         * src/gtk/menu.[ch]
3019                 fix wrong selecting of mime encoding type, when
3020                 opening property dialog of attachments in the
3021                 compose window. 7bit was always selected and that
3022                 destoryed files with 8bit data.
3023                 (closes bug #9 Sylpheed-claws destroys attachments when
3024                  changing MIME-types)
3025
3026 2003-01-09 [paul]       0.8.8claws70
3027
3028         * sync with 0.8.8cvs3
3029                 see ChangeLog 2003-01-09
3030
3031 2003-01-08 [alfons]     0.8.8claws69
3032         
3033         * src/addressadd.c
3034                 apply patch by Kim Schulz to fix build breakage
3035                 because of missing variable
3036
3037 2003-01-08 [paul]       0.8.8claws68
3038
3039         * sync with 0.8.8cvs2
3040                 see ChangeLog 2002-01-08
3041
3042 2003-01-08 [paul]       0.8.8claws67
3043
3044         * po/it.po
3045                 updated by Alessandro Maestri
3046                 
3047         * src/addressadd.c
3048                 when using 'Add sender to addressbook' allow
3049                 name to be edited and remarks to be entered
3050                 Patch submitted by Luke Plant
3051
3052 2003-01-08 [darko]      0.8.8claws66
3053
3054         * README.claws, src/summaryview.c
3055                 fix description for marked messages
3056
3057 2003-01-08 [paul]
3058
3059         * tools/Makefile.am
3060           tools/launch_phoenix  ** NEW FILE **
3061                 add script that enables using Phoenix as the default
3062                 web browser. 
3063                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3064                 
3065         * tools/OOo2sylpheed.pl
3066                 remove full path to sylpheed executable, just 'sylpheed'
3067                 will do
3068                 
3069         * tools/README
3070                 add launch_phoenix informtion and re-arrange and compress
3071                 the data a little
3072
3073 2003-01-07 [christoph]  0.8.8claws65
3074
3075         * src/folder.c
3076                 fix update for source folder when moving messages
3077         * src/procmsg.[ch]
3078         * src/summaryview.c
3079                 use function to set to_folder for message infos and
3080                 automatically update the op_count for old and new
3081                 folder
3082
3083 2003-01-07 [melvin]     0.8.8claws64
3084
3085         * src/prefs_actions.c
3086                 Fixed bug where an '%p' Action on a displayed image crashed 
3087                         Sylpheed
3088                 Code clean up (get rid of duplicated code and removed unnecessary 
3089                                 structure member)
3090
3091 2003-01-07 [christoph]  0.8.8claws63
3092
3093         * src/compose.c
3094         * src/folder.[ch]
3095         * src/folderview.c
3096         * src/import.c
3097         * src/inc.c
3098         * src/main.c
3099         * src/mainwindow.c
3100         * src/messageview.c
3101         * src/prefs_folder_item.c
3102         * src/procmsg.c
3103         * src/summaryview.c
3104         * src/toolbar.c
3105                 o remove all folder update triggering from the UI code. The folder
3106                   system should know much better when a folder needs an update.
3107                 o to prevent multiple updates in a row the folder updates can be
3108                   frozen for some time.
3109
3110                 Note: - Please verify that no updates are missing
3111                       - Check where freeze/thaws should be added
3112
3113 2003-01-07 [christoph]  0.8.8claws62
3114
3115         * src/prefs_actions.c
3116                 don't translate empty strings
3117
3118         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3119
3120 2003-01-06 [christoph]  0.8.8claws61
3121
3122         * src/prefs_actions.c
3123                 mark strings for gettext
3124         * src/prefs_matcher.c
3125                 use new description window for Execute action and
3126                 match condition in Filtering
3127
3128         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3129
3130 2003-01-06 [alfons]     0.8.8claws60
3131
3132         keep myself inspired to re-organize matcher part 8; 
3133         yes, more to come (I need to move out the descriptive
3134         text for actions to matcher.c, or at least make it not
3135         depend on the wicked ordering)
3136
3137         * src/prefs_matcher.c
3138                 add documentation so others may comprehend the
3139                 UI part of the conditions
3140                 
3141 2003-01-06 [christoph]  0.8.8claws59
3142
3143         * src/prefs_actions.c
3144                 use new description window for syntax help
3145         * src/gtk/description_window.c
3146                 fix display of descriptions with column count != 2
3147
3148         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3149
3150 2003-01-06 [christoph]  0.8.8claws58
3151
3152         * src/quote_fmt.c
3153         * src/summaryview.[ch]
3154         * src/gtk/Makefile.am
3155         * src/gtk/description_window.[ch]       ** NEW **
3156                 use a generic window to display syntax descriptions
3157                 currently used in quote_fmt and summaryview (new description
3158                 for extended quick search)
3159
3160         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3161
3162 2003-01-06 [paul]       0.8.8claws57
3163
3164         * sync with 0.8.8cvs1
3165                 see ChangeLog 2003-01-06
3166
3167 2003-01-06 [christoph]  0.8.8claws56
3168
3169         * src/mainwindow.c
3170         * src/prefs_gtk.[ch]
3171         * src/gtk/prefswindow.[ch]
3172         * src/plugins/spamassassin/spamassassin_gtk.c
3173                 o remove page management from prefswindow, pages
3174                   will be an argument to prefswindow_open
3175                 o prefswindow_open gets a datapointer that is
3176                   passed to the widget_create function to allow
3177                   creation of prefswindow for specific items
3178
3179 2003-01-06 [colin]      0.8.8claws55
3180         
3181         * src/summaryview.c
3182                 We don't want regexp in the reply-finder, 
3183                 because MIDs can contain !,$,. and so on
3184
3185 2003-01-06 [jens]       0.8.8claws54
3186
3187         * src/jpilot.c
3188                 fixed a wrong free in jpilot_read_db_files
3189
3190 2003-01-06 [alfons]     0.8.8claws53
3191
3192         re-organize matcher part 8; more to come
3193        
3194         * src/matcher.c
3195                 matcherprop_to_string(): put g_free()s before the
3196                 switch-case break to fix memleaks                
3197
3198 2003-01-06 [colin]      0.8.8claws52
3199
3200         * src/summaryview.c
3201                 cleanup & reply-finder now displays the first 
3202                 matching message
3203
3204 2003-01-05 [alfons]     0.8.8claws51
3205
3206         re-organize matcher part 7; more to come
3207
3208         * src/matcher.[ch]
3209                 fixes for constant correctness;
3210                 more documentation;
3211
3212 2003-01-05 [alfons]     0.8.8claws50
3213
3214         re-organize matcher part 6; more to come
3215         
3216         * src/matcher.[ch]
3217                 fixes for constant correctness;
3218                 more documentation;
3219         * src/filtering.c
3220                 fix for constant correctness
3221
3222 2003-01-05 [colin]      0.8.8claws49
3223
3224         * src/account.[ch]
3225                 Add account_get_reply_account function
3226         * src/compose.c
3227                 Use account_get_reply_account function 
3228         * src/summaryview.c
3229                 Basic reply-finder - click on the replied
3230                 icon gets you to the outbox using quick-search
3231
3232 2003-01-05 [paul]       0.8.8claws48
3233
3234         * src/prefs_common.c
3235                 small change to English
3236                 
3237         * src/prefs_filtering.c
3238                 prefs_filtering_action_select(): improve logic and uniformity
3239                 of gui
3240
3241 2003-01-05 [alfons]     0.8.8claws47
3242
3243         fine tune solution to focus problems (bug #7)
3244
3245         * src/mainwindow.c
3246                 mainwindow_focus_in_event(): remove grab event check
3247         * src/summaryview.c
3248                 summary_button_pressed(): move selection on right-click
3249                 too. we can't possibly move the selection back after
3250                 canceling a dialog, because gtk's incomplete focus 
3251                 management. whether this is a good solution, only time
3252                 will tell.
3253
3254 2003-01-05 [christoph]  0.8.8claws46
3255
3256         * src/imap.c
3257                 fix crash when no imap connection could be established
3258
3259 2003-01-05 [paul]       0.8.8claws45
3260
3261         * src/mainwindow.c
3262           src/sumamryview.c
3263           src/gtk/menu.[ch]
3264                 fix bug 605957 'shortcuts in popup-menu'
3265                 make user-defined shortcuts work
3266                 show shortcuts that are already defined
3267                 in the main menu
3268                 Patch submitted by Luke Plant
3269
3270 2003-01-05 [alfons]     0.8.8claws44
3271
3272         * src/mainwindow.c
3273                 focus_in_event handler should not select summary view row 
3274                 when another window (menu, dialog) grabbed for events 
3275                 (bug #7, "[0.8.8claws42] Message summary focus") 
3276
3277 2003-01-04 [christoph]  0.8.8claws43
3278
3279         * src/procmsg.c
3280                 update save folder after adding the sent message
3281                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3282
3283 2003-01-02 [christoph]  0.8.8claws42
3284
3285         * src/common/plugin.c
3286                 fix unloading of all plugins and unload
3287                 plugins in reverse order
3288                 
3289         * src/gtk/pluginwindow.c
3290                 implement function of load and unload button
3291
3292         * src/gtk/prefswindow.c
3293         * src/gtk/prefswindow.h
3294                 rename register function and add new unregister
3295                 function
3296
3297         * src/plugins/spamassassin/spamassassin_gtk.c
3298                 unregister prefs page and update for changes in
3299                 src/gtk/prefswindow.c
3300
3301 2003-01-02 [paul]       0.8.8claws41
3302
3303         * po/es.po
3304                 updated by Ricardo Mones Lastra
3305
3306 2003-01-02 [paul]
3307
3308         * tools/tb2sylpheed
3309                 fixes and improvements by Urke MMI
3310
3311 2003-01-02 [thorsten]   0.8.8claws40
3312
3313         * src/procmsg.c
3314                 fixed wrong return value
3315
3316 2003-01-02 [thorsten]   0.8.8claws39
3317
3318         * src/prefs.c
3319                 fixed printing wrong variable
3320
3321 2003-01-02 [thorsten]   0.8.8claws38
3322
3323         * src/prefs.c
3324                 fixed acessing members of freed pfile struct
3325
3326 2003-01-02 [thorsten]   0.8.8claws37
3327
3328         * src/procmsg.c
3329                 detect loops across several messages
3330                 as suggested by Christoph Hohmann
3331
3332 2003-01-01 [match]      0.8.8claws36
3333
3334         * src/addrindex.c
3335                 fixed another memory leak.
3336
3337 2003-01-01 [match]      0.8.8claws35
3338
3339         * src/jpilot.[ch]
3340                 fixed memory leaks. applied Doxygen comments.
3341
3342 2003-01-01 [thorsten]   0.8.8claws34
3343
3344         * src/procmsg.c
3345                 inhibit endless loop if msg references itself
3346                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3347
3348 2003-01-01 [christoph]  0.8.8claws33
3349
3350         * src/mainwindow.c
3351         * src/gtk/Makefile.am
3352         * src/gtk/pluginwindow.c                ** NEW **
3353         * src/gtk/pluginwindow.h                ** NEW **
3354                 add plugin window
3355
3356         * src/plugins/demo/demo.c
3357         * src/plugins/spamassassin/spamassassin.c
3358         * src/plugins/spamassassin/spamassassin_gtk.c
3359                 write better plugin descriptions
3360
3361 2002-12-31 [christoph]  0.8.8claws32
3362
3363         * src/gtk/prefswindow.c
3364         * src/plugins/spamassassin/spamassassin_gtk.c
3365                 some small improvements to GTK code
3366
3367 2002-12-31 [christoph]  0.8.8claws31
3368
3369         * src/plugins/spamassassin/spamassassin_gtk.c
3370                 enable folder select button
3371
3372 2002-12-31 [christoph]  0.8.8claws30
3373
3374         * src/mainwindow.c
3375         * src/gtk/Makefile.am
3376         * src/gtk/prefswindow.c                         ** NEW **
3377         * src/gtk/prefswindow.h                         ** NEW **
3378                 add new prefs window
3379
3380         * src/common/plugin.c
3381                 don't try to load empty config lines
3382         
3383         * src/plugins/spamassassin/Makefile.am
3384         * src/plugins/spamassassin/spamassassin.c
3385         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3386         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3387                 GTK config for SpamAssassin Plugin using
3388                 the new prefs window
3389
3390 2002-12-31 [paul]       0.8.8claws29
3391
3392         * po/POTFILES.in
3393                 remove obsolete entry 'src/menu.c'
3394
3395 2002-12-31 [alfons]     0.8.8claws28
3396
3397         * src/matcher.[ch]
3398         * src/matcher_parser_parse.y
3399         * src/prefs_matcher.c
3400                 add "ignore_thread" and "~ignore_thread" condition so it's
3401                 possible to make the actions / scoring operate on the ignore
3402                 thread flag
3403
3404 2002-12-31 [christoph]  0.8.8claws27
3405
3406         * src/addrbook.c
3407         * src/addrindex.c
3408         * src/folder.c
3409         * src/matcher.c
3410         * src/prefs_account.c
3411         * src/prefs_actions.c
3412         * src/prefs_customheader.c
3413         * src/prefs_display_header.c
3414         * src/prefs_gtk.c
3415         * src/procmime.c
3416         * src/toolbar.c
3417         * src/xmlprops.c
3418         * src/common/prefs.[ch]
3419                 extend prefs file handling for reading and automatic handling
3420                 of blocks. When reading prefs_set_block_label will automatically
3421                 move on to the block. When writing it will copy all other blocks
3422                 automatically
3423
3424         * src/common/plugin.c
3425                 Now loading plugin filenames from [Plugins] block in
3426                 sylpheed rc file
3427
3428 2002-12-30 [christoph]  0.8.8claws26
3429
3430         * src/common/hooks.[ch]
3431                 return abort status to caller of hooks_invoke
3432                 
3433         * src/inc.[ch]
3434                 invoke message filtering hook and stop
3435                 default handling when filter returns abort
3436
3437         * src/common/plugin.[ch]
3438         * src/plugins/demo/demo.c
3439                 modify plugin loader, because resolving symbols for strings
3440                 does not work correctly
3441         
3442         * configure.in
3443         * ac/spamassassin.m4                            ** NEW **
3444         * src/plugins/spamassassin/.cvsignore           ** NEW **
3445         * src/plugins/spamassassin/Makefile.am          ** NEW **
3446         * src/plugins/spamassassin/README               ** NEW **
3447         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3448         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3449         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3450                 add spamassassin plugin, see src/plugins/spamassassin/README
3451                 for details
3452
3453 2002-12-29 [alfons]     0.8.8claws25
3454
3455         * src/mainwindow.c
3456                 when moving focus from a message view to the main 
3457                 window, don't forget to select the summary node
3458                 of the displayed message. should fix "[ 659103 ] 
3459                 focus-follows-mouse confuses sylpheed"
3460
3461 2002-12-29 [christoph]  0.8.8claws24
3462
3463         * src/Makefile.am
3464         * src/stringtable.[ch]          ** REMOVE **
3465         * src/common/Makefile.am
3466         * src/common/stringtable.[ch]   ** NEW **
3467                 move stringtable files to common directory
3468
3469 2002-12-29 [christoph]  0.8.8claws23
3470
3471         * src/Makefile.am
3472         * src/menu.[ch]                 ** REMOVE **
3473         * src/gtk/Makefile.am
3474         * src/gtk/menu.[ch]             ** NEW **
3475                 move menu files to gtk directory
3476
3477 2002-12-29 [match]      0.8.8claws22
3478
3479         * src/addressbook.c
3480         * src/syldap.c
3481                 moved UI specific code out of LDAP code into addressbook
3482                 UI code. fixed memory leak.
3483
3484 2002-12-29 [christoph]  0.8.8claws21
3485
3486         * src/folder.c
3487                 only check for IGNORED parent message when message is
3488                 not IGNORED itself
3489
3490 2002-12-29 [alfons]     0.8.8claws20
3491
3492         * src/summaryview.c
3493                 set gtksctree's anchor correct (immediate execute
3494                 changes the tree's layout, and anchor points at 
3495                 the incorrect row). fixes "[ 657233 ] multiple msg 
3496                 delete sometimes off by 1".
3497                 we probably have to look for more tree layout /
3498                 anchor glitches.
3499
3500 2002-12-29 [paul]       0.8.8claws19
3501
3502         * src/summaryview.c
3503                 fix bug [ 659054 ] incorrect sorting of 'From' column
3504                 when using 'display sender using address book'
3505                 thanks to Alfons and Luke Plant
3506
3507 2002-12-29 [christoph]  0.8.8claws18
3508
3509         * src/folder.c
3510         * src/procmsg.[ch]
3511                 check parent messages for IGNORE THREAD flag, when adding,
3512                 moving or copying messages to a folder
3513
3514 2002-12-27 [alfons]     0.8.8claws17
3515
3516         re-organize matcher part 5; more to come
3517
3518         * src/matcher.c
3519                 hash keywords in matchparser_tab 
3520
3521 2002-12-27 [alfons]     0.8.8claws16
3522
3523         re-organize matcher part 4; more to come
3524
3525         * src/matcher_parser.h
3526         * src/matcher_parser_lex.l
3527         * src/matcher_parser_parse.y
3528                 cleanup
3529
3530 2002-12-27 [alfons]     0.8.8claws15
3531
3532         re-organize matcher part 3; more to come
3533
3534         * src/matcher.[ch]
3535                 cleanup
3536
3537 2002-12-27 [alfons]     0.8.8claws14
3538
3539         re-organize matcher part 2; more to come but this should
3540         work. cc me if there are any regressions.
3541
3542         * src/matcher.h
3543                 add prototype for get_matchparser_tab_id()
3544         * src/matcher_parser_lex.l
3545                 look up keywords using matchparser_tab_id();
3546
3547 2002-12-27 [alfons]     0.8.8claws12
3548
3549         re-organize matcher part 1
3550
3551         * src/matcher.h
3552                 map yacc generated constants to sylpheed matcher constants
3553         * src/matcher.c
3554                 add function to find a matcher constant from a string
3555
3556 2002-12-27 [christoph]  0.8.8claws11
3557
3558         * src/compose.c
3559                 MENUITEM_ADD casts the 4th argument from integer to pointer
3560                 so it probably should not be a pointer, this means we
3561                 should use account id for it and not the account's pointer
3562
3563 2002-12-27 [paul]       0.8.8claws10
3564
3565         * src/mainwindow.c
3566                 remove unneeded 'GtkWidget *vbox'
3567                 
3568         * src/summaryview.c
3569                 further sync with 0.8.8 - make sort
3570                 by recipient work as expected
3571                 
3572         * NEWS
3573                 sync with 0.8.8
3574
3575 2002-12-27 [paul]       0.8.8claws9
3576
3577         * po/pt_BR.po
3578                 updated by Ivan F. Martinez
3579                 
3580 2002-12-27 [darko]      0.8.8claws8
3581
3582         * src/common/utils.c
3583                 added locked pattern to extended search
3584
3585 2002-12-27 [alfons]     0.8.8claws7
3586
3587         * src/prefs_matcher.[ch]
3588                 clean up
3589
3590 2002-12-26 [alfons]     0.8.8claws6
3591
3592         * src/matcher.[ch]
3593         * src/matcher_parser_lex.l
3594         * src/matcher_parser_parse.y
3595         * src/prefs_matcher.c
3596                 allow color label as a condition in the matcher
3597
3598 2002-12-26 [oliver]     0.8.8claws5
3599         
3600         * src/toolbar.c 
3601                 enable Addressbook for Main and Messageview
3602         * src/prefs_actions.c
3603                 enable actions in Messageview
3604
3605 2002-12-26 [christoph]  0.8.8claws4
3606
3607         * src/common/plugin.c
3608                 add a little debug output
3609         * configure.in
3610         * src/plugins/demo/Makefile.am
3611                 better use of automake
3612
3613 2002-12-26 [christoph]  0.8.8claws3
3614
3615         * src/Makefile.am
3616         * src/common/Makefile.am
3617                 fix "make distdir"
3618
3619 2002-12-26 [christoph]  0.8.8claws2
3620
3621         * configure.in
3622                 sort configure checks into common / gtk / plugins
3623         * po/POTFILES.in
3624                 add src/prefs_gtk.c
3625         * src/Makefile.am
3626                 add plugins SUBDIR
3627         * src/main.c
3628         * src/common/sylpheed.[ch]
3629                 added now sylpheed_done function for shutdown
3630         * src/common/Makefile.am
3631         * src/common/plugin.[ch]                ** NEW **
3632                 plugin loader and unloader
3633         * src/plugins/.cvsignore                ** NEW **
3634         * src/plugins/Makefile.am               ** NEW **
3635                 build plugins
3636         * src/plugins/demo/.cvsignore           ** NEW **
3637         * src/plugins/demo/Makefile.am          ** NEW **
3638         * src/plugins/demo/demo.c               ** NEW **
3639                 small demo plugin that installs a logtext hook and
3640                 outputs the log text to stdout
3641
3642 2002-12-26 [paul]       0.8.8claws1
3643
3644         * po/es.po
3645                 updated by Ricardo Mones Lastra
3646
3647 2002-12-26 [paul]       0.8.8claws
3648
3649         * 0.8.8claws released
3650
3651 2002-12-26 [paul]       0.8.7claws12
3652
3653         * po/bg.po
3654                 updated by George Danchev
3655
3656 2002-12-26 [paul]       0.8.7claws11
3657
3658         * po/POTFILES.in
3659                 remove unneeded 'src/prefs.c' entry 
3660
3661 2002-12-26 [paul]       0.8.7claws10
3662
3663         * src/codeconv.c
3664           src/mainwindow.c
3665                 sync with 0.8.8 release
3666         
3667         * src/folder.[ch]
3668           src/mh.c
3669           src/summaryview.c
3670                 partial sync with 0.8.8 release
3671         
3672
3673 2002-12-25 [alfons]     0.8.7claws9
3674
3675         * src/matcher.[ch]
3676         * src/matcher_parser_lex.l
3677         * src/matcher_parser_parse.y
3678         * src/prefs_matcher.c
3679                 add locked flag to possible filtering / matcher 
3680                 conditions (also a good example what should be
3681                 done to add a simple boolean condition)
3682
3683 2002-12-25 [christoph]  0.8.7claws8
3684
3685         * src/Makefile.am
3686         * src/account.[ch]
3687         * src/addrbook.c
3688         * src/addressbook.c
3689         * src/addrindex.c
3690         * src/filtering.c
3691         * src/folder.c
3692         * src/matcher.c
3693         * src/prefs.[ch]                ** REMOVE **
3694         * src/prefs_account.c
3695         * src/prefs_actions.c
3696         * src/prefs_common.c
3697         * src/prefs_customheader.c
3698         * src/prefs_display_header.c
3699         * src/prefs_filtering.c
3700         * src/prefs_folder_item.c
3701         * src/prefs_gtk.[ch]            ** NEW **
3702         * src/prefs_matcher.c
3703         * src/prefs_scoring.c
3704         * src/prefs_summary_column.c
3705         * src/procmime.c
3706         * src/selective_download.c
3707         * src/toolbar.c
3708         * src/common/Makefile.am
3709         * src/common/prefs.[ch]         ** NEW **
3710                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3711
3712 2002-12-24 [alfons]     0.8.7claws7
3713
3714         * src/summaryview.c
3715                 summary_thread_build(): fix real cause of the crash mentioned in
3716                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3717                 this way we get meaningful ctree nodes 
3718
3719 2002-12-24 [oliver]     0.8.7claws6
3720
3721         * src/mainwindow.[ch]
3722         * src/messageview.[ch]
3723         * src/compose.[ch]
3724         * src/inc.c
3725         * src/summaryview.c
3726                 changes to use updated toolbar handling
3727                 
3728 2002-12-24 [oliver]     0.8.7claws5
3729
3730         * src/toolbar.[ch]
3731                 generic toolbar handling
3732                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3733         * src/prefs_toolbar.[ch]
3734                 adjust to handling
3735         
3736 2002-12-24 [oliver]     0.8.7claws4
3737         
3738         * src/stock_pixmap.[ch]
3739                 move SYLPHEED_LOGO to end of list in order 
3740                 to remove it from Custom Toolbar`s Icon View
3741
3742 2002-12-24 [alfons]     0.8.7claws3
3743
3744         * src/summaryview.c
3745                 summary_thread_build(): fix crash because of focus != selection 
3746                 after threading. when deleting the selection, gtk tries but fails 
3747                 to find the correct focusable element. we now force the selection
3748                 to be focused. this should solve the infamous bug reported by 
3749                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3750                 a test case is available. 
3751
3752 2002-12-24 [darko]      0.8.7claws2
3753
3754         * src/summaryview.c
3755                 don't crash when unmarking message with unread children
3756
3757 2002-12-23 [christoph]  0.8.7claws1
3758
3759         * src/Makefile.am
3760         * src/common/Makefile.am
3761                 update Makefiles for moved intl.h, version.h and defs.h
3762         * src/imap.c
3763                 rewrite imap_session_get to avoid duplicate code
3764
3765 2002-12-23 [paul]       0.8.7claws
3766
3767         * Santa-Claws released
3768         
3769         * po/hu.po
3770           po/ru.po
3771                 squeeze in updated Hungarian and Russian translations.
3772                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3773
3774 2002-12-23 [paul]       0.8.6claws129
3775
3776         * po/pl.po
3777                 updated by Witold Wladyslaw Wojciech Wilk
3778
3779 2002-12-23 [paul]       0.8.6claws128
3780
3781         * src/quote_fmt_parse.y
3782                 fix typo and add licence header
3783
3784 2002-12-23 [paul]       0.8.6claws127
3785
3786         * po/en_GB.po
3787                 updated
3788
3789 2002-12-23 [paul]       0.8.6claws126
3790
3791         * po/it.po
3792                 updated translation, submitted by Alessandro Maestri
3793                 
3794 2002-12-23 [paul]       0.8.6claws125
3795
3796         * src/quote_fmt_parse.y
3797                 fix signature-stripping on replies bug. match
3798                 '-- \n' and not '-- '.
3799
3800 2002-12-22 [paul]       0.8.6claws124
3801
3802         * po/bg.po
3803           po/es.po
3804           po/sr.po
3805                 updated translations. submitted by George Danchev,
3806                 Ricardo Mones Lastra, and Urke MMI respectively
3807
3808 2002-12-21 [paul]       0.8.6claws123
3809
3810         * src/addrbook.c
3811                 fix coding style
3812
3813 2002-12-21 [paul]       0.8.6claws122
3814
3815         * src/addrbook.c
3816                 fix bug [643638] where if a person is in one or more
3817                 addressbook groups editing that person's email 
3818                 address results in removal from those groups.
3819                 Patch submitted by Luke Plant.
3820
3821 2002-12-20 [christoph]  0.8.6claws121
3822
3823         * src/common/utils.c
3824         * src/summaryview.c
3825                 reimplement expand_search_string using GString to
3826                 prevent crashs caused by miscalculated string
3827                 lengths reported by Paul
3828
3829 2002-12-20 [christoph]  0.8.6claws120
3830
3831         * src/summaryview.c
3832                 don't use "changed" to check if op_count has to be changed as it
3833                 is also set when the message has unread children
3834                 (closes bug [ 653221 ] crash while deleting duplicates)
3835
3836 2002-12-20 [paul]       0.8.6claws119
3837
3838         * sync with 0.8.6cvs27
3839                 see ChangeLog 2002-12-20
3840
3841 2002-12-20 [paul]       0.8.6claws118
3842
3843         * sync with 0.8.6cvs26
3844                 see ChangeLog 2002-12-19 and 2002-12-20
3845
3846 2002-12-19 [alfons]     0.8.6claws117
3847
3848         * src/textview.c
3849                 fix incorrect parsing of email addresses, submitted by 
3850                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3851                 name display if it contains @".
3852
3853 2002-12-18 [paul]       0.8.6claws116
3854
3855         * sync with 0.8.6cvs23
3856                 see ChangeLog 2002-12-18
3857
3858 2002-12-18 [paul]       0.8.6claws115
3859
3860         * src/Makefile.am
3861         * src/account.c
3862         * src/codeconv.c
3863         * src/gtkutils.[ch]
3864         * src/imap.c
3865                 sync with 0.8.6cvs22.
3866                 see ChangeLog 2002-12-17 and 2002-12-18
3867
3868 2002-12-17 [christoph]  0.8.6claws114
3869
3870         * src/imap.c
3871                 o don't create a session if imap greeting fails
3872                 o don't close socket when authentication fails
3873                   this is done by imap_session_destroy
3874
3875 2002-12-17 [thorsten]   0.8.6claws113
3876
3877         * tools/Makefile.am
3878           tools/README
3879           tools/google_msgid.pl ** NEW FILE **
3880                 Added "search for message-id" script and doc
3881
3882 2002-12-17 [thorsten]   0.8.6claws112
3883
3884         * po/hu.po
3885                 Updated hungarian translation
3886                 (updated by Gal Zoltan)
3887
3888 2002-12-16 [christoph]  0.8.6claws111
3889
3890         * src/addr_compl.c
3891                 remove stupid addressbook dump to debug output
3892         * src/mh.c
3893                 fix memory leak found by Hiro
3894
3895 2002-12-14 [paul]       0.8.6claws110
3896
3897         * src/compose.c
3898                 fix menubar sensitivity on send
3899                 
3900         * src/prefs_filtering.c
3901         * src/prefs_matcher.c
3902         * src/prefs_scoring.c
3903                 Fix english ;)
3904                 
3905         * src/common/quoted-printable.h
3906                 sync: fix typo
3907         
3908 2002-12-13 [christoph]  0.8.6claws109
3909
3910         * src/Makefile.am
3911         * src/manage_window.[ch]        ** REMOVE **
3912         * src/gtk/Makefile.am
3913         * src/gtk/manage_window.[ch]    ** NEW **
3914                 move manage_window files to gtk directory
3915
3916 2002-12-13 [christoph]  0.8.6claws108
3917
3918         * src/Makefile.am
3919         * src/gtkshruler.[ch]           ** REMOVE **
3920         * src/gtk/Makefile.am
3921         * src/gtk/gtkshruler.[ch]       ** NEW **
3922                 move gtkshruler files to gtk directory
3923
3924 2002-12-13 [christoph]  0.8.6claws107
3925
3926         * src/Makefile.am
3927         * src/compose.c
3928         * src/gtkstext.[ch]             ** REMOVE **
3929         * src/gtkutils.[ch]
3930         * src/textview.c
3931         * src/gtk/gtkstext.[ch]         ** NEW **
3932         * src/gtk/Makefile.am
3933                 o move stext functions to gtkstext.c to remove
3934                   dependency of gtkutils
3935                 o move gtkstext files to gtk directory
3936
3937         * src/gtk/Makefile.am
3938         * src/gtk/sslcertwindow.[ch]
3939                 UI stuff can always depend on common code so
3940                 it's ok to add ../common to include path
3941
3942 2002-12-13 [colin]      0.8.6claws106
3943
3944         * src/summaryview.c
3945                 Disconnect sighandlers for mainwindow when
3946                 quicksearch has the focus
3947                 Fix bug #653231
3948         * src/mainwindow.[ch]
3949                 Make key_pressed callback public, to be able
3950                 to disconnect it
3951
3952 2002-12-13 [christoph]  0.8.6claws105
3953
3954         * src/mh.c
3955                 create .mh_sequences file in new MH folders
3956                 (closes feature request [ 523162 ] MH folders should
3957                  get a .mh_sequences)
3958
3959 2002-12-13 [colin]      0.8.6claws104
3960
3961         * src/summaryview.c
3962                 Better handling of quicksearch show/hide
3963                 (basically the button stays under the mouse 
3964                  when toggled)
3965
3966 2002-12-13 [paul]       0.8.6claws103
3967
3968         * sync with 0.8.6cvs17
3969                 see ChangeLog 2002-12-13
3970
3971 2002-12-13 [paul]       0.8.6claws102
3972
3973         * po/es.po
3974                 updated by Ricardo Mones Lastra
3975
3976 2002-12-11 [colin]       0.8.6claws101
3977
3978         * src/folder.c
3979                 remove statusbar stuff
3980           src/folderview.c
3981                 set statusbar verbosity when moving folders
3982
3983 2002-12-11 [colin]       0.8.6claws100
3984         * src/prefs_filtering.c
3985         * src/prefs_matcher.c
3986         * src/prefs_scoring.c
3987                 Fix english ;)
3988
3989 2002-12-11 [colin]       0.8.6claws99
3990
3991         * src/prefs_common.[ch]
3992                 Add summary_quicksearch_type
3993         * src/summaryview.c
3994                 Save last used quicksearch type
3995
3996 2002-12-11 [jens]       0.8.6claws98
3997         * src/prefs_filtering.c
3998         * src/prefs_matcher.c
3999         * src/prefs_scoring.c
4000                 added dialog for incomplete rules in scoring, filtering and
4001                 matcher to ask wheather really close
4002
4003 2002-12-11 [colin]      0.8.6claws97
4004
4005         * src/folder.c
4006                 Fix folder dnd statusbar logging
4007
4008 2002-12-10 [christoph]  0.8.6claws96
4009
4010         * src/compose.c
4011         * src/folder.c
4012         * src/imap.c
4013         * src/inc.c
4014         * src/main.c
4015         * src/mainwindow.c
4016         * src/news.c
4017         * src/send.c
4018         * src/statusbar.[ch]
4019         * src/common/hooks.c
4020         * src/common/log.[ch]
4021                 o handle verbose logging in statusbar directly in statusbar code
4022                   and common code does not need any knowledge about a statusbar
4023                 o remove direct calls to statusbar_(puts|pop)_all functions
4024
4025 2002-12-10 [jens]       0.8.6claws95
4026
4027         * src/*.c
4028                 removed gettext from g_warnings
4029         * po/POTFILES.in
4030                 cleaned and updated
4031         * po/de.po
4032                 updated
4033
4034 2002-12-10 [colin]      0.8.6claws94
4035
4036         * src/main.c
4037                 finish crash dialog fix
4038
4039 2002-12-10 [colin]      0.8.6claws93
4040
4041         * src/main.c
4042                 "Fix" "sylpheed already running" instead of
4043                 crash dialog appearing after a crash
4044
4045 2002-12-10 [colin]      0.8.6claws92
4046
4047         * po/POTFILES.in
4048                 add src/gtk/sslcertwindow.c
4049
4050 2002-12-10 [paul]       0.8.6claws91
4051
4052         * po/POTFILES.in
4053                 updated to reflect recent changes
4054                 submitted by Alessandro Maestri
4055
4056 2002-12-09 [christoph]  0.8.6claws90
4057
4058         * src/Makefile.am
4059         * src/smtp.[ch]                 ** REMOVE **
4060         * src/common/Makefile.am
4061         * src/common/smtp.[ch]          ** NEW **
4062                 move smtp files to common directory
4063
4064 2002-12-09 [christoph]  0.8.6claws89
4065
4066         * src/Makefile.am
4067         * src/session.[ch]              ** REMOVE **
4068         * src/common/Makefile.am
4069         * src/common/session.[ch]       ** NEW **
4070                 move session files to common directory
4071
4072 2002-12-09 [paul]       0.8.6claws88
4073
4074         * src/account.c
4075                 fix bug [649746] edit accounts: move account reverted
4076                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4077
4078 2002-12-09 [colin]      0.8.6claws87
4079
4080         * src/ssl_certificate.c
4081                 cleanup
4082
4083 2002-12-09 [colin]      0.8.6claws86
4084
4085         * src/ssl.c
4086                 Try to open the cert.pem database and 
4087                 issue a warning if it isn't there
4088
4089 2002-12-09 [colin]      0.8.6claws85
4090
4091         * src/common/ssl_certificate.c
4092         * src/gtk/sslcertwindow.c
4093                 Warning fixes
4094
4095 2002-12-09 [colin]      0.8.6claws84
4096
4097         * src/ssl_certificate.[ch] ** REMOVED **
4098         * src/common/ssl_certificate.[ch] ** NEW **
4099         * src/Makefile.am
4100         * src/common/Makefile.am
4101                 Moved ssl_certificate.[ch] to common
4102         * src/common/ssl.c 
4103                 Put back needed include
4104         * src/gtk/sslcertwindow.[ch]
4105                 Changed ssl_certificate.h include
4106         
4107 2002-12-09 [colin]      0.8.6claws83
4108
4109         * src/gtk/sslcertwindow.[ch]
4110                 Implement hook for certificate acception
4111         * src/ssl_certificate.[ch]
4112                 Implement hook for certificate acception
4113         * src/common/ssl.c
4114                 Reenable certificate acception check
4115         * src/mainwindow.c
4116                 Register sslcertwindow's hook
4117         
4118 2002-12-08 [christoph]  0.8.6claws82
4119
4120         * src/about.c
4121         * src/addr_compl.c
4122         * src/codeconv.c
4123         * src/manual.c
4124         * src/undo.c
4125         * src/common/utils.c
4126                 o add missing includes
4127                 o fix warnings
4128         * src/.cvsignore
4129         * src/common/.cvsignore
4130         * src/common/version.h          ** REMOVE **
4131                 remove autogenerated file
4132
4133 2002-12-08 [paul]       0.8.6claws81
4134
4135         * src/stringtable.c
4136                 put back needed include
4137
4138 2002-12-08 [colin]      0.8.6claws80
4139         
4140         * src/gtk/sslcertwindow.c
4141                 Cleaner popups when asking
4142         * src/ssl_certificate.c
4143         * src/prefs_common.[ch]
4144                 remove ssl certificate pref
4145                 put back needed include
4146         * src/undo.c
4147                 put back needed include
4148
4149 2002-12-08 [christoph]  0.8.6claws79
4150
4151         * src/folderview.c
4152         * src/logwindow.c
4153         * src/statusbar.c
4154         * src/summaryview.c
4155                 only abort hook invokation if required data is missing not
4156                 if our own data pointer is NULL, update hookfunction for
4157                 log window
4158
4159 2002-12-08 [paul]       0.8.6claws78
4160
4161         * src/about.c
4162         * src/addrcache.c
4163         * src/addrclip.c
4164         * src/addr_compl.c
4165         * src/addrselect.c
4166         * src/codeconv.c
4167         * src/colorlabel.c
4168         * src/enriched.c
4169         * src/esmtp.c
4170         * src/exporthtml.c
4171         * src/headerview.c
4172         * src/imageview.c
4173         * src/manual.c
4174         * src/noticeview.c
4175         * src/pgptext.c
4176         * src/scoring.c
4177         * src/sourcewindow.c
4178         * src/stringtable.c
4179         * src/undo.c
4180                 clean up: remove unneccesary includes
4181
4182 2002-12-08 [christoph]  0.8.6claws77
4183
4184         * src/folderview.c
4185         * src/statusbar.c
4186         * src/summaryview.c
4187         * src/common/hooks.[ch]
4188                 hook functions now have a gboolean return value, if a hook
4189                 returns TRUE it will stop executing of any more hooks in
4190                 the same hooklist for this invokation
4191
4192 2002-12-08 [colin]      0.8.6claws76
4193         
4194         * src/main.c
4195                 put back argv0 for CRASH_DIALOG
4196
4197 2002-12-08 [christoph]  0.8.6claws75
4198
4199         * src/Makefile.am
4200         * src/about.c
4201         * src/account.c
4202         * src/crash.c
4203         * src/esmtp.h
4204         * src/imap.[ch]
4205         * src/inc.c
4206         * src/main.c
4207         * src/mainwindow.c
4208         * src/news.c
4209         * src/pop.[ch]
4210         * src/prefs_account.[ch]
4211         * src/prefs_common.[ch]
4212         * src/send.[ch]
4213         * src/smtp.[ch]
4214         * src/ssl_certificate.[ch]
4215         * src/ssl_manager.[ch]
4216         * src/common/Makefile.am
4217         * src/common/log.c
4218         * src/common/nntp.[ch]
4219         * src/common/socket.[ch]
4220         * src/common/ssl.[ch]
4221         * src/gtk/sslcertwindow.[ch]
4222         * ac/openssl.m4
4223                 use new autoconf script to detect OpenSSL with extra parameters
4224                 to specify the location of libs and includes, also remove USE_SSL
4225                 to USE_OPENSSL
4226
4227         * src/common/sylpheed.[ch]
4228         * src/common/version.h.in
4229                 start seperation of common code initialization seperated from gui
4230
4231         * src/summaryview.c
4232                 The function that is called when a color label changes
4233                 should not change the color lable again
4234
4235 2002-12-08 [colin]      0.8.6claws74
4236
4237         * src/gtk/sslcertwindow.c
4238                 warning fixes
4239
4240 2002-12-08 [colin]      0.8.6claws73
4241
4242         * src/statusbar.c
4243           src/common/log.h
4244                 Register a hook for statusbar_puts_all
4245         * src/common/log.c
4246                 invoke statusbar_puts_all's hook
4247         
4248 2002-12-08 [colin]      0.8.6claws72
4249
4250         * src/ssl_certificate.c
4251                 Put back a badly-removed include
4252
4253 2002-12-08 [colin]      0.8.6claws71
4254
4255         * src/gtk/sslcertwindow.[ch]    ** NEW **
4256                 new certificate presentation
4257         * src/gtk/Makefile.am
4258                 add new files
4259         * src/ssl_certificate.[ch]
4260                 gtk cleanup, made utility functions public
4261         * src/ssl_manager.c
4262                 use new cert presentation
4263
4264 2002-12-07 [christoph]  0.8.6claws70
4265
4266         * src/Makefile.am
4267         * src/nntp.[ch]                 ** REMOVE **
4268         * src/common/Makefile.am
4269         * src/common/nntp.[ch]          ** NEW **
4270                 move nntp files to common directory
4271
4272 2002-12-07 [christoph]  0.8.6claws69
4273
4274         * src/procmsg.[ch]
4275         * src/summaryview.c
4276                 implement msginfo update callback using sylpheed's new
4277                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4278
4279 2002-12-06 [christoph]  0.8.6claws68
4280
4281         * src/editgroup.c
4282                 This patch changes the 'Edit Group Details' dialog to
4283                 allow extended selections in either pane, so that
4284                 addresses can be added or removed from a group more
4285                 quickly and easily. (it actually is a net decrease in
4286                 file size, as some unnecessary functions have been
4287                 removed). 
4288                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4289
4290 2002-12-06 [christoph]  0.8.6claws67
4291
4292         * src/Makefile.am
4293         * src/template.[ch]             ** REMOVE **
4294         * src/common/Makefile.am
4295         * src/common/template.[ch]      ** NEW **
4296                 move template files to common directory
4297
4298         * src/nntp.c
4299                 add missing log.h include
4300
4301 2002-12-06 [melvin]     0.8.6claws66
4302
4303         * src/prefs_actions.c
4304                 Added the trailing ">" syntax to insert command's output
4305                 without replacing old text (in contrast to trailing "|").
4306
4307 2002-12-05 [colin]      0.8.6claws65
4308         
4309         * src/common/utils.c
4310                 Don't modify original search_string or it'll change
4311                 the next iterations in the for()
4312
4313 2002-12-05 [darko]      0.8.6claws64
4314
4315         * src/common/utils.c
4316                 proper check for filtering commands, found by Colin
4317
4318 2002-12-05 [darko]      0.8.6claws63
4319
4320         * src/common/utils.c
4321                 check proper string for NULL pointer, found by Colin
4322
4323 2002-12-05 [darko]      0.8.6claws62
4324
4325         * src/common/utils.[ch]
4326                 expand_search_string(): new function
4327                 converts Mutt-like patterns to Sylpheed's
4328                 filtering engine
4329         * src/summaryview.c
4330                 use expand_search_string() to allow Mutt-like
4331                 patterns in extended search
4332         * README.claws
4333                 document extended option in quick search
4334
4335 2002-12-05 [paul]       0.8.6claws61
4336
4337         * sync with 0.8.6cvs16
4338                 see ChangeLog 2002-12-05
4339                 
4340         * po/POTFILES.in
4341                 clean up
4342
4343 2002-12-04 [christoph]  0.8.6claws60
4344
4345         * src/imap.[ch]
4346                 put imap authentication code into a new function and
4347                 remove it from imap_session_new that will allow to
4348                 send other commands before authentication
4349
4350 2002-12-04 [christoph]  0.8.6claws59
4351
4352         * src/imap.[ch]
4353                 use already existing method to prevent unneeded IMAP
4354                 folder selects. Set imap_select parameters to NULL
4355                 in some functions if the values are not required.
4356
4357         * src/xml.h
4358                 remove no longer required include
4359
4360 2002-12-04 [paul]       0.8.6claws58
4361
4362         * po/es.po
4363                 updated by Ricardo Mones Lastra
4364                 
4365         * configure.in
4366           po/hu.po      ** NEW FILE **
4367                 initial Hungarian translation, submitted
4368                 by Gál Zoltán <galzoli@hu.inter.net>
4369
4370 2002-12-03 [christoph]  0.8.6claws57
4371
4372         * src/Makefile.am
4373         * src/gtksctree.[ch]            ** REMOVE **
4374         * src/gtk/Makefile.am
4375         * src/gtk/gtksctree.[ch]        ** NEW **
4376                 move gtksctree files to gtk directory
4377
4378 2002-12-03 [christoph]  0.8.6claws56
4379
4380         * src/Makefile.am
4381         * src/md5.[ch]                  ** REMOVE **
4382         * srm/common/Makefile.am
4383         * src/common/md5.[ch]           ** NEW **
4384                 move md5 files to common directory
4385
4386         * src/gtkstext.c
4387                 remove not required #include
4388
4389 2002-12-03 [sergey]     0.8.6claws55
4390
4391         * src/gtkutils.c
4392         * src/gtkutils.h
4393                 gtkut_window_popup(): new function.
4394         * src/mainwindow.c
4395                 main_window_popup(): use gtkut_window_popup() to raise
4396                 window without changing its position.
4397                 (see sylpheed-main ML message [sylpheed:17247])
4398
4399 2002-12-03 [sergey]     0.8.6claws54
4400
4401         * src/send.c
4402                 send_message_local(): removed first-dot escaping
4403                 (SMTP-only, not needed for sending through pipe)
4404
4405 2002-12-03 [paul]       0.8.6claws53
4406
4407         * po/POTFILES.in
4408                 update to reflect recent changes (thanks
4409                 to Ricardo Mones Lastra)
4410                 
4411         * tools/filter_conv.pl
4412                  fix problem with quoted strings. Patch submitted
4413                  by Luke Plant <lukeplant@softhome.net>
4414
4415 2002-12-03 [paul]       0.8.6claws52
4416
4417         * sync with 0.8.6cvs15
4418                 see ChangeLog 2002-12-03
4419
4420 2002-12-02 [christoph]  0.8.6claws51
4421
4422         * src/logwindow.[ch]
4423         * src/common/log.[ch]
4424                 implement logging using a hook function
4425
4426         * src/folderview.c
4427         * src/folder.[ch]
4428                 define hooklist name in header file to avoid
4429                 errors caused by wrong spelling of hooklist names
4430
4431         * src/toolbar.c
4432                 fix warnings
4433
4434 2002-12-02 [christoph]  0.8.6claws50
4435
4436         * src/common/Makefile.am
4437                 add src/common/hooks.[ch]
4438
4439         * src/common/hooks.[ch]
4440                 implement a simple hook system using glib's hook functions
4441
4442         * src/folder.[ch]
4443         * src/folderview.c
4444                 use new hook system for folder item updates
4445
4446 2002-12-02 [christoph]  0.8.6claws49
4447
4448         * doc-src/ui_seperation.txt     ** NEW **
4449                 information for ui seperation
4450
4451         * src/Makefile.am
4452                 remove files that were moved to common
4453                 include common directory by default for the header files
4454
4455         * src/inc.c
4456         * src/common/socket.c
4457         * src/automaton.[ch]
4458                 implement automaton using g_io_*-functions instead of
4459                 gdk_input_add to make it ui independent
4460
4461         * src/codeconv.c
4462         * src/compose.c
4463         * src/ldif.c
4464         * src/pgptext.c
4465         * src/procmime.c
4466         * src/rfc2015.c
4467         * src/smtp.c
4468         * src/unmime.c
4469                 remove common/ prefix because directory is now in
4470                 include path
4471
4472         * src/compose.c
4473         * src/folder.c
4474         * src/folderview.c
4475         * src/mainwindow.c
4476         * src/messageview.c
4477         * src/prefs_common.c
4478         * src/procmsg.c
4479         * src/rfc2015.c
4480                 fix warnings
4481
4482         * src/imap.c
4483         * src/inc.c
4484         * src/news.c
4485         * src/pop.c
4486         * src/send.c
4487         * src/smtp.c
4488         * src/ssl_certificate.c
4489                 add log.h header file for logging functions
4490
4491         * src/main.c
4492         * src/common/utils.c
4493         * src/summaryview.c
4494         * src/xml.c
4495                 o move debug_mode to common/utils.c
4496                 o add functions to set and get debug_mode
4497
4498         * src/defs.h                    ** REMOVE **
4499         * src/intl.h                    ** REMOVE **
4500         * src/socket.[ch]               ** REMOVE **
4501         * src/ssl.[ch]                  ** REMOVE **
4502         * src/utils.[ch]                ** REMOVE **
4503                 replaced by new files in src/common/
4504         
4505         * src/common/Makefile.am
4506                 add new files in src/common/
4507
4508         * src/common/defs.h             ** NEW **
4509         * src/common/intl.h             ** NEW **
4510         * src/common/log.[ch]           ** NEW **
4511         * src/common/socket.[ch]        ** NEW **
4512         * src/common/ssl.[ch]           ** NEW **
4513         * src/common/utils.[ch]         ** NEW **
4514                 replacement for files in src/
4515
4516 2002-12-02 [colin]      0.8.6claws48
4517
4518         * src/folderview.c
4519                 Scroll folderview if necessary during dnd
4520
4521 2002-12-02 [colin]      0.8.6claws47
4522
4523         * src/folder.[ch]
4524                 Add check to verify a move is within a single mailbox
4525         * src/folderview.c
4526                 Add specific error string for this check
4527
4528 2002-12-02 [colin]      0.8.6claws46
4529
4530         * src/folder.c
4531                 Add a test to folder moving, remove a statusbar_print
4532         * src/folderview.c
4533                 Add Move folder... context-menu item
4534                 Factorize folder moving code
4535                 Enable folder DND for mbox
4536
4537 2002-12-01 [christoph]  0.8.6claws45
4538
4539         * ac/aspell.m4
4540                 remove conf.aspelltest if the version check fails
4541
4542 2002-11-30 [christoph]  0.8.6claws44
4543
4544         * autogen.sh
4545                 run libtoolize --force in autogen to create missing
4546                 libtool scripts
4547
4548 2002-11-30 [christoph]  0.8.6claws43
4549
4550         * src/Makefile.am
4551         * src/pgptext.c
4552         * src/procmime.c
4553         * src/rfc2015.c
4554         * src/uuencode.[ch]             ** REMOVED **
4555         * src/common/Makefile.am
4556         * src/common/uuencode.[ch]      ** NEW **
4557                 move uuen/decoder to common directory
4558
4559 2002-11-30 [christoph]  0.8.6claws42
4560
4561         * src/Makefile.am
4562         * src/base64.[ch]               ** REMOVED **
4563         * src/codeconv.c
4564         * src/compose.c
4565         * src/ldif.c
4566         * src/pgptext.c
4567         * src/procmime.c
4568         * src/rfc2015.c
4569         * src/smtp.c
4570         * src/unmime.c
4571         * src/common/Makefile.am
4572         * src/common/base64.[ch]        ** NEW **
4573                 move base64 en/decoder to common directory
4574
4575 2002-11-30 [christoph]  0.8.6claws41
4576
4577         * src/common                    ** NEW **
4578                 new directory for UI independent code
4579         * src/gtk                       ** NEW **
4580                 new directory for GTK frontend
4581         * src/common/.cvsignore         ** NEW **
4582         * src/gtk/.cvsignore            ** NEW **
4583                 ignore build files
4584         * src/common/Makefile.am        ** NEW **
4585         * src/gtk/Makefile.am           ** NEW **
4586                 automake files to build new seperated stuff
4587         * src/Makefile.am
4588                 the binary will currently still be build with the
4589                 files in src, so we include the code from the
4590                 subdirs for now after building the libs there
4591
4592 2002-11-30 [paul]       0.8.6claws40
4593
4594         * src/compose.c
4595                 fix bug [642731] 'Wrong selected account with drafted mail'
4596
4597 2002-11-29 [oliver]     0.8.6claws39
4598         
4599         * src/messageview.c
4600                 o update summaryview when switching between different
4601                   messageviews          
4602         * src/toolbar.c  
4603                 o check if messageview holds already removed msg
4604                   from summaryview
4605                 
4606
4607 2002-11-29 [oliver]     0.8.6claws38
4608
4609         * src/toolbar.c 
4610                 remove not needed variables and includes
4611                 make messageview stay opened and move to next when msgs are deleted 
4612
4613 2002-11-29 [oliver]     0.8.6claws37
4614         
4615         * src/toolbar.c 
4616                 disable compose button (messageview toolbar) by default
4617                 deleted msgs are moved to trash
4618         
4619 2002-11-29 [melvin]     0.8.6claws36
4620
4621         * configure.in
4622                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4623                 and to detect signatures expirations (gpgme 0.3.6)
4624
4625         * src/main.c
4626                 Use non obsolescent function for Gpgme engine checking.
4627
4628         * src/rfc2015.c
4629                 Inform about expired signatures or signatures which key
4630                 has expired. Expiration date is displayed.
4631
4632         * src/sigstatus.c
4633                 Inform about expired signatures or signatures which key
4634                 has expired.
4635
4636 2002-11-28 [paul]       0.8.6claws35
4637
4638         * src/folderview.c
4639                 re-instate 'Check for new messages' in Newsgroup
4640                 folders right-click menu, after a suggestion from
4641                 Tim Mann <timmann@users.sourceforge.net>
4642
4643         * src/main.c
4644                 after a crash check only local folders for new
4645                 messages
4646
4647 2002-11-28 [paul]       0.8.6claws34
4648
4649         * configure.in
4650                 apply patch that fixes the checking of GTK with XIM 
4651                 support on different OSs, such as FreeBSD. Patch 
4652                 submitted by Topia <topia@users.sourceforge.net>
4653                 
4654 2002-11-28 [paul]       0.8.6claws33
4655
4656         * src/mainwindow.c
4657           src/prefs_common.c
4658           src/prefs_toolbar.c
4659                 more changes to the English
4660
4661 2002-11-28 [paul]       0.8.6claws32
4662
4663         * sync with 0.8.6cvs13
4664                 see ChangeLog 2002-11-28 (no sync needed
4665                 for src/compose.c)
4666
4667 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4668         
4669         * src/mainwindow.[ch]
4670                 add patch by Ivan F. Martinez introducing messageview Toolbar
4671                 some changes and committed by oliver    
4672
4673 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4674
4675         * src/messageview.[ch]
4676                 add patch by Ivan F. Martinez introducing messageview Toolbar
4677                 some changes and committed by oliver    
4678
4679 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4680
4681         * src/compose.[ch]
4682                 add patch by Ivan F. Martinez introducing messageview Toolbar
4683                 some changes and committed by oliver    
4684
4685 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4686         
4687         * src/toolbar.[ch]
4688                 add patch by Ivan F. Martinez introducing messageview Toolbar
4689                 some changes and committed by oliver
4690
4691 2002-11-28 [oliver]     0.8.6claws27
4692         
4693         * src/prefs_toolbar.[ch]
4694                 getting ready for messageview toolbar
4695                 free mem allocated by gettext
4696                 change prefs_toolbar to prefs_toolbar_open
4697  
4698 2002-11-28 [thorsten]   0.8.6claws26
4699
4700         * src/imageview.[ch]
4701                 cleaned up conflicting declarations of
4702                 imageview_show_image()
4703
4704 2002-11-28 [paul]       0.8.6claws25
4705
4706         * src/grouplistdialog.c
4707           src/prefs_common.c
4708           src/prefs_summary_column.c
4709                 a few more improvements to the English
4710
4711 2002-11-28 [colin]      0.8.6claws24
4712
4713         * man/sylpheed.1
4714                 A few updates to command-line parameters
4715
4716 2002-11-28 [colin]      0.8.6claws23
4717
4718         * src/prefs_filtering.c
4719                 Fix problems with prefs_filtering_delete_path:
4720                 a) if the first rule is removed, original pointers
4721                    weren't updated (leading to segfaults)
4722                 b) it was always global_processing updated in case
4723                    of removed path was parent of rule path
4724
4725 2002-11-27 [paul]       0.8.6claws22
4726
4727         * src/mainwindow.c
4728           src/prefs_account.c
4729           src/prefs_actions.c
4730           src/prefs_common.c
4731           src/prefs_customheader.c
4732           src/prefs_display_header.c
4733           src/prefs_filtering.c
4734           src/prefs_folder_item.c
4735           src/prefs_matcher.c
4736           src/prefs_scoring.c
4737           src/prefs_summary_column.c
4738           src/prefs_template.c
4739           src/prefs_toolbar.c
4740                  improve the English in the GUI
4741
4742 2002-11-27 [colin]      0.8.6claws21
4743
4744         * src/folder.c
4745                 Fix processing renaming problems happening after
4746                 last commit
4747
4748 2002-11-27 [colin]      0.8.6claws20
4749
4750         * src/folder.c
4751                 recursive move now deletes src each subfolder after 
4752                 having moved it
4753         * src/folderview.c
4754                 Use identifier instead of path during dnd (enables
4755                 IMAP folder dnd)
4756
4757 2002-11-27 [paul]       0.8.6claws19
4758
4759         * src/main.c
4760                 apply patch that does command-line processing 
4761                 BEFORE gtk_init, allowing claws to run from 
4762                 shell-scripts in non-X environment (e.g. crontab 
4763                 or ip-up, ip-down scripts). Patch submitted by
4764                 Ruslan N. Balkin <baron@dartel.ru>
4765                 
4766         * po/it.po
4767                 updated by Alessandro Maestri
4768
4769 2002-11-27 [paul]       0.8.6claws18
4770
4771         * sync with 0.8.6cvs12
4772           src/prefs_common.c
4773                 Differences are that main uses a 'Receive dialog'
4774                 frame on the Interface tab, whereas claws groups all 
4775                 the dialogs together in a 'Dialogs' frame.
4776
4777 2002-11-27 [colin]      0.8.6claws17
4778
4779         * src/prefs_matcher.c
4780                 Fix Execute criteria's NOT flag
4781
4782
4783 2002-11-26 [christoph]  0.8.6claws16
4784
4785         * src/ssl.c
4786                 rewrite the ssl code a little bit, only use one
4787                 SSL context, set default certificates' file/path
4788
4789 2002-11-26 [thorsten]   0.8.6claws15
4790
4791         * src/compose.c
4792                 default-reply-to didn't work for ml-reply
4793
4794 2002-11-26 [melvin]     0.8.6claws14
4795
4796         * src/prefs_actions.c
4797                 Made pipe-actions ignore short headers in message view
4798                 Made trailing-pipe-actions write in the message view with
4799                 the same font as the original message
4800
4801 2002-11-26 [paul]       0.8.6claws13
4802
4803         * src/compose.c
4804                 this time commit the correct file
4805
4806 2002-11-26 [paul]       0.8.6claws12
4807
4808         * sync with 0.8.6cvs11
4809           src/quote_fmt_parse.y  
4810                 no sync needed
4811           src/account.[ch]       
4812                 not sync'ed
4813           src/compose.c
4814                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4815                 on draft mode.
4816                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4817                 header
4818                 
4819         see ChangeLog 2002-11-25 and 2002-11-26
4820
4821 2002-11-26 [colin]      0.8.6claws11
4822
4823         * src/folderview.c
4824                 Fix collapsed folder not auto-expanding during
4825                 mail dnd, if it was the source folder.
4826
4827 2002-11-25 [colin]      0.8.6claws10
4828
4829         * src/folderview.[ch]
4830                 Variable renaming and cleaning (slist of nodes 
4831                 to be re-collapsed is stored in FolderView)
4832
4833 2002-11-25 [paul]       0.8.6claws9
4834
4835         * src/prefs_common.[ch]
4836                 fix breakage caused by last commit
4837
4838 2002-11-25 [paul]       0.8.6claws8
4839
4840         * sync with 0.8.6cvs4
4841                 see ChangeLog 2002-11-21
4842
4843 2002-11-25 [paul]       0.8.6claws7
4844
4845         * sync with 0.8.6cvs4
4846                 see ChangeLog 2002-11-20
4847
4848 2002-11-25 [paul]       0.8.6claws6
4849
4850         * sync with 0.8.6cvs3
4851                 see ChangeLog 2002-11-18
4852
4853 2002-11-25 [colin]      0.8.6claws5
4854
4855         * src/gtkutils.[ch]
4856                 Add gtkut_ctree_node_is_parent()
4857         * src/folderview.c
4858                 Spring-loaded folders
4859
4860 2002-11-25 [colin]      0.8.6claws4
4861
4862         * src/utils.[ch]
4863                 Add slist_concat_unique(), function to merge
4864                 two GSList filtering dups
4865         * src/folder.[ch]
4866         * src/summaryview.[ch]
4867         * src/folderview.c
4868         * src/main.c
4869                 Add detection/update/display of unread answers
4870                 to marked mails
4871         * src/procmsg.[ch]
4872                 Add procmsg_find_children()
4873                 Add procmsg_msg_has_marked_parent()
4874
4875 2002-11-25 [colin]      0.8.6claws3
4876
4877         * src/ssl_certificate.[ch]
4878                 Allow checking a certificate without a DNS
4879                 lookup
4880                 Allow to forget a cert (by deleting it)
4881                 Make ssl_certificate_destroy_public
4882         * src/ssl_manager.[ch] ** NEW FILES **
4883                 Gui to manage (display/remove) certificates
4884         * src/prefs_common.[ch]
4885                 Add a pref to allow silent acceptation of
4886                 trusted certificates or not (based on the
4887                 "I want to know what's going on" principle)
4888         * src/mainwindow.c
4889                 Add SSL manager in Tools menu
4890         * src/Makefile.am
4891                 Add the new files to the build
4892         * po/POTFILES.in
4893                 Add ssl_manager.c to translations
4894
4895 2002-11-25 [colin]      0.8.6claws2
4896
4897         * src/summaryview.[ch]
4898                 Add S_SEARCH_EXTENDED to the quick search, which 
4899                 allows to search using filtering syntax.
4900
4901 2002-11-25 [colin]      0.8.6claws1
4902
4903         * src/summaryview.c
4904                 Deletion of duplicates now prefer deleting
4905                 the unread dup (fixes feature-request 638989).
4906
4907 2002-11-24 [paul]       0.8.6claws
4908
4909         * po/es.po
4910           po/pl.po
4911           po/ru.po
4912           po/sr.po
4913                 updated by Ricardo Mones Lastra,
4914                 Witold Wladyslaw Wojciech Wilk,
4915                 Ruslan N. Balkin, and  Urke MMI 
4916                 respectively
4917
4918 2002-11-24 [paul]       0.8.5claws182
4919
4920         * po/bg.po
4921                 updated by George Danchev
4922
4923 2002-11-23 [alfons]     0.8.5claws181
4924
4925         * src/imap.c
4926                 tiny memory leak found by browsing Dimitar's 
4927                 valgrind report
4928
4929 2002-11-23 [paul]       0.8.5claws180
4930
4931         * po/it.po
4932                 updated by Alessandro Maestri
4933
4934 2002-11-22 [christoph]  0.8.5claws179
4935
4936         * src/compose.c
4937         * src/inc.c
4938         * src/prefs_filtering.c
4939         * src/summaryview.c
4940                 more warning fixes
4941
4942 2002-11-22 [alfons]     0.8.5claws178
4943
4944         * src/summaryview.c
4945                 summary_execute_delete_func(): if message is deleted, make 
4946                 sure to also remove its entry in the subject hash table. 
4947                 fixes a corner case bug.
4948
4949 2002-11-22 [paul]       0.8.5claws177
4950
4951         * .cvsignore
4952                 add 'autom4te.cache'
4953                 
4954         * ltconfig      ** REMOVED **
4955                 not needed
4956
4957 2002-11-22 [paul]       0.8.5claws176
4958
4959         * src/textview.c
4960                 textview_set_font(): fix for message display in
4961                 UTF-8 locales (thanks to Sergey Vlasov).
4962                 
4963         * AUTHORS
4964                 add new team members and contributors
4965
4966
4967 2002-11-21 [colin]      0.8.5claws175
4968
4969         * src/procmsg.[ch]
4970                 Add procmsg_remove_special_headers()
4971         * src/mh.c
4972                 Use procmsg_remove_special_headers() for 
4973                 previous fix
4974
4975 2002-11-21 [colin]      0.8.5claws174
4976
4977         * src/mh.c
4978                 Fix moving/copying from queue/draft folders
4979                 for MH folders
4980
4981 2002-11-21 [christoph]  0.8.5claws173
4982
4983         * src/crash.c
4984         * src/filtering.c
4985         * src/logwindow.c
4986         * src/main.c
4987         * src/matcher_parser_lex.[hl]
4988         * src/mbox.c
4989         * src/mbox_folder.[ch]
4990         * src/prefs_filtering.c
4991         * src/procheader.c
4992         * src/quote_fmt_lex.l
4993         * src/ssl.c
4994                 fix all warnings except the warnings in lex and yacc files
4995
4996 2002-11-20 [christoph]  0.8.5claws172
4997
4998         * src/imap.c
4999                 fix MsgInfo retrieval for IMAP draft and queue folders
5000                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5001
5002 2002-11-19 [christoph]  0.8.5claws171
5003
5004         * src/compose.c
5005                 fix segfault, when draft saving does not get
5006                 the MsgInfo of the new message
5007                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5008
5009 2002-11-19 [christoph]  0.8.5claws170
5010
5011         * src/procmsg.c
5012                 add parameter check for flag setting function
5013                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5014
5015 2002-11-18 [paul]       0.8.5claws169
5016
5017         * src/compose.c
5018                 more sensitivity fixes to redirect mode:
5019                 * disable toolbar draft button
5020                 * allow only Address book in the Tools menu
5021                 * disable editing of message by the spell
5022                   checker
5023
5024 2002-11-18 [paul]       0.8.5claws168
5025
5026         * src/compose.c
5027                 fix sensitivity of menu items in compose_redirect():
5028                 allow only the necessary items 
5029
5030 2002-11-18 [paul]       0.8.5claws167
5031
5032         * src/compose.c
5033                 fix bug [ 603259 ] 'attachment got lost on bounce'
5034
5035 2002-11-18 [paul]       0.8.5claws166
5036
5037         * po/ru.po
5038                 updated by Ruslan N. Balkin <baron@dartel.ru>
5039
5040 2002-11-18 [colin]      0.8.5claws165
5041
5042         * src/main.c
5043           src/defs.h
5044                 Remove old filtering stuff
5045
5046
5047 2002-11-17 [oliver]     0.8.5claws164
5048
5049         * src/toolbar.h
5050                 remove not needed typedef 
5051
5052 2002-11-17 [oliver]     0.8.5claws163
5053
5054         * src/toolbar.c
5055                 make toolbar's on click events translatable
5056
5057 2002-11-15 [colin]      0.8.5claws162
5058
5059         * src/summaryview.c
5060                 Revert too-soon integration of a feature
5061
5062 2002-11-15 [christoph]  0.8.5claws161
5063
5064         * src/imap.c
5065                 use main's implementation of imap_get_msginfo
5066
5067 2002-11-15 [christoph]  0.8.5claws160
5068
5069         * src/compose.c
5070         * src/folder.[ch]
5071         * src/imap.c
5072         * src/mbox_folder.c
5073         * src/mh.c
5074         * src/news.c
5075         * src/procmsg.c
5076         * src/summaryview.c
5077                 replace claws' fetch_msginfo with main's get_msginfo
5078                 (use main's implementation where possible)
5079
5080 2002-11-15 [colin]      0.8.5claws159
5081
5082         * src/ssl_certificate.c
5083                 Missed a check
5084
5085 2002-11-16 [melvin]     0.8.5claws158
5086
5087         * po/fr.po
5088                 Updated French translations.
5089
5090 2002-11-16 [colin]      0.8.5claws157
5091
5092         * src/ssl_certificate.c
5093                 Check for missing parts in the certificates
5094
5095 2002-11-15 [colin]      0.8.5claws156
5096
5097         * src/folderview.c
5098                 Preventive fix (missing check) found by
5099                 Alfons
5100
5101 2002-11-15 [paul]
5102
5103         * NEWS
5104                 sync with 0.8.6 release
5105
5106 2002-11-15 [colin]      0.8.5claws155
5107
5108         * src/folder.[ch]
5109           src/folderview.c
5110                 Fix error handling of folder_item_move_to()
5111                 (thanks to Alfons!)
5112
5113 2002-11-15 [colin]      0.8.5claws154
5114
5115         * src/folder.[ch]
5116           src/folderview.c
5117                 folder_item_move_to() sets an error message instead
5118                 of having GUI stuff in folder.c
5119
5120 2002-11-15 [colin]      0.8.5claws153
5121
5122         * src/procmsg.[ch]
5123                 Implemented a callback for MsgInfo updates, 
5124                 heavily copy/pasted from Christoph's folder 
5125                 callback system
5126         * src/summaryview.[ch]
5127                 Register summary_update_msg as callback
5128
5129 2002-11-14 [colin]      0.8.5claws152
5130         
5131         * src/procmsg.c
5132                 Update the FolderItem after sending (fixes 617593)
5133
5134 2002-11-14 [christoph]  0.8.5claws151
5135
5136         * src/folder.c
5137                 fix wrong position of NULL pointer check found
5138                 by Sergey
5139
5140 2002-11-14 [christoph]  0.8.5claws150
5141
5142         * src/folder.c
5143                 fix segfault when deleting messages from IMAP folders
5144                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5145
5146 2002-11-14 [colin]      0.8.5claws149
5147
5148         * src/compose.c
5149                 Forwarding was also ignoring the folder's default account.
5150
5151 2002-11-14 [colin]      0.8.5claws148
5152
5153         * src/compose.c
5154                 Fix sent folder not set to folder properties when 
5155                 forwarding.
5156
5157 2002-11-14 [thorsten]   0.8.5claws147
5158
5159         * src/inc.c
5160                 inc_start(): Files were not moved from .processing to inbox,
5161                 if no global processing rule existed
5162
5163 2002-11-14 [colin]      0.8.5claws146
5164
5165         * src/ssl_certificate
5166                 Fix file operations
5167
5168 2002-11-14 [paul]       0.8.5claws145
5169
5170         * po/it.po
5171                 updated by Alessandro Maestri
5172
5173 2002-11-13 [alfons]     0.8.5claws144
5174
5175         * src/folder.c
5176                 folder_item_close(): only mark messages unread
5177                 when a folder has new messages 
5178
5179 2002-11-13 [keith]      0.8.5claws143
5180
5181         * src/imap.c
5182                 Fix problem moving or copying between
5183                 IMAP folders
5184
5185 2002-11-13 [colin]      0.8.5claws142
5186
5187         * src/matcher_parser_parse.y
5188                 Fix rule problem when " don't match
5189
5190 2002-11-13 [christoph]  0.8.5claws141
5191
5192         * src/folder.c
5193         * src/folderview.c
5194                 moved cache saving to folder_item_close
5195                 the folderview should not have to deal with
5196                 this things
5197
5198 2002-11-13 [christoph]  0.8.5claws140
5199
5200         * src/summaryview.c
5201                 moved setting of important score to
5202                 summary_set_prefs_from_folderitem
5203
5204 2002-11-13 [colin]      0.8.5claws139
5205
5206         * src/matcher_parser_parse.y
5207                 Fix a segfault in the parser (happening when
5208                 a good expression had been tested and a bad 
5209                 one arrives)
5210
5211 2002-11-13 [paul]       0.8.5claws138
5212
5213         * sync with 0.8.5cvs24
5214                 see ChangeLog 2002-11-13
5215                 
5216         * po/pt_BR.po
5217                 updated by Fabio Jr. Beneditto
5218
5219 2002-11-13 [colin]      0.8.5claws137
5220         
5221         * src/msgcache.c
5222           src/defs.h
5223           src/procmsg.[ch]
5224                 Revert last commit, problem
5225
5226 2002-11-13 [colin]      0.8.5claws136
5227
5228         * src/msgcache.c
5229                 Remove duplicated code
5230         * src/defs.h
5231                 Bumped CACHE_VERSION and MARK_VERSION
5232         * src/procmsg.[ch]
5233                 Network endian for cache and mark files
5234
5235 2002-11-12 [colin]      0.8.5claws135
5236
5237         * src/inc.c
5238                 Fix the "socket error" dialog which disappeared
5239
5240 2002-11-12 [colin]      0.8.5claws134
5241
5242         * src/msgcache.c
5243                 Reverse last commit which had performance 
5244                 problems, but still reverse the list
5245
5246 2002-11-12 [colin]      0.8.5claws133
5247
5248         * src/msgcache.c
5249                 Reverse list order
5250
5251 2002-11-12 [melvin]     0.8.5claws132
5252
5253         * src/compose.c
5254                 Added a check for a NULL prefs_common.dictionary
5255
5256 2002-11-12 [colin]      0.8.5claws131
5257
5258         * src/ssl_certificate.[ch]
5259                 Use FQDN hostname
5260
5261 2002-11-12 [colin]      0.8.5claws130
5262
5263         * src/ssl_certificate.[ch]
5264                 Take connection port into account for 
5265                 checking certificates (a single hostname
5266                 could have multiple servers with multiple
5267                 certificates)
5268         * src/ssl.c
5269                 Pass the port to ssl_certificate_check
5270
5271 2002-11-12 [paul]       0.8.5claws129
5272
5273         * src/folder.c
5274                 fix a typo in last commit
5275
5276 2002-11-12 [paul]       0.8.5claws128
5277
5278         * sync with 0.8.5cvs23
5279                 see ChangeLog entry 2002-11-12
5280
5281 2002-11-11 [colin]      0.8.5claws127
5282
5283         * src/ssl_certificate.c
5284                 Cleaner messages
5285                 Don't popup, instead log error, if the 
5286                 corresponding pref is checked
5287         * src/ssl_certificate.h
5288                 include <openssl/objects/h>
5289
5290 2002-11-11 [colin]      0.8.5claws126
5291
5292         * src/ssl_certificate.h
5293                 _Really_ clean it
5294
5295 2002-11-11 [colin]      0.8.5claws125
5296         
5297         * src/ssl_certificate.c
5298                 Fixed leak
5299
5300 2002-11-11 [colin]      0.8.5claws124
5301
5302         * src/ssl.c
5303                 Cleaned a bit
5304         * src/ssl_certificate.[ch]
5305                 Cleaned a bit (better use of SSL API)
5306                 (This will cause non-recognition of saved 
5307                  certificates of claws12[23]...)
5308
5309 2002-11-11 [paul]       0.8.5claws123
5310         
5311         * po/es.po
5312                 updated by Ricardo Mones Lastra
5313
5314 2002-11-11 [colin]      0.8.5claws122
5315
5316         * src/ssl.c
5317                 Fix a typo
5318
5319 2002-11-11 [colin]      0.8.5claws121
5320
5321         * src/ssl_certificate.[ch] ** NEW FILES **
5322         * src/ssl.[ch]
5323                 Check SSL certificates presented to us
5324         * src/Makefile.am
5325                 Add ssl_certificate.[ch]
5326         * po/POTFILES.in
5327                 Add ssl_certificate.c
5328
5329 2002-11-11 [paul]       0.8.5claws120
5330
5331         * sync with 0.8.5cvs22
5332                 see ChangeLog 2002-11-11
5333
5334 2002-11-11 [paul]       0.8.5claws119
5335
5336         * sync with 0.8.5cvs21
5337                 see ChangeLog 2002-11-11
5338
5339 2002-11-10 [jens]       0.8.5claws118
5340
5341         * src/folder.c
5342         * src/folderview.c
5343                 corrected some typing
5344         * po/de.po
5345                 updated german translation
5346         * sylpheed.spec.in
5347                 cleaned up specfile and adjusted it for claws
5348
5349 2002-11-10 [colin]      0.8.5claws117
5350
5351         * src/summaryview.c
5352                 a STATUSBAR_PUSH/POP fix
5353
5354 2002-11-10 [colin]      0.8.5claws116
5355
5356         * src/prefs_folder_item.c
5357                 Fix hanging after opening folder properties
5358
5359 2002-11-10 [hoa]        0.8.5claws115
5360
5361         * src/matcher_parser_lex.l
5362         * src/matcher_parser_parse.y
5363                 config file for scoring and filtering is no more trashed
5364                 when there is a syntax error in a filtering rule when
5365                 editing it in a dialog.
5366
5367 2002-11-09 [colin]      0.8.5claws114
5368
5369         * src/mbox_folder.c
5370                 Added missing initialisation of folder->destroy()
5371
5372 2002-11-09 [colin]      0.8.5claws113
5373
5374         * src/folder.c
5375           src/folderview.c
5376                 Fix the status bar messages
5377
5378 2002-11-09 [colin]      0.8.5claws112
5379
5380         * src/folderview.c
5381                 Fix hangs after folder dnd, happening after 
5382                 claws109.
5383
5384 2002-11-09 [christoph]  0.8.5claws111
5385
5386         * src/folderview.c
5387                 just changed order of calls (reverse order of
5388                 associated calls)
5389         * src/inc.c
5390                 lock inc when checking only one account, otherwise
5391                 inc all could be executed at the same time
5392
5393 2002-11-09 [christoph]  0.8.5claws110
5394
5395         * src/folderview.c
5396                 better unlock the mouse cursor before calling
5397                 summary_show because it changes the cursor too
5398
5399 2002-11-09 [christoph]  0.8.5claws109
5400
5401         * src/folder.[ch]
5402         * src/folderview.c
5403                 add functions to open and close a folder
5404                 o opending will execute scanning for remote folders
5405                   and processing
5406                 o closing will unset new flag for messages
5407
5408 2002-11-09 [colin]      0.8.5claws108
5409
5410         * src/folder.c
5411                 Add a call to prefs_matcher_write_config to 
5412                 avoid non-leaf folders filtering settings to be
5413                 lost
5414
5415 2002-11-09 [paul]       0.8.5claws107
5416
5417         * src/prefs_account.c
5418                 re-word a label
5419
5420 2002-11-09 [colin]      0.8.5claws106
5421
5422         * src/folderview.c
5423                 Minor esthetic fix
5424
5425 2002-11-09 [colin]      0.8.5claws105
5426
5427         * src/folderview.c
5428                 Fix prefs_filtering deletion for MH folders (same
5429                 reason as below)
5430         * src/prefs_filtering.c
5431                 Fix prefs_filtering renaming and deletion for 
5432                 folder-based processing rules.  
5433
5434 2002-11-09 [christoph]  0.8.5claws104
5435
5436         * src/compose.c
5437         * src/folder.[ch]
5438         * src/folderview.[ch]
5439         * src/import.c
5440         * src/inc.c
5441         * src/main.c
5442         * src/mainwindow.c
5443         * src/messageview.c
5444         * src/prefs_folder_item.c
5445         * src/procmsg.c
5446         * src/summaryview.c
5447                 implement a callback system for folder item updates
5448
5449 2002-11-09 [colin]      0.8.5claws103
5450
5451         * src/folderview.c
5452                 Fix prefs_filtering renaming for MH folders (we
5453                 shouldn't rename by path as another folder could
5454                 have the same hierarchy).
5455
5456 2002-11-09 [colin]      0.8.5claws102
5457
5458         * src/folder.c
5459                 Fix a leak found by Christoph, use better variable
5460                 names
5461
5462 2002-11-09 [colin]      0.8.5claws101
5463
5464         * src/folder.c
5465                 One more fix for processing rules
5466
5467 2002-11-08 [colin]      0.8.5claws100
5468         
5469         * src/matcher.c
5470                 Don't copy the compiled regexp (will be reevaluated)
5471         * src/folderview.c
5472                 Lock folderview while moving
5473         * src/folder.c
5474                 Provide info on what's happening to the user
5475
5476 2002-11-08 [colin]      0.8.5claws99
5477
5478         * src/folderview.c
5479                 Fix folder reordering after a move if parent is 
5480                 root
5481         * src/scoring.[ch]
5482                 Add function to copy a ScoringProp
5483         * src/prefs_folder_item.c
5484                 Copy scoring rules when copying a folder prefs
5485
5486 2002-11-08 [colin]      0.8.5claws98
5487
5488         * src/folderview.c
5489                 Fixes in case of failure
5490         * src/filtering.[ch]    
5491                 Add function to duplicate a FilteringProp
5492         * src/matcher.[ch]
5493                 Add function to duplicate a MatcherProp
5494         * src/prefs_folder_item.c
5495                 Save folder's processing rules when copying 
5496                 its prefs
5497
5498 2002-11-08 [colin]      0.8.5claws97
5499         
5500         * src/folderview.c
5501                 Sort after move
5502         * src/folder.c 
5503                 Change a printf to debug_print
5504
5505 2002-11-08 [colin]      0.8.5claws96
5506
5507         * src/folder.c
5508           src/folderview.c
5509                 Fix segfaults, call me stupido
5510         
5511
5512 2002-11-08 [colin]      0.8.5claws95
5513
5514         *src/folder.c
5515                 Added forgotten prefs to save when moving folders
5516
5517 2002-11-08 [colin]      0.8.5claws94
5518
5519         * src/folder.c
5520                 Fixes to folder DND (prefs copy)
5521         * src/folderview.c
5522                 Optimization for folder DND (don't rescan whole tree)
5523                 Added folderview_create_folder_node() for this 
5524                 optimization, so de-duped a bit the code
5525         * src/prefs_folder_item.[ch]
5526                 Added prefs_folder_item_copy_prefs()    
5527           
5528 2002-11-08 [paul]       0.8.5claws93
5529
5530         * src/prefs_account.c
5531           tools/README
5532           tools/kmail2sylpheed_v2.pl
5533                 correct some typos
5534
5535 2002-11-08 [paul]       0.8.5claws92
5536
5537         * src/compose.c
5538           src/prefs_account.[ch]
5539                 remove account options 'clearsign' and 'ascii_armored',
5540                 replace with 'default_gnupg_mode' to prevent mixed-mode
5541                 Privacy settings
5542
5543 2002-11-08 [paul]       0.8.5claws91
5544
5545         * src/compose.[ch]
5546                 re-implement GnuPG 'on-the-fly' mode selection,
5547                 disallow mixed-mode
5548
5549 2002-11-08 [colin]      0.8.5claws90
5550
5551         * src/folderview.c
5552           src/prefs_folder_item.c
5553                 Change "Property" to "Properties"
5554
5555 2002-11-07 [colin]      0.8.5claws89
5556
5557         * src/folderview.c
5558           src/folder.c
5559                 Allow folder dropping to a root folder
5560
5561 2002-11-07 [paul]       0.8.5claws88
5562
5563         * src/compose.c
5564                 revert last commit
5565
5566 2002-11-07 [paul]       0.8.5claws87
5567
5568         * src/compose.c
5569                 fix reply-to-list bug. closes bug report
5570                 "[633382] reply-to-list broken in recent cvs"
5571
5572 2002-11-07 [paul]       0.8.5claws86
5573
5574         * src/compose.c
5575                 add a forgotten '#if USE_GPGME ... #endif'
5576
5577 2002-11-07 [paul]       0.8.5claws85
5578
5579         * sync with 0.8.5cvs20
5580                 see ChangeLog 2002-11-07
5581
5582 2002-11-07 [colin]      0.8.5claws84
5583
5584         * src/folder.[ch]
5585                 Change folder_item_move_to to return the newly 
5586                 created folderitem.
5587         * src/folderview.c
5588                 Select the new folderitem after moving.
5589
5590 2002-11-07 [colin]      0.8.5claws83
5591
5592         * src/prefs_filtering.c
5593                 Fix rule rewriting when moving a leaf folder to a 
5594                 shorter path
5595
5596 2002-11-07 [colin]      0.8.5claws82
5597
5598         * src/prefs_filtering.c
5599                 fix a leak
5600
5601 2002-11-07 [colin]      0.8.5claws81
5602
5603         * src/folder.[ch]
5604                 Add folder_item_move_to() function to move a 
5605                 folderitem into another one (updates matcher etc)
5606         * src/folderview.c
5607                 Add folder drag'n drop (context menu to come)
5608                 [Should be dataloss free, but Please backup before 
5609                  trying !]
5610
5611 2002-11-06 [colin]      0.8.5claws80
5612
5613         * src/mh.c
5614                 mh_create_folder() returns NULL if can't create
5615                 directory hierarchy
5616
5617 2002-11-06 [paul]       0.8.5claws79
5618
5619         * src/compose.[ch]
5620                 allow 'on-the-fly' changing of the type of encryption 
5621                 and/or signing used (mime/ascii) via the compose window
5622
5623 2002-11-06 [paul]       0.8.5claws78
5624
5625         * sync with 0.8.5cvs19
5626                 see ChangeLog 2002-11-06 for src/account.c: 
5627                 account_get_special_folder()
5628                 
5629 2002-11-05 [alfons]     0.8.5claws77
5630
5631         * src/crash.c
5632                 very minor cleanups: nothing to see here, move on. :-)
5633
5634 2002-11-05 [colin]      0.8.5claws76
5635
5636         * src/main.c
5637                 Changes choices if compose windows are opened to
5638                 Discard, Draft, Don't quit
5639
5640 2002-11-05 [thorsten]   0.8.5claws75
5641
5642         * src/compose.c
5643                 reenabled default_reply_to folder option
5644
5645 2002-11-05 [colin]      0.8.5claws74
5646
5647         * src/compose.[ch] 
5648                 add compose_draft()
5649         * src/crash.c
5650                 add SIGTERM handler
5651         * src/main.[ch]
5652                 add clean_quit() for the SIGTERM handler
5653
5654 2002-11-05 [paul]       0.8.5claws73
5655         
5656         * po/es.po
5657                 updated by Ricardo Mones Lastra
5658
5659 2002-11-05 [melvin]     0.8.5claws72
5660
5661         * src/logwindow.c
5662                 Fixed log-clipping bug #616795.
5663                 To stop logging in the log window use 0 length.
5664         * src/prefs_common.c
5665                 Added a label to inform about the 0 log length behaviour.
5666
5667 2002-11-05 [paul]       0.8.5claws71
5668
5669         * sync with 0.8.5cvs17
5670                 see ChangeLog 2002-11-05
5671
5672 2002-11-04 [paul]       0.8.5claws70
5673
5674         * sylpheed-128x128.png
5675           sylpheed-64x64.png
5676           sylpheed.png
5677                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5678                 <nikai@users.sourceforge.net>
5679                 
5680         * po/bg.po
5681                 updated by George Danchev
5682
5683 2002-11-03 [thorsten]   0.8.5claws69
5684
5685         * src/main.c
5686           src/mimeview.c
5687           src/rfc2015.h
5688                 add check if gpg is active
5689
5690 2002-11-03 [thorsten]   0.8.5claws68
5691
5692         * src/toolbar.h
5693                 removed GSList declaration causing trouble on MacOS-X
5694                 (submitted by alfons, reported by xfesty)
5695
5696 2002-11-01 [paul]       0.8.5claws67
5697
5698         * src/mainwindow.c
5699                 remove last remnants of main's filter code
5700
5701 2002-11-01 [paul]       0.8.5claws66
5702
5703         * tools/filter_conv.pl
5704                 fix bug where user-defined headers were ignored
5705
5706 2002-11-01 [paul]       0.8.5claws65
5707
5708         * src/logwindow.c
5709                 make a debug_print() not translatable
5710
5711 2002-10-31 [melvin]     0.8.5claws64
5712
5713         * ac/aspell.m4
5714                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5715                 not run any GNU/aspell test.  The dictionary path will
5716                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5717                 was given, in which case, it will be $prefix/lib/aspell/
5718         * configure.in
5719                 Fixed typo in commentary (Aspell code).
5720
5721 2002-10-31 [paul]       0.8.5claws63
5722
5723         * po/POTFILES.in
5724                 remove src/filter.c and src/prefs_filter.c
5725                 thanks to Ricardo for reminding me
5726
5727 2002-10-31 [colin]      0.8.5claws62
5728
5729         * src/mbox_folder.c
5730                 Plug some leaks
5731
5732 2002-10-31 [paul]       0.8.5claws61
5733
5734         * src/prefs_filter.[ch] ** REMOVED **
5735           src/filter.[ch]       ** REMOVED **
5736           
5737         * src/Makefile.am
5738           src/folderview.c
5739           src/inc.c
5740           src/main.c
5741           src/mainwindow.c
5742           src/mbox.c
5743           src/prefs_common.c
5744           src/prefs_filtering.c
5745           src/summaryview.[ch]
5746                 remove main's 'filter' code
5747                 
5748         README.claws
5749                 update to reflect removal of main's filter
5750
5751 2002-10-31 [paul]       0.8.5claws60
5752
5753         * src/summaryview.c
5754                 remove check for global_processing in summary_filter_open(). 
5755                 This fixes the bug where if the user uses the right-click 
5756                 'Create filter rule...' and doesn't have any filter rules 
5757                 already defined in claws' advanced filtering, the newly 
5758                 created filter rule goes to main's filtering which is 
5759                 inaccessible through the gui. Now the filter rule gets added
5760                 to claws' filtering by default.
5761
5762 2002-10-28 [melvin]     0.8.5claws59
5763
5764         * src/prefs_actions.c
5765                 Fixed bug #627322 where MIME parts were not always
5766                 correctly passed to a %p action
5767                 Display an error dialog when message filename is not found.
5768
5769 2002-10-28 [melvin]     0.8.5claws58
5770
5771         * src/prefs_common.c
5772                 Readded a missing function declaration lost in 0.8.3claws34
5773
5774 2002-10-28 [paul]       0.8.5claws57
5775
5776         * sync with 0.8.5cvs15
5777                 see ChangeLog 2002-10-28 and 2002-10-25
5778                 
5779         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5780
5781 2002-10-27 [oliver]     0.8.5claws56
5782
5783         * src/pop.c
5784                 plug leak in pop3_top_recv
5785
5786 2002-10-26 [christoph]  0.8.5claws55
5787
5788         * src/folder.c
5789                 set need_update folder flag when messages are added
5790                 (closes bug [ 626922 ] folder not updated after receiving)
5791
5792 2002-10-25 [melvin]     0.8.5claws54
5793
5794         * src/imageview.c
5795                 Fixed a memleak introduced in the scaling code.
5796
5797 2002-10-24 [alfons]     0.8.5claws53
5798
5799         * src/filtering.c
5800                 make filtering's forward message action forward from the 
5801                 correct account
5802                 (closes bug [628089 ] Filter -> Forward from address problem
5803                 reported by Oktay)
5804
5805 2002-10-24 [christoph]  0.8.5claws52
5806
5807         * src/mainwindow.c
5808         * src/manual.[ch]
5809                 o use manual of current locale or english if current
5810                   locale is not available (and english is available)
5811                 o also link to sylpheed doc project manuals
5812
5813 2002-10-23 [paul]       0.8.5claws51
5814
5815         * tools/README
5816           tools/kmail2sylpheed_v2.pl
5817                 add new version of kmail addressbook importer script.
5818                 works with newer versions of Kmail/KAddressBook which
5819                 have new and rearranged data.
5820
5821 2002-10-23 [martin]     0.8.5claws50
5822
5823         * src/folderview.c
5824         * src/summaryview.c
5825         * src/utils.h
5826         * src/utils.c
5827                 added length parameter to get_abbrev_newsgroup_name()
5828                 changed this function so that it abbreviates the newsgroup
5829                 names only so long it is smaller than the length parameter
5830                 (for better reading of some newsgroup names and space efficiency)
5831
5832 2002-10-22 [colin]      0.8.5claws49
5833
5834         *src/foldersel.c
5835                 Revert Alfons' last modification (after voting ;-))
5836
5837 2002-10-21 [alfons]     0.8.5claws48
5838
5839         * src/foldersel.c
5840                 folder view in folder selection dialog reflects state of
5841                 folder view in main window
5842
5843 2002-10-18 [alfons]     0.8.5claws47
5844
5845         * src/mbox.c
5846                 drop imported messages in folder selected by user,
5847                 and not in the inbox
5848                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5849
5850 2002-10-18 [alfons]     0.8.5claws46
5851
5852         * src/compose.c
5853                 make automagic reply work correctly for email accounts 
5854                 (whether it's viable to do a full sync with Hiro's 
5855                 compose.c is still under discussion)
5856
5857 2002-10-18 [melvin]     0.8.5claws45
5858
5859         * src/prefs_actions.c
5860                 Fixed bug #622275 where asynchroneous actions left 
5861                 zombies processes
5862                 Made (synchroneous) actions' input be displayed live.
5863
5864 2002-10-18 [christoph]  0.8.5claws44
5865
5866         * src/textview.c
5867                 don't add a newline in the textview in front of the
5868                 first textpart if header display is disabled
5869                 (closes bug [ 603385 ] disabled header display leaves blank
5870                  lin)
5871
5872 2002-10-18 [christoph]  0.8.5claws43
5873
5874         * src/folder.[ch]
5875         * src/imap.c
5876         * src/mbox_folder.c
5877         * src/mh.c
5878         * src/news.c
5879                 folder->get_num_list now returns an error code
5880                 (closes bug [ 609424 ] News cache cleared on failure)
5881                 
5882 2002-10-17 [colin]      0.8.5claws42
5883         
5884         * src/news.c
5885                 Changed a printf by debug_print
5886
5887 2002-10-16 [paul]       
5888
5889         * tools/OOo2sylpheed.pl
5890                 allow for spaces in the name of the
5891                 file to be attached.
5892
5893 2002-10-16 [colin]      0.8.5claws41
5894
5895         * src/main.c
5896                 Use a tristate to change online mode
5897
5898 2002-10-16 [paul]       0.8.5claws40
5899
5900         * po/es.po
5901                 updated by Ricardo Mones Lastra
5902
5903 2002-10-16 [colin]      0.8.5claws39
5904
5905         * src/main.c
5906           src/mainwindow.[ch]
5907                 Added --online and --offline command-line
5908                 switches
5909
5910 2002-10-15 [christoph]  0.8.5claws38
5911
5912         * src/procmime.c
5913                 set mimeinfo->name to NULL after g_free to
5914                 avoid double freeing with g_free
5915
5916 2002-10-14 [christoph]  0.8.5claws37
5917
5918         * src/compose.c
5919         * src/filtering.c
5920         * src/summaryview.c
5921                 remove calls to folder->change_flags that are now
5922                 done by procmsg flag functions (seems it is not
5923                 used by any foldertype anyway)
5924         * src/folder.c
5925                 init folder->change_flags with NULL
5926
5927 2002-10-14 [christoph]  0.8.5claws36
5928
5929         * src/folder.[ch]
5930         * src/imap.[ch]
5931                 use virtual functions for folder item new and destroy
5932                 functions
5933
5934 2002-10-14 [melvin]     0.8.5claws35
5935
5936         * src/compose.c
5937                 Added a test to not run the spell checker if no default
5938                 dictionary is available. No dialog is displayed though.
5939
5940 2002-10-14 [melvin]     0.8.5claws34
5941
5942         * src/gtkaspell.c
5943                 Fixed bug in dictionary list context menu where
5944                 "More..." pointed to an emtpy submenu if the
5945                 number of dictionaries is a multiple of 15
5946                 Removed unneeded code in suggestions list creation
5947
5948 2002-10-14 [paul]       0.8.5claws33
5949
5950         * po/bg.po
5951                 updated by George Danchev
5952
5953 2002-10-13 [hoa]        0.8.5claws32
5954
5955         * src/matcher.[ch]
5956           src/matcher_parser_parser.y
5957                 removed the escaped string from internal structure
5958                 of matcher.
5959
5960 2002-10-12 [colin]      0.8.5claws31
5961
5962         * src/gtksctree.[ch]
5963           src/summaryview.c
5964                 Removed useless function gtksctree_reanchor
5965
5966 2002-10-12 [alfons]     0.8.5claws30
5967         
5968         * sync with remaining main changes 2002-10-09 - 2002-10-11
5969         - drop changes to src/compose.c (requires claws specific changes)
5970         
5971 2002-10-12 [alfons]     0.8.5claws29
5972         
5973         * sync with main changes of 2002-10-08
5974         - drop changes to src/compose.c (requires claws specific changes)
5975         - drop changes to src/summaryview.c (requires changes to compose.c)     
5976
5977 2002-10-12 [alfons]     0.8.5claws28
5978         
5979         * sync with main changes of 2002-10-07
5980
5981 2002-10-12 [alfons]     0.8.5claws27
5982
5983         * sync with main changes of 2002-10-04
5984         - drop changes to src/compose.c (requires claws specific changes)
5985         - drop changes to src/prefs_folder_item.c (claws implementation
5986           seems to be working)
5987
5988 2002-10-12 [colin]      0.8.5claws26
5989
5990         * src/mainwindow.c
5991                 Fix folder-flicker when space-reading, introduced 
5992                 in claws22.
5993
5994 2002-10-12 [colin]      0.8.5claws25
5995
5996         * src/compose.c
5997                 Save account address when saving as draft.
5998                 (closes bug 621838)
5999
6000 2002-10-12 [colin]      0.8.5claws24
6001
6002         * src/summaryview.c
6003                 Fix the problem consisting of no message selected
6004                 after the last message in a folder has been moved.
6005
6006 2002-10-12 [paul]       0.8.5claws23
6007
6008         * src/compose.c
6009           src/prefs_template.c
6010           src/template.[ch]
6011                 add Cc and Bcc to templates. Patch submitted by
6012                 John L. Males.
6013
6014 2002-10-12 [colin]      0.8.5claws22
6015
6016         * src/folderview.c
6017                 Fix a bug after "Check for new messages":
6018                 If a folder was opened, it was still selected at
6019                 the end of the check, but displayed empty.
6020         * src/mainwindow.c
6021                 Remove unnecessary check
6022
6023 2002-10-12 [paul]
6024
6025         * tools/README
6026                 be more verbose in the description of
6027                 OOo2sylpheed.pl
6028                 
6029
6030 2002-10-11 [colin]      0.8.5claws21
6031
6032         * src/mainwindow.c
6033                 Make space work (better) when no mail is selected
6034
6035 2002-10-11 [colin]      0.8.5claws20
6036
6037         * src/inc.c
6038           src/news.c
6039                 fix warnings
6040
6041 2002-10-11 [colin]      0.8.5claws19
6042
6043         * src/mainwindow.c
6044                 revert 0.8.5claws6 changes as i couldn't get to
6045                 anything satisfying
6046
6047 2002-10-11 [melvin]     0.8.5claws18
6048
6049         * src/compose.c
6050                 Removed buggy and unused macro (should have been committed in
6051                 0.8.5claws17)
6052
6053 2002-10-11 [melvin]     0.8.5claws17
6054
6055         * src/compose.c
6056                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6057
6058 2002-10-11 [thorsten]   0.8.5claws16 
6059
6060         * src/folderview.c
6061                 remove rescan warning
6062
6063 2002-10-11 [colin]      0.8.5claws15 
6064
6065         * src/procheader.c
6066                 fix a segfault that happens if conv_unmime_header
6067                 fails (should be better to find out why it fails)
6068
6069 2002-10-11 [christoph]  0.8.5claws14
6070
6071         * src/summaryview.c
6072                 update folderview stats after ignore/unignore thread
6073
6074 2002-10-11 [hoa]        0.8.5claws13
6075
6076         * src/quote_fmt_parse.y
6077                 Fixed a yacc/bison syntax error
6078         * src/matcher.c
6079                 Escaping of string is fixed.
6080
6081 2002-10-11 [colin]      0.8.5claws12
6082
6083         * src/imageview.c
6084                 Resize images to fit
6085
6086 2002-10-11 [paul]       0.8.5claws11
6087
6088         * po/es.po
6089                 updated by Ricardo Mones Lastra
6090
6091 2002-10-10 [alfons]     0.8.5claws10
6092
6093         * src/compose.c
6094                 allow dropping files by "moving" files from a file manager,
6095                 not only by the more cumbersome "copying". the latter 
6096                 mostly implies holding down the Control button
6097
6098 2002-10-10 [christoph]  0.8.5claws9
6099
6100         * src/summaryview.c
6101                 update folders after thread building for ignored threads
6102
6103 2002-10-10 [christoph]  0.8.5claws8
6104
6105         * config/.cvsignore
6106                 added Makefile
6107         * src/filtering.[ch]
6108         * src/folder.[ch]
6109         * src/folderview.[ch]
6110         * src/import.c
6111         * src/inc.[ch]
6112         * src/mbox.[ch]
6113         * src/procmsg.c
6114         * src/summaryview.[ch]
6115                 o added new flag need_update to FolderItem
6116                 o removed folder_table from various functions from tracking
6117                   folder updates
6118                 o set need_update flags in folder.c's move, copy and delete
6119                   functions and procmsg's flags functions
6120                 o added function folderview_update_items_when_required that
6121                   updates all folders with need_update set
6122                 o call folderview_update_items_when_required instead of
6123                   folderview_update_item_foreach
6124
6125 2002-10-09 [sergey]     0.8.5claws7
6126
6127         * src/compose.c
6128                 Strip CRs whel loading the text into editor in reedit mode.
6129
6130 2002-10-09 [colin]      0.8.5claws6
6131
6132         * src/mainwindow.c
6133                 Make Space work when no mail is selected
6134
6135 2002-10-09 [colin]      0.8.5claws5
6136
6137         * src/gtksctree.[ch]
6138                 Fix range_select
6139                 Add gtk_sctree_reanchor() 
6140         * src/summaryview.c
6141                 Use gtk_sctree_reanchor() - better fix for 
6142                 bug 60413
6143
6144 2002-10-09 [colin]      0.8.5claws4
6145
6146         * src/summaryview.c
6147                 Fix shift-click select after delete problem
6148                 (closes bug 60413)
6149
6150 2002-10-08 [thorsten]   0.8.5claws3
6151
6152         * src/summaryview.c
6153                 exclude current msg from -hide read messages-
6154
6155 2002-10-08 [colin]      0.8.5claws2
6156
6157         * src/inc.[ch]
6158           src/pop.c
6159           src/recv.c
6160                 Differentiate socket errors from disk full
6161                 errors
6162
6163 2002-10-08 [christoph]  0.8.5claws1
6164
6165         * Makefile.am
6166         * configure.in
6167                 modifications for new config directory
6168
6169         * config.guess  ** REMOVED **
6170         * config.sub    ** REMOVED **
6171         * install-sh    ** REMOVED **
6172         * ltmain.sh     ** REMOVED **
6173         * missing       ** REMOVED **
6174         * mkinstalldirs ** REMOVED **
6175                 these files are autogenerated by automake
6176                 when you run autogen.sh
6177
6178         * config/.cvsignore     ** NEW FILE **
6179         * config/Makefile.am    ** NEW FILE **
6180                 ignore autogenerated files
6181                 create a Makefile in this directory
6182
6183 2002-10-08 [paul]       0.8.5claws
6184
6185         * 0.8.5claws release
6186         
6187         * src/compose.c
6188           src/procheader.c
6189           src/procmsg.c
6190                 fix quote reply format for newsgroups reply bug
6191                 (thanks to Hoa)
6192                 
6193         * po/en_GB.po
6194           po/pl.po
6195                 updated by me and Witold Wladyslaw Wojciech Wilk
6196                 repectively
6197
6198 2002-10-07 [paul]       0.8.3claws53
6199
6200         * po/it.po
6201           po/pt_BR.po
6202           po/sr.po
6203                 updated messages catalogs, submitted by
6204                 Alessandro Maestri, Fabio Jr.Beneditto 
6205                 and Urke MMI, respectively.
6206
6207 2002-10-07 [christoph]  0.8.3claws52
6208
6209         * src/folder.[ch]
6210         * src/folderview.c
6211         * src/mainwindow.c
6212                 fix new folder ghost message bug
6213                 (closes bug [ 619722 ] wrong count for newly created folders)
6214
6215 2002-10-07 [christoph]  0.8.3claws51
6216
6217         * src/compose.c
6218                 fix news posting problem
6219
6220 2002-10-07 [melvin]     0.8.3claws50
6221
6222         * po/fr.po
6223                 Updated French translation
6224
6225 2002-10-05 [christoph]  0.8.3claws49
6226
6227         * src/gtkstext.c
6228                 check if line_start_cache is set in gtk_stext_update_text
6229                 (closes bug [ 618119 ] crash while doing search in folder)
6230
6231 2002-10-05 [christoph]  0.8.3claws48
6232
6233         * src/imap.c
6234         * src/news.c
6235         * src/utils.c
6236         * src/utils.h
6237                 implement cache cleanups for claws' folder system
6238                 (closes bug [ 595916 ] imapcache not cleaned up)
6239
6240 2002-10-05 [melvin]     0.8.3claws47
6241
6242         * src/prefs_actions.c
6243                 Made the help text more clear for the %p token
6244
6245 2002-10-04 [paul]       0.8.3claws46
6246
6247         * sync with 0.8.5
6248                 see ChangeLog 2002-10-02 and 2002-10-03
6249
6250 2002-10-04 [christoph]  0.8.3claws45
6251
6252         * src/inc.c
6253                 fix segfault caused by pop before smtp
6254                 call to inc_account_mail with NULL
6255                 pointer for mainwin
6256
6257 2002-10-04 [paul]       0.8.3claws44
6258
6259         * configure.in
6260                 sync the LDAP detection from 0.8.5cvs1
6261
6262 2002-10-02 [christoph]  0.8.3claws43
6263
6264         * po/de.po
6265                 fix small spelling error
6266
6267 2002-10-02 [melvin]     0.8.3claws42
6268
6269         * ac/aspell.m4
6270                 Behave better and say "no" when test program cannot be run.
6271
6272 2002-10-02 [paul]       0.8.3claws41
6273
6274         * sync with 0.8.4cvs1
6275                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6276                 
6277         * src/summaryview.c
6278                 toggle the behavior of Reply menuitem between
6279                 normal reply and reply-to-list
6280
6281 2002-10-01 [sergey]     0.8.3claws40
6282
6283         * src/compose.c
6284                 Convert newlines in the message text to the canonical form
6285                 before base64 encoding (RFC2045 compliance, fixes some
6286                 interoperability issues with Evolution 1.0.3)
6287
6288 2002-09-29 [colin]      0.8.3claws39
6289
6290         * src/summaryview.c
6291                 Fix an unwanted copy/paste
6292
6293 2002-09-29 [colin]      0.8.3claws38
6294
6295         * src/mainwindow.c
6296                 Renamed "Custom toolbar" to "Customize toolbar"
6297                 Renamed "Show all header" to "Show all headers"
6298                 Renamed "Set diplay item" to "Set displayed items"
6299         * src/prefs_common.c
6300                 Renamed "Show all header" to "Show all headers"
6301         * src/prefs_summary_column.c
6302                 Renamed "diplay item" to "displayed items"
6303
6304 2002-09-29 [colin]      0.8.3claws37
6305
6306         * src/mainwindow.[ch]
6307                 online/offline status pixmaps follow theme
6308                 changes
6309         * src/summaryview.[ch]
6310                 quicksearch pixmap follows theme changes
6311
6312 2002-09-29 [thorsten]   0.8.3claws36
6313
6314         * src/compose.c
6315           src/prefs_folder_item.[ch]
6316                 add default_reply_to folder option (closes patch 581044)
6317
6318 2002-09-29 [christoph]  0.8.3claws35
6319
6320         * acconfig.h    ** REMOVED **
6321         * configure.in
6322         * ac/aspell.m4
6323         * ac/check-type.m4
6324         * ac/gnupg-check-typedef.m4
6325                 fix autoheader 2.50 warning
6326
6327 2002-09-29 [christoph]  0.8.3claws34
6328
6329         * major code cleanup (part 2)
6330         
6331                 - unused variables removed
6332                 - unused functions removed
6333                 - uninitialized variables checked
6334                 - missing return statements added
6335                 - missing function return types added
6336                 - added parentheses around assignment
6337                   when suggested by gcc
6338
6339 2002-09-29 [alfons]     0.8.3claws33
6340
6341         * src/logwindow.c
6342                 log_window_clear(): only bracket gtk_text_forward_delete() 
6343                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6344                 works around GTK text bug)
6345
6346 2002-09-29 [paul]       0.8.3claws32
6347
6348         * po/bg.po
6349           po/sr.po
6350                 updated by George Danchev and Urke MMI
6351                 respectively
6352
6353 2002-09-27 [christoph]  0.8.3claws31
6354
6355         * doc-src/readme.txt
6356         * doc-src/rfc1806.txt   ** REMOVED **
6357         * doc-src/rfc2183.txt   ** NEW FILE **
6358         * doc-src/rfc2980.txt   ** NEW FILE **
6359                 update rfcs
6360
6361 2002-09-27 [melvin]     0.8.3claws30
6362
6363         * ac/aspell.m4
6364                 Fixed typo which could break linking
6365
6366 2002-09-27 [melvin]     0.8.3claws29
6367
6368         * ac/aspell.m4
6369                 Improved GNU/aspell checking. 
6370                 Fixed bug #614490
6371
6372 2002-09-27 [paul]       0.8.3claws28
6373
6374         * sync with 0.8.3cvs8
6375                 see ChangeLog 2002-09-27
6376
6377 2002-09-26 [colin]      0.8.3claws27
6378
6379         * src/toolbar.[ch]
6380           src/mainwindow.[ch]
6381                 Add "Reply to Mailing-list" to the toolbar
6382
6383 2002-09-26 [christoph]  0.8.3claws26
6384
6385         * src/summaryview.c
6386                 Fix wrong message counts in summaryview status
6387
6388 2002-09-26 [paul]       0.8.3claws25
6389
6390         * sync with 0.8.3cvs7
6391                 see ChangeLog 2002-09-26
6392
6393 2002-09-26 [paul]       0.8.3claws24
6394
6395         * sync with 0.8.3cvs6
6396                 see ChangeLog 2002-09-25
6397
6398 2002-09-25 [christoph]  0.8.3claws23
6399
6400         * src/prefs_common.c
6401         * src/prefs_folder_item.c
6402         * src/prefs_scoring.c
6403                 Renamed "kill score" to "hide score" in GUI
6404                 and prefs files
6405
6406 2002-09-25 [paul]       0.8.3claws22
6407
6408         * sync with 0.8.3cvs5
6409                 see ChangeLog 2002-09-24
6410
6411 2002-09-24 [alfons]     0.8.3claws21
6412
6413         patch by Satoshi Nagayasu: allows appending / saving multiple 
6414         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6415         'Save as ...'")
6416
6417         * AUTHORS
6418                 add Satoshi Nagayasu
6419         * src/summaryview.c
6420                 summary_save_as(): allow saving selected files to
6421                 one file
6422                 summary_set_menu_sensitive: enable "Save As..." when
6423                 multiple files are selected
6424         * src/utils.[ch]
6425                 append_file(): new function
6426
6427 2002-09-24 [colin]      0.8.3claws20
6428
6429         * src/procmime.c
6430                 Fix segfault when mimeinfo doesn't have a 
6431                 content_type. 
6432
6433 2002-09-24 [colin]      0.8.3claws19
6434
6435         * src/prefs_common.[ch]
6436                 Add a preference to display send dialog or not
6437         * src/send.c
6438                 Display send dialog according to preference
6439
6440 2002-09-24 [colin]      0.8.3claws18
6441
6442         * src/compose.[ch]
6443                 Disable user actions when sending
6444
6445 2002-09-24 [colin]      0.8.3claws17
6446
6447         * src/procmime.c
6448                 Do not display name or filename for attachments
6449                 with an application/pgp-signature type
6450                 (security flaw, see bug 537413)
6451
6452 2002-09-23 [colin]      0.8.3claws16
6453
6454         * src/editaddress.c
6455                 Initialize entry_email, entry_alias and 
6456                 entry_remarks to first email address of the list
6457
6458 2002-09-23 [colin]      0.83claws15
6459
6460         * src/compose.c
6461                 Drop pgp-signature when reediting a signed queued
6462                 message
6463
6464 2002-09-23 [melvin]     0.8.3claws14
6465
6466         * po/fr.po
6467                 Updated French translation
6468
6469 2002-09-23 [melvin]     0.8.3claws13
6470
6471         * src/mainwindow.c
6472                 Made custom toolbar menu labels more consistent
6473         * src/prefs_toolbar.c
6474                 Made custom toolbar window title more consistent
6475
6476 2002-09-22 [colin]      0.8.3claws12
6477
6478         * src/inc.c
6479                 Initialize session type to normal before getting 
6480                 mail (fixes strange Get behaviour)
6481         * src/prefs_account.h
6482                 Move STYPE_POP_BEFORE_SMTP to last position to 
6483                 avoid other side-effects
6484
6485 2002-09-22 [colin]      0.8.3claws11
6486
6487         * src/prefs_account.c
6488                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6489                 from pop3 to apop or vice-versa
6490
6491 2002-09-22 [colin]      0.8.3claws10
6492         
6493         * src/prefs_account.[ch]
6494                 Add an option for the POP before SMTP timeout
6495         * src/inc.c
6496                 Remember time of last POP connection
6497         * src/send.c
6498                 Do POP before SMTP only if timeout reached
6499
6500 2002-09-22 [oliver]     0.8.3claws9
6501         
6502         * README.claws
6503                 explain custom toolbar
6504
6505 2002-09-22 [oliver]     0.8.3claws8
6506
6507         * src/prefs_actions.[ch]
6508         custom toolbar for compose      
6509                 actions callback from compose toolbar
6510         * src/folderview.c
6511                 remove include toolbar.h
6512
6513 2002-09-22 [oliver]     0.8.3claws7
6514         
6515         * src/prefs_toolbar.[ch]
6516                 custom toolbar for compose
6517                 - generic prefs_toolbar handles both
6518                   Mainwin's toolbar as well as Compose toolbar          
6519
6520 2002-09-22 [oliver]     0.8.3claws6
6521         
6522         * src/toolbar.[ch]
6523                 custom toolbar for compose
6524                 restructure toolbar.[ch]
6525
6526 2002-09-22 [oliver]     0.8.3claws5
6527
6528         * src/compose.[ch]
6529                 custom toolbar for compose
6530
6531 2002-09-22 [oliver]     0.8.3claws4
6532         
6533         * src/mainwindow.[ch]
6534                 custom toolbar for compose 
6535                 move mainwin toolbar back to mainwindow
6536
6537 2002-09-22 [alfons]     0.8.3claws3
6538
6539         * src/procmsg.c
6540                 :%sno/if(/if (/gc
6541                 :%sno/for(/for (/gc
6542                 (beautify)
6543
6544 2002-09-22 [alfons]     0.8.3claws2
6545         
6546         * src/procmsg.c
6547                 procmsg_save_to_outbox(): don't unlink message file from queue;
6548                 callers should do it using folder_item_remove_msg()
6549
6550 2002-09-22 [colin]      0.8.3claws1
6551
6552         * src/mimeview.[ch]
6553                 Made mimeview_check_signature() public
6554         * src/textview.c
6555                 Made GPG signatures verifiable by clicking
6556                 the [application/pgp-signature] in the Text
6557                 view
6558
6559 2002-09-22 [paul]       0.8.3claws
6560
6561         * po/bg.po
6562           po/en_GB.po
6563           po/es.po
6564           po/it.po
6565           po/pl.po
6566           po/pt_BR.po
6567           po/sr.po
6568                 updated translations, submitted by George Danchev,
6569                 me, Ricardo Mones Lastra, Alessandro Maestri,
6570                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6571                 and Urke MMI, respectively.     
6572
6573 2002-09-22 [alfons]     0.8.2claws65
6574
6575         * src/procmsg.c
6576         * src/pgptext.c
6577                 no furry valgrinds have been used to plug these memleaks
6578
6579 2002-09-20 [paul]       0.8.2claws64
6580
6581         * sync with 0.8.3cvs4
6582                 'Select thread' re-implemented 
6583                 see ChangeLog 2002-09-20
6584
6585 2002-09-21 [alfons]     0.8.2claws63
6586
6587         * src/compose.c
6588                 compose_send(): plug unnoticed memleak
6589
6590 2002-09-20 [alfons]     0.8.2claws62
6591
6592         * src/addr_compl.c
6593                 replace_address_in_edit(): strict check for NULL address to
6594                 fix "[ 607348 ] Segfault in address completion". My guess is
6595                 that this happens with an empty address book, but it's good
6596                 to have this check here anyway
6597                 
6598                 completion_window_button_press(): free string returned 
6599                 from the internal cache
6600
6601 2002-09-20 [christoph]  0.8.2claws61
6602
6603         * src/procmime.h
6604                 added ENC_BINARY to EncodingType
6605         * src/procmime.c
6606                 the string returned by procmime_get_encoding_str
6607                 should not depend on the order of values in the
6608                 EncodingType definition
6609         * doc-src/rfc1806.txt   ** NEW FILE **
6610                 Added rfc1806 about MIME Content-Disposition
6611                 Extension
6612
6613 2002-09-19 [paul]       0.8.2claws60
6614
6615         * sync with 0.8.2cvs3
6616                 see ChangeLog 2002-09-19
6617
6618 2002-09-19 [paul]       0.8.2claws59
6619
6620         * src/prefs_folder_item.c
6621                 revert to Darko's original alignment of colour
6622                 selector button
6623                 add a colon to folder_color label
6624                 
6625         * src/compose.c
6626                 add Colin's patch (with Hiro's modifications) to 
6627                 force BASE64 encoding for 8-bit text when signing
6628                 (sync with 0.8.3cvs2)
6629
6630 2002-09-18 [alfons]     0.8.2claws58
6631
6632         * src/compose.c
6633                 :%sno/if(/if (/gc
6634                 :%sno/for(/for (/gc
6635                 (beautify a little bit)
6636
6637 2002-09-18 [christoph]  0.8.2claws57
6638
6639         * src/pine.c
6640                 fix handling of fgetc return value
6641
6642 2002-09-17 [alfons]     0.8.2claws56
6643         
6644         * src/summaryview.c
6645                 summary_sort(): check non-NULL summaryview->folder_item when no 
6646                 folder is selected at all
6647                 (closes "[ 610344 ] sort label make syl Crash")
6648
6649 2002-09-17 [alfons]     0.8.2claws55
6650         
6651         * src/compose.c
6652                 beautify a little bit
6653
6654 2002-09-17 [christoph]  0.8.2claws54
6655
6656         * src/folder.c
6657                 initialize max values for cache and folder
6658                 when cache or folder is empty
6659
6660 2002-09-15 [colin]      0.8.2claws53
6661
6662         * src/compose.c
6663                 Fix a leak (thanks Alfons!) and cleaned
6664                 variables names for custom headers
6665
6666 2002-09-15 [colin]      0.8.2claws52
6667
6668         * src/compose.c
6669                 Fix custom headers recognition when
6670                 prefs_common.trans_hdr is on
6671
6672 2002-09-15 [colin]      0.8.2claws51
6673
6674         * src/compose.c
6675                 Allow dynamically-added custom headers
6676                 Yet not reparsed if reedited
6677
6678 2002-09-15 [alfons]     0.8.2claws50
6679
6680         * src/prefs_account.c
6681                 fix warnings
6682
6683 2002-09-15 [colin]      0.8.2claws49
6684         
6685         * src/prefs_account.c
6686                 fix pop_before_smtp sensitivity
6687
6688 2002-09-15 [colin]      0.8.2claws48
6689
6690         * src/inc.[ch]
6691                 add inc_pop_before_smtp()
6692                 allow MainWindow to be undefined in 
6693                 inc_account_mail() and inc_start()
6694         * src/pop.c
6695           src/prefs_account.h
6696                 add STYPE_POP_BEFORE_SMTP session type
6697         * src/prefs_account.c
6698                 activated pop before smtp option
6699         * src/send.c
6700                 do pop before smtp if the relevant option 
6701                 is set
6702
6703 2002-09-15 [paul]       0.8.2claws47
6704
6705         * sync with 0.8.3
6706                 see ChangeLog 2002-09-15
6707
6708 2002-09-14 [paul]       0.8.2claws46
6709
6710         * po/bg.po
6711                 updated Bulgarian translation, submitted by
6712                 George Danchev
6713
6714 2002-09-13 [paul]       0.8.2claws45
6715
6716         * src/compose.c
6717                 merge claws' select_account() with main's
6718                 (new) compose_select_account(). [sync with
6719                 0.8.2cvs15, see ChangeLog 2002-09-11]
6720
6721 2002-09-12 [christoph]  0.8.2claws44
6722
6723         * src/filter.c
6724                 allocate 1 elements of FolderItem not 0
6725
6726 2002-09-12 [colin]      0.8.2claws43
6727
6728         * src/compose.c
6729                 Fix bug #590825 (obey Follow-up: poster)
6730
6731 2002-09-12 [colin]      0.8.2claws42
6732
6733         * src/procmime.c
6734                 Fix bug #557009 (wrong headers for messages 
6735                 forwarded as attachments)
6736
6737 2002-09-11 [colin]      0.8.2claws41
6738         
6739         * src/compose.c
6740                 Put SCF: pseudo-header on top of message
6741                 Set draft tmp_flag when saved as draft
6742
6743         * src/procmsg.c
6744           src/procheader.c
6745                 Skip after first \n\n for beginning of real message
6746                 for drafts too
6747
6748 2002-09-11 [christoph]  0.8.2claws40
6749
6750         * src/filtering.c
6751                 use procmsg flag functions in filtering or processing
6752                 will cause incorrect folder message counts
6753
6754 2002-09-11 [colin]      0.8.2claws39
6755
6756         * src/compose.c
6757                 Fix bug #550175 - wrong save folder when reediting
6758                 drafts
6759
6760 2002-09-11 [paul]       0.8.2claws38
6761
6762         * sync with 0.8.2cvs14
6763                 see ChangeLog 2002-09-11
6764
6765 2002-09-11 [colin]      0.8.2claws37
6766
6767         * src/folder.c
6768                 Fix a typo (seeming to cause new/unread status to
6769                 be lost)
6770
6771 2002-09-10 [christoph]  0.8.2claws36
6772
6773         * src/compose.c
6774                 compose_redirect should not use compose_generic_new
6775                 because that does more stuff than expected including
6776                 opening the external editor
6777                 (closes bug "[ 526608 ] bounced messages appear blank
6778                  in editor")
6779
6780 2002-09-10 [christoph]  0.8.2claws35
6781
6782         * src/folder.c
6783                 fix problem with too large message number range
6784                 causing a crash in folder_item_scan
6785
6786 2002-09-10 [paul]       0.8.2claws34
6787
6788         * sync with 0.8.2cvs13
6789                 see ChangeLog 2002-09-10
6790
6791 2002-09-10 [christoph]  0.8.2claws33
6792
6793         * src/msgcache.c
6794                 set MsgInfo TmpFlags for queue and draft folders
6795                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6796
6797 2002-09-10 [paul]       0.8.2claws32
6798
6799         * AUTHORS
6800           po/bg.po      ** NEW FILE **
6801                 new Bulgarian translation submitted by
6802                 George Danchev <danchev@spnet.net>
6803                 
6804         * tools/Makefile.am
6805           tools/README
6806           tools/tb2sylpheed     ** NEW FILE **
6807                 add script that converts an addressbook exported
6808                 from The Bat! into a Sylpheed addressbook. Submitted
6809                 by Urke MMI <urke-kg@eunet.yu>
6810
6811 2002-09-10 [paul]       0.8.2claws31
6812
6813         * sync with 0.8.2cvs12
6814                 see ChangeLog 2002-09-10
6815
6816 2002-09-06 [paul]       0.8.2claws30
6817
6818         * src/prefs_common.c
6819                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6820                 
6821         * tools/Makefile.am
6822           tools/README
6823           tools/ldif-to-xml.py  ** REMOVED **
6824                 remove obsolete python script
6825
6826 2002-09-06 [paul]       0.8.2claws29
6827
6828         * sync with 0.8.2cvs10
6829                 see ChangeLog 2002-09-06
6830
6831 2002-09-04 [paul]       0.8.2claws28
6832
6833         * sync with 0.8.2cvs9
6834                 see ChangeLog 2002-08-04
6835
6836 2002-09-04 [colin]      0.8.2claws27 
6837
6838         * src/prefs_common.[ch]
6839                 Added signature color configuration
6840         * src/textview.c
6841                 Use user-specified signature color
6842
6843 2002-09-03 [colin]      0.8.2claws26
6844
6845         * src/prefs_common.[ch]
6846                 Added autosave and autosave_length prefs
6847         * src/compose.c
6848                 Added compose_remove_draft()
6849                 Auto-save drafts according to the prefs
6850         * src/main.c
6851                 Added a crash-indicator file, allowing to check
6852                 for new messages on startup if Sylpheed crashed
6853                 (makes saved drafts "reappear")
6854
6855 2002-09-03 [colin]      0.8.2claws25
6856
6857         * src/textview.[ch]
6858                 Grey the signature
6859
6860 2002-09-03 [paul]       0.8.2claws24
6861
6862         * sync with 0.8.2cvs8
6863                 see ChangeLog 2002-09-02 and 2002-09-03
6864
6865 2002-09-03 [darko]      0.8.2claws23
6866
6867         * src/folderview.c
6868                 use normal style when creating new folder to pick
6869                 proper font size 
6870
6871 2002-09-02 [melvin]     0.8.2claws22
6872
6873         * src/gtkaspell.m4
6874                 removed some obsolete code
6875
6876 2002-09-02 [melvin]     0.8.2claws21
6877
6878         * ac/aspell.m4
6879                 fixed test's equality sign (== to =)
6880
6881 2002-09-02 [alfons]     0.8.2claws20
6882
6883         * src/folder.c
6884         * src/mh.c
6885                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6886                 as folder->destroy virtual as suggested by Hiro
6887                 (the mh.c code seems to have been lost around mh.c.1.21)
6888
6889 2002-09-02 [paul]       0.8.2claws19
6890
6891         * po/pt_BR.po
6892                 updated by Fabio Jr. Beneditto
6893                 
6894         * src/defs.h
6895                 use 'http://claws.sylpheed.org' for homepage link. 
6896                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6897
6898 2002-09-01 [alfons]     0.8.2claws18
6899
6900         * src/mh.c
6901                 plug memleak related to one Martin Kluge found
6902
6903 2002-08-31 [paul]       0.8.2claws17
6904
6905         * sync with 0.8.2cvs6
6906                 see ChangeLog 2002-08-30
6907
6908 2002-08-31 [alfons]     0.8.2claws16
6909
6910         * src/folder.c
6911                 folder_destroy(): remove mailbox from folderlist even if it has
6912                 no destroy virtual
6913
6914 2002-08-31 [alfons]     0.8.2claws15
6915
6916         * src/folder.c
6917                 :%sno/if(/if (/gc
6918                 :%sno/for(/for (/gc
6919                 (being pedantic I know)
6920
6921 2002-08-31 [alfons]     0.8.2claws14
6922
6923         * src/folder.c
6924                 check for NULL pointers returned from folder->fetch_msginfo virtual
6925                 (should solve some reported crashes)
6926
6927 2002-08-30 [alfons]     0.8.2claws13
6928
6929         * acconfig.h
6930         * configure.in
6931         * src/crash.c
6932                 enable crash dialog on compilation time
6933                 (--enable-crash-dialog configure option)
6934
6935 2002-08-30 [alfons]     0.8.2claws12
6936
6937         * AUTHORS
6938                 add Martin Kluge
6939         * src/mh.c
6940                 apply memory leak plug patch by Martin Kluge
6941                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6942                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6943                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6944
6945 2002-08-30 [darko]      0.8.2claws11
6946
6947         * src/folderview.c
6948                 copy Gtk style from normal style to match
6949                 font size for coloured folders
6950
6951 2002-08-29 [alfons]     0.8.2claws10
6952
6953         * sylpheed.desktop
6954                 Type=Internet <- Type=Application
6955                 (reported by Michael Schwendt, see:
6956                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6957                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6958
6959 2002-08-29 [paul]       0.8.2claws9
6960
6961         * sync with 0.8.2cvs5
6962                 see ChangeLog 2002-08-29
6963
6964 2002-08-29 [colin]      0.8.2claws8
6965
6966         * src/summaryview.c
6967                 Added a sanity check in summary_select_thread
6968                 Should fix bug 601605
6969
6970 2002-08-29 [colin]      0.8.2claws7
6971
6972         * src/main.c
6973                 Revert claws6 changes regarding bug #591676
6974
6975 2002-08-28 [colin]      0.8.2claws6
6976         
6977         * src/main.c
6978                 Ignore cache for queue folderitems
6979                 Fix bug #591676
6980
6981 2002-08-28 [melvin]     0.8.2claws5
6982
6983         * README.claws
6984                 Fixed typos.
6985
6986 2002-08-28 [melvin]     0.8.2claws4
6987
6988         * README.claws
6989                 Updated a bit the text concerning the spell checker
6990
6991 2002-08-28 [melvin]     0.8.2claws3
6992
6993         Merged the GNU_aspell_branch:
6994                 Support of new GNU/aspell is now included and the old pspell
6995                 is not supported anymore.
6996                 See README.claws
6997
6998         * README.claws
6999                 Updated spell checker text to reflect the switch to GNU/aspell
7000
7001         * ac/aspell.m4          *** NEW ***
7002         * src/gtkaspell.[ch]    *** NEW *** 
7003         * ac/pspell.m4          *** DELETED *** 
7004         * src/gtkspell.[ch]     *** DELETED ***
7005
7006         * ac/Makefile.am
7007                 Updated for GNU/aspell support
7008
7009         * po/POTFILES.in
7010                 Replaced gtkspell.c by gtkaspell.c
7011
7012         * acconfig.h
7013         * src/Makefile.am
7014         * src/about.c
7015         * src/compose.[ch]
7016         * src/crash.c
7017         * src/main.c
7018         * src/prefs_common.[ch]
7019                 Updated for GNU/aspell support
7020
7021 2002-08-28 [paul]       0.8.2claws2
7022
7023         * sync with 0.8.2cvs4
7024                 see ChangeLog 2002-08-27 and 2002-08-28
7025
7026 2002-08-28 [colin]      0.8.2claws1
7027
7028         * src/summary_search.c
7029                 Added "AND search"
7030
7031 2002-08-28 [jens]       0.8.2claws
7032
7033         *po/de.po
7034                 Updated German translations
7035
7036 2002-08-27 [melvin]     0.8.2claws
7037
7038         * po/fr.po
7039                 Updated French translations
7040
7041 2002-08-27 [paul]       0.8.2claws
7042
7043         * sync with 0.8.2 main release
7044
7045         * po/en_GB.po
7046           po/es.po
7047           po/it.po
7048           po/pl.po
7049           po/pt_BR.po
7050           po/sr.po
7051                 updated message catalogs submitted by
7052                 Ricardo Mones Lastra, Alessandro Maestri,
7053                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7054                 Beneditto and Urke MMI  
7055
7056 2002-08-27 [hoa]        0.8.1claws123
7057
7058         * src/mainwindow.[ch]
7059         * src/summaryview.[ch]
7060                 removed the "filter setting" menu option.
7061                 add a "cancel a news message" menu option.
7062
7063 2002-08-26 [martin]     0.8.1claws122
7064
7065         * ChangeLog.claws
7066                 changed string under 0.8.1claws79 changed by myself
7067                 i'm sorry alfons :(
7068
7069 2002-08-26 [martin]     0.8.1claws121
7070
7071         * src/crash.c
7072                 added kill command to debuggerrc to start crash dialog
7073
7074 2002-08-26 [paul]       0.8.1claws120
7075
7076         * sync with 0.8.1cvs31
7077                 see ChangeLog 2002-08-26
7078
7079 2002-08-25 [alfons]     0.8.1claws119
7080
7081         * src/procmsg.c
7082                 fix bug that didn't send out correct headers to news server
7083                 when sending news article and email from queue (bug reported
7084                 and patch provided by Tim Mann; closes bug 
7085                 "[ 583196 ] 0.7.8claws can't post news")
7086
7087 2002-08-25 [alfons]     0.8.1claws118
7088
7089         * src/selective_download.c
7090                 mark two strings as translatable
7091                 (thanks to Urke MMI for pointing this out)
7092
7093 2002-08-25 [alfons]     0.8.1claws117
7094
7095         * src/summaryview.c
7096                 treat sent boxes as special and allow sorting them by addressee
7097                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7098                 submitted by Steve Lamb)
7099
7100 2002-08-24 [alfons]     0.8.1claws116
7101
7102         * src/matcher.c
7103                 fix memleak reported by Martin Kluge
7104                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7105
7106 2002-08-24 [oliver]     0.8.1claws115
7107
7108         * src/prefs_toolbar.c
7109                 o code cleanup as suggested by Alfons
7110                 o memleak fix
7111
7112 2002-08-24 [alfons]     0.8.1claws114
7113
7114         * src/summaryview.c
7115                 o fix another memory leak reported by Martin Kluge
7116                   (see "[ 599568 ] Small Memory Leak")
7117                 o remove 'from' variable from 'summary_set_header()'; we can
7118                   do with just 'to' 
7119
7120 2002-08-24 [paul]       0.8.1claws113
7121
7122         * sync with 0.8.1cvs30
7123                 see ChangeLog 2002-08-23
7124
7125 2002-08-24 [alfons]     0.8.1claws112
7126
7127         * src/summaryview.c
7128                 remove unnecessary allocations for search bar fixing leaks
7129                 reported by Martin Kluge
7130                 (see "[ 599451 ] Further memory leaks?")
7131
7132 2002-08-24 [alfons]     0.8.1claws111
7133
7134         * src/main.c
7135                 make get_socket_name() public for crash.c
7136         * src/crash.c
7137                 o make report bug button work (goes to claws' 
7138                   bug tracker at sf.net)
7139                 o introduce function for doing important stuff just
7140                   before claws goes down
7141                 o clean up code 
7142
7143 2002-08-24 [alfons]     0.8.1claws110
7144
7145         * src/compose.c
7146                 move cursor to "To" entry when forwarding as attachment
7147                 (reported and solved by Steve Lamb, closes bug report
7148                 "[ 592880 ] Forward as attachment; cursor not in to")
7149
7150 2002-08-24 [colin]      0.8.1claws109
7151
7152         * src/mainwindow.c
7153                 fix quick search visibility after GUI (de)separations.
7154
7155 2002-08-23 [colin]      0.8.1claws108
7156
7157         * src/mainwindow.c
7158                 fix header pane visibility after folderview or
7159                 messageview (de)separation
7160
7161 2002-08-23 [paul]       0.8.1claws107
7162
7163         * src/mainwindow.[ch]
7164           src/toolbar.c
7165                 give full control of display or non-display 
7166                 of the Execute icon to Custom toolbar settings.
7167                 add new sensitivity condition to maninwindow.h: 
7168                 M_DELAY_EXEC
7169
7170         * ChangeLog
7171           ChangeLog.jp
7172           NEWS
7173                 more sync with 0.8.1cvs29
7174
7175 2002-08-23 [melvin]     0.8.1claws106
7176
7177         * src/alertpanel.c
7178                 Readded support for custom widget in alertpanel lost in last
7179                 sync.
7180
7181 2002-08-23 [paul]       0.8.1claws105
7182
7183         * sync with 0.8.1cvs29
7184                 see ChangeLog 2002-08-23
7185
7186 2002-08-23 [colin]      0.8.1claws104
7187
7188         * src/summaryview.c
7189                 Fix folder and search pixmaps exchanging positions
7190                 after theme or toolbar changes. Thank to Oliver for 
7191                 reporting this.
7192
7193 2002-08-23 [colin]      0.8.1claws103
7194
7195         * src/mainwindow.c
7196           src/messageview.[ch]
7197           src/noticeview.[ch]
7198           src/summaryview.c
7199                 Changed messageview_create() and noticeview_create()
7200                 to avoid the last gdk_warning
7201
7202 2002-08-22 [colin]      0.8.1claws102
7203
7204         * src/summaryview.c
7205                 Fix my new `Creating pixmap from xpm' warning
7206
7207 2002-08-22 [colin]      0.8.1claws101
7208
7209         * src/mainwindow.c
7210                 Fix some of the gdk warnings
7211
7212 2002-08-22 [colin]      0.8.1claws100
7213
7214         * src/Makefile.am
7215         * src/stock_pixmap.c
7216         * src/stock_pixmap.h
7217         * src/pixmaps/quicksearch.xpm *ADDED*
7218                 Add the quicksearch pixmap
7219         * src/mainwindow.c
7220         * src/summaryview.c
7221         * src/summaryview.h
7222                 Make quicksearch bar visible/hidden via a button
7223
7224 2002-08-22 [christoph]  0.8.1claws99
7225
7226         * src/folder.c
7227                 fix folder update for newsgroups with message
7228                 numbers below minimum number of articles to fetch
7229                 (closes bug #598445)
7230
7231 2002-08-22 [paul]       0.8.1claws98
7232
7233         * sync with 0.8.1cvs28
7234                 see ChangeLog 2002-08-22
7235
7236 2002-08-21 [alfons]     0.8.1claws97
7237
7238         * src/crash.c
7239                 use bt instead of bt full which seems to work 
7240                 better, and bt full doesn't give a great deal 
7241                 of information anyway
7242
7243 2002-08-21 [colin]      0.8.1claws96
7244
7245         * src/summaryview.c
7246                 fix summaryview_searchtype_changed prototype
7247
7248 2002-08-21 [christoph]  0.8.1claws95
7249
7250         * src/mainwindow.c
7251                 o fix broken menu update for sorting type, we have to
7252                   get this info from the summaryview now
7253                 o removed setting of threaded state in menu callback
7254         * src/summaryview.[ch]
7255                 more summaryview/folderitem seperation for
7256                 threading option
7257         * configure.in
7258                 removed not required --with-compiler-flags option
7259
7260 2002-08-21 [oliver]     0.8.1claws94
7261         
7262         * src/toolbar.h 
7263                 o rename toolbar.xml to toolbar_main.xml
7264                   since toolbar_compose.xml might come up 
7265                   any time soon
7266         * README.claws
7267                 add custom toolbar              
7268
7269 2002-08-21 [darko]      0.8.1claws93
7270
7271         * src/procmsg.c
7272                 don't reset tmp flags for messages copied
7273                 to sent folder
7274
7275 2002-08-21 [colin]      0.8.1claws92
7276         
7277         * src/prefs_filtering.c
7278                 fix renaming rules on folder rename 
7279                 when folder is not a leaf folder
7280
7281 2002-08-21 [paul]       0.8.1claws91
7282
7283         * src/prefs_folder_item.c
7284                 fix alignment of colour selector
7285
7286 2002-08-21 [paul]       0.8.1claws90
7287
7288         * sync with 0.8.1cvs27
7289                 see ChangeLog 2002-08-21
7290
7291 2002-08-21 [paul]       0.8.1claws89
7292
7293         * src/summaryview.c
7294                 fix crash when changing field type in
7295                 Quick search bar
7296
7297 2002-08-21 [colin]      0.8.1claws88
7298
7299         * src/summaryview.c
7300                 Made quick search case-insensitive
7301
7302 2002-08-21 [paul]       0.8.1claws87
7303
7304         * sync with 0.8.1cvs26
7305                 see ChangeLog 2002-08-21
7306
7307 2002-08-20 [christoph]  0.8.1claws86
7308
7309         * src/folderview.c
7310         * src/main.c
7311         * src/summaryview.[ch]
7312                 more summaryview/folderitem seperation for
7313                 sort_key and sort_type
7314         * src/procmsg.c
7315                 added missing return statement
7316
7317 2002-08-20 [colin]      0.8.1claws85
7318
7319         * src/summaryview.[ch]
7320                 Added a quick search box
7321         * src/mainwindow.c
7322         * src/prefs_common.[ch]
7323                 Added a show/hide option for the quick search
7324
7325 2002-08-20 [oliver]     0.8.1claws84
7326         
7327         * src/mainwindow.c
7328                 remove toolbar_create_popups
7329         * src/toolbar.[ch]
7330                 o remove toolbar_create_popups
7331                 o fix toolbar_set_sensitive 
7332                   (Bug reports #596834 and #596832)     
7333         * src/prefs_toolbar.c
7334                 o add "Set default" button
7335                 o align label and text + combo widgets
7336
7337 2002-08-20 [hoa]        0.8.1claws83bis
7338
7339         * src/imap.c
7340                 fixed a bug in imap_fetch_msginfo() in case there is no
7341                 current folder.
7342
7343 2002-08-20 [darko]      0.8.1claws83
7344
7345         * src/folderview.c
7346                 copy the color style of folder view so it
7347                 works with GTK themes
7348
7349 2002-08-20 [darko]      0.8.1claws82
7350
7351         * src/folder.h
7352         * src/folderview.c
7353         * src/prefs_folder_item.[hc]
7354                 don't use UI stuff in folder.h
7355
7356 2002-08-20 [darko]      0.8.1claws81
7357
7358         * src/folder.h
7359         * src/prefs_folder_item.h
7360         * src/folderview.c
7361         * src/prefs_folder_item.c
7362                 ability to set folder color in folderview
7363
7364 2002-08-19 [alfons]     0.8.1claws80
7365
7366         * src/summaryview.c
7367                 fix one of the earlier memleaks reported by Martin Kluge
7368
7369 2002-08-19 [alfons]     0.8.1claws79
7370
7371         * src/mainwindow.c
7372                 hide notice view when selecting seperate folder
7373                 view (reported by Urke MMI)
7374
7375 2002-08-19 [christoph]  0.8.1claws78
7376
7377         * src/folderview.c
7378         * src/prefs_folder_item.h
7379         * src/summaryview.[ch]
7380                 o add summary_set_prefs_from_folderitem to set
7381                   summaryview prefs (first step to remove all
7382                   references to the folderitem in summaryview)
7383                 o moved compiled regex stuff from folderitem prefs
7384                   to summaryview code
7385
7386 2002-08-19 [paul]       0.8.1claws77
7387
7388         * src/compose.c
7389                 add check for '.' to QUOTE_IF_REQUIRED
7390
7391 2002-08-19 [paul]       0.8.1claws76
7392
7393         * src/inc.c
7394                 sync with 0.8.1cvs25 (plug memory leak)
7395
7396         * src/prefs_toolbar.c
7397                 re-order prefs_toolbar_cancel()
7398
7399 2002-08-18 [alfons]     0.8.1claws75
7400
7401         * src/inc.c
7402         * src/matcher.c
7403                 plug other memleaks reported by Martin Kluge
7404
7405 2002-08-18 [paul]       0.8.1claws74
7406
7407         * po/pt_BR.po
7408                 updated by Fabio Jr. Beneditto
7409
7410 2002-08-18 [paul]       0.8.1claws73
7411
7412         * src/toolbar.[ch]
7413                 fix bug where tooltips were displayed untranslated              
7414
7415         * src/prefs_toolbar.c
7416                 fix bug where clicking 'Cancel' creates an icon & text
7417                 toolbar regardless of prefs
7418         
7419
7420 2002-08-17 [oliver]     0.8.1claws72
7421
7422         * src/prefs_toolbar.c
7423                 update toolbar on CANCEL
7424                 bug reported by Martin Kluge
7425         * src/toolbar.c
7426                 toolbar_destroy memleak fixed           
7427
7428 2002-08-17 [alfons]     0.8.1claws71
7429
7430         * src/toolbar.c
7431                 plug another memleak reported by Martin Kluge
7432
7433 2002-08-16 [alfons]     0.8.1claws70
7434
7435         * src/crash.c
7436                 use execvp() correctly (suggested by wwp; thanks!)
7437
7438 2002-08-16 [alfons]     0.8.1claws69
7439
7440         * src/gtksctree.c
7441                 plug memory leak reported by Kim Schultz & Martin Kluge
7442
7443 2002-08-16 [paul]       0.8.1claws68
7444
7445         * po/es.po
7446                 updated by Ricardo Mones Lastra
7447
7448 2002-08-16 [paul]       0.8.1claws67
7449
7450         * src/toolbar.h
7451                 fix bug where 'Compose News' icon showed wrong
7452                 tooltip
7453
7454 2002-08-16 [paul]       0.8.1claws66
7455
7456         * sync with 0.8.1cvs24
7457                 see ChangeLog 2002-08-16
7458
7459         * po/it.po
7460                 updated by Alessandro Maestri
7461
7462 2002-08-15 [paul]       0.8.1claws65
7463
7464         * po/sr.po
7465                 updated by Urke MMI
7466
7467 2002-08-15 [paul]       0.8.1claws64
7468
7469         * src/*.c
7470                 don't translate debug info
7471
7472         * src/matcher.[ch]
7473                 add copyright info
7474
7475 2002-08-15 [paul]       0.8.1claws63
7476
7477         * src/prefs_toolbar.c
7478                 fix bug where clicking 'OK' creates an icon & text
7479                 toolbar regardless of prefs
7480
7481 2002-08-14 [alfons]     0.8.1claws62
7482
7483         * src/main.c
7484                 add global var that has the full argv[0]
7485         * src/crash.c
7486                 o execvp the correct sylpheed by using argv0
7487                   and setting the correct work dir
7488                 o other tweaks  
7489
7490 2002-08-14 [oliver]     0.8.1claws61
7491         
7492         * enable/disable Toolbar Action Buttons 
7493         * code cleanups
7494         * src/mainwindow.c
7495         * src/toolbar.[ch]      
7496         * src/prefs_toolbar.c   
7497
7498 2002-08-14 [melvin]     0.8.1claws60
7499
7500         * po/fr.po
7501                 Updated French translations
7502
7503 2002-08-14 [melvin]     0.8.1claws59
7504
7505         * src/crash.c
7506                 Made bug report not translatable
7507         * src/exporthtml.c
7508                 Fixed exporthtml_build_filespec() return value
7509         * src/foldersel.c
7510                 Fixed incorrect include file
7511         * src/gtkspell.c
7512         * src/prefs_actions.c
7513         * src/prefs_toolbar.c
7514                 Made debug info not translatable
7515         * src/mutt.c
7516         * src/quote_fmt.c
7517                 Added missing includes
7518         * src/prefs_common.c
7519                 Fixed typo
7520
7521 2002-08-14 [paul]       0.8.1claws58
7522
7523         * faq/es/sylpheed-faq.html
7524           faq/es/sylpheed-faq-[1-3].html
7525           faq/es/sylpheed-faq-4.html     **NEW FILE **
7526                 update Spanish FAQ
7527
7528 2002-08-13 [christoph]  0.8.1claws57
7529
7530         * src/procmsg.c
7531                 ignore thread fix that did not mark all
7532                 child nodes of a ignored thread as
7533                 ignored. Does not work perfectly yet,
7534                 but it is better now
7535
7536 2002-08-13 [alfons]     0.8.1claws56
7537
7538         * src/crash.c
7539                 o implement 'save crash log'
7540                 o some tweaks
7541
7542 2002-08-13 [melvin]     0.8.1claws55
7543
7544         * src/main.c
7545                 removed unrequired "execinfo.h" header
7546
7547 2002-08-12 [paul]       0.8.1claws54
7548
7549         * faq/en/sylpheed-faq.html
7550           faq/en/sylpheed-faq-[1-3].html
7551           faq/en/sylpheed-faq-4.html     **NEW FILE **
7552                 update English FAQ
7553
7554 2002-08-12 [alfons]     0.8.1claws53
7555
7556         * po/POTFILES.in
7557                 add crash.c to translatables
7558         * src/crash.c
7559                 bring in Leandro's crash dialog
7560
7561 2002-08-11 [alfons]     0.8.1claws52
7562
7563         * src/crash.c
7564                 clean up some warnings
7565
7566 2002-08-11 [alfons]     0.8.1claws51
7567
7568         * acconfig.h
7569         * configure.in
7570         * src/crash.[ch]        ** NEW FILES **
7571         * src/main.c            
7572                 initial gdb crash handler
7573
7574 2002-08-11 [paul]       0.8.1claws50
7575
7576         * src/prefs_toolbar.c
7577                 replace Up/Down arrow pixmaps with text to be
7578                 consistent across icon themes
7579
7580 2002-08-11 [paul]       0.8.1claws49
7581
7582         * src/prefs_common.c
7583           src/prefs_toolbar.c
7584                 rename 'Pixmap' -> 'Icon'
7585
7586         * src/toolbar.[ch]
7587                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7588
7589 2002-08-10 [paul]       0.8.1claws48
7590
7591         * src/prefs_toolbar.c
7592                 re-work the UI
7593
7594 2002-08-10 [paul]       0.8.1claws47
7595
7596         * src/main.c
7597                 don't write Processing progress to status bar
7598                 patch submitted by Alexander Evseev
7599
7600         * src/prefs_toolbar.c
7601                 re-position and resize window
7602                 make window assume correct size on first call
7603
7604 2002-08-10 [paul]       0.8.1claws46
7605
7606         * src/mainwindow.c
7607           src/prefs_toolbar.c
7608           src/toolbar.c
7609           src/toolbar.h
7610                 obey coding style
7611                 follow UI text conventions
7612
7613 2002-08-10 [alfons]     0.8.1claws45
7614
7615         * src/toolbar.c
7616                 correct pixmap for delete action
7617
7618 2002-08-10 [paul]       0.8.1claws44
7619
7620         * po/pt_BR.po
7621                 updated by Fabio Jr. Beneditto
7622
7623 2002-08-10 [paul]       0.8.1claws43
7624
7625         * po/POTFILES.in
7626                 add custom toolbar files
7627
7628 2002-08-10 [paul]       0.8.1claws42
7629
7630         * sync with 0.8.1cvs22
7631                 see ChangeLog 2002-08-09
7632
7633 2002-08-09 [paul]       0.8.1claws41
7634
7635         * tools/Makefile.am
7636           tools/README
7637           tools/outlook2sylpheed.pl     ** NEW FILE **
7638                 add script to convert exported Outlook
7639                 contacts list to a Sylpheed addressbook.
7640                 Submitted by Ricardo Mones Lastra.
7641
7642 2002-08-09 [paul]       0.8.1claws40
7643
7644         * AUTHORS
7645           configure.in
7646           po/sr.po      ** NEW FILE **
7647                 add Serbian message catalog. Submitted by
7648                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7649
7650 2002-08-09 [paul]       0.8.1claws39
7651
7652         * sync with 0.8.1cvs21
7653                 see ChangeLog 2002-08-08
7654
7655 2002-08-08 [oliver]     0.8.1claws38
7656
7657         * src/mainwindow.c
7658                 move Custom Toolbar to Configuration menu
7659
7660 2002-08-08 [oliver]     0.8.1claws37
7661
7662         * src/prefs_toolbar.c
7663                 fix substitute pixmap bug
7664
7665 2002-08-08 [paul]       0.8.1claws36
7666
7667         * sync with 0.8.1cvs19
7668                 see ChangeLog 2002-08-08
7669
7670 2002-08-07 [christoph]  0.8.1claws35
7671
7672         * src/utils.c
7673                 fixed a memory leak in new canonicalize_file_replace
7674
7675 2002-08-07 [christoph]  0.8.1claws34
7676
7677         * src/utils.[ch]
7678                 o canonicalize_file_replace should create the temporary
7679                   file in the same directory as the original file.
7680                 o added get_tmpfile_in_dir that creates a temorary file
7681                   in a specified directory.
7682
7683 2002-08-07 [melvin]     0.8.1claws33
7684
7685         * src/toolbar.c
7686                 fixed bug where 'Article' button acted as 'Email' button.
7687
7688 2002-08-07 [paul]       0.8.1claws32
7689
7690         * sync with 0.8.1.cvs17
7691                 see ChangeLog 2002-08-07
7692
7693 2002-08-07 [colin]      0.8.1claws31
7694         
7695         * src/news.c
7696                 fix mass-cancel problem
7697
7698 2002-08-07 [thorsten]   0.8.1claws30
7699
7700         * src/prefs_toolbar.c
7701                 fix: crash on replace or add new button
7702         * src/toolbar.c
7703                 fix: close xmlfile after reading
7704         * src/utils.c
7705                 fix: unlink() file before rename()
7706
7707 2002-08-06 [paul]       0.8.1claws29
7708
7709         * sync with 0.8.cvs15
7710                 see ChangeLog 2002-08-06
7711
7712 2002-08-06 [oliver]     0.8.1claws28
7713
7714         * src/toolbar.c
7715         * src/prefs_toolbar.c
7716                 fixed empty toolbar issue
7717
7718 2002-08-06 [oliver]     0.8.1claws27
7719
7720         * Custom Toolbar Final 
7721         * src/folderview.c
7722         * src/inc.c
7723         * src/summaryview.c
7724                 o toolbar stuff now lives in src/toolbar.[ch]
7725                 o main_window_toolbar_* functions are renamed to
7726                   toolbar_* reflecting their new source file
7727         * src/mainwindow.[ch]
7728                 o remove toolbar stuff  
7729
7730 2002-08-06 [oliver]     0.8.1claws26
7731         
7732         * src/Makefile.am
7733         * src/prefs_toolbar.[ch]        **New File**
7734         * src/toolbar.[ch]              **New File**
7735                 o prefs_toolbar.[ch] custom toolbar frontend
7736                 o toolbar.[ch]       backend 
7737
7738 2002-08-06 [oliver]     0.8.1claws25
7739
7740         * src/prefs_actions.[ch]
7741                 o new exported function actions_execute
7742
7743 2002-08-06 [paul]       0.8.1claws24
7744
7745         * sync with 0.8.1cvs4
7746                 see ChangeLog 2002-08-06
7747
7748 2002-08-06 [paul]       0.8.1claws23
7749
7750         * sync with 0.8.1cvs13
7751                 see ChangeLog 2002-08-06
7752
7753 2002-08-06 [paul]       0.8.1claws22
7754
7755         * sync with 0.8.1cvs12
7756                 see ChangeLog 2002-08-05 and 2002-08-06
7757
7758 2002-08-06 [match]      0.8.1claws21
7759
7760         * src/addrclip.c
7761                 improvements to cut/copy/paste address
7762
7763 2002-08-05 [match]      0.8.1claws20
7764
7765         * src/addritem.[ch]
7766         * src/addrcache.c
7767         * src/addrbook.c
7768         * src/editaddress.c
7769         * src/addressbook.c
7770                 fixes to improve cut/copy/paste
7771
7772 2002-08-06 [melvin]     0.8.1claws19
7773
7774         * src/account.[ch]
7775                 account_find_all_from_address(): new function that returns the
7776                 list of all accounts that are matched in an address.
7777         * src/alertpanel.[ch]
7778                 alertpanel() now accepts a custom widget
7779                 alertpanel_with_widget(): new function that pops up a panel with
7780                 a custom widget in it 
7781         * src/gtkutils.[ch]
7782                 gtkut_account_menu_new(): new function that allows the selection
7783                 of an account from a list of accounts.
7784         * src/messageview.c
7785                 Extended Return Receipt notification to select the correct 
7786                 account and to make a security test on the Delivery-Notification
7787                 address which should be the same as the Return-Path.
7788
7789 2002-08-06 [thorsten]   0.8.1claws18
7790
7791         * src/mimeview.c
7792                 attach_all: save unnamed as "noname.%d",
7793                 dont free static dirname
7794
7795 2002-08-05 [alfons]     0.8.1claws17
7796
7797         * configure.in
7798                 detect XIM by trying to link rather than compile a XIM program
7799
7800 2002-08-05 [oliver]     0.8.1claws16
7801                 
7802         * src/stock_pixmap.[ch]
7803                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7804                 o new func to retrieve pixmaps
7805
7806 2002-08-05 [paul]       0.8.1claws15
7807
7808         * sync with 0.8.1cvs10
7809                 see ChangeLog 2002-08-05
7810
7811 2002-08-04 [alfons]     0.8.1claws14
7812
7813         * src/textview.c
7814                 see if this plugs memleak
7815
7816 2002-08-04 [melvin]     0.8.1claws13
7817
7818         * src/gtkspell.c
7819                 fixed bug that could crash Sylpheed when highlighting
7820                 all misspelled words.
7821
7822 2002-08-03 [melvin]     0.8.1claws12
7823
7824         * src/prefs_actions.c
7825                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7826         * src/messageview.c
7827                 fixed bug where the Return Receipt was sent to
7828                 Delivery-Notification-To address even if it was not present
7829
7830 2002-08-02 [alfons]     0.8.1claws11
7831
7832         * src/prefs_actions.c
7833                 o more check for NULLs
7834                 o put create_io_dialog() in right conditional block
7835
7836 2002-08-02 [paul]       0.8.1claws10
7837
7838         * po/es.po
7839                 updated by Ricardo Mones Lastra
7840
7841 2002-08-01 [christoph]  0.8.1claws9
7842
7843         * src/folder.c
7844                 don't free the cache of the opened
7845                 folder in the summaryview
7846         * src/summaryview.c
7847                 don't unset flags, if it is not required
7848
7849 2002-08-01 [paul]       0.8.1claws8
7850
7851         * sync with 0.8.1cvs8
7852                 see ChangeLog entry 2002-08-01
7853
7854 2002-08-01 [paul]       0.8.1claws7
7855
7856         * sync with 0.8.1cvs7
7857                 see ChangeLog 2002-07-31 and 2002-08-01
7858
7859 2002-07-31 [christoph]  0.8.1claws6
7860
7861         * src/mainwindow.c
7862                 forgot to update menu sensitivity
7863                 function for new menu entry
7864
7865 2002-07-31 [alfons]     0.8.1claws5
7866
7867         * src/main.c
7868                 check folder item and its path for NULL on
7869                 initial processing
7870
7871 2002-07-31 [christoph]  0.8.1claws4
7872
7873         * src/folder.c
7874                 check if folder_item_get_msginfo in
7875                 folder_item_remove_msg returned NULL
7876         * src/imap.c
7877                 better clear the uid cache in the
7878                 uid validity check function and delete
7879                 cached messages
7880
7881 2002-07-31 [paul]       0.8.1claws3
7882
7883         * man/sylpheed.1
7884                 add the '--attach' option and a few other
7885                 minor changes
7886
7887 2002-07-31 [paul]       0.8.1claws2
7888
7889         * sync with 0.8.1cvs5
7890                 see ChangeLog 2002-07-31
7891
7892 2002-07-31 [christoph]  0.8.1claws1
7893
7894         * src/folderview.[ch]
7895         * src/mainwindow.c
7896                 replace "Rescan all folders..." with
7897                 "Check all folders for new messages..."
7898
7899 2002-07-30 [paul]       0.8.1claws
7900
7901         * version 0.8.1claws released
7902
7903 2002-07-30 [paul]       0.8.0claws29
7904
7905         * tools/OOo2sylpheed.pl ** NEW FILE **
7906           tools/README
7907                 add script to enable sending documents as
7908                 attachments from OpenOffice.org
7909
7910 2002-07-30 [melvin]     0.8.0claws28
7911
7912         * src/prefs_actions.c
7913                 Made the actions' input/output dialog display
7914                 without delay.
7915
7916 2002-07-30 [christoph]  0.8.0claws27
7917
7918         * src/procmsg.c
7919                 check if folder_item_get_msginfo in
7920                 procmsg_save_to_outbox returned NULL
7921
7922 2002-07-30 [paul]       0.8.0claws26
7923
7924         * sync with 0.8.1cvs4
7925                 see ChangeLog 2002-07-29
7926
7927 2002-07-29 [thorsten]   0.8.0claws25
7928
7929         * README.claws
7930                 added selective download, delete on server
7931
7932 2002-07-29 [paul]       0.8.0claws24
7933
7934         * sync with 0.8.1cvs3
7935                 see ChangeLog 2002-07-29
7936
7937 2002-07-27 [christoph]  0.8.0claws23
7938
7939         * src/folder.c
7940                 add extra check if fetching the msginfo
7941                 returned NULL
7942
7943 2002-07-27 [paul]       0.8.0claws22
7944
7945         * sync with 0.8.1cvs2
7946                 see ChangeLog 2002-07-26
7947
7948 2002-07-27 [christoph]  0.8.0claws21
7949
7950         * src/imap.c
7951                 add another check if a valid msginfo
7952                 was returned
7953
7954 2002-07-26 [hoa]        0.8.0claws20
7955
7956         * src/folder.c
7957                 Fixed a condition in folder_item_destroy()
7958
7959         * src/imap.c
7960                 Fixed an error in IMAP protocol
7961
7962 2002-07-26 [alfons]     0.8.0claws19
7963
7964         * src/folder.c
7965                 ofcourse compare with identifier, not the path
7966
7967 2002-07-26 [alfons]     0.8.0claws18
7968
7969         * src/folder.c
7970                 use folder item identifier for saving / restoring
7971                 preferences because folder->path might not be unique
7972
7973 2002-07-26 [melvin]     0.8.0claws17
7974
7975         * src/logwindow.c
7976                 Fixed a crash introduced in 0.8.0claws5 when log is 
7977                 cut under 80 characters.
7978
7979 2002-07-26 [paul]       0.8.0claws16
7980
7981         * sync with 0.8.1cvs1
7982                 see ChangeLog 2002-07-26
7983
7984 2002-07-26 [christoph]  0.8.0claws15
7985
7986         * src/imap.[ch]
7987                 imap folder now remembers the last selected
7988                 folder and imap_fetch_msginfo skips selecting
7989                 the folder if it is already selected
7990
7991 2002-07-26 [christoph]  0.8.0claws14
7992
7993         * src/folder.c
7994         * src/folderview.c
7995         * src/imap.c
7996                 fix imap folder rescanning
7997
7998 2002-07-25 [christoph]  0.8.0claws13
7999
8000         * src/filter.c
8001         * src/folder.[ch]
8002         * src/folderview.c
8003         * src/imap.[ch]
8004         * src/mainwindow.c
8005         * src/mbox_folder.c
8006         * src/mh.c
8007         * src/news.c
8008                 implement imap uid cache and uid validity check
8009
8010 2002-07-25 [alfons]     0.8.0claws12
8011
8012         * src/summaryview.c
8013                 fix a brown paper bag bug, and also add some more
8014                 checks
8015
8016 2002-07-25 [christoph]  0.8.0claws11
8017
8018         * src/folder.c
8019                 don't mix copy, fetch_msginfo and remove
8020                 operations in folder item copy and move
8021                 operations
8022
8023 2002-07-25 [christoph]  0.8.0claws10
8024
8025         * src/folderview.c
8026         * src/mainwindow.c
8027         * src/prefs_folder_item.c
8028         * src/summaryview.[ch]
8029                 remove no longer required parameter update_cache from
8030                 summary_show
8031
8032 2002-07-25 [paul]       0.8.0claws9
8033
8034         * sync with 0.8.1
8035         
8036         * AUTHORS
8037                 a few corrections
8038
8039 2002-07-24 [alfons]     0.8.0claws8
8040
8041         * src/summaryview.c
8042                 sort correctly when using simplified subject line
8043                 (closes feature request "[ 585141 ] applying regexp to subject 
8044                 before sort" submitted by Alexandra Walford)
8045
8046 2002-07-24 [paul]       0.8.0claws7
8047
8048         * sync with 0.8.0cvs3
8049                 see ChangeLog 2002-07-24
8050
8051 2002-07-23 [christoph]  0.8.0claws6
8052
8053         * src/folder.c
8054         * src/folder.h
8055         * src/summaryview.c
8056         * src/summaryview.h
8057         * src/main.c
8058                 o separate processing and summaryview
8059                 o removed summary_write_cache from summaryview
8060                 o removed summaryview->killed_messages, because we don't have
8061                   to keep a list of killed messages anymore. New cache will
8062                   keep the hidden messages in cache anyway
8063         * src/folderview.c
8064         * src/inc.c
8065         * src/selective_download.c
8066                 o removed unnecessary summary_write_cache calls
8067         * src/procmsg.c
8068                 o don't set ignore thread flag in procmsg_get_thread_tree
8069                   if it is already set
8070         * src/mainwindow.c
8071         * src/statusbar.h
8072                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8073                   they are used in different files
8074
8075 2002-07-23 [melvin]     0.8.0claws5
8076
8077         * src/addressbook.c
8078         * src/addrgather.c
8079         * src/editaddress.c
8080         * src/editgroup.c
8081         * src/editldap_basedn.c
8082         * src/importldif.c
8083         * src/prefs_common.c
8084                 Fixed few memory leak (gtk_editable_get_chars returns
8085                 an allocated string)
8086         * src/logwindow.c
8087                 Fixed few memory leak (gtk_editable_get_chars returns
8088                 an allocated string) and modified a little the log cutting
8089                 loop.
8090         * src/compose.c
8091                 Replaced a call to an obsolete function gtk_entry_get_text()
8092                 by gtk_editable_get_chars()
8093         * src/send.c
8094                 Removed a debug printf
8095
8096 2002-07-23 [christoph]  0.8.0claws4
8097
8098         * src/filesel.c
8099                 fix another g_dirname memory leak
8100
8101 2002-07-23 [christoph]  0.8.0claws3
8102
8103         * src/mh.c
8104                 fixed a memory leak in mh_fetch_msginfo
8105                 fixed crash when message header could not be
8106                 parsed
8107
8108 2002-07-23 [paul]       0.8.0claws2
8109
8110         * sync with 0.8.0cvs2
8111                 see ChangeLog 2002-07-23
8112
8113 2002-07-23 [paul]       0.8.0claws1
8114
8115         * sync with 0.8.0cvs1
8116                 see ChangeLog 2002-07-23
8117
8118 2002-07-23 [paul]       0.8.0claws
8119
8120         * release of 0.8.0claws
8121
8122 2002-07-23 [paul]       0.7.8claws99
8123
8124         * po/ru.po
8125                 new Russian translation, submitted by
8126                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8127
8128 2002-07-22 [jens]       0.7.8claws98
8129
8130         * po/de.po
8131                 Updated German translations.
8132
8133 2002-07-22 [paul]       0.7.8claws97
8134
8135         * po/es.po
8136           po/it.po
8137           po/nl.po
8138           po/pt_BR.po
8139                 updated translations by Ricardo Mones Lastra,
8140                 Alessandro Maestri, Wilbert Berendsen and 
8141                 Fabio Jr. Beneditto respectively
8142
8143 2002-07-22 [christoph]  0.7.8claws96
8144
8145         * src/mimeview.c
8146                 fix memory leak caused by wrong g_dirname usage
8147
8148 2002-07-22 [christoph]  0.7.8claws95
8149
8150         * src/summaryview.c
8151                 update new and unread message counts for summaryview
8152                 summaryview does not get it from the folder anymore
8153                 and has to update the values itself
8154
8155 2002-07-22 [melvin]     0.7.8claws94
8156
8157         * po/fr.po
8158                 Updated French translations.
8159
8160 2002-07-22 [christoph]  0.7.8claws93
8161
8162         * src/matcher.c
8163                 set prop->preg pointer to NULL or following check
8164                 will not fail and regexec will be called with
8165                 invalid pointer
8166
8167 2002-07-21 [alfons]     0.7.8claws92
8168         
8169         * src/prefs_common.[ch]
8170                 remove option "Send return receipt on request"
8171
8172 2002-07-21 [thorsten]   0.7.8claws91
8173
8174         * src/mimeview.c
8175                 fixed memleaks, coding style as pointed out by alfons
8176
8177 2002-07-21 [alfons]     0.7.8claws90
8178
8179         * src/messageview.c
8180         * src/noticeview.[ch]
8181                 o fix bug notice view being displayed when going to empty folder 
8182                   (noticed by Christoph)
8183                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8184                   (noticed by Thorsten)
8185
8186 2002-07-21 [thorsten]   0.7.8claws89
8187
8188         * src/mimeview.c
8189                 Included save_all patch from Xaview FACQ
8190                 added support for pathnames
8191
8192 2002-07-21 [alfons]     0.7.8claws88
8193
8194         * po/POTFILES.in
8195         * src/Makefile.am
8196         * src/mainwindow.c
8197         * src/messageview.[ch]
8198         * src/noticeview.c      ** NEW FILE **
8199         * src/noticeview.h      ** NEW FILE **
8200                 make return receipts work again
8201                 (UI idea by Leandro Pereira)
8202
8203 2002-07-21 [paul]       0.7.8claws87
8204
8205         * src/summaryview.c
8206                 fix sensitivity of 'Select thread'
8207
8208 2002-07-21 [paul]       0.7.8claws86
8209
8210         * src/prefs_common.c
8211                 add browser command line for Galeon
8212
8213 2002-07-21 [paul]       0.7.8claws85
8214
8215         * Makefile.am
8216                 fix 'EXTRA_DIST': remove README.README, add TODO
8217                 and TODO.claws
8218
8219 2002-07-21 [alfons]     0.7.8claws84
8220
8221         * src/gtkstext.c
8222                 make enter clear selection
8223                 (closes "[ 579888 ] Editor selection/entry error"
8224                 reported by Steve Lamb)
8225
8226 2002-07-21 [alfons]     0.7.8claws83
8227         
8228         * src/summaryview.c
8229                 sort message list when selecting unthread messages
8230                 (closes "[ 501593 ] switching threaded view doesn't sort"
8231                 reported by Simon Schubert)
8232
8233 2002-07-20 [alfons]     0.7.8claws82
8234         
8235         * src/matcher.c
8236                 const-correctness
8237
8238 2002-07-20 [thorsten]   0.7.8claws81
8239
8240         * src/matcher.c
8241                 Fixed expansion of empty fields in matchactions
8242
8243 2002-07-19 [melvin]     0.7.8claws80
8244
8245         * src/gtkspell.c
8246                 Removed a duplicate menu entry (fast mode) introduced during
8247                 the new cache merge
8248                 Added a menu separator between 'Use alternate' and 'Fast mode'
8249
8250 2002-07-19 [paul]       0.7.8claws79
8251
8252         * tools/Makefile.am
8253           tools/README
8254                 correct typos
8255
8256 2002-07-19 [thorsten]   0.7.8claws78
8257
8258         * tools/calypso_convert.pl      ** NEW FILE **
8259           tools/README
8260           tools/Makefile.am
8261                 script to import mbox files exported
8262                 by calypso
8263                 o generates folder structure
8264                 o includes attachments
8265
8266 2002-07-19 [melvin]     0.7.8claws77
8267
8268         * src/selective_download.[ch]
8269                 Fixed bug where closing the dialog with the window manager's
8270                 close button will not unlock the summary
8271                 Corrected some function declarations that missed a return value
8272                 Made the source code comply better with coding style.
8273         * src/prefs_common.c
8274                 Added new browser command line for Mozilla.
8275
8276 2002-07-18 [paul]       0.7.8claws76
8277
8278         * src/mainwindow.c
8279           src/selective_download.[ch]
8280                 reflect theme changes, fix Gdk Warning when creating 
8281                 pixmap from NULL window, and minor clean up.
8282                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8283
8284         * po/en_GB.po
8285                 updated
8286
8287 2002-07-17 [paul]       0.7.8claws75
8288
8289         * INSTALL[.jp]
8290                 sync with 0.8.0
8291         
8292         * po/en_GB.po
8293                 updated
8294
8295 2002-07-16 [paul]       0.7.8claws74
8296
8297         * tools/filter_conv.pl
8298           tools/README
8299                 replace conversion script with reimplemented version, 
8300                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8301
8302 2002-07-16 [colin]      0.7.8claws73
8303
8304         * src/summaryview.c
8305                 remove forgotten debug messages - sorry ;-)
8306
8307 2002-07-16 [colin]      0.7.8claws72
8308
8309         * src/mimeview.c
8310           src/summaryview.c
8311           src/textview.c
8312           src/textview.h
8313                 add the ability to select part of a text mime-part 
8314                 to reply.
8315
8316 2002-07-15 [christoph]  0.7.8claws71
8317
8318         * src/folder.c
8319                 fix folder message count for folders without
8320                 msg_is_changed (includes news folders)
8321
8322 2002-07-15 [martin]     0.7.8claws70
8323
8324         * src/summaryview.c
8325                 option "display recipient on 'From'..." now works
8326                 without the need of enabling the option
8327                 "display  sender  using  address  book".
8328
8329 2002-07-15 [christoph]  0.7.8claws69
8330
8331         * src/summaryview.c
8332                 removed setting folder status from summaryview.
8333                 folder.c should update all message counts correctly.
8334
8335 2002-07-15 [paul]       0.7.8claws68
8336
8337         * po/pt_BR.po
8338                 updated by Fabio Junior Beneditto
8339
8340 2002-07-15 [darko]      0.7.8claws67
8341
8342         * src/mh.c
8343                 Fixed target folder colorization, don't decrease op
8344                 number twice
8345
8346 2002-07-14 [paul]       0.7.8claws66
8347
8348         * sync with main 0.8.0
8349                 see ChangeLog 2002-07-14
8350
8351 2002-07-13 [melvin]     0.7.8claws65
8352         
8353         * src/addrbook.c
8354         * src/addressbook.c
8355         * src/addrindex.c
8356                 Replaced sprintf by g_snprintf to prevent possible buffer
8357                 overflow.
8358         * src/news.c
8359                 Corrected a log message output format.
8360                 Added a missing "done" debug output.
8361         * src/compose.c
8362                 Added keyboard accelerator for Priority menu items
8363                 Added missing \n in debug output
8364         * src/logwindow.c
8365         * src/gtkspell.c
8366         * src/rfc2015.c
8367                 Added missing \n in debug output
8368
8369 2002-07-13 [paul]       0.7.8claws64
8370
8371         * man/sylpheed.1
8372                 change Sergey's email address to the sf address
8373
8374         * src/textview.c
8375                 increase show_url_timeout (more useful for long
8376                 urls)
8377
8378 2002-07-12 [sergey]     0.7.8claws63
8379
8380         * src/rfc2015.c
8381                 applied (with some modifications) patch to set the
8382                 micalg parameter for signatures
8383                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8384
8385 2002-07-12 [sergey]     0.7.8claws62
8386
8387         * man/Makefile.am
8388         * configure.in
8389                 fixed man page installation
8390
8391 2002-07-12 [paul]       0.7.8claws61
8392
8393         * sync with 0.7.8cvs26
8394                 see ChangeLog 2002-07-11 and 2002-07-12
8395
8396 2002-07-11 [christoph]  0.7.8claws60
8397
8398         * src/compose.c
8399         * src/procmsg.c
8400                 first use the message number to find the message
8401                 to mark with a reply flag but check the
8402                 message-id if we got the correct message, if not
8403                 try to find it by message-id.
8404                 use new string seperator that is not allowed
8405                 in message-ids.
8406
8407 2002-07-11 [paul]       0.7.8claws59
8408
8409         * sync with 0.7.8cvs23
8410                 see ChangeLog 2002-07-10
8411
8412 2002-07-10 [christoph]  0.7.8claws58
8413
8414         * src/folder.[ch]
8415         * src/msgcache.[ch]
8416                 Added message-id table to the cache in memory
8417                 and functions to msgcache.c and folder.c to
8418                 fetch MsgInfos by message id
8419         * src/compose.c
8420         * src/procmsg.c
8421                 store folder and message-id of message replying
8422                 to in queue header and set reply flag after sending
8423                 (Closes bug #469498)
8424
8425 2002-07-10 [paul]       0.7.8claws57
8426
8427         * AUTHORS
8428           man/sylpheed.1.gz
8429                 add Martin to the list of authors
8430
8431 2002-07-09 [martin]     0.7.8claws56
8432         * src/gtksctree.c
8433                 Added gtk_ctree_last_visible(), tree_update_level(),
8434                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8435                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8436                 from gtk+ to gtksctree.c for the new sorting code
8437                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8438                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8439         * src/gtksctree.h
8440                 Added declaration for gtk_sctree_sort_recursive() and
8441                 gtk_sctree_sort_node
8442         * src/addressbook.c
8443         * src/foldersel.c
8444         * src/folderview.c
8445         * src/summaryview.c
8446                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8447                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8448
8449 2002-07-08 [paul]       0.7.8claws55
8450
8451         * more sync with 0.7.8cvs21
8452                 see ChangeLog 2002-07-08
8453
8454 2002-07-08 [paul]       0.7.8claws54
8455
8456         * sync with 0.7.8cvs21
8457                 see ChangeLog 2002-07-08
8458
8459 2002-07-07 [alfons]     0.7.8claws53
8460
8461         * src/Makefile.am
8462         * src/stock_pixmap.[ch]
8463         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8464         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8465         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8466                 add new pixmaps for upcoming notice pane
8467
8468 2002-07-06 [melvin]     0.7.8claws52
8469
8470         * src/gtkspell.[ch]
8471                 Made them a bit closer to Sylpheed's coding style.
8472                 Removed old code.
8473                 Removed possible memory leaks when some errors occurs.
8474
8475 2002-07-06 [melvin]     0.7.8claws51
8476
8477         * po/Makefile.in.in
8478                 Removed --no-location in xgettext command line to help
8479                 translators that use Emacs' po-mode
8480         * src/quote_fmt.c
8481                 Removed unnecessary comments that messed up sylpheed.pot
8482
8483 2002-07-06 [paul]       0.7.8claws50
8484
8485         * sync with 0.7.8cvs19
8486                 see ChangeLog 2002-07-05
8487
8488 2002-07-06 [christoph]  0.7.8claws49
8489
8490         * src/folder.c
8491         * src/mainwindow.c
8492                 fix folder_item_remove_all_msg and folderview
8493                 status for trash folders after emptying trash
8494
8495 2002-07-05 [paul]       0.7.8claws48
8496
8497         * sync with 0.7.8cvs16
8498                 see ChangeLog 2002-07-04 and 2002-07-05
8499
8500 2002-07-04 [paul]       0.7.8claws47
8501
8502         * sync with 0.7.8cvs14
8503                 see  ChangeLog 2002-07-04
8504
8505 2002-07-03 [alfons]     0.7.8claws46
8506
8507         * src/folder.c
8508                 dupe folder item's path because it's being reallocated
8509                 by new folder scanning code
8510
8511 2002-07-03 [christoph]  0.7.8claws45
8512
8513         * src/imap.c
8514                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8515         * src/msgcache.c
8516                 add missing return in msgcache_write
8517
8518 2002-07-02 [thorsten]   0.7.8claws44
8519
8520         * src/jpilot.c
8521         * src/msgcache.c
8522         * src/rfc2015.c
8523                 use binary mode for file access
8524
8525 2002-07-02 [christoph]  0.7.8claws43
8526
8527         * major code cleanup (part 1)
8528         
8529                 - unused variables removed
8530                 - unused functions removed
8531                 - uninitialized variables checked
8532                 - missing return statements added
8533                 - missing function return types added
8534                 - added parentheses around assignment and
8535                   && in || when suggested by gcc
8536               
8537         * src/mh.c
8538         * src/folder.c
8539                 replaced direct calls to folder->scan_tree
8540                 with folder_scan_tree and restore folder
8541                 prefs in this function. The folder should
8542                 not have to deal with them.
8543                 ( Should now work for all folder types )
8544
8545 2002-07-02 [paul]       0.7.8claws42
8546
8547         * sync with 0.7.8cvs13
8548                 see ChangeLog 2002-07-01 and 2002-07-02
8549
8550 2002-07-01 [christoph]  0.7.8claws41
8551
8552         * src/summaryview.c
8553                 fix "goto next/prev unread message" with
8554                 ignored threads
8555
8556 2002-07-01 [paul]       0.7.8claws40
8557
8558         * po/es.po
8559                 updated by Ricardo Mones Lastra
8560
8561 2002-06-30 [match]      0.7.8claws39
8562
8563         * src/jpilot.c
8564                 applied variation of leonerd's patch (566661) to
8565                 allow multiple email addresses per JPilot entry.
8566                 addresses may be separated by space, comma, pipe,
8567                 semi-colon, new-line.
8568
8569 2002-06-30 [alfons]     0.7.8claws38
8570
8571         * src/procmsg.c
8572                 simple fix for putting older nodes before
8573                 newer nodes when threading by subject
8574
8575 2002-06-30 [christoph]  0.7.8claws37
8576
8577         * src/folder.c
8578         * src/folderview.c
8579         * src/mh.c
8580         * src/news.c
8581         * src/procmsg.c
8582                 fix broken folder tree rescaning
8583                 and don't use procmsg_get_mark_sum
8584                 anymore
8585
8586 2002-06-30 [christoph]  0.7.8claws36
8587
8588         * merge new cache branch
8589         * src/imap.c
8590                 fix new cache imap copy bug
8591         * src/folder.c
8592                 improved folder_item_scan
8593                 it should now always set the correct
8594                 new, unread and total message counts
8595
8596 2002-06-29 [paul]       0.7.8claws35
8597
8598         * configure.in
8599                 correct syntax error
8600
8601 2002-06-29 [paul]       0.7.8claws34
8602
8603         * configure.in
8604           Makefile.am
8605           man/Makefile.am       ** NEW FILE **
8606           man/sylpheed.1.gz     ** NEW FILE **
8607                 add Sylpheed man page
8608
8609 2002-06-29 [paul]       0.7.8claws33
8610
8611         * po/pt_BR.po
8612                 updated by Fabio Junior Beneditto
8613
8614 2002-06-28 [jens]       0.7.8claws32
8615
8616         * po/de.po
8617                 translation updated
8618
8619         * src/selective_download.c
8620                 removed gettext for space " "
8621
8622         * src/imap.c
8623                 removed wrong space
8624
8625 2002-06-28 [paul]       0.7.8claws31
8626
8627         * sync with 0.7.8cvs11
8628                 see ChangeLog 2002-06-28
8629
8630 2002-06-28 [paul]       0.7.8claws30
8631
8632         * sync with 0.7.8cvs10
8633                 see ChangeLog 2002-06-27 and 2002-06-28
8634
8635 2002-06-26 [paul]       0.7.8claws29
8636
8637         * src/addrgather.c
8638           src/selective_download.c
8639                 don't gettextise empty strings.
8640                 reserved by gettext. gettext("") returns 
8641                 the header entry with meta information, 
8642                 not the empty string
8643
8644         * po/en_GB.po
8645                 updated
8646
8647 2002-06-26 [paul]       0.7.8claws28
8648
8649         * sync with 0.7.8cvs7
8650                 see ChangeLog 2002-06-25
8651
8652         * src/prefs_common.c
8653                 ...and in the process, tweak the gui a little
8654
8655 2002-06-25 [alfons]     0.7.8claws27
8656         
8657         * configure.in
8658         * src/Makefile.am
8659                 fine tune ldap library detection
8660
8661 2002-06-25 [alfons]     0.7.8claws26
8662
8663         * src/compose.c
8664                 don't allow return receipts when composing a news article
8665
8666 2002-06-25 [paul]       0.7.8claws25
8667
8668         * Makefile.am
8669                 add '$(AMTAR)' to 'release' section to allow for
8670                 new and older autotools
8671
8672 2002-06-25 [paul]       0.7.8claws24
8673
8674         * src/summaryview.c
8675                 fix "No more unread messages" persistant pop-up
8676                 window bug
8677
8678 2002-06-25 [paul]       0.7.8claws23
8679
8680         * po/it.po
8681                 updated by Alessandro Maestri
8682
8683 2002-06-25 [paul]       0.7.8claws22
8684
8685         * sync with 0.7.8cvs6
8686                 see ChangeLog 2002-06-25
8687
8688 2002-06-24 [paul]       0.7.8claws21
8689
8690         * tools/update-po
8691                 add GPL copyright information
8692
8693 2002-06-24 [paul]       0.7.8claws20
8694
8695         * tools/Makefile.am
8696           tools/README
8697           tools/update-po       ** NEW FILE **
8698                 add script that eases the creation of *.po files
8699                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8700
8701 2002-06-23 [alfons]     0.7.8claws19
8702
8703         * src/messageview.c
8704                 make notification_convert_header obey const correctness
8705                 (next step will be fixing the broken return receipt)
8706
8707 2002-06-23 [paul]       0.7.8claws18
8708
8709         * src/messageview.c
8710                 fix bug introduced in last commit:
8711                 removed too much code in last commit - put back what's
8712                 needed
8713
8714 2002-06-23 [paul]       0.7.8claws17
8715
8716         * src/messageview.[ch]
8717                 remove code committed in error from locally patched
8718                 source
8719
8720 2002-06-23 [colin]      0.7.8claws16
8721
8722         * src/compose.[ch]
8723                 add compose_entry_select(), used to select the default_to
8724                 email address - hopefully avoiding people sending mails to
8725                 wrong recipients.
8726
8727 2002-06-22 [alfons]     0.7.8claws15
8728
8729         * AUTHORS
8730                 add Bram Metsch & Stanislav Karchebny
8731         * src/smtp.[ch]
8732         * src/prefs_account.[ch]
8733         * src/send.c
8734                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8735                   options.  (see <http://sourceforge.net/tracker/index.php
8736                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8737
8738                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8739                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8740
8741 2002-06-22 [paul]       0.7.8claws14
8742
8743         * sync with 0.7.8cvs5
8744                 see ChangeLog 2002-06-19 and 2002-06-20
8745
8746 2002-06-22 [alfons]     0.7.8claws13
8747
8748         * src/selective_download.c
8749                 fix a stupid mistake I made
8750
8751 2002-06-22 [alfons]     0.7.8claws12
8752
8753         * src/selective_download.[ch]
8754                 fix another unnoticed leak; cleanup code
8755
8756 2002-06-21 [alfons]
8757
8758         * tools/Makefile.am
8759                 gpg-sign <-- gpg-sign-syl
8760
8761 2002-06-21 [alfons]     0.7.8claws11
8762
8763         * src/selective_download.c
8764         * src/selective_download.h
8765                 fix assorted mix of allocation errors (should solve
8766                 problem reported by Philippe Gramoullé, see:
8767                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8768
8769 2002-06-20 [melvin]     0.7.8claws10
8770
8771         * tools/gpg-sign *REMOVED*
8772           tools/gpg-sign-syl *ADDED*
8773                 Replaced the gpg clearsigning script with the version using
8774                 xterm instead of ssh-askpass and changed its name.
8775
8776         * README.claws
8777                 Updated actions example to reflect the renaming of the
8778                 gpg clearsigning script.
8779
8780 2002-06-19 [paul]       0.7.8claws9
8781
8782         * sync with 0.7.8claws9
8783                 see ChangeLog 2002-06-18 and 2002-06-19
8784
8785 2002-06-19 [paul]       0.7.8claws8
8786
8787         * sync with 0.7.8cvs1
8788                 see ChangeLog 2002-06-18
8789
8790 2002-06-18 [alfons]     0.7.8claws7
8791
8792         * src/mainwindow.h
8793                 add omitted prototype
8794
8795 2002-06-17 [paul]       0.7.8claws6
8796
8797         * src/mainwindow.c
8798                 fix hiding of exec_btn
8799
8800 2002-06-17 [paul]       0.7.8claws5
8801
8802         * src/pop.c
8803                 remove unneeded code: should_delete() 
8804                 and Pop3State::uidl_todelete_list
8805
8806 2002-06-17 [paul]       0.7.8claws4
8807
8808         * sync with 0.7.8
8809                 see ChangeLog 2002-06-11 and 2002-06-13
8810
8811 2002-06-16 [alfons]     0.7.8claws3
8812         
8813         * src/folder.c
8814                 make sure lock sort mode (claws specific) is
8815                 also persists after a tree rescan
8816
8817 2002-06-16 [alfons]     0.7.8claws2
8818
8819         * src/prefs_folder_item.c
8820         * src/folder.[ch]
8821                 fix persistence of folder sort mode (broken
8822                 by adapting Hiro's new folder persistence code)
8823
8824 2002-06-16 [alfons]     0.7.8claws1
8825
8826         * AUTHORS
8827         * src/logwindow.c
8828         * src/prefscommon.[ch]
8829                 control size of log text in log window; 
8830                 closes patch #569155 submitted by Mitko Haralanov.
8831
8832 2002-06-15 [paul]       0.7.8claws
8833
8834         * release of 0.7.8claws
8835
8836 2002-06-15 [paul]       0.7.7claws
8837
8838         * po/pt_BR.po
8839                 updated by Fabio Junior Beneditto
8840
8841 2002-06-14 [paul]       0.7.6claws49
8842
8843         * po/es.po
8844                 updated by Ricardo Mones Lastra
8845
8846 2002-06-14 [paul]       0.7.6claws48
8847
8848         * po/nl.po
8849                 updated translation by Wilbert Berendsen
8850
8851 2002-06-14 [melvin]     0.7.6claws47
8852
8853         * po/fr.po
8854                 Updated French translation
8855
8856 2002-06-13 [paul]       0.7.6claws46
8857
8858         * src/filesel.c
8859                 allow filename to be typed in, rather than just
8860                 selected by the mouse. Patch by Gustavo Noronha Silva.
8861
8862 2002-06-13 [alfons]     0.7.6claws45
8863
8864         * src/mainwindow.[ch]
8865                 more cleanups (removing unnecessary menu items Expand 
8866                 summary / message view)
8867
8868 2002-06-13 [melvin]     0.7.6claws44
8869
8870         * po/POTFILES.in
8871                 Added src/string_match.c
8872         * src/string_match.c
8873                 Fixed possible buffer overflow.
8874                 Corrected typo.
8875                 Added missing config.h header.
8876         * src/prefs_common.c
8877           src/prefs_matcher.c
8878           src/prefs_scoring.c
8879                 Made some strings translatable (missing _(..)).
8880
8881 2002-06-13 [melvin]     0.7.6claws43
8882
8883         * README.claws
8884                 Corrected action example (verifying clearsigned mail).
8885         * src/prefs_account.c
8886                 Corrected typo.
8887         * src/prefs_common.c
8888                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8889
8890 2002-06-12 [alfons]     0.7.6claws42
8891
8892         * src/summaryview.c
8893                 add init of score column lost in 0.7.6claws42
8894
8895 2002-06-12 [paul]       0.7.6claws41
8896
8897         * src/prefs_account.c
8898                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8899                 behavior of the radio buttons, (from 0.7.7cvs2)
8900
8901 2002-06-11 [alfons]     0.7.6claws40
8902
8903         * src/messageview.[ch]
8904         * src/summaryview.[ch]
8905         * src/summary_search.c
8906         * src/mainwindow.c
8907                 perform a sync to bring in Hiro's separate view implementation 
8908
8909                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8910
8911 2002-06-11 [paul]       0.7.6claws39
8912         
8913         * src/prefs_account.c
8914                 correct a typo on the Receive tab
8915
8916 2002-06-10 [match]      0.7.6claws38
8917
8918         * src/addressbook.c
8919                 Included address completion patch from Gustavo Noronha.
8920
8921 2002-06-10 [paul]       0.7.6claws37
8922
8923         * src/inc.[ch]
8924           src/pop.c
8925           src/prefs_account.[ch]
8926           src/selective_download.[ch]
8927                 apply PATCH #561712
8928                  NEW:
8929                 - check if POP Account
8930                 - Receive Button renamed to Preview
8931                 - Preview Button Popup: preview new/all messages
8932                 - Download Button
8933                 - Account Preferences-->Receive tab checkbutton if you
8934                   want to remove Mail after Download
8935                 -: default YES
8936                 - Account Preferences-->Receive tab checkbutton use
8937                   filtering rules on preview
8938                   (think of delete_on_server)
8939                 -: default YES
8940                 - Account selectable from SD dialog
8941                 - checkbutton to show already downloaded messages if
8942                   all messages are previewed
8943                 - new clist column showing Date
8944                 - ESC KEY close
8945                 FIXES:
8946                 - play ball with UIDL
8947                 - fault tolerant (?) 
8948                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8949
8950 2002-06-10 [melvin]     0.7.6claws36
8951
8952         * README.claws
8953                 Added a hint to ac/README in cvs instructions.
8954
8955         * src/prefs_actions.c
8956                 Made it possible to use a more elaborate command line
8957                 for asynchronous actions, too.
8958
8959 2002-06-10 [melvin]     0.7.6claws35
8960         
8961         * src/prefs_actions.c
8962                 Make it possible to use a more elaborate command line
8963                 (e.g. |foo|bar|cat>there;echo Done|)
8964                 Corrected error message when calling %f, %F and %p commands
8965                 from the compose window.
8966
8967 2002-06-09 [colin]      0.7.6claws34
8968
8969         * src/summaryview.c
8970                 Automatically find unread messages in current folder
8971                 before annoying the user.
8972
8973 2002-06-08 [alfons]     0.7.6claws33
8974
8975         * po/it.po
8976                 remove bad formatting string in it.po translation
8977                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8978
8979 2002-06-08 [paul]       0.7.6claws32
8980
8981         * sync with 0.7.6cvs25
8982                 see ChangeLog 2002-06-07
8983
8984 2002-06-05 [paul]       0.7.6claws31
8985
8986         * src/mainwindow.c
8987                 add 'Sort by locked' and 'Sort by score'
8988
8989 2002-06-05 [paul]       0.7.6claws30
8990
8991         * sync with 0.7.6cvs24
8992                 see ChangeLog 2002-06-04
8993
8994 2002-06-04 [paul]       0.7.6claws29
8995
8996         * po/pt_BR.po
8997                 updated by Fabio Junior Beneditto
8998
8999 2002-06-03 [thorsten]   0.7.6claws28
9000
9001         * src/matcher.c
9002                 fclose() matcherrc after reading
9003
9004 2002-06-03 [paul]       0.7.6claws27
9005
9006         * sync with 0.7.6cvs21
9007                 see ChangeLog 2002-05-31
9008
9009 2002-05-31 [paul]       0.7.6claws26
9010
9011         * sync with 0.7.6cvs20
9012                 see ChangeLog 2002-05-29 and 2002-05-30
9013
9014 2002-05-31 [paul]       0.7.6claws25
9015
9016         * src/imap.c
9017                 hopefully fix last buggy sync
9018
9019         * README.claws
9020                 correct typo in 'Actions' examples
9021
9022 2002-05-29 [paul]       0.7.6claws24
9023
9024         * sync with 0.7.6cvs18
9025                 see ChangeLog 2002-05-28 and 2002-05-29
9026
9027         * src/news.c
9028           src/nntp.[ch]
9029                 sync with above 
9030
9031 2002-05-28 [paul]       0.7.6claws23
9032
9033         * sync with 0.7.6cvs16
9034                 see ChangeLog 2002-05-28
9035
9036 2002-05-27 [thorsten]   0.7.6claws22 
9037
9038         * faq/it/sylpheed-faq-1.html
9039           faq/it/sylpheed-faq-2.html
9040           faq/it/sylpheed-faq-3.html
9041           faq/it/sylpheed-faq.html
9042                 corrected DOS lineendings
9043         * faq/de/sylpheed-faq-1.html
9044           faq/de/sylpheed-faq-2.html
9045           faq/en/sylpheed-faq-1.html
9046           faq/en/sylpheed-faq-2.html
9047           faq/en/sylpheed-faq-3.html
9048           faq/es/sylpheed-faq-1.html
9049           faq/es/sylpheed-faq-2.html
9050           faq/es/sylpheed-faq-3.html
9051           faq/fr/sylpheed-faq-1.html
9052           faq/it/sylpheed-faq-1.html
9053           faq/it/sylpheed-faq-2.html
9054           faq/it/sylpheed-faq-3.html
9055           faq/it/sylpheed-faq.html
9056                 changed ">" to &quot;
9057
9058 2002-05-27 [paul]       0.7.6claws21
9059         
9060         * sync with 0.7.6cvs15
9061                 see ChangeLog 2002-05-27
9062
9063 2002-05-27 [paul]       0.7.6claws20
9064
9065         * src/prefs_account.c
9066                 correct a typo
9067
9068 2002-05-26 [paul]       0.7.6claws19
9069
9070         * tools/README
9071                 correct a typo
9072
9073 2002-05-25 [paul]       0.7.6claws18
9074
9075         * tools/README
9076                 add description of kmail2sylpheed.pl
9077
9078 2002-05-25 [paul]       0.7.6claws17
9079
9080         * tools/kmail2sylpheed.pl       ** NEW FILE **
9081                 perl script that converts an exported Kmail address
9082                 book, converts it to sylpheed addressbook file,
9083                 writes the file to .sylpheed, and updates
9084                 addrbook--index.xml 
9085
9086 2002-05-25 [paul]       0.7.6claws16
9087
9088         * sync with 0.7.6cvs14
9089                 see ChangeLog 2002-05-23
9090
9091 2002-05-24 [paul]       0.7.6claws15
9092
9093         * README.claws
9094                 make a correction and add some more info
9095
9096 2002-05-24 [paul]       0.7.6claws14
9097
9098         * src/compose.c
9099                 fix memory leak in 
9100                 compose_redirect_write_headers_from_headerlist()
9101                 add Subject and Resent-Message-ID to
9102                 compose_redirect_write_headers()
9103                 Received, Subject, and X-UIDL are filtered out in 
9104                 compose_redirect_write_to_file()
9105
9106 2002-05-23 [paul]       0.7.6claws13
9107
9108         * src/compose.[ch]
9109           src/filtering.c
9110           src/mainwindow.c
9111           src/matcher.[ch]
9112           src/matcher_parser_lex.l
9113           src/matcher_parser_parse.y
9114           src/prefs_common.[ch]
9115           src/prefs_filtering.c
9116           src/summaryview.c
9117                 rename 'Bounce' to 'Redirect'
9118
9119 2002-05-23 [paul]       0.7.6claws12
9120
9121         * more sync with 0.7.6cvs13
9122           src/compose.c
9123                 see ChangeLog 2002-05-22
9124
9125 2002-05-22 [paul]       0.7.6claws11
9126
9127         * sync with 0.7.6cvs13
9128           src/codeconv.c
9129                 see ChangeLog 2002-05-20
9130           src/prefs_common.c
9131                 see ChangeLog 2002-05-22
9132
9133 2002-05-21 [melvin]     0.7.6claws10
9134
9135         * src/folderview.c
9136                 Added missing filtering and scoring headers
9137                 Fixed bad function call that showed garbage 
9138                 in Folder->Processing
9139
9140 2002-05-21 [paul]       0.7.6claws9
9141
9142         * tools/Makefile.am
9143                 make all tools executable, (patch by Alfons).
9144
9145 2002-05-20 [alfons]     0.7.6claws8
9146
9147         * src/procheader.c
9148                 don't forget to call mktime() so we have a valid week 
9149                 and year day
9150                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9151
9152 2002-05-20 [paul]       0.7.6claws7
9153
9154         * src/html.c
9155                 fix broken parsing of urls
9156         * src/textview.c
9157                 fix displaying of urls
9158
9159                 both fixes from the patch [547855] by Eugene 
9160                 Brevdo (zonem)
9161
9162 2002-05-19 [alfons]     0.7.6claws6
9163
9164         * configure.in
9165                 make sylpheed configure correctly with the latest
9166                 and greatest of automake / autoconf / gettext
9167
9168 2002-05-19 [alfons]     0.7.6claws5
9169
9170         * src/procheader.c
9171         * src/procheader.h
9172                 add function for returning ime zone offset
9173         * src/quote_fmt.c
9174         * src/quote_fmt_parse.y
9175                 better quotation formatting - does not convert
9176                 to local time, but uses the original date string.
9177                 
9178                 Note: %z inserts the timezone offset (should 
9179                 work also on platforms where strftime does not
9180                 support %z).
9181
9182 2002-05-18 [christoph]  0.7.6claws4
9183
9184         * src/summaryview.c
9185                 fix indentation of some code
9186         * tools/Makefile.am
9187                 fix spaces after \
9188         * src/Makefile.am
9189                 add missing \
9190                 correct path for ignorethread.xpm
9191                 incorrect filename for sylpheed_logo.xpm
9192                 add missing include matcher_parser_parse.h
9193
9194 2002-05-18 [paul]       0.7.6claws3
9195
9196         * sync with 0.7.6cvs8
9197                 see ChangeLog 2002-05-16 and 2002-05-17
9198
9199 2002-05-18 [melvin]     0.7.6claws2
9200
9201         * README.claws
9202                 Corrected an action's definition and fixed some misspellings.
9203
9204 2002-05-18 [paul]       0.7.6claws1
9205
9206         * tools/Makefile.am
9207           tools/gpg-sign        ** new file **
9208           tools/uudec           ** new file **
9209                 add Melvin's Actions scripts
9210
9211         * README.claws
9212                 add Melvin's descriptions for Actions
9213
9214 2002-05-18 [paul]       0.7.6claws
9215
9216         * Version 0.7.6claws released
9217
9218 2002-05-17 [paul]       0.7.5claws32
9219
9220         * po/es.po
9221                 updated by Ricardo Mones Lastra
9222
9223 2002-05-17 [paul]       0.7.5claws31
9224
9225         * src/compose.c
9226                 fix Account prefs default folder for sent/draft/deleted
9227                 messages bug
9228
9229         * po/it.po
9230           po/nl.po
9231                 updated translation by Alessandro Maestri and
9232                 Wilbert Berendsen
9233
9234 2002-05-17 [melvin]     0.7.5claws30
9235
9236         * src/prefs_actions.c
9237                 Fixed bug where using %F not at the end of the command 
9238                 resulted in an additional empty argument being created.
9239                 Thanks to Darko Koruga for reporting the bug.
9240
9241 2002-05-17 [melvin]     0.7.5claws29
9242
9243         * po/fr.po
9244                 Updated French translations.
9245
9246 2002-05-15 [paul]       0.7.5claws28
9247         
9248         * po/es.po
9249                 updated by Ricardo Mones Lastra
9250
9251 2002-05-15 [paul]       0.7.5claws27
9252
9253         * sync with 0.7.6cvs4
9254                 see ChangeLog 2002-05-14 and 2002-05-15
9255
9256 2002-05-14 [paul]       0.7.5claws26
9257
9258         * sync with 0.7.6cvs1
9259                 see ChangeLog 2002-05-13
9260
9261 2002-05-13 [thorsten]   0.7.5claws25
9262
9263         * src/messageview.c
9264                 fix select_all and copy in multipart messages
9265         * src/mainwindow.c
9266                 fix select_all and copy in multipart messages
9267
9268 2002-05-12 [paul]       0.7.5claws24
9269
9270         * src/summaryview.c
9271                 reverse last commit, bug already fixed in 0.7.5claws3
9272
9273 2002-05-12 [netztorte]  0.7.5claws23
9274
9275         * src/summaryview.c
9276                 dont parse empty addressbook (checked in before claws20)
9277
9278 2002-05-12 [melvin]     0.7.5claws22
9279
9280         * src/procmsg.[ch]
9281                 Removed unneeded priority code introduced by the previous 
9282                 commit.
9283
9284 2002-05-12 [melvin]     0.7.5claws21
9285
9286         * src/compose.[ch]
9287                 Added possibility to set message's priority.
9288         * src/procmsg.[ch]
9289                 Added possibility to set message's priority.
9290                 Added missing headers
9291
9292 2002-05-12 [melvin]     0.7.5claws20
9293
9294         * src/prefs_actions.c
9295                 Removed implicitely added quotes around the name
9296                 of the temporary files of mime parts.
9297
9298 2002-05-12 [paul]       0.7.5claws19
9299
9300         * sync with 0.7.5cvs20
9301                 see ChangeLog 2002-05-11
9302
9303 2002-05-12 [alfons]     0.7.5claws18
9304
9305         * src/quote_fmt_lex.l
9306         * src/quote_fmt_parse.y
9307                 allow quote / reply date & time format to be set using
9308                 %D{format}. format is a format string you'd pass to
9309                 strftime() (see man strftime, or the Display tab |
9310                 Date format setting).
9311
9312                 Currently %D converts the date to local time. 
9313
9314 2002-05-11 [paul]       0.7.5claws17
9315
9316         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9317                 see ChangeLog 2002-05-10 and 2002-05-11
9318
9319 2002-05-10 [paul]       0.7.5claws16
9320
9321         * sync with 0.7.5cvs16
9322                 see ChangeLog entries 2002-05-09 and 
9323                 2002-05-10
9324
9325 2002-05-10 [colin]      0.7.5claws15
9326
9327         * src/textview.c
9328                 Corrected a bug that prevented sylpheed to open
9329                 double-clicked URIs.
9330
9331 2002-05-09 [paul]       0.7.5claws14
9332
9333         * sync with 0.7.5cvs14
9334                 see ChangeLog 2002-05-08 and 2002-05-09
9335
9336 2002-05-08 [paul]       0.7.5claws13
9337
9338         * sync with 0.7.5cvs11
9339                 see ChangeLog entry 2002-05-08
9340
9341 2002-05-08 [paul]       0.7.5claws12
9342
9343         * src/mainwindow.c
9344           src/textview.[ch]
9345                 fix segfault on View->Open in new window
9346                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9347
9348 2002-05-07 [paul]       0.7.5claws11
9349
9350         * sync with 0.7.5cvs9
9351                 see ChangeLog entry 2002-05-07
9352
9353 2002-05-06 [paul]       0.7.5claws10
9354
9355         * src/messageview.c
9356           src/textview.c
9357                 display url in statusbar on single-click
9358                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9359
9360 2002-05-06 [match]      0.7.5claws9
9361
9362         * src/addritem.[ch]
9363                 new functions.
9364         * src/addrcache.c
9365                 tidy up.
9366         * src/xmlprops.[ch]
9367                 XML implementation of properties file.
9368         * src/exporthtml.[ch]
9369         * src/expthtmldlg.[ch]
9370         * src/addressbook.c
9371                 export to HTML.
9372
9373 2002-05-02 [sergey]     0.7.5claws8
9374
9375         * src/mainwindow.c (mainwin_entries),
9376           src/prefs_common.c (prefs_send_create()),
9377           src/codeconv.c (locale_table):
9378                 use charset name "Windows-1251" instead of "CP1251".
9379
9380 2002-05-02 [colin]      0.7.5claws7
9381         
9382         * src/compose.c
9383           src/prefs_common.c
9384           src/prefs_folder_item.c
9385                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9386
9387 2002-05-02 [hiro]       0.7.5claws6
9388
9389         * src/imap.c
9390                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9391
9392 2002-05-02 [paul]       0.7.5claws5
9393
9394         * src/compose.c
9395                 more sync with 0.7.5cvs7, see ChangeLog entry
9396                 2002-05-02
9397
9398 2002-05-02 [hiro]       0.7.5claws4
9399
9400         * src/compose.c
9401                 compose_queue_sub():
9402                 check if queue folder exists (closes #550397).
9403                 removed directory creation since it should be handled
9404                 transparently.
9405         * src/imap.c
9406                 imap_add_msg(): return UID for appended message
9407                 (closes #548842).
9408
9409 2002-04-30 [paul]       0.7.5claws3
9410
9411         * src/summaryview.c
9412                 fix account_find_from_address() bug
9413
9414 2002-04-28 [colin]      0.7.5claws2
9415
9416         * src/compose.c
9417           src/textview.c
9418           src/prefs_common.[ch]
9419           src/utils.[ch]
9420                 Added user-definable quotation characters recognition.
9421
9422 2002-04-28 [paul]       0.7.5claws1
9423
9424         * sync with 0.7.5cvs4
9425                 see ChangeLog entry  2002-04-25
9426
9427 2002-04-28 [paul]       0.7.5claws
9428
9429         * po/es.po
9430           po/nl.po
9431           po/pt_BR.po
9432                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9433                 Fabio Junior Beneditto
9434
9435 2002-04-27 [jens]       0.7.4claws103
9436
9437         * po/de.po
9438                 updated German translation.
9439
9440 2002-04-27 [hiro]       0.7.4claws102
9441
9442         * src/summaryview.c
9443                 summary_write_cache(): fixed the mark loss of hidden messages.
9444
9445 2002-04-26 [melvin]     0.7.4claws101
9446
9447         * src/procmsg.c
9448                 fixed a second typo (same one)
9449         * po/fr.po
9450           po/it.po
9451           po/pt_BR.po
9452                 fixed the type again...
9453
9454 2002-04-26 [melvin]     0.7.4claws100
9455
9456         * src/procmsg.c
9457                 fixed a typo in an alert message ("temorary").
9458         * po/it.po
9459         * po/pt_BR.po
9460                 corrected the typo  described above.
9461         * po/fr.po
9462                 updated French translation.
9463
9464 2002-04-26 [darko]      0.7.4claws99
9465
9466         * src/summaryview.c
9467                 fix target folder colorization
9468
9469 2002-04-25 [paul]       0.7.4claws98
9470
9471         * po/it.po
9472                 updated by Alessandro Maestri
9473
9474 2002-04-24 [colin]      0.7.4claws97
9475         
9476         * src/compose.c
9477                 Fixed double "subject is empty" question.
9478
9479 2002-04-23 [colin]      0.7.4claws96
9480         
9481         * src/mimeview.c
9482                 Corrected issue when "automatically display images" was
9483                 not set : first image remained after selecting second.
9484
9485 2002-04-23 [melvin]     0.7.4claws95
9486
9487         * src/prefs_actions.c
9488                 Don't display in/out dialog if there is nothing to show.
9489
9490 2002-04-23 [paul]       0.7.4claws94
9491
9492         * sync with 0.7.5cvs3
9493                 bug fixes: see ChangeLog entry 2002-04-23
9494
9495 2002-04-22 [darko]      0.7.4claws93
9496
9497         * src/compose.c
9498                 fix previous check-in which changed code after
9499                 merge from main
9500
9501 2002-04-22 [paul]       0.7.4claws92
9502
9503         * faq/de/*
9504                 add German FAQ
9505         * faq/en/*
9506           faq/es/*
9507           faq/fr/*
9508                 update English, Spanish and French FAQs
9509         * manual/de/*
9510           manual/es/*
9511                 add German and Spanish manuals
9512         * manual/en/*
9513           manual/fr/*
9514                 update English and French manuals
9515
9516         * src/Makefile.am
9517                 add to and re-arrange the pixmap entries
9518
9519 2002-04-22 [darko]      0.7.4claws91
9520
9521         * src/compose.c
9522                 fix sender initials recognition to only allow
9523                 '>' after the initials
9524
9525 2002-04-21 [paul]       0.7.4claws90
9526
9527         * sync with 0.7.5 release
9528                 see ChangeLog entry 2002-04-21
9529
9530 2002-04-21 [alfons]
9531
9532         * src/Makefile.am
9533                 add colin's new pixmaps to EXTRA_DIST
9534
9535 2002-04-21 [colin]      0.7.4claws89
9536         * src/compose.c
9537         * src/inc.c
9538         * src/mainwindow.[ch]
9539         * src/prefs_common.[ch]
9540         * src/stock_pixmap.[ch]
9541                 Added "Work offline" ability.
9542
9543 2002-04-21 [colin]      0.7.4claws88
9544         
9545         * src/mimeview.c
9546         * src/prefs_common.c
9547         * src/prefs_common.h
9548         * src/textview.c : Added an option to common preferences -> display
9549           to allow user not to automatically display images.
9550
9551 2002-04-21 [paul]       0.7.4claws87
9552
9553         * sync with 0.7.4cvs52
9554                 see ChangeLog entry 2002-04-21 (src/imap.c)
9555
9556 2002-04-21 [paul]       0.7.4claws86
9557
9558         * sync with 0.7.4cvs51
9559                 see ChangeLog entry 2002-04-21
9560
9561 2002-04-21 [paul]       0.7.4claws85
9562
9563         * sync with 0.7.4cvs49
9564                 see ChangeLog entries 2002-04-20 and 2002-04-21
9565
9566         * src/Makefile.am
9567                 clean up: remove old 'stock_' element from xpm 
9568                 filenames.
9569
9570 2002-04-21 [alfons]     0.7.4claws84
9571
9572         apply sync patch from Paul
9573
9574         * src/folderview.c
9575                 use old claws prefs_folder_item_create() for now
9576
9577 2002-04-19 [match]      0.7.4claws83
9578
9579         * src/addressbook.[ch]
9580         * src/addrharvest.[ch]
9581         * src/addrgather.[ch]
9582                 recurse folders.
9583         * src/mainwindow.c
9584         * src/summaryview.[ch]
9585                 change menu option.
9586
9587 2002-04-19 [paul]       0.7.4claws82
9588
9589         * po/pt_BR.po
9590                 updated by Fabio Junior Beneditto
9591
9592 2002-04-14 [alfons]     0.7.4claws81
9593
9594         * src/passphrase.c
9595                 add #include <sys/types.h> for mode_t and off_t 
9596
9597 2002-04-13 [paul]       0.7.4claws80
9598         
9599         * src/main.c
9600           src/passphrase.[ch]
9601           src/pgptext.c
9602           src/prefs_common.[ch]
9603           src/rfc2015.c
9604                 enable storing of GnuPG passphrase for the whole 
9605                 session or a user-defined number of minutes. patch 
9606                 submitted by Ravemax <ravemax@dextrose.com>
9607
9608 2002-04-13 [alfons]     0.7.4claws79
9609
9610         * src/textview.c
9611                 make email parser also stop scanning when encountering separators
9612                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9613
9614 2002-04-13 [paul]       0.7.4claws78
9615
9616         * sync with 0.7.4cvs39
9617                 see ChangeLog entry 2002-04-12
9618
9619 2002-04-11 [paul]       0.7.4claws77
9620
9621         * sync with 0.7.4cvs37
9622                 see ChangeLog entry 2002-04-11
9623
9624 2002-04-11 [paul]       0.7.4claws76
9625
9626         * COPYING 
9627                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9628                 the clause for OpenSSL). sync with sylpheed main
9629
9630 2002-04-09 [melvin]     0.7.4claws75
9631
9632         * src/compose.c
9633                 Made 'Ctrl-Enter' on send ignore some modifiers 
9634                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9635                 to bind other *-Enter (but not Alt-Enter).
9636
9637 2002-04-09 [paul]       0.7.4claws74
9638
9639         * sync with 0.7.4cvs35
9640                 see ChangeLog entries 2002-04-09
9641
9642 2002-04-08 [paul]       0.7.4claws73
9643
9644         * sync with 0.7.4cvs33
9645                 see ChangeLog entry 200-04-08
9646
9647 2002-04-07 [match]      0.7.4claws72
9648
9649         * src/addrharvest.[ch]
9650                 fixed to read all addresses in header, regardless
9651                 of header size. improved name parsing. accommodate
9652                 harvest from folders and selected message.
9653         * src/addritem.[ch]
9654                 included new address parsing function.
9655         * src/addrgather.[ch]
9656         * src/addressbook.[ch]
9657         * src/summaryview.[ch]
9658         * src/mainwindow.c
9659                 allow address harvest of folder as well as selected
9660                 messages.
9661
9662 2002-04-07 [paul]       0.7.4claws71
9663
9664         * src/esmtp.[ch]
9665           src/smtp.c
9666                 don't try to authenticate with CRAM-MD5 in SMTP when 
9667                 SMTP-AUTH enabled if MTA doesn't issue this 
9668                 auth-method in it's ehlo-response. bug item #531364,
9669                 patch item #938910. patch submitted by Colin Leroy 
9670                 <colin@colino.net>
9671
9672 2002-04-07 [paul]       0.7.4claws70
9673
9674         * src/nntp.c
9675                 fix missing MODE_READER bug. patch submitted by
9676                 Colin Leroy <colin@colino.net>
9677
9678 2002-04-07 [alfons]     0.7.4claws69
9679
9680         * src/matcher.[ch]
9681         * src/prefs_filtering.c
9682         * src/summaryview.c
9683                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9684                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9685
9686 2002-04-07 [paul]       0.7.4claws68
9687
9688         * sync with 0.7.4cvs32
9689                 see ChangeLog entry 2002-04-06
9690
9691         * tools/filter_conv.pl
9692                 more bug fixes
9693
9694 2002-04-06 [paul]       0.7.4claws67
9695
9696         * tools/filter_conv.pl
9697                 modify to be able to find the name of the first
9698                 mailbox and use that. main's filter does not
9699                 record the full path to the mailbox and therefore
9700                 can only filter to the first mailbox.
9701
9702 2002-04-05 [paul]       0.7.4claws66
9703
9704         * tools/filter_conv.pl
9705                 attempt to make the script all-encompassing and
9706                 be able to convert any main 'filter' rule thrown
9707                 at it
9708
9709 2002-04-05 [paul]       0.7.4claws65
9710
9711         * tools/filter_conv.pl
9712                 allow for collapsed folder trees
9713
9714 2002-04-05 [paul]       0.7.4claws64
9715
9716         * sync with 0.7.4cvs31
9717                 see ChangeLog entries 2002-04-05
9718
9719 2002-04-03 [paul]       0.7.4claws63
9720
9721         * sync with 0.7.4cvs29
9722                 see ChangeLog entries 2002-04-02 and 2002-04-03
9723
9724 2002-04-02 [paul]       0.7.4claws62
9725
9726         * sync with 0.7.4cvs26
9727                 see ChangeLog entry 2002-04-01
9728
9729 2002-04-02 [match]      0.7.4claws61
9730
9731         * src/pine.[ch]
9732         * src/importpine.[ch]
9733         * src/addressbook.c
9734                 import Pine address book.
9735
9736 2002-04-02 [match]      0.7.4claws60
9737
9738         * src/addrharvest.[ch]
9739                 improve address parsing of funky addresses.
9740
9741 2002-04-02 [darko]      0.7.4claws59
9742
9743         * src/compose.c
9744                 wrap on send improvements, it now recognizes quoted
9745                 initials as part of the quotation string, and it
9746                 does not join lines separated by CR
9747
9748 2002-04-01 [match]      0.7.4claws58
9749
9750         * src/mgutils.[ch]
9751                 added new functions.
9752         * src/mutt.[ch]
9753                 remove excessive duplicate address generation
9754                 on import.
9755
9756 2002-04-01 [alfons]     0.7.4claws57
9757         
9758         * src/summaryview.c
9759                 put back g_free() 
9760
9761 2002-04-01 [paul]       0.7.4claws56
9762
9763         * sync with 0.7.4cvs25
9764                 see ChangeLog entry 2002-04-01
9765
9766 2002-04-01 [alfons]     0.7.4aprilfool55
9767
9768         * src/summaryview.c
9769                 honour feature request item #537427 to allow for
9770                 displaying names from address book for sent mail also
9771
9772 2002-03-29 [paul]       0.7.4claws54
9773
9774         * src/mainwindow.c
9775           src/prefs_filtering.[ch]
9776           src/prefs_matcher.c
9777           src/summaryview.c
9778                 add 'fast filter' for claws' filtering,
9779                 /Tools/Create filter rule/... patch submitted
9780                 by Neill Miller <neillm@thecodefactory.org>
9781
9782 2002-03-29 [paul]       0.7.4claws53
9783
9784         * sync with 0.7.4cvs24
9785                 see ChangeLog entry 2002-03-29
9786
9787 2002-03-28 [paul]       0.7.4claws52
9788
9789         * sync with 0.7.4cvs23
9790                 see ChangeLog entry 2002-03-28
9791
9792 2002-03-27 [melvin]     0.7.4claws51
9793
9794         * src/prefs_actions.c
9795                 Added support to pass only one message part (as a
9796                 file) to the command using '%p'. No quotes are needed
9797                 because doubles quotes are automatically added.
9798                 Fixed bug where Sylpheed could block when waiting for
9799                 a child process to finish.
9800                 Changed the help menu to remove quotes around symbols to 
9801                 avoid misinterpretation (they must not be used).
9802
9803 2002-03-27 [melvin]     0.7.4claws50
9804
9805         * src/inc.c
9806                 Made the new mail notification command always 
9807                 execute asynchronously.
9808
9809 2002-03-27 [paul]       0.7.4claws49
9810
9811         * src/compose.c
9812                 fix bug introduced in last commit
9813
9814 2002-03-27 [paul]       0.7.4claws48
9815
9816         * sync with 0.7.4cvs21
9817                 see ChangeLog 2002-03-26 and 2002-03-27
9818
9819 2002-03-26 [hoa]        0.7.4claws47
9820
9821         * src/prefs_folder_item.c
9822                 really fixed the bug #516442 with folder rescan.
9823
9824 2002-03-26 [paul]       0.7.4claws46
9825
9826         * sync with 0.7.4cvs19
9827                 see ChangeLog entries 2002-03-25 and 2002-03-26
9828
9829 2002-03-25 [hoa]        0.7.4claws45
9830
9831         * src/matcher.c
9832         * src/mh.c
9833                 fix the bug #516442 with folder rescan.
9834
9835         * src/prefs_common.[ch]
9836         * src/compose.c
9837                 added an option to enable two different behaviours
9838                 for bounce.
9839
9840
9841 2002-03-25 [paul]       0.7.4claws44
9842
9843         * src/mainwindow.c
9844           src/selective_download.c
9845                 correct a few menuitem labels
9846
9847 2002-03-25 [christoph]  0.7.4claws43
9848
9849         * src/procmsg.c
9850                 fix non deleted tmp message in
9851                 procmsg_save_to_outbox
9852                 fix problems caused by sync with
9853                 main branch's procmsg_send_queue
9854
9855 2002-03-25 [paul]       0.7.4claws42
9856
9857         * src/quote_fmt.c
9858           src/quote_fmt_lex.l
9859           src/quote_fmt_parse.y
9860                 add Last name (%L) placeholder for quoting. 
9861                 patch submitted by Thorsten Thielen 
9862                 <thth@users.sourceforge.net>
9863
9864 2002-03-25 [paul]       0.7.4claws41
9865
9866         * src/utils.c
9867                 get full hostname. patch submitted by
9868                 Bob Woodside <rwoodside1@comcast.net>
9869
9870 2002-03-25 [paul]       0.7.4claws40
9871
9872         * src/account.c
9873           src/news.c
9874           src/nntp.[ch]
9875           src/prefs_account.[ch]
9876                 enable NNTP over SSL. patch submitted by
9877                 Pascal Jermini <pascal@infinity.hn.org>
9878
9879 2002-03-24 [paul]       0.7.4claws39
9880
9881         * src/prefs_common.c
9882                 make the arrangement of the Compose tab more
9883                 coherent
9884
9885         * src/mainwindow.c
9886                 fix some irregularities of style
9887
9888         * po/de.po
9889                 updated by Kilian Krause
9890
9891 2002-03-23 [paul]       0.7.4claws38
9892
9893         * po/pt_BR.po
9894                 updated by Fabio Junior Beneditto
9895
9896 2002-03-23 [paul]       0.7.4claws37
9897
9898         * src/mainwindow.c
9899                 move 'Gather addresses' to 'Tools' menu
9900                 make 'Selective download' sensitive
9901
9902 2002-03-23 [paul]       0.7.4claws36
9903
9904         * sync with 0.7.4cvs16
9905                 see ChangeLog entries 2002-03-23
9906
9907 2002-03-22 [christoph]  0.7.4claws35
9908
9909         * src/quote_fmt_parse.y
9910                 fix include program output
9911
9912 2002-03-22 [alfons]     0.7.4claws34
9913
9914         * src/pop.c
9915                 initialize GDate stack variable correctly (sorry!)
9916
9917 2002-03-22 [paul]       0.7.4claws33
9918
9919         * src/compose.c
9920           src/mainwindow.c
9921           src/prefs_actions.c
9922           src/prefs_common.c
9923                 rename 'Tool' to 'Tools'
9924
9925         * src/mainwindow.c
9926                 move 'Delete duplicated messages' from
9927                 'Message/' to 'Tools/'
9928                 re-arrange the order of 'Tools/' items
9929
9930 2002-03-22 [paul]       0.7.4claws32
9931
9932         * src/addr_compl.c
9933           src/addressbook.[ch]
9934                 auto-address completion now also matches on
9935                 Nickname. patch submitted by Bob Forsman 
9936                 <hammor@users.sourceforge.net>
9937
9938         * src/editaddress.c
9939                 correct a spelling mistake
9940
9941 2002-03-22 [alfons]     0.7.4claws31
9942
9943         * src/pop.c
9944                 fix getting uidl from incorrect string 
9945                 (spotted by Colin)
9946
9947 2002-03-21 [alfons]     0.7.4claws30
9948
9949         * src/pop.c
9950                 more code refactoring
9951                 plug mem leak introduced by delete on server
9952
9953 2002-03-21 [paul]       0.7.4claws29
9954
9955         * sync with 0.7.4cvs11
9956                 see ChangeLog entries 2002-03-20
9957
9958 2002-03-20 [alfons]     0.7.4claws28
9959
9960         * src/inc.c
9961                 apply Colin's patch and refactor
9962
9963 2002-03-20 [paul]       0.7.4claws27
9964
9965         * sync with sylpheed 0.7.4cvs9
9966                 see ChangeLog entry 2002-03-20
9967
9968 2002-03-19 [christoph]  0.7.4claws26
9969
9970         * src/mh.c
9971         * src/procmsg.[ch]
9972         * src/summaryview.c
9973                 revert changes for flag updates
9974                 (does not work correctly and no time to debug)
9975
9976 2002-03-20 [alfons]     0.7.4claws25
9977
9978         * src/pop.c
9979                 refactor should_delete() a little bit 
9980
9981 2002-03-19 [paul]       0.7.4claws24
9982
9983         * src/inc.[ch]
9984           src/pop.c
9985           src/prefs_account.[ch]
9986                 allow the user to leave downloaded mail on the 
9987                 server for n days. Patch submitted by Colin Leroy 
9988                 <colin@colino.net>
9989
9990 2002-02-19 [paul]       0.7.4claws23
9991
9992         * sync with sylpheed 0.7.4cvs8
9993                 see ChangeLog entries 2002-03-19
9994
9995 2002-03-18 [paul]       0.7.4claws22
9996
9997         * sync with sylpheed 0.7.4cvs6
9998                 see ChangeLog entry 2002-03-18
9999
10000 2002-03-18 [paul]       0.7.4claws21
10001
10002         * po/en_GB.po
10003                 add en_GB message catalogue
10004
10005         * src/mbox_folder.c
10006           src/prefs_account.c
10007           src/prefs_actions.c
10008                 correct a few spelling mistakes
10009
10010 2002-03-17 [alfons]     0.7.4claws20
10011
10012         * src/matcher.c
10013                 more stringent checks for NULL params when writing
10014                 filtering actions to a file
10015                 
10016 2002-03-17 [hoa]        0.7.3claws20
10017
10018         * src/news.c
10019                 fixed the count of new messages
10020
10021         * src/compose.c
10022                 fixed the "attachment properties" window
10023
10024 2002-03-17 [paul]       0.7.4claws19
10025
10026         * src/defs.h
10027           src/folder.h
10028           src/news.c
10029           src/prefs_account.[ch]
10030           src/procmsg.[ch]
10031           src/summaryview.c
10032                 automatically mark cross-posted messages as read 
10033                 and (optionally) give them a colour label
10034                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10035                 
10036
10037 2002-03-17 [paul]       0.7.4claws18
10038
10039         * sync with sylpheed 0.7.4cvs5
10040                 see ChangeLog entry 2002-03-17
10041
10042 2002-03-17 [melvin]     0.7.4claws17
10043         
10044         * src/textview.c
10045                 Worked around a gtktext 'bug': when searching for 
10046                 a text in a long message it was scrolling slowly
10047                 line by line until it hit the searched text.
10048         * po/fr.po
10049                 Updated French translation
10050
10051 2002-03-17 [melvin]     0.7.4claws16
10052
10053         * src/mainwindow.c
10054         * src/compose.c
10055         * src/prefs_actions.c
10056                 Moved "Edit/Actions" to "Tool/Actions"
10057                 Made mainwindow/compose window sensitive as soon as
10058                 no child process is running anymore even if the io dialog
10059                 is open.
10060                 Fixed a struct being initialized with a non constant char*
10061
10062 2002-03-16 [christoph]  0.7.4claws15
10063
10064         * configure.in
10065                 add --with-compiler-flags option
10066                 (only for developer hacking)
10067         * src/mh.c
10068         * src/procmsg.[ch]
10069         * src/summaryview.c
10070                 try to make folder-stats and flag handling more
10071                 independent from the summaryview. msgcounts
10072                 are only set when the folder is opened and
10073                 procmsg_msginfo_(un)set_flags will handle it
10074                 later and summaryview will get the values
10075                 from the folder.
10076
10077 2002-03-16 [paul]       0.7.4claws14
10078
10079         * src/messageview.c
10080                 fix Return-receipt. Patch submitted by Bob
10081                 Woodside <rwoodside1@comcast.net>
10082
10083 2002-03-16 [paul]       0.7.4claws13
10084
10085         * src/compose.c
10086                 fix 'dynamic' signatures, make it work again
10087                 broken during sync on 2002-03-14 (0.7.4claws2)
10088
10089 2002-03-15 [match]      0.7.4claws12
10090
10091         * src/addrharvest.[ch]
10092         * src/addrgather.[ch]
10093         * src/addressbook.[ch]
10094         * src/mainwindow.c
10095                 included address harvester feature. still some
10096                 issues with address parsing that I will fix.
10097
10098 2002-03-15 [match]      0.7.4claws11
10099
10100         * src/addrbook.[ch]
10101         * src/addrcache.[ch]
10102         * src/addressbook.[ch]
10103         * src/addrindex.c
10104         * src/editbook.c
10105         * src/importldif.c
10106         * src/importmutt.c
10107         * src/jpilot.[ch]
10108         * src/main.c
10109         * src/syldap.[ch]
10110         * src/vcard.[ch]
10111                 tidy up. fix memory leaks. moved attribs and methods
10112                 from individual interfaces to addrcache object. prep
10113                 for new stuff to come in.
10114
10115 2002-03-15 [alfons]     0.7.4claws10
10116
10117         * src/matcher.[ch]
10118         * src/matcher_parser_parse.y
10119         * src/matcher_parser_lex.l
10120         * src/prefs_matcher.c
10121                 add filtering conditions message greater than, smaller 
10122                 than, and exactly matching a size in bytes
10123                 (does not work with delete from POP3 server yet)
10124
10125                 this should also give others an idea what you should
10126                 do to add new criterions to claws filtering system
10127                 
10128
10129 2002-03-15 [paul]       0.7.4claws9
10130
10131         * tools/filter_conv.pl
10132                 exit if there are no filter rules to convert
10133                 rename filterrc to filterrc.old after completion
10134
10135 2002-03-15 [paul]       0.7.4claws8
10136
10137         * sync with sylpheed 0.7.4cvs3
10138                 see ChangeLog entry 2002-03-14
10139
10140 2002-03-14 [paul]       0.7.4claws7
10141
10142         * src/compose.c
10143                 clean up the last commit (ahem)
10144
10145 2002-03-14 [paul]       0.7.4claws6
10146
10147         * src/compose.c
10148                 fix bug #515655. honour account preferences
10149                 regarding gpg default signing/encryption when 
10150                 changing account from the compose window.
10151
10152 2002-03-14 [paul]       0.7.4claws5
10153
10154         * src/folderview.c
10155                 remove unnecessary curly brackets
10156
10157 2002-03-14 [paul]       0.7.4claws4
10158
10159         * src/folderview.c
10160           src/prefs_filtering.[ch]
10161                 add filter rename on folder rename and filter
10162                 delete on folder delete. Patch submitted by
10163                 Neill Miller <neillm@thecodefactory.org> 
10164
10165 2002-03-14 [christoph]  0.7.4claws3
10166
10167         * src/procmsg.c
10168         * src/send.c
10169                 fix local delivery
10170                 (patch submitted by "Simon 'corecode' Schubert")
10171         * src/prefs_common.c
10172         * src/procmsg.c
10173                 fix gcc 3.0 warning
10174
10175 2002-03-14 [paul]       0.7.4claws2
10176
10177         * sync with sylpheed 0.7.4cvs2
10178                 see ChangeLog entry 2002-03-13
10179
10180 2002-03-12 [darko]      0.7.4claws1
10181
10182         * src/mainwindow.c
10183                 fix what seems to be a copy and paste error
10184                 when setting color for important messages
10185                 (reported by wwp)
10186
10187 2002-03-11 [paul]       version 0.7.4claws released
10188
10189 2002-03-11 [paul]       0.7.4claws
10190
10191         * po/es.po
10192           po/it.po
10193           po/nl.po
10194           po/pt_BR.po
10195                 update message catalogs. Submitted by Ricardo Mones 
10196                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10197                 Fabio Junior Beneditto
10198
10199         * configure.in
10200           faq/Makefile.am
10201           faq/it/Makefile
10202           faq/it/sylpheed-faq*
10203           src/mainwindow.c
10204           src/manual.[ch]
10205                 add FAQ in Italian
10206         
10207
10208 2002-03-11 [jens]       0.7.3claws7
10209
10210         * po/de.po
10211                 updated German translation
10212
10213 2002-03-11 [melvin]     0.7.3claws6
10214
10215         * po/fr.po
10216                 updated and corrected French translation
10217
10218 2002-03-10 [hoa]        0.7.3claws5
10219
10220         * src/account.c
10221         * src/inc.c
10222         * src/prefs_account.c
10223         * src/procmsg.c
10224         * src/send.[ch]
10225                 fixed the local account.
10226                 you have to change the default "/usr/sbin/sendmail"
10227                 to "/usr/sbin/sendmail -t" in the preferences of
10228                 the local account.
10229
10230         * src/procmime.c
10231                 removed some debug display for renderer
10232
10233 2002-03-10 [paul]       0.7.3claws4
10234
10235         * faq/en/sylpheed-faq-1.html
10236           faq/en/sylpheed-faq-2.html
10237                 update
10238
10239 2002-03-09 [paul]       0.7.3claws3
10240
10241         * sync with sylpheed 0.7.4
10242                 see ChangeLog entry 2002-03-09
10243
10244 2002-03-08 [paul]       0.7.3claws2
10245
10246         * faq/en/sylpheed-faq*
10247           faq/es/sylpheed-faq*
10248           faq/fr/sylpheed-faq*
10249                 update the FAQs
10250
10251         * manual/fr/.cvsignore
10252           manual/fr/Makefilea.am
10253           manual/fr/sylpheed*
10254           src/mainwindow.c
10255           src/manual.[ch]
10256                 add the French manual
10257
10258 2002-03-07 [paul]       0.7.3claws1
10259
10260         * sync with sylpheed 0.7.3cvs4
10261                 see ChangeLog entries  2002-03-06 and 2002-03-07
10262         
10263         * po/nl.po
10264                 updated by Wilbert Berendsen
10265
10266 2002-03-07 [melvin]     0.7.2claws34
10267
10268         * src/selective_download.c
10269                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10270
10271 2002-03-06 [paul]       0.7.2claws33
10272
10273         * sync with sylpheed 0.7.3cvs1
10274                 bug fix, see ChangeLog entry 2002-03-05
10275
10276 2002-03-05 [paul]       0.7.2claws32
10277
10278         * src/mimeview.c
10279           src/pgptext.[ch]
10280           src/procmsg.c
10281                 reverse the pgp ascii-armored code implemented in 
10282                 0.7.2claws16. removal of this code until it matures.
10283                 this means that verifying ascii-armored pgp sigs and
10284                 automatic decryption of ascii-armored encrypted
10285                 messages no longer works.
10286
10287 2002-03-05 [paul]       0.7.2claws31
10288
10289         * configure.in
10290           Makefile.am
10291         * faq/Makefile.am
10292         * faq/en/Makefile.am
10293           faq/en/sylpheed-faq.html
10294           faq/en/sylpheed-faq-1.html
10295           faq/en/sylpheed-faq-2.html
10296           faq/en/sylpheed-faq-3.html
10297         * faq/es/Makefile.am
10298           faq/es/sylpheed-faq.html
10299           faq/es/sylpheed-faq-1.html
10300           faq/es/sylpheed-faq-2.html
10301           faq/es/sylpheed-faq-3.html
10302           faq/es/sylpheed-faq-4.html
10303         * faq/fr/Makefile.am
10304           faq/fr/sylpheed-faq.html
10305           faq/fr/sylpheed-faq-1.html
10306           faq/fr/sylpheed-faq-2.html
10307           faq/fr/sylpheed-faq-3.html
10308         * src/Makefile.am
10309           src/defs.h
10310           src/mainwindow.c
10311           src/manual.[ch]
10312                 add FAQs in English, Spanish and French
10313
10314
10315 2002-03-05 [paul]       0.7.2claws30
10316
10317         * manual/en/sylpheed.html
10318           manual/en/sylpheed-XX.html
10319                 updated the English manual
10320
10321 2002-03-05 [hoa]        
10322
10323         * src/summaryview.c
10324                 dialog box pops up if the article can't be deleted.
10325
10326 2002-03-04 [paul]       
10327         
10328         * po/pt_BR.po
10329                 updated by Fabio Junior Benedito
10330
10331 2002-03-04 [hoa]
10332
10333         * removed ac/gpgme.m4
10334                 to avoid autogen common problem
10335                 developers have to install gpgme development package now
10336
10337         * src/compose.c
10338                 encoding to 7bit or 8bit is enabled.
10339
10340 2002-03-03 [alfons]     0.7.2claws29
10341
10342         * src/pop.c
10343                 merge fix by Oliver Haertel for selective
10344                 download buglet
10345
10346 2002-03-03 [paul]       0.7.2claws28
10347         
10348         * sync with sylpheed 0.7.3
10349
10350 2002-03-03 [paul]       0.7.2claws27
10351
10352         * sync with sylpheed 0.7.2cvs24
10353                 see ChangeLog entries 2002-03-02 and 2002-03-03
10354
10355 2002-03-02 [melvin]     0.7.2claws26
10356
10357         * src/inc.[ch]
10358         * src/main.c
10359         * src/mainwindow.c
10360         * src/prefs_common.[ch]
10361                 Added user definable notification on new mail arrival.
10362                 Removed unused variables in spell checker prefs code.
10363
10364 2002-03-02 [melvin]     0.7.2claws25
10365
10366         * src/quote_fmt.c
10367                 Removed unnecessary escape sequences.
10368                 Changed 'Initial...' to 'Initials of Sender'
10369
10370 2002-03-02 [paul]       0.7.2claws24
10371
10372         * sync with sylpheed 0.7.2cvs22
10373                 see ChangeLog entry 2002-03-01
10374
10375 2002-03-01 [hoa]        0.7.2claws23
10376
10377         * src/mainwindow.c
10378                 Set sensitivity of delete actions to active
10379                 even if the folder is a newsgroup.
10380
10381         * src/summaryview.c
10382                 - Set sensitivity of delete actions
10383                 - Added function check_permission() that will check if the
10384                   user is authorized to delete a message. For news, it
10385                   will check if the author is the same.
10386                 - Enabled deletion when there is no trash folder.
10387
10388         * src/news.[ch]
10389                 - Added news_cancel_article() to cancel articles
10390                 - Implemented news_remove_message() (public function)
10391
10392 2002-03-01 [paul]       0.7.2claws22
10393
10394         * src/gtkutils.c
10395           src/textview.c
10396                 recognise urls that that don't include 'http://' and
10397                 simply begin 'www.' 
10398
10399         * AUTHORS
10400                 remove duplicated name
10401
10402 2002-02-28 [paul]       0.7.2claws21
10403
10404         * src/mainwindow.c
10405           src/summaryview.[ch]
10406                 add ability to 'Select thread'
10407                 combines Melvin's "Select thread's head" patch (#510907)
10408                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10409                 patch (#518514) 
10410
10411 2002-02-28 [paul]       0.7.2claws20
10412
10413         * src/mimeview.c
10414                 hopefully fix segfault on right-clicking a mime part
10415                 that some people have experienced.      
10416                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10417
10418 2002-02-28 [paul]       0.7.2claws19
10419
10420         * sync with sylpheed 0.7.2cvs21
10421                 see ChangeLog entries 2002-02-27 and 2002-02-28
10422
10423 2002-02-27 [paul]       0.7.2claws18
10424
10425         * sync with sylpheed 0.7.2cvs18
10426                 see ChangeLog entries 2002-02-26 and 2002-02-27
10427
10428 2002-02-26 [alfons]     0.7.2claws17
10429
10430         * src/procheader.c
10431                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10432                 (spotted by Chris Hessman <idatech@gmx.net>)
10433
10434 2002-02-26 [paul]       0.7.2claws16
10435
10436         * src/mimeview.c
10437           src/pgptext.[ch]
10438           src/procmsg.c
10439                 make decryption of ascii-armored pgp encrypted messages
10440                 and verification of ascii-armored signatures work again.
10441                 slightly altered from the patch by Jens Jahnke 
10442                 <jan0sch@gmx.net>
10443
10444                 ##FIX ME##
10445                 * the checking of plaintext signatures always comes up in 
10446                   a popup box
10447                 * it doesn't work for multipart messages 
10448                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10449                   including the msg headers and these 2 line themselves, are 
10450                   not displayed
10451
10452         * src/mainwindow.c
10453                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10454                 "View/Message View" becomes "View/Separate Message View"
10455                 because its less ambiguous.
10456
10457         * po/es.po
10458                 updated by Ricardo Mones Lastra
10459
10460 2002-02-26 [paul]       0.7.2claws15
10461
10462         * sync with sylpheed 0.7.2cvs17
10463                 see ChangeLog entries 2002-02-25 and 2002-02-26
10464
10465 2002-02-25 [christoph]  0.7.2claws14
10466
10467         * src/filtering.[ch]
10468         * src/inc.c
10469                 do filtering stuff after all messages have been received
10470                   1. drop all messages to .processing
10471                   2. scan processing folder for messages
10472                   3. filter messages or move to inbox
10473                 this will also find old messages left in processing after
10474                 a crash or something like that and we get a real msginfo
10475                 from folder->get_msg_list and do not have to create our
10476                 own in filter_message
10477         * src/matcher_parser_parse.y
10478                 remove MIX/MAX warning (reordered includes)
10479
10480 2002-02-25 [paul]       0.7.2claws13
10481
10482         * sync with sylpheed 0.7.2cvs15
10483                 see ChangeLog entry 2002-02-24
10484
10485 2002-02-24 [alfons]     0.7.2claws12
10486
10487         * src/filtering.c
10488                 clear old color flags first when applying a new color to
10489                 a message info. 
10490                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10491
10492 2002-02-24 [alfons]     0.7.2.claws11
10493         
10494         * AUTHORS
10495         * src/prefs_common.c
10496                 add presets for Opera and Konqueror, closes patch #517261,
10497                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10498
10499 2002-02-24 [alfons]     0.7.2.claws10
10500
10501         * AUTHORS
10502         * src/summaryview.c
10503                 fix threading for null message ids, closes patch #521601,
10504                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10505
10506 2002-02-24 [alfons]     0.7.2claws9
10507
10508         * src/summaryview.c
10509         * src/filtering.c
10510                 make Tool | Filter Message work with filtering system so
10511                 setting flags also works
10512
10513                 TODO:
10514
10515                 - Processing uses the same function as Tool | Filter
10516                   Message, but doesn't use the same update proc yet
10517
10518 2002-02-23 [paul]       0.7.2claws8
10519
10520         * sync with sylpheed 0.7.2cvs14
10521                 see ChangeLog entries 2002-02-22 and 2002-02-23
10522
10523 2002-02-22 [christoph]  0.7.2claws7
10524
10525         * src/quote_fmt.c
10526                 Add column space to table
10527         * src/quote_fmt_parse.y
10528                 Close files
10529
10530 2002-02-22 [paul]       0.7.2claws6
10531
10532         * src/Makefile.am
10533           src/defs.h
10534           src/filtering.c
10535           src/inc.[ch]
10536           src/mainwindow.c
10537           src/matcher.[ch]
10538           src/matcher_parser_lex.l
10539           src/matcher_parser_parse.y
10540           src/pop.[ch]
10541           src/prefs_account.h
10542           src/prefs_filtering.c
10543           src/selective_download.[ch]   *** NEW FILES ***
10544           src/utils.[ch]
10545           po/POTFILES.in
10546                 Selective Download added to 'Tool' menu. 
10547                 Retrieves email headers of the currently selected pop3 
10548                 account and allows the user to mark emails for deletion 
10549                 right on the pop3 server. Patch submitted by Oliver Haertel 
10550                 <oha@users.sourceforge.net>.
10551         
10552         * po/POTFILES.in
10553                 add 'src/quote_fmt.c'           
10554
10555 2002-02-22 [christoph]  0.7.2claws5
10556
10557         * src/Makefile.am
10558                 added quote_fmt.c
10559         * src/prefs_common.[ch]
10560         * src/prefs_template.c
10561         * src/quote_fmt.c               *** NEW FILE ***
10562         * src/quote_fmt.h
10563                 move quote format symbol description code
10564                 to it's own file because it is used from
10565                 differnent code parts
10566                 Rewrote symbol description GUI
10567                   + use table
10568                   + add separators
10569                   + get data from array (no more long constant strings)
10570         * src/quote_fmt_lex.l
10571         * src/quote_fmt_parse.y
10572                 Symbol for Literal % changed to \% instead of %%
10573                 (More logical as \ is used for quoting for other symbols)
10574                 Add |f and |p to include files and program output
10575                 Examples:
10576                     |f{/home/.../.signature}
10577                     |p{date}
10578         * po/de.po
10579                 Correct wrong spelling for "Referenzen"
10580
10581 2002-02-21 [paul]       0.7.2claws4
10582
10583         * src/procmsg.c
10584                 forgotten during sync
10585
10586 2002-02-21 [paul]       0.7.2claws3
10587
10588         * sync with sylpheed 0.7.2cvs11
10589                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10590                 2002-02-20 and 2002-02-21
10591
10592 2002-02-20 [melvin]     0.7.2claws2
10593
10594         * src/prefs_actions.c
10595                 Added error report when child cannot fork or when execvp 
10596                 returns with an error.
10597
10598 2002-02-19 [christoph]  0.7.2claws1
10599
10600         * src/codeconv.c
10601                 return unconverted text if conde conversion is not possible
10602                 when libjconv is used.
10603                 (patch submitted by "Simon 'corecode' Schubert")
10604
10605 2002-02-19 [paul]       
10606
10607         * version 0.7.2claws release
10608
10609 2002-02-19 [paul]       0.7.2claws
10610
10611         * po/nl.po
10612                 updated by Wilbert Berendsen
10613
10614
10615 2002-02-18 [alfons]     0.7.1claws13
10616
10617         * src/syldap.c
10618         * src/jpilot.c
10619                 remove references to dlfcn and explicitly loading functions
10620                 from dynalink libs, because libs linked anyway, and functions
10621                 are loaded explicitly
10622
10623 2002-02-17 [melvin]     0.7.1claws12
10624
10625         * src/prefs_actions.c
10626                 Replaced children wait loop with double fork technique.
10627                 Now, input/output window updated at each new output.
10628                 free_children(): Fixed a memory leak.
10629                 Made input/output window non closable if running children
10630                 still exist.
10631                 Added missing <unistd.h> include.
10632                 Added some --debug outputs.
10633
10634 2002-02-17 [melvin]     0.7.1claws11
10635
10636         * src/summaryview.c
10637                 Fixed bug where descending sort order did not select top
10638                 message.
10639
10640 2002-02-17 [melvin]     0.7.1claws10
10641
10642         * acconfig.h
10643                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10644         * src/prefs_common.c
10645                 Pspell data package directory no more hard coded but
10646                 set during configuration (PSPELL_PATH). (Thanks to 
10647                                 Gustavo Noronha Silva.)
10648
10649 2002-02-17 [melvin]     0.7.1claws9
10650
10651         * configure.in
10652                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10653         * src/gtkspell.c
10654                 Fixed compile-time warnings.
10655
10656 2002-02-16 [alfons]     0.7.1claws8
10657
10658         * src/filesel.c
10659                 fix inadvertent free of NULL pointer which caused
10660                 sylpheed to crash when closing the save-as dialog
10661                 using the window close button
10662
10663 2002-02-16 [carsten]    0.7.1claws7
10664         * src/mainwindow.[ch]
10665           src/summaryview.c
10666           src/prefs_common.c
10667                 fixes for pixmap theming code:
10668                         - recently changed mail attributes shouldn't get
10669                           lost any longer
10670                         - theme is only reloaded iff another theme was
10671                           selected
10672
10673 2002-02-16 [paul]       0.7.1claws6
10674
10675         * sync with sylpheed 0.7.2 release
10676                 see ChangeLog entry 2002-02-15 and 2002-02-16
10677
10678 2002-02-15 [paul]       0.7.1claws5
10679
10680         * sync with sylpheed 0.7.1cvs9
10681                 see ChangeLog entry 2002-02-15
10682
10683         * po/POTFILES.in
10684                 remove unneeded headerwindow.c entry
10685
10686 2002-02-14 [carsten]    0.7.1claws4
10687         * src/summaryview.c
10688                 fixed a bug for "Go to next unread message": there was
10689                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10690                 in the prefs, because of doing "Search again" instead
10691                 "No"
10692
10693 2002-02-14 [carsten]    0.7.1claws3
10694         * src/stock_pixmap.c
10695                 removed 2 more mem leaks; following memprof,
10696                 this code is "leak free" now :)
10697
10698 2002-02-14 [carsten]    0.7.1claws2
10699         * src/stock_pixmap.c
10700                 used opendir/readdir/closedir instead of scandir
10701                 -> code should work now on Solaris
10702
10703 2002-02-14 [paul]       0.7.1claws1
10704
10705         * sync with sylpheed 0.7.1cvs8
10706                 see ChangeLog entries 2002-02-13 and 2002-02-14
10707
10708         * README.claws
10709                 add some description of Actions and Pixmap Themes
10710
10711 2002-02-13 [paul]       
10712
10713         * version 0.7.1claws release
10714
10715 2002-02-13 [paul]       0.7.1claws
10716
10717         * po/es.po
10718           po/it.po
10719           po/pt_BR.po
10720                 updated translations, submitted by Ricardo Mones Lastra,
10721                 Alessandro Maestri and Fabio Junior Beneditto
10722
10723 2002-02-13 [melvin]     0.7.0claws75
10724
10725         * src/prefs_actions.c
10726                 Added missing "signal.h" include
10727
10728 2002-02-13 [melvin]     0.7.0claws74
10729
10730         * src/prefs_folder_item.c
10731                 Added missing "config.h" include
10732         * po/fr.po
10733                 Updated French translation for folder propriety.
10734
10735 2002-02-13 [jens]       0.7.0claws73
10736
10737         * po/POTFILES.in
10738                 Added missing src/prefs_folder_item.c [log added by melvin]
10739         * po/de.po
10740                 Updated German translation.
10741
10742 2002-02-13 [melvin]     0.7.0claws72
10743
10744         * po/fr.po
10745                 Updated French translation.
10746
10747 2002-02-13 [melvin]     0.7.0claws71
10748
10749         * src/gtkutils.c
10750                 Made gtkut_editable_get_selection return NULL if selection
10751                 is of length zero.
10752                 This fixes a bug where selecting part of message A then
10753                 switching to message B and replying to it will not
10754                 quote the message's body.
10755
10756 2002-02-12 [paul]       0.7.0claws70
10757
10758         * src/mainwindow.c
10759                 cosmetic, relating to pixmap themes: on toolbar make 
10760                 updating of 'Exec' and 'Compose news/Compose email'
10761                 icons faster.
10762
10763 2002-02-12 [carsten]    0.7.0claws69
10764         * src/folderview.c
10765           src/mainwindow.[ch]
10766           src/stock_pixmap.c
10767           src/summaryview.c
10768           src/prefs_common.c
10769                 - refreshing after changing pixmap theme better
10770                   now (thanks Paul)
10771                 - wanted to remove some mem leaks, but alfons was
10772                   faster (and had the better solution ;)
10773
10774 2002-02-12 [alfons]     0.7.0claws68
10775
10776         * src/prefs_common.c
10777         * src/stock_pixmap.[ch]
10778                 plug mem leaks, refactor code a little bit
10779
10780
10781 2002-02-12 [sergey]     0.7.0claws67
10782
10783         * src/imap.c
10784                 Fixed problem with copying messages to IMAP folders when the
10785                 server uses something other than '/' as a namespace separator
10786                 (cyrus-imapd uses '.').
10787
10788 2002-02-12 [jens]       0.7.0claws66
10789
10790         * po/de.po
10791                 Updated German Translation
10792
10793 2002-02-12 [paul]       0.7.0claws65
10794
10795         * sync with sylpheed 0.7.1cvs1
10796                 see ChangeLog entry 2002-02-12
10797
10798 2002-02-12 [melvin]     0.7.0claws64
10799
10800         * src/prefs_actions.c
10801                 Fixed "feature" where children's output was duplicated 
10802                 instead of refreshed while monitoring.
10803                 Removed some debug code.
10804
10805 2002-02-12 [christoph]  0.7.0claws63
10806
10807         * src/compose.c
10808                 always delete message from queue after sending/send error
10809                 (closes bug #509601)
10810
10811 2002-02-12 [melvin]     0.7.0claws62
10812
10813         * src/prefs_actions.c
10814                 Children wait loop is now triggered with a timeout of 1s
10815                 Added %F which is replaced with the list of filenames 
10816                 of all selected messages (as suggested by Ricardo Mones Lestra)
10817                 Pipe syntax changed. Prefix with | to send selection, postfix
10818                 with | to retrieve output. Prefix with > or * to send
10819                 user definable input to the command (*: input is hidden)
10820                 Old pipe action should now be postfixed with |, too.
10821
10822 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10823         * src/stock_pixmap.c
10824                 fixed a bug: if there's no theme directory don't
10825                 throw an error, just do "nothing" (thanks Alfons)
10826
10827 2002-02-12 [carsten]    0.7.0claws60
10828         * src/folderview.c
10829           src/summaryview.c
10830                 had to write the cache twice (nasty!); some marks would 
10831                 get lost if not
10832
10833 2002-02-11 [carsten]    0.7.0claws59
10834         * acconfig.h
10835           configure.in
10836           doc-src/maintainer_guide.txt
10837           src/compose.[ch]
10838           src/defs.h
10839           src/folderview.[ch]
10840           src/gtkutils.[ch]
10841           src/mainwindow.[ch]
10842           src/prefs_common.[ch]
10843           src/stock_pixmap.[ch]
10844           src/summaryview.[ch]
10845                 pixmap theming and related work on pixmap
10846                 handling on some other places
10847                 (e.g. hrm features for all folder)
10848           src/pixmap/stock_*.xpm -> the stock_ was removed
10849         
10850 2002-02-11 [paul]       0.7.0claws58
10851
10852         * sync with sylpheed 0.7.1 release
10853                 see ChangeLog entries 2002-02-11
10854
10855 2002-02-08 [paul]       0.7.0claws57
10856
10857         * sync with sylpheed 0.7.0cvs39
10858                 see ChangeLog entry 2002-02-07 (last entry) 
10859
10860         * src/prefs_actions.c
10861           src/prefs_filtering.c
10862           src/prefs_matcher.c
10863           src/prefs_scoring.c
10864                 sync: made it compile with C compilers other than gcc
10865
10866 2002-02-07 [paul]       0.7.0claws56
10867
10868         * sync with sylpheed 0.7.0cvs38
10869                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10870                 2002-02-07
10871
10872 2002-02-07 [darko]      0.7.0claws55
10873
10874         * src/gtkutils.[ch]
10875         * src/summaryview.c
10876                 Fix const gchar */gchar * issue (thanks Hiro)
10877
10878 2002-02-07 [darko]      0.7.0claws54
10879
10880         * src/compose.[ch]
10881         * src/filtering.c
10882         * src/gtkutils.[ch]
10883         * src/prefs_template.c
10884         * src/quote_fmt.h
10885         * src/quote_fmt_parse.y
10886         * src/summaryview.c
10887         * src/utils.[ch]
10888                 When replying or forwarding an email don't quote the entire
10889                 mail body but use the part of the message text that is selected
10890
10891 2002-02-06 [melvin]     0.7.0claws53
10892
10893         * src/prefs_common.[ch]
10894         * src/gtkspell.[ch]
10895         * src/compose.c
10896                 Made possible to switch quickly to last used dictionary
10897                 which makes checking bilingual documents easier.
10898
10899 2002-02-06 [melvin]     0.7.0claws52
10900         
10901         * po/POTFILES.in
10902                 Added forgotten new file src/prefs_actions.c
10903
10904 2002-02-06 [melvin]     0.7.0claws51
10905
10906         * src/prefs_actions.c   ** NEW FILE **
10907         * src/prefs_actions.h   ** NEW FILE **
10908                 Added actions to execute on message text view, or on the
10909                         message's file.
10910         * src/Makefile.am
10911                 Added src/prefs_actions.[ch]
10912         * src/compose.c
10913                 Added new menu "Edit/Actions"
10914         * src/defs.h
10915                 Added new actionsrc file.
10916         * src/main.c
10917                 Added actionsrc reading.
10918         * src/mainwindow.c
10919                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10920         * src/prefs_common.h
10921                 Added new element actionslst element to prefs_common.
10922
10923 2002-02-06 [paul]       0.7.0claws50
10924
10925         * sync with sylpheed 0.7.0cvs36
10926                 see ChangeLog entry 2002-02-06
10927
10928 2002-02-05 [paul]
10929
10930         * po/es.po
10931                 updated by Ricardo Mones Lastra
10932
10933 2002-02-05 [paul]       0.7.0claws49
10934
10935         * sync with sylpheed 0.7.0cvs33
10936                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10937
10938 2002-02-05 [paul]       0.7.0claws48
10939
10940         * src/compose.c
10941                 re-add 'Edit/Advanced/Delete entire line', previously named
10942                 'Delete Line+'
10943
10944 2002-02-04 [paul]       0.7.0claws47
10945
10946         * src/compose.c
10947           src/summaryview.c
10948                 fix bug #494993 (Reply All not taking Reply-To into consi)
10949                 eliminate differences in behaviour of right-click 'Reply to all' 
10950                 in summary view and 'Reply to all' on the toolbar. 
10951                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10952                 view and From gets ignored by 'Reply to all' on toolbar.
10953                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10954                 From when no Reply-To header is present.
10955
10956 2002-02-04 [paul]       0.7.0claws46
10957
10958         * sync with sylpheed 0.7.0cvs30
10959                 see ChangeLog entries 2002-02-03 and 2002-02-04
10960
10961 2002-02-03 [melvin]     0.7.0claws45
10962
10963         * src/gtkspell.[ch]
10964                 Readded function to highlight all misspelled words.
10965                 Fixed bug where user-provided-words did not replace
10966                         correctly the misspelled word when using the mouse.
10967                 Fixed bug where checking a region selected from right to left did
10968                         not check the region at all.
10969                 Fixed bug where 'Check backwards' may not check at all. 
10970                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10971                 Fixed possible buffer overflow when checking for long strings (>1k).
10972                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10973                 Accelerators code uses now gtk_widget_add_accel.
10974                 Removed and disabled obsolete and unfinished code.
10975                 Cleaning up.
10976
10977         * src/compose.c
10978                 Added menu item to Highlight all misspelled words.
10979
10980 2002-02-01 [paul]       0.7.0claws44
10981
10982         * src/mainwindow.c
10983                 fix '/View/Hide read messages' sensitivity when all
10984                 messages in a folder are hidden
10985
10986 2002-02-01 [paul]       0.7.0claws43
10987
10988         * src/main.c
10989                 add --send option to command line interface, sends all
10990                 queued mail. Patch submitted by Ricardo Mones Lastra.
10991
10992 2002-01-31 [paul]       0.7.0claws42
10993
10994         * src/mainwindow.c
10995                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10996
10997 2002-01-31 [paul]       0.7.0claws41
10998
10999         * sync with sylpheed 0.7.0cvs27
11000                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11001                 and 2002-01-31
11002
11003         * src/textview.c
11004                 comment out elements of textview_show_part() as temporary
11005                 workaround for attachment 'Display as text' bug 
11006
11007         * po/pt_BR.po
11008                 updated by Fabio Junior Beneditto
11009
11010 2002-01-30 [paul]       0.7.0claws40
11011
11012         * sync with sylpheed 0.7.0cvs24
11013                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11014                 and 2002-01-30
11015
11016         * src/compose.c
11017                 add {N_("/_Spelling"), ... "<Branch>"} to 
11018                 GtkItemFactoryEntry compose_entries[]
11019
11020         * src/prefs_common.c
11021                 add claws menu items to prefs_keybind_apply_clicked()
11022                 and remove non-claws menu items
11023
11024 2002-01-29 [paul]       0.7.0claws39
11025
11026         * sync with sylpheed 0.7.0cvs22
11027                 see ChangeLog entries 2002-01-28 and 2002-01-29
11028
11029 2002-01-28 [melvin]     0.7.0claws38
11030
11031         * src/compose.c
11032                 Added the declartion of compose_send_control_enter.
11033
11034         * src/compose.c
11035         * src/gtkspell.[ch]
11036                 Added in a 'Spelling' menu which includes the configuration menu. 
11037                 Added a real 'Check all' and got rid from the old one which only
11038                 highlited misspelled word.
11039                 Made 'Check while typing' a disableable option.
11040                 Added a dialog when there are no more misspelled word.
11041                 Added a dialog if error occurs when switching to a dictionary.
11042         
11043         * src/prefs_common.[ch]
11044                 Added option for the default 'Check while typing' option.
11045
11046
11047 2002-01-28 [alfons]     0.7.0claws37
11048
11049         * src/compose.c
11050                 fix buglet and make code comply with sylpheed code style
11051
11052 2002-01-28 [paul]       0.7.0claws36
11053
11054         * sync with sylpheed 0.7.0cvs19
11055                 see ChangeLog entries for 2002-01-28
11056
11057 2002-01-28 [hoa]        0.7.0claws35
11058
11059         * src/defs.h
11060                 added rendererrc
11061
11062         * src/main.c
11063                 read the renderer config
11064
11065         * src/procmime.[ch]
11066                 use the renderer config to convert mime attachments
11067
11068         * src/textview.c
11069                 don't use textview_show_html/ertf,
11070                 use get_text_content instead
11071
11072 2002-01-27 [alfons]     0.7.0claws34
11073         
11074         * src/news.c
11075                 make sylpheed believe it can delete a news message...
11076                 (messages are NOT deleted, maybe we should remove
11077                 processing from the folder properties after all.)
11078
11079 2002-01-27 [alfons]     0.7.0claws33
11080
11081         * src/folder.c
11082                 add extra checks
11083         * src/news.c
11084                 implement remove_msg() 
11085
11086 2002-01-27 [alfons]     0.7.0claws32
11087
11088         * src/procmsg.h
11089         * src/procheader.c
11090         * src/messageview.c
11091                 fix return receipt / disposition notification again. this
11092                 stuff seems to break on _every_ major summary UI change, so
11093                 it's now implemented using a flag which is saved in the
11094                 marks cache
11095                 
11096 2002-01-26 [alfons]     0.7.0claws31
11097
11098         * src/import.c
11099                 let import dialog show the destination folder identifier
11100
11101 2002-01-26 [melvin]     0.7.0claws30
11102
11103         * src/folderview.c
11104         * src/summaryview.c
11105                 Readded 'Mark all read' into summary view popup menu
11106                 Added 'Mark all read' in folder view popup menu for IMAP
11107                 and NNTP.
11108                 Made it insensitive if the selected folder is not the shown
11109                 one to avoid 'Mark all read' on the wrong folder.
11110                 
11111 2002-01-26 [paul]       0.7.0claws29
11112
11113         * src/folderview.c
11114           src/summaryview.c
11115                 move 'Mark all read' from summary view to folder view
11116                 menu. (adapted from) patch submitted by Jeremy Andrews,
11117                 <lists@kerneltrap.com>
11118
11119 2002-01-25 [alfons]     0.7.0claws28
11120
11121         * src/gtkstext.c
11122                 put the gtk class name back so GtkSText adapts the 
11123                 settings of GtkText
11124
11125 2002-01-25 [alfons]     0.7.0claws27
11126
11127         * src/folderview.c 
11128                 assimilate Ricardo's patch that shows pixmaps instead of
11129                 plain "new" and "unread" texts in the folder view column
11130                 headers 
11131
11132 2002-01-25 [paul]       0.7.0claws26
11133
11134         * src/Makefile.am
11135                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11136                 be found in non-standard locations. 
11137                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11138
11139 2002-01-25 [paul]       0.7.0claws25
11140
11141         * sync with sylpheed 0.7.0cvs16
11142                 see ChangeLog entry 2002-01-25
11143
11144 2002-01-24 [paul]       0.7.0claws24
11145
11146         * more sync with sylpheed 0.7.0cvs15
11147                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11148
11149 2002-01-23 [sergey]     0.7.0claws23
11150
11151         * src/importldif.c
11152                 Fixed segfault when closing LDIF import wizard with
11153                 the window manager.
11154         * src/imageview.c
11155         * src/imageview.h
11156         * src/messageview.c
11157         * src/mimeview.c
11158                 Fixed wrong scrolling position after switching between
11159                 text and image parts.
11160
11161 2002-01-23 [paul]       0.7.0claws22
11162
11163         * sync with sylpheed 0.7.0cvs15
11164                 see ChangeLog entries 2002-01-22 and 2002-01-23
11165
11166 2002-01-21 [melvin]     0.7.0claws21
11167
11168         * src/prefs_scoring.c
11169         * src/prefs_filtering.c
11170                 Fixed bug where scoring and filtering windows stopped
11171                 autochecking.
11172
11173 2002-01-21 [paul]       0.7.0claws20
11174
11175         * sync with sylpheed 0.7.0cvs12
11176                 see ChangeLog entries 2002-01-20 and 2002-01-21
11177
11178 2002-01-21 [carsten]    0.7.0claws19
11179         * src/mainwindow.c
11180         * src/menu.[ch]
11181         * src/messageview.[ch]
11182         * src/summaryview.[ch]
11183                 changes to shortcuts handling again:
11184                         + "Q" now controled by mainwin
11185                         + v/V are now customizable and have slightly
11186                           different meanings
11187                 the "button" to minimize the messageview (and maximize
11188                 the summary view) is a real button now
11189         * src/compose.c
11190                 "Delete Line+" added to Edit/Advanced (this will also
11191                 delete the '\n')
11192
11193 2002-01-20 [melvin] 0.7.0claws18
11194
11195         * src/addressbook.c
11196                 Made "Bcc" sensitive when addressbook is called from
11197                 compose window (it was a Claws only bug).
11198
11199 2002-01-19 [alfons] 0.7.0claws17
11200
11201         * src/inc.c
11202                 prevent unnecessary updates when currently selected folder has
11203                 no new messages 
11204
11205 2002-01-19 [alfons] 0.7.0claws16
11206         
11207         * src/summaryview.c
11208                 prevent writing the cache based on current message list in summary 
11209                 view when filtering also put messages in currently selected folder
11210
11211 2002-01-19 [paul]
11212
11213         * po/it.po
11214                 Italian translation submitted by Alessandro Maestri
11215                 <a.maestri@cs.tin.it>
11216
11217 2002-01-18 [melvin]     0.7.0claws15
11218
11219         * src/prefs_filters.c
11220                 fixed bug where 'cancel' from 'filters' window stops autochecking
11221                 if the timer timed out  when the window was open.
11222
11223 2002-01-18 [match]      0.7.0claws14
11224
11225         * src/addrclip.[ch]     ** NEW FILE **
11226         * src/addrselect.[ch]   ** NEW FILE **
11227         * src/adbookbase.h      ** NEW FILE **
11228                 addressbook cut, copy and paste
11229         * src/addrbook.[ch]
11230         * src/addrcache.[ch]
11231         * src/addressitem.h
11232         * src/addrindex.[ch]
11233         * src/addritem.[ch]
11234         * src/importldif.c
11235         * src/importmutt.c
11236         * src/jpilot.[ch]
11237         * src/syldap.[ch]
11238         * src/vcard.[ch]
11239         * src/jpilot.[ch]
11240         * src/editbook.c
11241         * src/editjpilot.c
11242         * src/editldap.c
11243         * src/editvcard.c
11244                 support for copy/paste
11245         * src/addressbook.c
11246                 support for copy/paste
11247                 tidy up menu option processing
11248                 correct address list function arguments
11249         * src/editaddress.c
11250                 sort user attributes
11251         * src/ldif.h
11252         * src/mutt.h
11253                 tidy up
11254
11255         * src/addrbook.[ch]
11256         * src/addrbook.[ch]
11257         * src/addrbook.[ch]
11258                 
11259
11260 2002-01-18 [paul]       0.7.0claws13
11261
11262         * sync with sylpheed 0.7.0cvs8
11263                 configure.in: support Mac OS X (Darwin)
11264
11265 2002-01-18 [carsten]    0.7.0claws12
11266         * src/html.c
11267                 small hack to fix a segfault with an empty href
11268                 (reported by Alexandra Walford <deeni@altern.org>)
11269         * src/mainwindow.c
11270         * src/summaryview.c
11271                 the shortcuts for Mark und Mark as unread are hardcoded
11272                 again
11273         * src/compose.c
11274         * src/gtkstext.[ch]
11275                 readded the shortcuts in gtkstext but made them
11276                 customizeable (simply by adding a menu plus a wrapper
11277                 to compose.c)
11278
11279 2002-01-17 [melvin]     0.7.0claws11
11280
11281         * src/gtkspell.c
11282                 fix default dictionary not being saved.
11283
11284 2002-01-16 [darko]      0.7.0claws10
11285
11286         * src/compose.c
11287                 fix wrapping crash with URL longer than wrapping margin
11288
11289 2002-12-08 [hoa]        0.7.0claws10
11290
11291         * src/matcher_parser_parse.y
11292                 fixed some bugs
11293
11294         * src/prefs_filtering.c
11295                 now, we can use bounce action in the dialog box.
11296
11297 2002-01-16 [carsten]    0.7.0claws9
11298         * src/gtkstext.c
11299                 removed the <control> and <alt> shortcuts because they're
11300                 not needed and interefered with the "normal" shortcuts
11301         * src/mainwindow.c
11302         * src/summaryview.c
11303                 removed most of the hardcoded shortcuts and assigned
11304                 them to menu entries making them easy customizable by
11305                 that
11306
11307 2002-01-16 |melvin]     0.7.0claws8
11308
11309         * src/gtkspell.c
11310                 fixed bug where using the mouse and when the compose
11311                 window is not on top may result in a crash.
11312
11313 2002-01-16 [melvin]     0.7.0claws7
11314
11315         * src/compose.c
11316                 fixed a long standingspell checker bug which could 
11317                 cause a crash after sending a message.
11318
11319 2002-01-16 [paul]       0.7.0claws6
11320
11321         * sync with sylpheed 0.7.0cvs7
11322                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11323                 2002-01-15, and 2002-01-16
11324
11325 2002-01-16 [melvin]     0.7.0claws5
11326
11327         * README.claws
11328         * src/compose.c
11329         * src/gtkspell.[ch]
11330         * src/main.c
11331                 Heavily modified spell checker code to work around
11332                 ispell bug, to add keyboard shortcuts and for future
11333                 enhancements. See README.claws for usage information.
11334
11335 2002-01-15 [alfons]     0.7.0claws4
11336         
11337         * src/summaryview.c
11338                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11339                 so sorting within threads reflects sort mode
11340
11341 2002-01-15 [christoph]  0.7.0claws3
11342
11343         * src/procmsg.c
11344                 added alertpanel if mail sending failed
11345
11346 2002-01-15 [alfons]     0.7.0claws2
11347         
11348         * src/prefs_filtering.c
11349                 don't stop timer when prefs filtering dialog is opened
11350
11351 2002-01-14 [alfons]     0.7.0claws1
11352
11353         * src/addr_compl.c
11354         * src/prefs.c
11355                 remove debug_print()s for privacy reasons
11356
11357 2002-01-14 [darko]      0.7.0claws
11358
11359         * README.claws
11360                 quotation wrapping is now also in the main branch
11361
11362 2002-01-14 [paul]
11363
11364         * tools/filter_conv.pl
11365                 allow for Boolean Op and case-sensitivity
11366                 this file is included in the release and tagged
11367                 'rel_0_7_0'
11368
11369 2002-01-13 [paul]       0.7.0claws
11370
11371         * release 0.7.0, with cvs tag 'rel_0_7_0'
11372
11373 2002-01-13 [paul]
11374
11375         * tools/filter_conv.pl
11376         * tools/README
11377                 rewritten to output to matcherrc instead of filteringrc
11378
11379         * po/es.po
11380                 updated Spanish translation by Ricardo Mones Lastra
11381
11382 2002-01-13 [alfons]
11383
11384         * po/nl.po
11385                 update dutch translation
11386
11387 2002-01-13 [paul]
11388
11389         * po/pt_BR.po
11390                 Updated by Fabio Junior Beneditto 
11391
11392 2002-01-13 [melvin]     0.6.6claws53
11393
11394         * po/fr.po
11395                 Updated french translation
11396
11397 2002-01-12 [alfons]     0.6.6claws52
11398
11399         * src/filtering.c
11400                 plug mem leak that has been sitting there for ages              
11401
11402 2002-01-12 [alfons]     0.6.6claws51
11403
11404         * src/summaryview.c
11405                 undo melvin's changes from 0.6.6claws48 because summary
11406                 view now refuses to select first unread message when
11407                 selecting a folder 
11408
11409 2002-01-11 [alfons]     0.6.6claws50
11410
11411         * src/import.c
11412                 use claws' semantics for getting folder item when
11413                 importing an mbox file into a folder 
11414                 (submitted by Dale P. Smith)
11415
11416 2002-01-11 [christoph]  0.6.6claws49
11417
11418         * src/prefs.h
11419                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11420                 toggle widget, because non static prefs can not use
11421                 prefs_set_* functions
11422         * src/prefs_account.c
11423                 toggle smtp auth password field sensitivity if
11424                 user id is empty and add descrition of usage for
11425                 these fields
11426         * src/prefs_folder_item.c
11427                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11428                 callbacks
11429
11430 2002-01-11 [melvin]     0.6.6claws48
11431
11432         * src/compose.c
11433                 fix the 'Ctrl-Enter' feature for sending and test really
11434                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11435                 editables which was not documented in Gtk)
11436
11437         * src/summaryview.c
11438                 Made summaryview refresh after sorting and not before.
11439
11440 2002-01-11 [christoph]  0.6.6claws47
11441
11442         * src/compose.c
11443                 select account from account ids if possible and
11444                 correctly set save folder for copy in reedit
11445
11446 2002-01-10 [paul]       0.6.6claws46
11447
11448         * sync with sylpheed 0.7.0 release
11449                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11450                 2002-01-09
11451
11452 2002-01-09 [alfons]
11453
11454         * src/summaryview.c
11455                 remove more dirt traces...
11456
11457 2002-01-09 [alfons]
11458         
11459         * src/summaryview.c
11460                 clean up some traces of my debugging stuff
11461
11462 2002-01-09 [alfons]     0.6.6claws45
11463
11464         * src/filtering.c
11465                 break up filteringprop_apply() in three separate pieces
11466                 so we can drop messages that failed processing in the
11467                 inbox
11468
11469         * src/summaryview.c
11470                 fix bug #469598 "no refresh of inbox after filter" which 
11471                 was introduced by the new summary view locking, and which 
11472                 prevented the summary view to update after a manual filter 
11473                 message. claw's filter message requires a summary_show().
11474                 (aargh, summary_show() again! :-)
11475                 
11476 2002-01-07 [alfons]     0.6.6claws44
11477
11478         * src/headerwindow.c
11479         * src/logwindow.c
11480         * src/messageview.c
11481         * src/sourcewindow.c
11482                 bring in Hiro's last 0.7.0 wm class fixes
11483
11484         * tools/sylprint.pl
11485                 bring in Ricardo's fix for sylprint script
11486
11487         * AUTHORS       
11488         * src/rfc2015.[ch]
11489         * src/prefs_common.[ch]
11490         * src/prefs_account.[ch]
11491         * src/compose.c
11492                 clean up account preference poison in rfc2015,
11493                 and preparation to fix double sign bug 
11494                 (patch submitted by Simon 'corecode' Schubert)
11495
11496 2002-01-07 [christoph]  0.6.6claws43
11497
11498         * src/mh.c
11499                 search for free message number, do not only rely
11500                 on last_num
11501         * src/send.c
11502                 fix smtp auth and use extra account information
11503                 if available, if not use pop3 data instead
11504                 (closes bug #500341)            
11505         * src/ssl.[ch]
11506                 match coding style
11507
11508 2002-01-06 [alfons]     0.6.6claws42
11509
11510         * src/mainwindow.c
11511                 try making the separate windows work again...
11512
11513 2002-01-06 [alfons]     0.6.6claws41
11514
11515         * src/mainwindow.c
11516                 adapt Hiro's separate window menu (to get rid of the funny
11517                 duplicate menu items), and make it work again
11518
11519 2002-01-06 [alfons]     0.6.6claws40
11520
11521         * tools/Makefile.am
11522         * tools/sylprint.rc
11523         * tools/sylprint.pl
11524         * tools/README.sylprint
11525                 add sylprint script for printing mails from Sylpheed
11526                 (contributed by Ricardo Mones Lastra)
11527
11528         * src/acount.c
11529                 clean up
11530
11531 2002-01-06 [melvin]     0.6.6claws39
11532
11533         * src/mainwindow.c
11534         * src/summaryview.c
11535                 Fixed crash introduced in 0.6.6claws38 by the menu
11536                 reorganisation (Hide read messages)
11537         
11538         * ChangeLog.claws 
11539                 Fixed typo (we are now in 2002, alfons ;) )
11540
11541 2002-01-05 [alfons]     0.6.6claws38
11542
11543         * sync with sylpheed 0.6.6cvs10-17
11544                 (last stuff marked as LAST_STABLE)
11545
11546 2002-01-04 [melvin]     0.6.6claws37
11547
11548         * src/account.c
11549                 Made account selection code use strcasestr again instead of
11550                 g_strcasecmp (fixes bug where reediting queued messages
11551                 did not select proper account reported by T. Link).
11552         
11553         * src/folderview.c
11554                 Fix bug where folder icons are not shown when 'hide read messages'
11555                 is on.
11556         
11557         * src/stock_pixmaps.[ch]
11558                 Added folder icons for 'hide read messages'.
11559         
11560         * src/compose.c
11561                 Fixed bug where 'Enter' in a header entry will send the message 
11562                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11563
11564 2002-01-03 [melvin]     0.6.6claws36
11565         
11566         * src/prefs.[ch]
11567                 Added popup menu for common preferences and
11568                 account preferences (right click on tab displays
11569                                 a menu of all tabs.)
11570
11571 2002-01-02 [melvin]     0.6.6claws35
11572
11573         * src/gtkspell.[ch]
11574                 Made spelling code compatible with undo/redo feature.
11575                 Added creation of suggestion mode menu for the general
11576                         preferences.
11577         
11578         * src/prefs_common.[ch]
11579                 Added option menu for the speller's suggestion mode.
11580                 Added missing spaces in "..." buttons and made a "..."
11581                         button non translatable!
11582         
11583         * src/compose.c
11584                 Made speller use the default suggestion mode.
11585                 Hack to make it possible to choose 'CTRL-Enter' as a
11586                         shortcut for sending (and only for sending).
11587
11588         * src/prefs_folder_item.c
11589                 Changing subject simplification does not update cache 
11590                         anymore (because it is unnecessary).
11591                 Fixed bug where changing subject simplification updated the 
11592                         summaryview even when the viewed folder is not the
11593                         folder which properties are being changed. (E.g. 
11594                                         viewing folder A and changing
11595                                         the subject simplification of 
11596                                         folder B -not being viewed- updated the 
11597                                         summaryview of folder A with data of
11598                                         folder B). (Hope this is clear... )
11599
11600 2001-12-31 [alfons]     0.6.6claws34
11601         
11602         * src/ldif.c
11603         * src/mutt.c
11604                 fgetc() returns a signed integer which doesn't
11605                 fit in a char. so c truncates this to a char
11606                 but we may lose significant bits. i.e. we may
11607                 comparing 0xFF which may not be equal to -1
11608                 unless properly casted to signed char which
11609                 we won't do because fgetc() returns a signed
11610                 integer which doesn't fit in a char. so c 
11611                 truncates this to a char but we may lose 
11612                 significat bits. (you got the idea, thanks
11613                 to Gustavo Noronha Silva <kov@debian.org>
11614                 and the Debian folks!)
11615
11616 2001-12-30 [alfons]     0.6.6claws33
11617
11618         * src/prefs_common.c
11619                 add #ifdef USE_PSPELLs that Melvin forgot               
11620
11621 2001-12-30 [melvin]     0.6.6claws32
11622         
11623         * src/prefs_common.[ch]
11624                 Added configurable color for misspelled words.
11625
11626         * src/gtkspell.[ch]
11627                 Fixed bug of foreground text color (reported by David
11628                                 Mehrmann)
11629                 Added configurable color for misspelled words.
11630
11631 2001-12-30 [alfons]     0.6.6claws31
11632
11633         * src/folder.c
11634                 remove unnecessary things someone put there
11635
11636         * src/mh.c
11637         * src/folder.[ch]
11638                 make folder properties (like threading and sorting) persistent
11639                 (closes bug #497424 "rescan folder tree resets proprieties")
11640                 currently this is only for MH folders. 
11641
11642 2001-12-29 [melvin]     0.6.6claws30
11643
11644         * src/string_match.[ch]
11645                 Optimized a bit: regexp pattern buffer compiled only once, and
11646                   one subroutine call removed. Fixed ^ regexp search: Now, 
11647                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11648         
11649         * src/summaryview.c
11650                 Subject filtering changed to filter summary columns and
11651                   not directly the messages subject cache. The loss in 
11652                   performance is balanced by the improvement of string_match.
11653                 Added an alert panel if there is an error in the regexp.
11654
11655         * src/src/prefs_folder_item.h
11656                 Added a regexp pattern buffer.
11657
11658 2001-12-28 [alfons]     0.6.6claws29
11659
11660         * src/string_match.[ch]
11661                 clean up name space
11662                 allow compilation *BSD
11663
11664 2001-12-27 [alfons]     0.6.6claws28
11665
11666         * src/filter.c
11667                 sync the Hiro's bug fix for BSD
11668
11669 2001-12-27 [melvin]     0.6.6claws27
11670         
11671         * src/compose.c
11672                 Simplify focus to subject entry code.
11673
11674 2001-12-27 [darko]      0.6.6claws26
11675
11676         * src/filtering.c
11677         * src/mbox_folder.c
11678         * src/messageview.c
11679         * src/mh.c
11680         * src/procheader.[ch]
11681         * src/procmsg.h
11682         * src/stock_pixmap.[ch]
11683         * src/summaryview.c
11684                 Show key icon for encrypted mails in summary view
11685
11686         * src/pixmaps/clip.xpm
11687         * src/pixmaps/clipkey.xpm
11688         * src/pixmaps/key.xpm
11689                 New/modified icons for the above
11690
11691 2001-12-27 [melvin]     0.6.6claws25
11692
11693         * src/prefs_common.c
11694                 Put spell checker options in a separate tab to decrease
11695                 the Common Preferences window height.
11696
11697         * README.claws  
11698                 Update spell checker usage instruction about its options
11699                 location.
11700
11701 2001-12-27 [melvin]     0.6.6claws24
11702
11703         * src/compose.c
11704                 Changed subject entry widget position. Initial focus is
11705                 on the To header instead of the subject entry.
11706                 Creating a new header scrolls the header list to make the
11707                 created one visible. Nevertheless, when automatically filling
11708                 headers, the first one is shown.
11709                 A Tab key press in the last empty header entry zips the 
11710                 focus to the subject entry.
11711                 (I did not change the combo boxes, yet)
11712
11713 2001-12-26 [alfons]     0.6.6claws23
11714
11715         * src/prefs_account.c
11716         * src/inc.c
11717                 allow default inbox to reside in another mailbox (only
11718                 works for POP3 accounts)
11719
11720 2001-12-26 [alfons]     0.6.6claws22
11721         
11722         * src/textview.c
11723                 make reply-on-click work with the account of the selected folder
11724         * src/compose.c
11725                 put a fixme here to remind me to fix finding correct default
11726                 account for nested folders
11727
11728 2001-12-25 [alfons]     0.6.6claws21
11729
11730         * src/summaryview.c
11731                 make column headers display locked and mark pixmaps (idea by Melvin) 
11732                 fix bug by adding score and locked column type to sort array
11733
11734 2001-12-25 [alfons]     0.6.6claws20
11735         
11736         * src/summaryview.c
11737                 catch a *potentially* inadvertent write back of  
11738                 the message cache(s) introduced by 0.6.5claws37
11739
11740 2001-12-25 [christoph]  0.6.6claws19
11741
11742         * src/stock_pixmap.[ch]
11743         * src/summaryview.c
11744                 add ignore thread pixmap
11745                 (can someone draw a better icon for this?)
11746
11747 2001-12-24 [alfons]     0.6.6claws18
11748
11749         * src/prefs_folder_item.c
11750                 make address completion actually work for the
11751                 Default To address in the Folder Property dialog.
11752
11753 2001-12-24 [alfons]     0.6.6claws17
11754         
11755         * src/summaryview.c
11756                 use new style regexp for subject stripping 
11757                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11758
11759 2001-12-24 [darko]      0.6.6claws16
11760
11761         * src/pgptext.c
11762         * src/rfc2015.c
11763                 move GPG related informational messages to debug mode
11764
11765 2001-12-23 [alfons]     0.6.6claws15
11766
11767         * src/stock_pixmap.[ch]
11768         * src/summaryview.c
11769                 add the forgotten Claws' locked pixmap
11770
11771 2001-12-23 [alfons]     0.6.6claws14
11772
11773         * src/filesel.c
11774                 accept file name typed in entry in multi file
11775                 selector (patch submitted by Gustavo Noronha Silva 
11776                 <kov@debian.org>)
11777
11778 2001-12-23 [alfons]     0.6.6claws13
11779
11780         * src/prefs_filter.c
11781         * src/prefs_filtering.c
11782         * src/matcher.c
11783         * src/importmutt.c
11784                 clean up a little bit
11785         
11786         * src/string_match.c
11787                 validate input strings a little bit more
11788
11789 2001-12-23 [alfons]     0.6.6claws12
11790
11791         * src/Makefile.am
11792         * src/summaryview.c
11793         * src/string_match.[ch]         ** NEW **
11794         * src/folderview.[ch]
11795         * src/headerview.h
11796         * src/folder.[ch]
11797         * src/prefs_folder_item.[ch]
11798                 add subject simplification to strip out strings from
11799                 a subject line (esp. handy for mailing lists). 
11800                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11801                 but slightly changed things for better integration.)
11802
11803 2001-12-23 [alfons]     0.6.6claws11
11804
11805         * src/mainwindow.c
11806                 fix bug introduced by submission included in 0.6.5claws52.
11807                 ideally this submission should clean the trash if any trash
11808                 folder has a message. however, the hasTrash variable was
11809                 set to false whenever a trash folder was empty (discarding
11810                 a previously found *filled* trash folder.)
11811
11812                 also edited the code a little bit and made it more safe.
11813
11814 2001-12-22 [alfons]     0.6.6claws10
11815
11816         * src/imap.c
11817                 quick fix for Martin Pool's omission of an account
11818                 specific SSL setting
11819
11820 2001-12-22 [alfons]     0.6.6claws9
11821
11822         * src/compose.c
11823         * src/messageview.c
11824         * src/mimeview.c
11825         * src/pgptext.c
11826         * src/procmime.[ch]
11827                 better support for multipart/digest (submitted
11828                 by Fredrik <e98fo@efd.lth.se>)
11829
11830 2001-12-22 [alfons]     0.6.6claws8
11831
11832         * src/addressbook.c
11833                 correct function signature
11834         * src/socket.[ch]
11835         * src/imap.[ch]
11836         * src/prefs_account.[ch]
11837                 allow IMAP over SSH tunnel (patch submitted by 
11838                 Martin Pool <mbp@samba.org>)
11839
11840 2001-12-21 [alfons]     0.6.6claws7
11841
11842         * sync with sylpheed 0.6.6cvs4-9
11843                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11844
11845 2001-12-21 [christoph]  0.6.6claws6
11846
11847         * src/compose.c
11848         * src/prefs_folder_item.[ch]
11849                 implement saving of outgoing messages to current folder.
11850                 fix segfault when no default outbox is available
11851                 (closes bug #495683)
11852
11853 2001-12-21 [carsten]    0.6.6claws5
11854         * src/folderview.c
11855         * src/summaryview.c
11856                 pressing CTRL while DND does now the expected thing and
11857                 copies the mail (moving is still the default, as this
11858                 seam more appropriate for handling mails by DND)
11859
11860 2001-12-18 [paul]       0.6.6claws4
11861
11862         * sync with sylpheed 0.6.6cvs3
11863                 see ChangeLog entries 2001-12-18
11864
11865 2001-12-18 [hiro]       0.6.6claws3
11866
11867         * src/undo.c
11868                 fix for multibyte characters (obtain the number of letters
11869                 instead of bytes).
11870
11871 2001-12-17 [paul]       0.6.6claws2
11872
11873         * sync with sylpheed 0.6.6cvs1
11874                 see ChangeLog entry 2001-12-16
11875
11876 2000-12-17 [alfons]     0.6.6claws1
11877
11878         * src/filtering.c
11879                 clean up
11880
11881 2001-12-16 [paul]       0.6.6claws
11882 2001-12-15
11883
11884         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11885
11886         * src/mimeview.c
11887                 last minute sync with main 0.6.6
11888
11889         * po/es.po
11890                 updated by Ricardo Mones Lastra
11891                 update for last minute sync
11892         * po/fr.po
11893         * po/nl.po
11894                 update for last minute sync
11895         * po/de.po
11896                 updated by Jens Oberender
11897         * po/pt_BR.po
11898                 updated by Fabio Junior Beneditto
11899
11900         * src/prefs_common.[ch]
11901         * src/undo.c
11902                 number of undo levels is user configurable
11903                 (squeeze it into the release in the dying
11904                 moments) Submitted by Jens Oberender    
11905
11906 2001-12-15 [melvin]
11907
11908         * po/fr.po
11909                 updated french translation
11910
11911 2001-12-15 [paul]       0.6.5claws92
11912
11913         * sync with sylpheed 0.6.5cvs28
11914                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11915
11916         * po/nl.po
11917                 update to allow for sync
11918
11919 2001-12-15 [alfons]
11920         
11921         * po/nl.po
11922                 update dutch translation
11923
11924 2001-12-14 [carsten]    0.6.5claws91
11925         * src/summaryview.c
11926                 fixed bug #473785; also after changing the column order
11927                 the same message will be selected and displayed as before
11928                 the reordering
11929
11930 2001-12-14 [carsten]    0.6.5claws90
11931         * src/folderview.c
11932                 probably found the bug reported by wwb opening or closing
11933                 a folder tree just before dnd (found the solution in the
11934                 balsa source -- thanks to them)
11935
11936 2001-12-14 [carsten]    0.6.5claws89
11937         * src/gtkutils.c
11938         * src/account.c
11939                 moved gtk_clist_moveto to the right place, so that
11940                 only the accounts dialog is effected on opening
11941
11942 2001-12-14 [carsten]    0.6.5claws88
11943         * src/gtkutils.c
11944                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11945                 now, so that the focused row will be seen in any case
11946                 (reported by wwp on sf-claws-user)
11947
11948 2001-12-14 [darko]      0.6.5claws87
11949
11950         * src/compose.c
11951                 remove unnecessary line
11952
11953 2001-12-14 [paul]       0.6.5claws86
11954
11955         * sync with sylpheed 0.6.5cvs27
11956                 see ChangeLog entries 2001-12-14
11957
11958 2001-12-14 [carsten]    0.6.5claws85
11959         * src/mainwindow.c
11960                 following a suggestion of Melvin the rcoabm pops up
11961                 right under the button now and the button is reliefed
11962                 while the popup is open
11963
11964 2001-12-14 [darko]      0.6.5claws84
11965
11966         * src/compose.c
11967                 fix crash when wrapping long lines if linewrap quotation
11968                 is disabled and wrapper encounters a word spanning more
11969                 than one line
11970
11971 2001-12-13 [paul]       0.6.5claws83
11972
11973         * src/compose.c
11974                 prefer 'Reply-To' header over mailing list header when
11975                 replying to a message. Finally prevent all those confirmation 
11976                 messages being sent to the list itself.
11977
11978         * src/summaryview.c
11979                 remove unused summary_set_menu_sensitive() entry
11980
11981 2001-12-13 [paul]       0.6.5claws82
11982
11983         * src/folderview.c
11984         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11985         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11986         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11987                 improvements to 'Hide read messages': Inbox, Outbox,
11988                 Trash, Queue, and Draft icons now reveal presence of hidden 
11989                 messages
11990
11991 2001-12-12 [alfons]     0.6.5claws81
11992
11993         0.6.5claws80 was tagged as LAST_STABLE
11994
11995         * src/filtering.[ch]
11996         * src/matcher.[ch]
11997         * src/matcher_parser_lex.c
11998                 fix the filtering; my last attempt to get it right, 
11999                 if it does not work, it's Hoa's turn. ;-)
12000
12001                 for my honourable peers:
12002                 
12003                 the code now makes a clear distinction between
12004                 rules as they are displayed (probably escaped),
12005                 and as they are executed (probably unescaped). the
12006                 parser does *NOT* do any unescaping, this is
12007                 the task of the matcher.c (which breaks up a
12008                 rule into condition) and the filtering.c (which
12009                 breaks up the rule's action). to make this
12010                 run happily we provide an unescaped copy of
12011                 crucial strings to the MatcherProp and 
12012                 FilteringAction structures. note that the only
12013                 exception to this is any REGEXP string. those
12014                 are directly passed to regcomp() and regexp()
12015                 (who have much more powerful unescape functions).
12016                 
12017                 for everyone else:
12018         
12019                 you can escape tab (\t), carriage return (\r),
12020                 linefeed (\n), form feed (\f), quote (\"), 
12021                 single quote (\'), bell (\b) in all the entry
12022                 lines in the scoring & filtering dialogs.
12023                 as an added bonus this should not affect
12024                 existing filtering rules.
12025
12026 2001-12-12 [carsten]    0.6.5claws80
12027
12028         * src/summaryview.c
12029         * po/de.po
12030                 "item(s) selected" is now sensitive to 1 or more
12031                 than one selected (nice for language where simple
12032                 adding of a "s" is not possible as German (Eintrag
12033                 ->Eintr"age)
12034                 
12035                 the "forward as attachment" entry from the right
12036                 click menu removed, "forward" acts following the
12037                 prefs
12038         
12039         * src/textview.c
12040                 reverted my former changes; so compiler warning again
12041                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12042                 nevertheless
12043
12044         * src/messageview.c
12045                 "search in message" does now *not* only work in MVIEW_TEXT
12046                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12047                 message
12048
12049         * src/mainwindow.c
12050                 removed "/File/_Close" as it was the same as "/File/E_xit"
12051                 and we don't need it two times
12052
12053                 the separate folder view and message view now get a distinct
12054                 WMCLASS, just in case someone is using sawfish ;-)
12055
12056                 as the menu entries "/View/Message view" and "/View/Folder tree"
12057                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12058                 make them sensitive accordingly and as these two are "shown"
12059                 after startup anytime check this menuitem at startup
12060
12061 2001-12-12 [paul]       0.6.5claws79
12062
12063         * src/folderview.c
12064                 fix sensitivity of 'Search folder...', broken in
12065                 0.6.5claws75
12066
12067         * src/mainwindow.c
12068                 fix dodgy English
12069
12070 2001-12-11 [carsten]    0.6.5claws78
12071         * src/filtering.c
12072                 fixed two typos returning a wrong FALSE/TRUE
12073         * src/mainwindow.[ch]
12074                 extra menu for email/news button removed
12075
12076 2001-12-11 [alfons]     0.6.5claws77
12077         
12078         * src/matcher.c                 (1.3)
12079         * src/matcher_parser_lex.l      (1.28)
12080                 revert for another attempt
12081                 mark 0.6.5claws77 as LAST_STABLE
12082
12083 2001-12-11 [christoph]  0.6.5claws76
12084
12085         * po/de.po
12086                 fixed wrong translation for prev. unread msg
12087
12088 2001-12-11 [paul]       0.6.5claws75
12089
12090         * src/folder.[ch]
12091         * src/folderview.c
12092         * src/mainwindow.c
12093         * src/summaryview.[ch]
12094         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12095                 enable ability to hide read messages on per folder basis via 
12096                 '/Summary/Hide read messages'; when selected, a folder will 
12097                 have a red open folder icon, instead of a blue icon, if the 
12098                 folder contains hidden messges
12099                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12100
12101         * src/mainwindow.c
12102                 remove '/Message/Forward as attachment' from 
12103                 main_window_set_menu_sensitive() to prevent debug warning
12104
12105         * src/folderview.c
12106         * src/mainwindow.c
12107                 Clean up some of the English
12108
12109         * tools/newscache_clean.pl
12110                 allow for new 'hidereadmsgs' entry in folderlist.xml
12111
12112         * po/es.po
12113                 updated translation, submitted by Ricardo Mones Lastra
12114
12115 2001-12-11 [paul]       0.6.5claws74
12116
12117         * sync with sylpheed 0.6.5cvs25
12118                 see ChangeLog entry 2001-12-11
12119
12120 2001-12-10 [alfons]     0.6.5claws73
12121
12122         * src/matcher.c
12123                 add more control characters
12124         * src/matcher_parser_lex.l
12125                 make escaping / unescaping work again
12126
12127 2001-12-10 [alfons]     0.6.5claws72
12128
12129         * src/imap.c
12130                 clean up warnings "returning value for void function" 
12131         * src/prefs_filtering.c
12132                 make info button for execute action sensitive
12133
12134 2001-12-10 [paul]       0.6.5claws71
12135
12136         * src/compose.c
12137         * src/imap.[ch]
12138         * src/summaryview.c
12139                 fix: imap server now gets informed of MARKED, UNMARKED
12140                 and REPLY events. Now people can use different IMAP-Mail
12141                 clients and have the exact same information about MARKED,
12142                 UNMARKED and REPLY status with all of them. Especially
12143                 useful for imap servers with a web-frontend.
12144                 submitted by Tobias Sandhaas <medlor@web.de>
12145
12146 2001-12-09 [melvin]     0.6.5claws70
12147         
12148         * src/textview.[ch]
12149                 fixed bug #490076 (hunted down by Alfons who implemented
12150                 a workaround in 0.6.5claws65)
12151
12152 2001-12-09 [christoph]  0.6.5claws69
12153
12154         * src/summaryview.c
12155                 set pointer to string in LOCKED column to NULL
12156                 (might fix bug #490800)
12157
12158 2001-12-09 [carsten]    0.6.5claws68
12159
12160         * po/de.po
12161                 resolved some cluttered menu shortcuts 
12162                 ('creating new email' and 'creating news message'
12163                 hade the same)
12164         * src/compose.c
12165                 wmclass now distinc from main window
12166         * src/mainwindow.c
12167           src/mainwindow.h
12168                 email/news and forward button functionality similar
12169                 to the reply buttons; removed the ugly dropdown arrows
12170                 and use instead the right mouse button
12171
12172 2001-12-09 [paul]       0.6.5claws67
12173
12174         * src/imap.c
12175         * src/utils.h
12176                 allow spaces in imap folder names
12177                 submitted by Willem van Engen <wvengen@stack.nl>
12178
12179 2001-12-09 [paul]       0.6.5claws66
12180
12181         * sync with sylpheed 0.6.5cvs24
12182                 see ChangeLog entry 2001-12-09
12183
12184 2001-12-08 [alfons]     0.6.5claws65
12185
12186         * src/textview.c
12187                 prevent secondary selection claim after "add to sender" dialog
12188                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12189                 we trick GTK by simulating a click at (0, 0) in the textview.
12190
12191 2001-12-08 [hoa]        0.6.5claws64
12192
12193         * src/folder.c
12194                 fixed a bug about the .processing folder name while filtering
12195
12196 2001-12-08 [alfons]     0.6.5claws63
12197
12198         * src/folderview.c 
12199                 work around problem of not correctly updating folder stats
12200                 when deleting messages. there's some folder scanning evil
12201                 going so the folderview_update_msg_num() does not work
12202                 correctly. need to investigate this.
12203
12204 2001-12-08 [paul]       0.6.5claws62
12205
12206         * sync with sylpheed 0.6.5cvs23
12207                 see ChangeLog entry 2001-12-08
12208
12209 2001-12-07 [christoph]  0.6.5claws61
12210
12211         * src/compose.c
12212                 fix another header translation problem
12213
12214 2001-12-07 [alfons]     0.6.5claws60
12215
12216         * src/mbox.c
12217                 make filtering also work on local spool mbox
12218
12219 2001-12-07 [carsten]    0.6.5claws59
12220         * src/addressbook.c
12221                 addressbook window gets a wmclass distinct from the main
12222                 sylpheed window
12223         * src/compose.h
12224         * src/mainwindow.[ch]
12225                   forward menu item will use mode selected in prefs, forward 
12226                 as attatchment in menu removed (will be substituted in the
12227                 toolbar similar to reply buttons)
12228                   create news message menu entry and news button is now 
12229                 sensitive to the existance of a news account
12230         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12231         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12232         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12233                 these are removed because the toolbar buttons don't show
12234                 the quoting modus any longer
12235
12236 2001-12-07 [paul]
12237
12238         * tools/newscache_clean.pl      ** NEW FILE **
12239                 perl script to do some tidying up in the newscache directory 
12240                 
12241         * tools/sylpheed-switcher       ** NEW FILE **
12242                 perl script to enable easy switching between main and claws
12243                 
12244         * tools/README
12245                 added descriptions of the two new perl scripts          
12246
12247
12248 2001-12-07 [melvin]     0.6.5claws58
12249
12250         * src/messageview.c
12251                 fixed a warning during compilation introduced in 0.6.5claws56
12252
12253 2001-12-07 [paul]       0.6.5claws57
12254
12255         * src/mainwindow.[ch]
12256         * src/menu.[ch]
12257                 further usability enhancements to replying with or without 
12258                 quoting via the toolbar, use of Ctrl key is replaced by 
12259                 drop down menu 
12260                 Submitted by Carsten Schurig            
12261
12262 2001-12-07 [melvin]     0.6.5claws56
12263
12264         * src/messageview.c
12265                 hack to fix bug that prevented to make/paste selections
12266                 after switching between MVIEW_TEXT and MVIEW_MIME views
12267                 without deselecting the selection first.
12268
12269 2001-12-06 [alfons]     0.6.5claws55
12270
12271         * src/filtering.[ch]
12272         * src/inc.c
12273                 revise filtering a little bit more, and make sure
12274                 messages are delivered to the appropriate inbox
12275                 (perhaps set per account)
12276
12277 2001-12-06 [paul]       0.6.5claws54
12278
12279         * sync with sylpheed 0.6.5cvs22
12280                 see ChangeLog entry 2001-12-06
12281
12282 2001-12-05 [alfons]     0.6.5claws53
12283
12284         * src/inc.c
12285         * src/folder.[ch]
12286         * src/procmsg.c
12287         * src/filtering.c
12288                 more revisions of filtering system
12289                 (last stable version is marked as LAST_STABLE)
12290                 
12291                 | NOTE 1): the filtering system now uses a local folder called
12292                 | .processing. if filtering fails, check this directory
12293                 | for missing messages.
12294                 |
12295                 | NOTE 2): help us find the filtering actions still missing
12296
12297 2001-12-05 [paul]       0.6.5claws52
12298
12299         * src/mainwindow.c
12300                 fix bug where 'Empty Trash?' pop-up window appears even
12301                 when Trash is empty, submitted by Jesse Skinner         
12302
12303 2001-12-05 [melvin]     0.6.5claws51
12304
12305         * src/compose.c
12306                 fixed bug #486106 to select correct account when reediting 
12307                 a queued message
12308         
12309 2001-12-04 [alfons]     0.6.5claws50
12310
12311         * src/mh.c
12312                 declare markfile in appropriate functions when
12313                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12314                 for spotting this)
12315
12316 2001-12-04 [paul]       0.6.5claws49
12317
12318         * sync with sylpheed 0.6.5cvs21
12319                 see ChangeLog entry 2001-12-04
12320
12321 2001-12-03 [christoph]  0.6.5claws48
12322
12323         * po/de.po
12324                 changed translation of undo
12325         * src/account.c
12326         * src/folder.c
12327                 don't reinvent the wheel to traverse a GNode
12328         * src/compose.[ch]
12329                 seperate code to create the compose gui into functions
12330                 add "Others" page with folder selection for saving copy
12331                 of the message.
12332                 the folder identifier is saved to queue header
12333         * src/procmsg.c
12334                 save message to folder in queue header
12335
12336 2001-12-03 [paul]       0.6.5claws47
12337
12338         * sync with sylpheed 0.6.5cvs20
12339                 see ChangeLog entry 2001-12-03
12340
12341 2001-12-01 [paul]
12342
12343         * more sync with sylpheed 0.6.5cvs19
12344                 see ChangeLog entry 2001-11-29
12345
12346 2001-11-30 [paul]       0.6.5claws46
12347         
12348         * src/compose.c
12349                 remove conflicts introduced by Hoa's last commit
12350          
12351         * src/mainwindow.c
12352                 make 'Message/Bounce' sensitive
12353
12354 2001-11-30 [hoa]        0.6.5claws45
12355
12356         * src/compose.c
12357                 slightly change bounce function to add
12358                 information about the user that bounced the mail
12359                 in the From header line.
12360
12361         * src/folderview.c
12362                 permit the use of processing in outbox folder.
12363
12364 2001-11-29 [paul]       0.6.5claws44
12365
12366         * src/mainwindow.[ch]
12367         * src/prefs_common.c
12368         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12369         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12370         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12371                 usability enhancements to the quoting, implements
12372                 use of Ctrl key to toggle quoting settings
12373                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12374
12375 2001-11-29 [paul]       0.6.5claws43
12376         
12377         * sync with sylpheed 0.6.5cvs19
12378                 see ChangeLog entry 2001-11-28
12379
12380 2001-11-29 [melvin]     0.6.5claws42
12381         * src/Makefile.am
12382                 added enriched.[ch] to the list of files
12383
12384         * src/textview.c
12385         * src/mimeview.c
12386         * src/procmime.[ch]
12387         * src/enriched.[ch]
12388                 added support to view text/enriched
12389                 added support to show headers in message view for text/enriched and text/html
12390                         in non multipart messages
12391
12392 2001-11-28 [paul]       0.6.5claws41
12393
12394         * more sync with sylpheed 0.6.5cvs18
12395                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12396
12397 2001-11-27 [paul]       0.6.5claws40
12398         
12399         * po/pt_BR.po
12400                 updated translation, submitted by Fabio Junior Beneditto
12401                 
12402         * sync with sylpheed 0.6.5cvs18
12403                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12404                 2001-11-27
12405
12406
12407 2001-11-26 [paul]
12408
12409         * po/es.po
12410                 updated translation, submitted by Ricardo Mones Lastra
12411
12412 2001-11-26 [alfons]
12413
12414         * src/matcher.c
12415                 add more translatable strings
12416
12417 2001-11-26 [christoph]  0.6.5claws39
12418
12419         * po/de.po      
12420                 fixed one more umlaut
12421         * src/compose.c
12422                 fix translated header when it should not be translated
12423
12424 2001-11-26 [paul]       0.6.5claws38
12425
12426         * src/mainwindow.c
12427                 remove '/Message/Add Sender to address book' from 
12428                 main_window_set_menu_sensitive(), prevent debug warning
12429                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12430
12431 2001-11-26 [paul]       0.6.5claws37
12432
12433         * src/summaryview.c
12434                 fix 'recurring unread state' bug 
12435
12436         * tools/README 
12437         * tools/filter_conv.pl
12438                 read name of top level mailbox from folderlist.xml
12439                 and presume nothing about its name              
12440
12441 2001-11-26 [darko]      0.6.5claws36
12442
12443         * src/gtkstext.[ch]
12444                 removed functions that are now in gtkutils.c
12445                 use gtkut_text_is_uri_string() from gtkutils.c
12446         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12447
12448 2001-11-26 [paul]       0.6.5claws35
12449
12450         * sync with sylpheed 0.6.5cvs16
12451                 see ChangeLog entries 2001-11-25 and 2001-11-26
12452
12453 2001-11-25 [alfons]     0.6.5claws34
12454
12455         EXPERIMENTAL!!! Please checkout the last stable version using: 
12456           
12457         % cvs update -r LAST_STABLE -dRAP
12458
12459         (Or help us testing this stuff.)
12460
12461         * src/filtering.c               (1.14)
12462         * src/filtering.h               (1.6)
12463         * src/inc.c                     (1.28)
12464         * src/matcher.c                 (1.20)
12465         * src/mbox.c                    (1.9)
12466         * src/procmsg.h                 (1.14)
12467         * src/summaryview.c             (1.59)
12468         * src/summaryview.h             (dunno)
12469                 revert/merge/sync to as it was before commit 
12470                 on Thu, 19 Jul 2001 10:15:51 -0700.
12471
12472 2001-11-25 [hoa]        0.6.5claws33
12473
12474         * src/main.c
12475                 processing mails at startup
12476
12477         * src/folderview.c
12478         * src/summaryview.[ch]
12479                 processing mails when entering folder
12480
12481         * src/prefs_filtering.c
12482                 fixed some UI bugs
12483
12484 2001-11-24 [alfons]     0.6.5claws32
12485
12486         * src/summaryview.[ch]
12487                 make summary sort headers work, and also make
12488                 sure the sort type is stored
12489
12490 2001-11-23 [alfons]     0.6.5claws31
12491
12492         * src/summaryview.[ch]
12493                 make lock work like mark
12494                 disallow deleting messages marked as locked
12495
12496 2001-11-23 [alfons]     0.6.5claws30
12497
12498         * src/gtkstext.c
12499         * src/compose.[ch]
12500         * src/Makefile.am
12501         * src/undo.[ch]
12502                 merge undo patch submitted by Jens
12503
12504 2001-11-23 [christoph]  0.6.5claws29
12505
12506         * src/.cvsignore
12507                 added ylwrap
12508         * src/compose.c
12509                 fixed gpg signing and encoding
12510         * src/folder.[ch]
12511         * src/main.c
12512                 added --status option to get new, unread and total
12513                 message count from a running sylpheed
12514         * src/prefs_common.c
12515                 temporary fix for reply_with_quote problem
12516                 (don't call functions for non existing widget)
12517         * src/procmsg.c
12518                 one more check for ignored threads but still not
12519                 always working correctly. probably a recursive
12520                 check for all parents is needed
12521
12522 2001-11-23 [darko]      0.6.5claws28
12523
12524         * src/compose.c
12525                 wrapping on send improvements
12526         * src/gtkutils.[ch]
12527                 fix for GtkSText after last sync with main branch
12528                 GTK_TEXT -> GTK_STEXT
12529
12530 2001-11-23 [paul]       0.6.5claws27
12531
12532         * sync with sylpheed 0.6.5cvs14
12533                 see ChangeLog entries 2001-11-22 and 2001-11-23
12534                 
12535         * po/de.po
12536                 fixed the scrambled umlauts 
12537                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12538
12539 2001-11-21 [paul]       0.6.5claws26
12540
12541         * sync with sylpheed 0.6.5cvs12
12542                 see 2nd ChangeLog entry dated 2001-11-20
12543
12544 2001-11-20 [paul]       0.6.5claws25
12545
12546         * sync with sylpheed 0.6.5cvs11
12547                 see ChangeLog entry 2001-11-19 (src/utils.c)
12548
12549 2001-11-20 [hiro]
12550
12551         * src/compose.c
12552                 GTK_TEXT -> GTK_STEXT
12553                 fix for wrong comment
12554
12555 2001-11-20 [hiro]       0.6.5claws24
12556
12557         * src/compose.[ch]
12558                 more merges from main branch
12559                 removed fatal warnings (uninitialized variables etc.)
12560                 some coding style fix
12561         * src/gtkutils.h
12562                 fixed typo.
12563         * src/addressbook.c
12564           src/addrindex.c
12565                 V-Card -> vCard
12566
12567 2001-11-19 [hoa]        0.6.5claws23
12568
12569         * src/filtering.c
12570         * src/prefs_scoring.c
12571         * src/matcher.[ch]
12572         * src/scoring.c
12573                 cleaning code
12574
12575         * src/matcher_parser_parse.y
12576         * src/prefs_filtering.c
12577                 bouncing
12578
12579 2001-11-19 [alfons]     0.6.5claws22
12580
12581         more of my old things into claws
12582
12583         * src/Makefile.am
12584         * src/prefs_common.c
12585         * src/procmsg.h
12586         * src/summaryview.[ch]
12587         * src/prefs_summary_column.c
12588         * src/pixmaps/locked.xpm
12589                 add indicators for locking of message in summary view
12590                 (does not work yet, only visual indicator)
12591
12592 2001-11-19 [paul]       0.6.5claws21
12593
12594         * sync with sylpheed 0.6.5cvs10
12595                 see ChangeLog entry 2001-11-19
12596
12597 2001-11-18 [alfons]     0.6.5claws20
12598         
12599         * src/filtering.c
12600                 remove an inadvertent free I forgot in previous clean up 
12601
12602 2001-11-18 [alfons]     0.6.5claws19
12603
12604         * src/filtering.[ch]
12605                 clean up & plug leaks
12606
12607 2001-11-18 [paul]       0.6.5claws18
12608
12609         * sync with sylpheed 0.6.5cvs9
12610                 see ChangeLog entries 2001-11-17 and 2001-11-18
12611
12612 2001-11-16 [paul]       0.6.5claws17
12613
12614         * sync with sylpheed 0.6.5cvs8
12615                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12616
12617 2001-11-16 [paul]       0.6.5claws16
12618
12619         * sync with sylpheed 0.6.5cvs7
12620                 see ChangeLog entries 2001-11-15 and 2001-11-16
12621
12622 2001-11-15 [hoa]        0.6.5claws15
12623
12624         * src/compose.c
12625                 fix bounce, mails we received couln't be bounced to ourself.
12626
12627         * src/defs.h
12628         * src/filtering.[ch]
12629         * src/matcher.[ch]
12630         * src/matcher_parser.h
12631         * src/matcher_parser_lex.l
12632         * src/matcher_parser_parse.y
12633         * src/inc.c
12634         * src/main.c
12635         * src/mbox.c
12636         * src/prefs_filtering.[ch]
12637         * src/mainwindow.c
12638         * src/prefs_matcher.c
12639         * src/prefs_scoring.c
12640         * src/scoring.[ch]
12641         * src/summaryview.c
12642                 new matcher/filter/score configuration file parser
12643                 one unique configuration file => ~/.sylpheed/matcherrc
12644                 import in currently automatic, then save are made
12645                 in this new file.
12646                 one filter per folder and one global filter
12647                 (filter of a folder will be used as folder processing)
12648
12649         * src/folder.c
12650                 fix a bug in folder_item_get_identifier
12651                 
12652         * src/messageview.c
12653                 receive receipt return are fixed.
12654
12655 2001-11-14 [alfons]     0.6.5claws14
12656
12657         * src/session.h
12658                 add things from main branch to make claws compile
12659
12660 2001-11-14 [paul]       0.6.5claws13
12661
12662         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12663                 see ChangeLog entries 2001-11-08 to 2001-11-14
12664
12665 2001-11-14 [hoa] 0.6.5claws12
12666
12667         * src/compose.[ch]
12668         * src/mainwindow.c
12669         * src/summaryview.c
12670                 add "bounce mail" option
12671
12672 2001-11-13 [christoph]  0.6.5claws11
12673
12674         * src/compose.c
12675                 Cleanup a mess i add before commiting
12676
12677 2001-11-13 [hoa]        0.6.5claws10
12678
12679         * src/compose.c
12680                 some fixes when mail are sent or
12681                 for crossposts
12682
12683 2001-11-13 [christoph]  0.6.5claws9
12684
12685         * po/de.po
12686                 Changed two string with the same translation
12687         * src/compose.c
12688         * src/procmsg.[ch]
12689         * src/send.[ch]
12690                 New mailsending process:
12691                   - Always queue message before sending
12692                     (message will be saved if sylpheed crashed or
12693                      freezes while sending)
12694                   - Allow queuing of newspostings
12695                   - No copy in outbox before sending
12696                     (closes bug #469501)
12697                   - No more redundant code for send and send_later
12698         * src/summaryview.c
12699                 Applied wwp <subscript@free.fr>'s patch that fixes
12700                 marks for multiple forwarded messages (+compose.c)
12701
12702 2001-11-12 [alfons]
12703
12704         * README.claws
12705                 remove things that are now in main branch
12706         
12707         * po/nl.po
12708                 update Dutch translation
12709
12710 2001-11-12 [mhadasht]   0.6.5.claws8
12711
12712         * src/prefs_common.c
12713                 re-enabled account autoselection feature for forward
12714                 and reedit lost during the branch point for SYNC-B4-REL
12715         * src/gtkspell.c
12716                 gtkpspell_get_dict(): more readable code (even if function is
12717                 not used yet)
12718         * ChangeLog.claws
12719                 added version number info to 2001-11-12 [hiro] comment.
12720
12721 2001-11-12 [hiro]       0.6.5.claws7
12722
12723         * src/compose.c
12724                 compose_forward(): fixed a bug that forward quote mark
12725                 wasn't used.
12726                 removed unnecessary code.
12727         * src/template_select.[ch]: removed.
12728
12729 2001-11-11 [alfons]
12730
12731         * src/compose.c
12732                 :%s/GTK_TEXT/GTK_STEXT/g
12733         
12734         * src/compose.[ch]
12735         * src/undo.[ch]
12736         * src/Makefile.am
12737                 revert the undo stuff (this is 0.6.6claws stuff)
12738
12739 2001-11-11 [hoa]        0.6.5.claws6
12740
12741         * src/compose.[ch]
12742                 Insert signature at the end of the text.
12743                 Added undo patch but currently disabled
12744
12745         * src/procmsg.c
12746                 Threading by subject improved.
12747
12748         * added src/undo.[ch]
12749                 Undo module for compose dialog box.
12750
12751 2001-11-11 [alfons]     0.6.5.claws5
12752
12753         * src/procmsg.c
12754                 prevent threading by subject on nodes that have already been
12755                 threaded by in-reply-to (as in "circular references in a tree
12756                 result in a dead branch")
12757
12758 2001-11-09 [hoa]        0.6.5.claws4
12759         
12760         * src/folderview.c
12761                 allows creation of mbox folder item from any files.
12762
12763 2001-11-09 [alfons]     0.6.5.claws3
12764         
12765         * src/utils.c
12766         * src/procmsg.c
12767                 do what I mean and correct threading by subject so it really
12768                 ignores attracting lines without "Re: "
12769
12770 2001-11-07 [alfons]     0.6.5.claws2
12771
12772         * src/procmsg.c
12773         * src/utils.[ch]
12774                 only attract by subject if a subject line starts with a "Re: "
12775         * src/syldap.c
12776                 remove warning
12777
12778 2001-11-07 [paul]       0.6.5claws1
12779
12780         * sync with sylpheed 0.6.5. release
12781                 see ChangeLog entry 2001-11-07
12782
12783 2001-11-07 [paul]       0.6.4claws31
12784
12785         * sync with sylpheed 0.6.4cvs18
12786                 see ChangeLog entries 2001-10-30 to 2001-11-07
12787                 prefs_templates.[ch] renamed prefs_template.[ch]
12788
12789 2001-11-06 [alfons]
12790         
12791         * src/utils.h
12792                 add semicolon Hoa forgot ;-)
12793                 
12794
12795 2001-11-06 [hoa]        0.6.4claws30
12796         
12797         * src/procmsg.c
12798         * src/summaryview.c
12799         * src/utils.c
12800         * src/utils.h
12801                 threading by subject - empty subject are ignored
12802
12803 2001-11-06 [christoph]  0.6.4claws29
12804
12805         * src/socket.c
12806                 use SSL_peek for sock_gets
12807         * src/utils.c
12808                 removed unneeded pointer in extracting quoted
12809                 names implementation
12810
12811 2001-11-06 [melvin]     0.6.4claws28
12812
12813         * src/gtkspell.c
12814                 fixed bug #476792 Selection overtyping with spell checker
12815                 fixed bug which could cause a buffer overflow
12816                 fixed a memory leak
12817
12818 2001-11-06 [hoa]        0.6.4claws27
12819         
12820         * src/procmsg.c
12821         * src/summaryview.c
12822                 threading by subject
12823
12824 2001-11-05 [alfons]     0.6.4claws26
12825         
12826         * README.claws
12827                 Claws -> Sylpheed (vice versa)
12828
12829         * src/compose.c
12830                 :%s/gtk_text/gtk_stext/g
12831                 :%s/GTK_TEXT/GTK_STEXT/g
12832                 (thanks to Jonathan Ware for spotting this)
12833
12834 2001-11-04 [christoph]  0.6.4claws25
12835
12836         * src/summaryview.c
12837                 replace Xalloca + strdup with Xstrdup_a
12838         * src/utils.c
12839                 better implementation of extracting quoted names
12840                 from addresses (remove backlashes and ignore
12841                 quotes after them)
12842
12843 2001-11-04 [alfons]     0.6.4claws24
12844
12845         * src/utils.[ch]
12846                 edit to comply more with coding style
12847
12848         * src/textview.c
12849                 fix bug reported by Kim Schulz. introduced by the patch integrated
12850                 in 0.6.4claws15. the code did not check the return value of
12851                 the html parser.
12852
12853         * AUTHORS
12854                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12855
12856 2001-11-04 [christoph]  0.6.4claws23
12857
12858         * src/main.c
12859         * src/prefs_common.[ch]
12860                 init some pointers that possibly caused a segfault
12861                 reported in the claws-users ML
12862
12863 2001-11-04 [hoa]        0.6.4claws22
12864
12865         * src/grouplistdialog.c
12866                 change the names of the nodes in the tree
12867
12868         * src/compose.c
12869                 enhanced mailto syntax as described in
12870                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12871                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12872
12873         * src/utils.c
12874                 encode and decode URI (useful when opening URL into
12875                 netscape).
12876
12877 2001-11-03 [hoa]        0.6.4claws21
12878
12879         * src/grouplistdialog.c
12880                 a new newsgroups list selection dialog box
12881                 with a CTree instead of a CList
12882
12883 2001-11-03 [hoa]        0.6.4claws20
12884
12885         * src/folderview.c
12886                 enable property and scoring options when right
12887                 click on "inbox"
12888
12889         * src/summaryview.c
12890                 fixed bug when nickname were displayed using
12891                 the address book.
12892
12893 2001-11-02 [darko]      0.6.4claws19
12894
12895         * src/compose.c
12896                 new wrap quotation and URL/long words wrapping implementation
12897         * src/compose.c src/gtkstext.[ch]
12898                 move gtkstext_strncmp() to gtkstext.c
12899
12900 2001-11-01 [christoph]  0.6.4claws18
12901
12902         * src/prefs_account.c
12903                 fixed mess in account settings dialog
12904         * src/prefs_folder_item.c
12905                 added label with folder path to dialog
12906
12907 2001-10-31 [match]      0.6.4claws17
12908
12909         * src/vcard.c
12910                 fix memory leak.
12911         * src/addrbook.c
12912                 fix generation of spurious address book file names.
12913                 remove redundant functions.
12914         * po/POTFILES.in
12915                 added missing file names.
12916
12917 2001-10-30 [paul]       0.6.4claws16
12918
12919         * sync with sylpheed 0.6.4cvs6
12920                 see ChangeLog entries 2001-10-26 to 2001-10-30
12921
12922         * tools/filter_conv.pl
12923                 read folderlist.xml to discover whether the top-level
12924                 folder is called 'Mailbox' or 'Mail' 
12925
12926 2001-10-29 [paul]       0.6.4claws15
12927
12928         * src/html.c, src/textview.c
12929                 activate links in html mail and fix clickable parts
12930                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12931
12932 2001-10-29 [paul]
12933
12934         * po/de.po, po/es.po, po/pt_BR/po
12935                 updated translations, submitted by Jens Oberender,
12936                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12937
12938 2001-10-29 [darko]      0.6.4claws14
12939
12940         * src/compose.c
12941                 fix wrapping for good
12942
12943 2001-10-29 [darko]
12944
12945         * src/compose.c
12946                 undo previous change as it broke the smart wrapping
12947
12948 2001-10-29 [darko]      0.6.4claws13
12949
12950         * src/compose.c
12951                 fix infinite loop when long URL is quoted
12952                 (closes bug #475122.
12953
12954 2001-10-28 [match]
12955
12956         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12957                 import Mutt address book
12958         * src/ldif.[ch] src/importldif.h
12959                 modified import LDIF handle user attributes
12960
12961 2001-10-28 [christoph]  0.6.4claws12
12962
12963         * src/summaryview.c
12964                 fixed that filtering did not work if there
12965                 were no filter rules
12966                 (closes bug #472003 and better implementation
12967                  of patch #474644)
12968
12969 2001-10-27 [christoph]  0.6.4claws11
12970
12971         * src/compose.c
12972                 make the folder's default account to be used when
12973                 replying. (patch by wwp <subscript@free.fr>)
12974         * src/compose.c
12975                 code cleanup, nearly killed all of wwp's patch
12976                 for folder's default account in compose
12977         * src/folderview.c
12978                 error panel when a folder could not be created
12979                 (closes bug #471080 new folder name & already
12980                  existing file)
12981
12982 2001-10-26 [alfons]
12983
12984         * src/utils.h
12985                 change prototype of strstr2() that Christoph forgot about
12986
12987 2001-10-26 [christoph]  0.6.4claws10
12988
12989         * src/account.c
12990                 made search for accounts by email address not case
12991                 sensitive
12992         * src/folder.c
12993                 fixed memory leak in folder_item_get_identifier
12994         * src/gtkspell.c
12995         * src/utils.c
12996                 fixed wrong strstr2 (should work like strstr)
12997
12998 2001-10-26 [darko]      0.6.4claws9
12999
13000         * src/compose.c src/gtkstext.[ch]
13001         * src/gtkstext.c
13002                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13003
13004 2001-10-26 [paul]       0.6.4claws8
13005
13006         * src/html.c
13007                 ignore css and javascript tags in html mail
13008                 case-insensitive, with or without double-quoted
13009                 strings
13010
13011 2001-10-26 [paul]       0.6.4claws7
13012
13013         * sync with sylpheed 0.6.4cvs1
13014                 see ChangeLog entry 2001-10-26
13015
13016         * src/prefs_account.c, src/prefs_common.c,
13017           src/prefs_summary_column.c
13018                 minor improvements to the English
13019
13020 2001-10-25 [alfons]     0.6.4claws6
13021
13022         * src/gtkstext.c
13023         
13024                 make GtkSText follow style of GtkText (closes bug 
13025                 #469211 "text selection while writing message")
13026                 
13027                 do sync with GTK 1.2.10
13028
13029 2001-10-25 [paul]       0.6.4claws5
13030
13031         * src/html.c
13032                 ignore css tags in html mail
13033
13034 2001-10-25 [darko]      0.6.4claws4
13035
13036         * src/compose.c
13037                 don't declare is_url_string as static function since
13038                 we need it in gtkstext.c
13039         * src/gtkstext.c
13040                 remove unused variable
13041                 don't wrap long URLs while composing a message
13042
13043 2001-10-24 [christoph]  0.6.4claws3
13044
13045         * src/socket.c
13046                 fix ssl deadlock, when peer closes connection
13047
13048 2001-10-24 [paul]       0.6.4claws2
13049
13050         * src/prefs_common.c
13051                 gettextize the gpg ascii-armored warning message
13052
13053         * src/compose.c
13054                 insert a DOS/MAC file into the composed message
13055                 (improvements)
13056
13057         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13058
13059 2001-10-22 [paul]       0.6.4claws1
13060
13061         * sync with sylpheed 0.6.4 release
13062                 see ChangeLog entries 2001-10-21
13063
13064         * po/fr.po, po/pt_BR.po
13065                 updated by Melvin Hadasht and Fabio Junior Beneditto
13066
13067 2001-10-21 [paul]       0.6.3claws30
13068
13069         * src/compose.c
13070                 insert a DOS text file from the compose window
13071                 into the composed message text (removes CRs characters)
13072                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13073
13074         * tools/filter_conv.pl, tools/README
13075                 automatically use ~/.sylpheed as working directory
13076                 print out confirmation message on completion
13077
13078         * correct Hoa's last ChangeLog.claws entry
13079
13080 2001-10-20 [hoa]        0.6.3claws29
13081
13082         * src/grouplistdialog.c
13083                 bugfix (another ?) to give the right
13084                 newsgroups list for each news server.
13085
13086         * src/news.c
13087         * src/news.h
13088                 improve the newsgroups list cache
13089
13090 2001-10-20 [paul]       0.6.3claws28
13091
13092         * sync with sylpheed 0.6.3cvs9
13093                 see ChangeLog entry 2001-10-19
13094
13095         * correct Alfons' last ChangeLog.claws entry
13096
13097 2001-10-19 [alfons]
13098
13099         * src/pgptext.[ch]
13100                 fix compilation problems (part of bug #472895)
13101
13102 2001-10-18 [hoa]        0.6.3claws27
13103
13104         * src/grouplistdialog.c
13105                 bugfix when we refresh was clicked (bug 472701)
13106
13107 2001-10-19 [christoph]  0.6.3claws26
13108
13109         * src/compose.c
13110                 last header entry should default to "To:" or
13111                 "Newsgroups:" and not copy the last entry line
13112                 in a new compose window
13113                 (closes bug #472686, #470792)
13114
13115 2001-10-19 [paul]       0.6.3claws25
13116
13117         * sync with Sylpheed 0.6.3cvs8
13118                 see ChangeLog entries 2001-10-18 and 2001-10-19
13119
13120 2001-10-18 [christoph]  0.6.3claws24
13121
13122         * src/procmsg.c
13123                 reimplement ignore thread
13124         
13125 2001-10-18 [hoa]        0.6.3claws23
13126
13127         * src/folderview.c
13128         * src/grouplistdialog.[ch]
13129                 enhanced news subscription interface (feature 469113)
13130
13131         * src/news.c
13132         * src/news.h
13133                 enchanced newsgroup listing,
13134                 now, we can get groups informations
13135                 (NNTPGroupInfo)
13136
13137 2001-10-18 [paul]       0.6.3claws22
13138
13139         * src/summaryview.c
13140                 remove comment (sync with main branch)
13141         * src/mainwindow.c
13142                 fix 'Re-edit' bug in 'Message' menu
13143
13144 2001-10-17 [christoph]  0.6.3claws21
13145
13146         * src/compose.c
13147                 ignore empty or whitespace only header lines
13148
13149 2001-10-17 [paul]       0.6.3claws20
13150
13151         * sync with sylpheed 0.6.3cvs7
13152                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13153                 2001-10-17
13154
13155 2001-10-17 [darko]
13156
13157         * src/compose.c
13158                 wrap long lines without spaces
13159                 don't wrap URLs
13160
13161 2001-10-16 [paul]
13162
13163         * po/es.po, po/nl.po, po/pt_BR.po
13164                 updated by Ricardo Mones Lastra, Alfons,
13165                 and Fabio Junior Beneditto
13166
13167         * sylpheed-0.6.3claws released
13168
13169 2001-10-15 [melvin] 0.6.3claws18
13170
13171         * README.claws
13172                 added summary and detailed installation instructions
13173                 for spell checker
13174         * po/fr.po
13175                 Updated, corrected and completed french translation
13176
13177 2001-10-15 [hoa] 0.6.3claws17
13178         * src/grouplistdialog.c
13179                 we can choose the newsgroups to display with wildcards
13180
13181 2001-10-15 [christoph]  0.6.3claws16
13182
13183         * src/account.c
13184         * src/compose.c
13185         * src/prefs_folder_item.[ch]
13186                 applied wwp <subscript@free.fr>'s folder
13187                 default account patch
13188         * po/de.po
13189                 Fixed wrong translation
13190
13191 2001-10-13 [alfons, christoph, melvin]  
13192                         0.6.3claws15
13193
13194         solution #2 to solve MT-safety problems defers all GUI related calls
13195         to the main thread using a gtk_idle_add() callback. discussed on
13196         ircnet #sylpheed, with christoph spotting some issues with the
13197         original code, and melvin allowing us to lobotomize his sylpheed.
13198
13199         * src/syldap.[ch], src/main.c
13200                 fix race problem in ldap search thread by deferring GUI 
13201                 stuff to main thread using gtk_idle_add()
13202
13203 2001-10-13 [paul]       0.6.3claws14
13204
13205         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13206                 add Sergey's smtpcred.patch
13207                 adds separate username/password setting for SMTP Auth
13208                 needed by some servers
13209                 (closes feature request #471659)
13210
13211 2001-10-13 [paul]       0.6.3claws13
13212
13213         * src/pgptext.[ch] **NEW FILES**
13214         * src/Makefile.am, src/messageview.c, src/mimeview.c
13215                 decrypt ascii-armored gpg text embedded in
13216                 the message body.
13217                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13218
13219 2001-10-13 [christoph]  0.6.3claws12
13220
13221         * README.claws
13222                 some more details on default to and
13223                 feature requests
13224         * src/main.c
13225                 init glib threading when ldap is used
13226         * src/syldap.c
13227                 threading fixes
13228         * po/de.po
13229                 fixed a typo
13230
13231 2001-10-12 [paul]       0.6.3claws11
13232
13233         * src/prefs_common.[ch], src/rfc2015.c
13234                 enable ascii-armored gpg text to be embedded in the
13235                 message body, selectable through the 'Privacy'
13236                 preferences. Supports encrypting only.
13237                 Submitted by Ravemax <ravemax@dextrose.com>
13238
13239 2001-10-12 [paul]       0.6.3claws10
13240
13241         * sync with sylpheed 0.6.3cvs6
13242                 see ChangeLog entries 2001-10-11 and 2001-11-12
13243
13244         * src/folderview.c
13245                 incorporated mbox folders, scoring, and folder
13246                 properties into the sync
13247
13248 2001-10-12 [darko]      0.6.3claws9
13249
13250         * README.claws
13251                 describe quotation wrapping
13252         * src/compose.c
13253                 don't treat tab as space to calculate line length properly
13254
13255 2001-10-11 [alfons]
13256
13257         * README.claws
13258                 correct description of how to make new filtering system work,
13259                 add some other things
13260                 
13261         * src/syldap.c
13262                 remove sched_yield() (not necessary / unportable)
13263
13264 2001-10-11 [paul]       0.6.3claws8
13265
13266         * sync with sylpheed 0.6.3cvs3
13267                 see ChangeLog entry 2001-10-10
13268
13269 2001-10-10 [christoph]  0.6.3claws7
13270
13271         * .cvsignore
13272                 ignore 2 files created by newer autotools
13273         * src/prefs_folder_item.c
13274                 using table for widget alignment
13275                 fixed memory leak and broken octal display
13276         * src/filesel.c
13277                 fixed segfault caused by lost filename
13278                 workaround (closes bug #469551)
13279
13280 2001-10-10 [paul]       0.6.3claws6
13281
13282         * sync with sylpheed 0.6.3cvs2
13283                 see ChangeLog entries 2001-10-09 and 2001-10-10
13284
13285 2001-10-10 [darko]      0.6.3.claws5
13286
13287         * src/gtkstext.c
13288                 proper calculation of right margin if smart wrapping is enabled
13289         * src/compose.c
13290                 automatically wrap long lines if wrap quotation is enabled
13291
13292 2001-10-09 [alfons]     0.6.3.claws4
13293
13294         * src/summaryview.c
13295                 select correct row when deleting last row in the summary view (and
13296                 close bug "[ #469104 ] select second last in list when deleting")
13297
13298 2001-10-09 [paul]       0.6.3claws3
13299
13300         * sync with sylpheed 0.6.3cvs1
13301                 updated some autotool scripts
13302
13303 2001-10-09 [darko]      0.6.3claws2
13304
13305         * src/gtkstext.[ch]
13306                 new name and mark with Sylpheed comment
13307         * src/compose.c
13308                 smart quotation wrapping a-la VIM
13309
13310 2001-10-08 [paul]       0.6.3claws1
13311
13312         * sync with sylpheed 0.6.3 release
13313                 see ChangeLog entry 2001-10-08
13314
13315 2001-10-08 [paul]       0.6.2claws24
13316
13317         * src/summaryview.c
13318                 more sync with sylpheed 0.6.2cvs12
13319                 Fixed the bug that didn't select the last row correctly
13320
13321
13322 2001-10-07 [paul]       0.6.2claws23
13323
13324         * sync with sylpheed 0.6.2cvs12
13325                 see ChangeLog entry 2001-10-07
13326
13327 2001-10-06 [match]
13328         * src/jpilot.[ch]
13329                 enable jpilot to read unsynch'ed addresses.
13330
13331         * src/editldap_basedn.c
13332                 fix segfault when opening dialog.
13333
13334 2001-10-06 [alfons]     0.6.2.claws22
13335
13336         * src/summaryview.c
13337                 fix bug with summary view selecting last *inserted*
13338                 node instead of last *visible* node. remember we
13339                 work with a tree
13340
13341 2001-10-06 [paul]       0.6.2claws21
13342
13343         * po/pt_BR.po
13344                 updated translation, contains some fixes and new
13345                 translations, submitted by Gustavo Noronha Silva
13346                 <kov@debian.org>
13347
13348         * src/prefs_common.c
13349                 change 'each' to 'every' - fix dubious English
13350
13351         * sync with sylpheed 0.6.2cvs11
13352
13353 2001-10-05 [alfons]     0.6.2claws20
13354
13355         * src/mainwindow.[ch], src/folderview.c
13356                 make composite tool button switch between "Compose News"
13357                 and "Compose Mail" depending on selected folder
13358                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13359
13360 2001-10-05 [paul]       0.6.2claws19
13361
13362         * src/mainwindow.c, src/summaryview.c
13363                 fix 'Message/Reply to all', broken in last commit
13364
13365         * src/compose.c
13366                 fix X_BEENTHERE seg fault, thanks to Alfons
13367
13368 2001-10-04 [paul]       0.6.2claws18
13369
13370         * src/compose.[ch], src/mainwindow.c
13371                 make "Message/Reply" reply to mailing lists; matches
13372                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13373                 based on portions of the patch submitted by
13374                 Junichi Uekawa <dancer@netfort.gr.jp>
13375
13376 2001-10-04 [darko]      0.6.2claws17
13377
13378         * src/compose.c
13379                 better smart wrapping
13380         * src/gtkstext.[hc]
13381                 a function to make text buffer contiguous
13382
13383 2001-10-03 [paul]       0.6.2claws16
13384
13385         * sync with sylpheed 0.6.2cvs10
13386
13387 2001-10-02 [alfons]
13388
13389         * configure.in
13390         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13391                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13392                 references to chinese translations (hope someone picks up
13393                 this)
13394
13395 2001-10-02 [christoph]  0.6.2claws15
13396
13397         * src/compose.c
13398                 fixed non translated header bug
13399         * ChangeLog.claws
13400                 fixed wrong date in alfons last entry ;)
13401
13402 2001-10-02 [alfons]     0.6.2claws14
13403
13404         * src/compose.c, src/prefs_common.[ch]
13405                 add block cursor option
13406
13407 2001-10-02 [paul]       0.6.2claws13
13408
13409         * sync with sylpheed 0.6.2cvs9
13410
13411 2001-09-30 [paul]       0.6.2claws12
13412
13413         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13414                 updated translations
13415
13416         * po/POTFILES.in
13417                 add 'src/importldif.c'
13418
13419         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13420                 added eudora-to-vCard conversion tool
13421                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13422
13423         * sync with sylpheed 0.6.2cvs8
13424
13425 2001-09-30 [paul]
13426
13427         * sylpheed-0.6.2claws released
13428
13429 2001-09-27 [melvin]     0.6.2claws11
13430
13431         * src/gtkspell.c
13432                 fixed crash when using default path (introduced 
13433                 in 0.6.2claws10)
13434                 fixed tiny bug for initial suggestion mode
13435
13436 2001-09-27 [melvin]     0.6.2claws10
13437         
13438         * src/gtkspell.c
13439                 fixed bug where gtkpspell didn't set the path correctly
13440
13441         * README.claws
13442                 added a paragraph about spell checking
13443                 
13444
13445
13446 2001-09-27 [paul]       0.6.2claws9
13447
13448         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13449                 replace '// comments' with '/* comments */' to prevent
13450                 some compiler warnings 
13451
13452         * sync with sylpheed 0.6.2cvs6
13453
13454 2001-09-26 [alfons]     0.6.2claws8
13455
13456         * src/messageview.c
13457                 introduce return receipt request notification again,
13458                 which was lost because of other semantics in 
13459                 procheader_parse() (???)
13460
13461 2001-09-26 [christoph]  0.6.2claws7
13462
13463         * src/compose.c
13464                 replace comments for old code with #if 0
13465                 readded auto cc, bcc and reply-to
13466         * src/prefs_matcher.c
13467         * src/prefs_scoring.c
13468                 removed some definition (was moved to
13469                 prefs.h)
13470
13471 2001-09-26 [paul]       0.6.2claws6
13472
13473         * src/mainwindow.c
13474                 make 'Follow-up and reply to' sensitive
13475
13476         * more sync with sylpheed 0.6.2cvs5
13477
13478 2001-09-25 [melvin]
13479
13480         * 0.6.2claws5
13481
13482         * src/gtkspell.c
13483                 fixed bug for "US-ASCII" introduced by the encoding code
13484
13485 2001-09-25 [paul]
13486
13487         * 0.6.2claws4
13488
13489         * src/prefs_common.[ch], src/summaryview.c
13490                 'next unread msg' 'go to next folder?' dialog can be
13491                 given default behaviour, either always show dialog,
13492                 or assume 'yes', or assume 'no'
13493                 Submitted by wwp <subscript@free.fr>
13494
13495 2001-09-25 [melvin]
13496                 
13497         * src/compose.c src/gtkspell.[ch]
13498                 added support for different encodings
13499
13500 2001-09-25 [paul]
13501
13502         * more sync with sylpheed 0.6.2cvs5
13503
13504 2001-09-24 [alfons]
13505         
13506         * src/prefs_folder_item.c
13507                 add check for item->prefs->default_to string is NULL and
13508                 add another check when freeing this string
13509
13510 2001-09-24 [paul]
13511
13512         * configure.in
13513                 change to version 0.6.2claws3
13514
13515         * sync with sylpheed 0.6.2cvs5 
13516
13517 2001-09-24 [match]
13518         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13519                 import LDIF files.
13520         * src/addrcache.[ch], addrindex.[ch]
13521                 small update for future
13522         * src/addrbook.c
13523                 fix test XML file.
13524
13525 2001-09-24 [melvin]
13526         * src/gtkspell.[ch]
13527                 added 'Learn from mistakes' option
13528                 better handling of quotes in checked words
13529                 sorted dict list
13530         * po/fr.po
13531                 small update for spell checking stuff
13532
13533 2001-09-23 [alfons]
13534         
13535         * src/gtkspell.c
13536                 edit a little bit so it complies more with main coding style
13537
13538 2001-09-23 [alfons]
13539
13540         * src/folder.[ch], prefs_folder_item.c, compose.c
13541                 migrate "request return receipt" folder property
13542                 to folderlist.xml
13543
13544 2001-09-22 [alfons]
13545
13546         * README.claws **NEW**
13547                 (add things of interest for users of main branch 
13548                 and claws here)
13549
13550         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13551                 re-implement threading per folder option, but store 
13552                 the setting in folderlist.xml (where it belongs)
13553
13554 2001-09-21 [melvin]
13555
13556         * src/gtkspell.[ch]
13557                 fixed bug when compose window is under another window
13558         * src/prefs_common.[ch] src/compose.c
13559                 changed 'dictionary_path' to 'dictionary' to be consistent
13560                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13561         * ac/pspell.m4 src/Makefile.am 
13562                 dropped PSPELL_PATH macro
13563         * po/fr.po
13564                 updated translations
13565
13566 2001-09-21 [christoph]
13567
13568         * src/compose.c
13569                 added border around header fields
13570                 keep header type when new field is added
13571
13572 2001-09-20 [christoph]
13573
13574         * src/utils.[ch]
13575                 more portable debug_print with source filename
13576                 and linenumber
13577         * src/procmsg.c
13578                 more newlines after debug messages
13579
13580 2001-09-20 [paul]
13581
13582         * configure.in
13583                 change to version 0.6.2claws2
13584
13585         * sync with sylpheed 0.6.2cvs3
13586
13587 2001-09-19 [melvin]
13588
13589         * src/gtkspell.c
13590                 fixed the post-right-click focus pb
13591                 fixed crash when 'Spell check all' after dict change 
13592                         and when cursor is at the end of the text
13593                 shift-right-click pops up config menu even on misspelled words.
13594         * po/POTFILES.in
13595                 added gtkspell.c
13596
13597 2001-09-19 [melvin]
13598
13599         * src/about.c
13600                 added pspell to compiled-in features list
13601
13602 2001-09-18 [melvin]
13603
13604         * switched to pspell and dropped ispell
13605         * ac/pspell.m4
13606                 new file. autoconf macro for pspell
13607         * ac/Makefile.am 
13608         * configure.in acconfig.h
13609                 added pspell support
13610         * src/Makefile.am
13611         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13612         * src/prefs_common.[ch] 
13613                 added pspell support
13614
13615 2001-09-18 [christoph]
13616
13617         * src/addr_compl.c
13618         * src/template.[ch]
13619                 replace LOG_MESSAGE with debug_print
13620         * src/compose.[ch]
13621                 gui improvements
13622         * src/menu.c
13623                 added newline after debug message
13624         * src/utils.h
13625                 using __VA_ARGS__ for debug_print macro
13626         * tools/.cvsignore
13627                 ignore Makefile and Makefile.in
13628
13629 2001-09-18 [paul]
13630
13631         * configure.in
13632                 change to version 0.6.2claws1
13633         * sync with sylpheed 0.6.2cvs1
13634
13635         * src/matcher.c 
13636         * src/prefs_matcher.c
13637                 add 'score equal to' option, submitted by
13638                 Paul Evans <nerd@freeuk.com>
13639
13640 2001-09-15 [christoph]
13641
13642         * src/mainwindow.c
13643                 comment out menu entry not existing in claws
13644         * src/menu.c
13645                 add debug output for non existing menu entries
13646         * src/summaryview.c
13647                 fix next/prev unread message for ignored threads
13648         * src/utils.[ch]
13649                 add sourcefile and line number to debug output
13650                 otherwise it is sometimes hard to find the
13651                 source code part if debug messages are translated
13652
13653 2001-09-14 [darko]
13654         
13655         * src/folderview.c
13656                 refresh target folder style after colour is changed
13657
13658 2001-09-13 [paul]
13659
13660         * configure.in
13661                 change to version 0.6.1claws3
13662
13663         * sync with sylpheed 0.6.1cvs6
13664
13665 2001-09-13 [darko]
13666         
13667         * src/folderview.c
13668                 fix target folder colourization to use user selected colour
13669
13670 2001-09-12 [darko]
13671         
13672         * src/summaryview.c
13673                 fix crash when message that is marked for copy/move is unmarked
13674
13675 2001-09-09 [paul]
13676
13677         * configure.in
13678                 change to version 0.6.1claws2
13679
13680         * sync with sylpheed 0.6.1cvs3
13681
13682 2001-09-09 [alfons]
13683         
13684         * src/folderview.c
13685                 fix bug with default font used for trash folder text
13686
13687 2001-09-06 [paul]
13688
13689         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13690                 updated translations
13691
13692         * configure.in
13693                 change to version 0.6.1claws1
13694
13695         * sync with sylpheed 0.6.1cvs2
13696
13697 2001-09-03 [paul]
13698
13699         * po/POTFILES.in
13700                 add Match's new addressbook
13701
13702         * po/de.po
13703                 updated translation submitted by Jens Oberender
13704
13705 2001-09-02 [paul]
13706
13707         * configure.in
13708                 change to 0.6.1claws
13709         * sync with sylpheed 0.6.1 release
13710
13711 2001-09-02 [paul]
13712
13713         * configure.in
13714                 change to 0.6.0claws2
13715
13716         * sync with sylpheed 0.6.0cvs4
13717
13718         * po/pt_BR.po
13719                 updated translation submitted by Fabio Junior Beneditto
13720
13721 2001-09-01 [match]
13722         * pixmaps/
13723                 interface.xpm
13724                 book.xpm
13725                 address.xpm
13726         * src/
13727                 Makefile.am
13728                 a ton of new files
13729
13730 2001-08-31 [paul]
13731
13732         * configure.in
13733                 change to version 0.6.0claws1
13734
13735         * sync with sylpheed 0.6.0cvs1
13736
13737         * po/es.po
13738                 updated translation submitted by Ricardo Mones Lastra
13739
13740         * po/POTFILES.in
13741                 add 'src/prefs_templates.c'
13742
13743         * src/compose.c, src/summaryview.c
13744                 fix segfault on 'Re_edit'               
13745
13746 2001-08-30 [alfons]
13747
13748         * configure.in, Makefile.am
13749         * tools/Makefile.am
13750                 add tools directory to source distribution
13751
13752 2001-08-30 [paul]
13753
13754         * configure.in
13755                 change to version 0.6.0claws
13756
13757         * sync with sylpheed 0.6.0 release
13758
13759 2001-08-30 [christoph]
13760
13761         * configure.in
13762                 removed autoconf version check
13763
13764 2001-08-30 [paul]
13765
13766         * src/account.c, src/compose.c, src/prefs_common.[ch]
13767         * src/procheader.[ch] src/utils.[ch]
13768                 Enhanced automatic account selection on replies
13769                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13770
13771         * configure.in
13772                 add LDAP and JPilot to the configuration results output.
13773
13774 2001-08-29 [christoph]
13775
13776         * src/summeryview.c
13777                 no bold font for ignored threads
13778
13779 2001-08-29 [paul]
13780
13781         * configure.in
13782                 change to version 0.5.3claws6
13783
13784         * sync with sylpheed 0.5.3cvs10
13785                 src/stringtable.[ch]: New Files
13786
13787         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13788         * src/pixmaps/sylpheed.xpm
13789                 add mini-icons to windows (by Alfons)
13790
13791 2001-08-27 [paul]
13792
13793         * src/mainwindow.c
13794                 new functions: next_labeled_cb(), prev_labeled_cb()
13795
13796         * src/summaryview.c
13797                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13798                 summary_select_next_labeled(), summary_select_prev_labeled()
13799
13800         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13801                 give claws blue folders and a blue trash can
13802
13803 2001-08-27 [paul]
13804
13805         * configure.in
13806                 change to version 0.5.3claws5
13807
13808         * sync with sylpheed 0.5.3cvs9
13809                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13810
13811 2001-08-24 [christoph]
13812
13813         * src/filesel.c
13814                 keep filename when browsing directories
13815                 (not working for user entered filename, but
13816                  for default name and selected filename from
13817                  file list)
13818         * src/mainwindow.c
13819                 fixed wrong spelling "Folllow-up"
13820         * src/mbox_folder.c
13821         * src/procmsg.c
13822         * src/summaryview.c
13823                 fixed new/unread message count with ignored
13824                 threads (2 commits, first didn't notice no
13825                 longer needed decreasing)
13826         * src/inc.c
13827                 readded scrolling of progress dialog
13828                 (lost in sync)
13829
13830 2001-08-24 [paul]
13831
13832         * configure.in
13833                 change to 0.5.3claws4
13834
13835         * sync with sylpheed 0.5.3cvs7
13836
13837 2001-08-24 [christoph]
13838
13839         * src/compose.c
13840                 set request return receipt when replying
13841                 if it is set is the folder prefs of the
13842                 message
13843         * src/inc.c
13844                 disable final error popup if popups are
13845                 disabled in config (again)
13846
13847 2001-08-23 [paul]
13848
13849         * configure.in
13850                 Change version number to 0.5.3claws3
13851
13852         * sync with sylpheed 0.5.3cvs5
13853
13854         * src/mimeview.c
13855                 double quote '%s' in 'gedit %s' to fix bug when
13856                 opening attachment with spaces in the name
13857
13858 2001-08-22 [alte]
13859         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13860           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13861                 initial message templates support
13862
13863
13864 2001-08-22 [paul]
13865
13866         * configure.in
13867                 change version number to 0.5.3claws2
13868
13869         * sync with sylpheed 0.5.3cvs4
13870
13871         * src/procmsg.h src/summaryview.c
13872                 re-implement (un)ignore thread
13873
13874 2001-08-21 [paul]
13875
13876         * src/summaryview.c
13877                 remove unnecessary code
13878         * src/compose.c
13879                 enable 'dynamic' signatures (submitted by
13880                 Eric Limpens <eric@hscg-internet.nl>)
13881
13882 2001-08-21 [paul]
13883
13884         clean up after sync with sylpheed 0.5.3 release
13885
13886         * src/folderview.c
13887                 fix re-introduced font mess, see Christoph's
13888                 entry 2001-06-24
13889
13890         * src/summaryview.c
13891                 remove prev_msgnum
13892                 use sylpheed's small font instead of
13893                 gtk default font for summary view
13894
13895
13896 2001-08-17 [paul]
13897
13898         * configure.in
13899                 add pl to ALL_LINGUAS - sync with main branch
13900
13901         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13902                 Updated. Translations by Jens Oberender, Ricardo Mones
13903                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13904
13905         * po/pl.po  ** NEW FILE **
13906                 sync with the main branch
13907
13908         * src/folderview.c
13909                 fix target folder colorizing and refresh problem
13910
13911
13912 2001-08-17 [christoph]
13913
13914         * src/mainwindow.c
13915                 claws uses 4 colors for target folder coloring.
13916                 arrays were not long enough and destroyed the
13917                 stack causing a segfault.
13918                 target folder colorizing does not work anymore
13919                 for me
13920
13921 2001-08-16 [paul]
13922
13923         * configure.in
13924                 change to version 0.5.3claws1
13925
13926         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13927           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13928           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13929
13930                 sync with sylpheed 0.5.3 release, but keep claws method of
13931                 configuring/saving fonts
13932
13933         * src/addressbook.[ch]
13934                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13935                 in line with a similar change in Hiroyuki's branch
13936
13937         * src/mainwindow.[ch]
13938                 disable main_window_set_thread_option()
13939         * src/prefs_folder_item.c
13940                 comment out &tmps_prefs.enable_thread,
13941         * src/mbox_folder.c, src/procmsg.[ch]
13942                 comment out MSG_IS_IGNORE_THREAD
13943         * src/summaryview.c
13944                 comment out summary_ignore_thread() and summary_unignore_thread()
13945                 comment out MSG_IS_IGNORE_THREAD
13946
13947                 use Hiroyuki's threading instead.
13948
13949
13950
13951 2001-08-15 [paul]
13952
13953         * src/account.c
13954                 use Hiroyuki's 0.5.3 column scheme but also
13955                 include the enable/disable button.
13956         * src/pixmaps/mark.xpm
13957                 add Hiroyuki's amended pixmap
13958
13959 2001-08-13 [christoph]
13960
13961         * src/account.c
13962                 receive at get all column showed wrong state for APOP
13963                 button should only work for POP3 and APOP accounts
13964         * src/prefs_account.c
13965                 added missing preprocessor statement for SSL
13966
13967 2001-08-12 [paul]
13968
13969         * src/account.[ch]
13970                 add 'receive at get all' column and enable/disable
13971                 button.
13972
13973 2001-08-06 [christoph]
13974
13975         * src/account.c
13976                 show usage of SSL in protocol column
13977
13978         * src/imap.c
13979         * src/inc.c
13980                 renamed ssl options
13981
13982         * src/prefs_account.[ch]
13983                 moved ssl options to a new page
13984
13985         * src/send.c
13986         * src/smtp.c
13987         * src/ssl.[ch]
13988                 renamed ssl options
13989                 added support for SMTP STARTTLS command
13990
13991 2001-08-05 [christoph]
13992
13993         * configure.in
13994                 debian autoconf needs version check to find
13995                 correct autoconf version. if the file is
13996                 named configure.in 2.13 is used, which does
13997                 not work with this configure.in script.
13998                 other solution would be to rename the script
13999                 to configure.ac as suggested in the autoconf
14000                 manual.
14001
14002         * src/inc.c
14003                 disable final error popup if popups are
14004                 diabled in config
14005
14006         * src/socket.c
14007                 bugfix in ssl_gets
14008                 fixes IMAP over SSL problem
14009
14010 2001-08-03 [paul]
14011
14012         * configure.in
14013                 change to 0.5.2claws1
14014
14015         * sync with sylpheed 0.5.2cvs1
14016
14017 2001-08-02 [alfons]
14018
14019         * configure.in
14020                 quick fix for ispell detection...
14021
14022 2001-08-01 [paul]
14023
14024         * configure.in
14025                 change to 0.5.1claws4
14026
14027         * sync with sylpheed 0.5.1cvs7
14028
14029 2001-07-31 [alfons]
14030
14031         * src/prefs_common.c, src/prefs_common.h, 
14032           src/gtkspell.c, src/gtkspell.h
14033                 add global spelling checker settings (compose tab) +
14034                 selection of dictionary 
14035           
14036         * configure.in  
14037                 guess valid ispell location
14038
14039 2001-07-31 [paul]
14040
14041         * po/POTFILES.in
14042                 removal of 'src/quote_fmt_parse.c'
14043         * po/de.po
14044                 Updated de.po
14045                 (submitted by Jens Oberender <didge@suse.de>)
14046
14047 2001-07-31 [darko]
14048
14049         * src/folder.[ch]
14050         * src/folderview.[ch]
14051         * src/mainwindow.c
14052         * src/mh.c
14053         * src/prefs_common.[ch]
14054         * src/summaryview.c
14055                 target folder colourization
14056
14057 2001-07-30 [paul]
14058
14059         more sync with Sylpheed 0.5.1cvs6 
14060
14061 2001-07-30 [darko]
14062
14063         * src/mh.c
14064         * src/prefs_folder_item.[hc]
14065         * src/summaryview.c
14066                 shared folders support with a GUI
14067
14068 2001-07-29 [paul]
14069
14070         0.5.1claws3
14071
14072         * sync with Sylpheed 0.5.1cvs6
14073
14074 2001-07-29 [paul]
14075
14076         * po/pt_BR.po
14077                 updated
14078                 (submitted by Fabio Junior Beneditto)
14079
14080 2001-07-28 [paul]
14081
14082         * src/procmime.c
14083         * AUTHORS
14084                 patch to correct bad image mime headers
14085                 (submitted by Don Quijote <dq@searchlores.org>)
14086
14087 2001-07-28 [paul]
14088
14089         * tools/gif2xface.pl   **NEW FILE**
14090         * tools/README
14091                 script to convert file.gif to file.xface for
14092                 use in a custom header.
14093                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14094
14095 2001-07-27 [alfons]
14096         
14097         * configure.in
14098                 change macros for detecting JPilot and LDAP
14099
14100 2001-07-27 [christoph]
14101
14102         * src/filtering.c
14103                 code cleanup (MIN / MAX warning, needed casting)
14104
14105 2001-07-27 [alfons]
14106
14107         * procheader.c
14108                 disallow setting flags when detecting certain headers
14109                 (X-Status, Status, Seen, X-Seen). 
14110         
14111         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14112
14113 2001-07-27 [christoph]
14114
14115         * src/prefs_filter.c
14116         * src/prefs_filtering.c
14117         * src/prefs_matcher.c
14118         * src/prefs_scoring.c
14119                 scroll list when moving rows up or down
14120
14121         * src/imap.c
14122         * src/imap.h
14123         * src/prefs_account.c
14124         * src/prefs_account.h
14125         * src/send.c
14126                 SMTP over SSL (untested, feedback requested)
14127                 IMAP over SSL
14128
14129         * src/ssl.c
14130                 code cleanup
14131
14132 2001-07-26 [alfons]
14133         
14134         * configure.in, acconfig.h
14135                 define CLAWS (need this for main / claws detection)
14136
14137 2001-07-25 [alfons]
14138
14139         * configure.in
14140                 Sylpheed 0.5.1claws2
14141                 
14142         * sync with Sylpheed 0.5.1cvs4
14143
14144 2001-07-25 [christoph]
14145
14146         * src/scoring.c
14147                 fixed segfault
14148                 item->prefs == NULL (don't know why)
14149
14150 2001-07-25 [alfons]
14151
14152         * configure.in
14153                 Sylpheed 0.5.1claws1
14154
14155         * sync with Sylpheed 0.5.1cvs1-3
14156
14157 2001-07-24 [christoph]
14158
14159         * src/folderview.c
14160         * src/prefs_folder_item.[ch]
14161                 added folderitem preferences dialog with
14162                 default To: and auto request return receipt
14163
14164         * src/compose.[ch]
14165         * src/menu.[ch]
14166                 changes to handle new folderitem preferences
14167
14168         * src/mainwindow.c
14169         * src/summaryview.c
14170                 call compose new mail with current folderitem
14171
14172 2001-07-24 [alfons]
14173
14174         Release Sylpheed 0.5.1claws
14175
14176         * configure.in
14177                 change to release version 0.5.1claws
14178
14179 2001-07-24 [christoph]
14180
14181         * src/summaryview.c
14182                 fixed segfault that happend when the selected
14183                 message was removed while retrieving new messages.
14184
14185         * po/es.po
14186                 updated translation
14187                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14188
14189 2001-07-22 [alfons]
14190
14191         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14192         this is a work in progress, for more information: http://nlpagan.net/sylman 
14193         
14194         * configure.in, src/mainwindow.c, manual/Makefile.am
14195                 add support for English manual
14196
14197         * AUTHORS
14198                 add authors of user manuals
14199
14200         * manual/en/sylpheed*.html
14201                 add English documentation
14202
14203 2001-07-22 [christoph]
14204
14205         * po/POTFILES.in
14206                 added src/ssl.c
14207         * src/ssl.c
14208                 changed a wrong debug message
14209
14210 2001-07-22 [alfons]
14211
14212         * po/nl.po
14213                 update Dutch translation
14214
14215         * src/prefs_filtering.c, 
14216           src/prefs_matcher.c
14217                 add more translatable strings           
14218
14219 2001-07-21 [alfons]
14220
14221         0.5.0claws7
14222
14223         * configure.in
14224                 change version
14225
14226         * src/inc.c, src/summaryview.[ch]
14227                 prevent update of mark file when filtering has done, by
14228                 using a variable; this affects two functions:
14229                         inc.c::inc_finished()
14230                         summaryview.c::summary_show()
14231
14232 2001-07-20 [alfons]
14233
14234         * src/filtering.[ch], src/prefs_filtering.c, 
14235           src/matcher.[ch]
14236                 add filtering action for label coloring 
14237
14238         * po/POTFILES.in
14239                 add labelcolors.c
14240
14241         * added src/labelcolors.c
14242         * added src/labelcolors.h
14243         * src/Makefile.am, src/summaryview.c
14244                 rearrange label coloring code
14245
14246         * src/procmsg.h
14247                 add more parentheses so label colouring works correctly
14248
14249         * src/filtering.c
14250                 don't really delete message, but move it to Trash
14251
14252         * src/prefs_matcher.c
14253                 add quote options to info dialog
14254
14255 2001-07-20 [christoph]
14256
14257         * src/Makefile.am
14258         * src/inc.c
14259         * src/main.[ch]
14260         * src/socket.h
14261         * src/ssl.[ch] (new)
14262                 moved ssl stuff to a seperate file
14263
14264 2001-07-20 [darko]
14265
14266         * src/summaryview.c
14267                 fix show sender using address book with no e-mail
14268                 address in From: field
14269
14270 2001-07-19 [alfons]
14271
14272         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14273                 fix messy handling of escaping... now at least the
14274                 execute command is useful. escape char is '\', we
14275                 accept \n and \r too. 
14276
14277                 Real life example:
14278                 
14279                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14280                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14281
14282 2001-07-18 [alfons]
14283
14284         0.5.0claws6
14285
14286         * src/summaryview.c
14287                 clean up
14288
14289         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14290           src/procmsg.[ch]
14291                 revise filtering; currently move, copy, marking have
14292                 been tested. if you like bleeding edge stuff, you
14293                 should definitely go for this version :)
14294
14295         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14296
14297 2001-07-17 [christoph]
14298
14299         * src/utils.c
14300                 timestamp log
14301
14302 2001-07-17 [alfons]
14303
14304         0.5.0claws5
14305
14306         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14307           bits in the mark file, without affecting either branch. Lots of
14308           files changed, also in claws branch.
14309
14310           UNTESTED: use of mbox folders
14311
14312         * src/summaryview.c
14313                 added mark all read; however this was a quick hack used for
14314                 cleaning up mess after initial merge with Hiroyuki
14315
14316         * configure.in
14317                 change claws version number back to 0.5.0claws5 to clear up 
14318                 confusion & pretension (recent release was technically 
14319                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14320
14321 2001-07-16 [alfons]
14322
14323         sync with Hiroyuki's 0.5.0cvs4
14324
14325 2001-07-16 [alfons]
14326
14327         0.5.1claws3
14328
14329         * src/filtering.[ch]
14330                 remove invalid updating of mark files for 
14331                 filter actions MATCHING_ACTION_MOVE and 
14332                 MATCHING_ACTION_DELETE; this should fix the
14333                 folder update bug
14334                 
14335         * src/procmsg.c
14336                 revert Christoph's stab at fixing the folder 
14337                 update bug
14338
14339         * po/POTFILES.in
14340                 add missing files with translatable strings
14341
14342         * src/summaryview.c
14343                 remove debug print
14344
14345 2001-07-15 [alfons]
14346
14347         * src/addr_compl.[ch], src/prefs_filtering.c
14348                 make "filtering pref dialog's destination entry" an
14349                 "address completable entry", if filter destination is 
14350                 an email address
14351
14352         0.5.1claws2
14353         
14354         sync with Hiroyuki's 0.5.0cvs2-3
14355
14356 2001-07-15 [christoph]
14357
14358         * src/procmsg.c
14359                 fixed folder stats update after incorporation
14360
14361 2001-07-15 [alfons]
14362
14363         * src/summaryview.c
14364                 * finish label colouring stuff (for now)
14365                 * fix incorrect colour bug (off by one) 
14366
14367 2001-07-14 [alfons]
14368
14369         * src/mainwindow.c
14370                 change text labels for news and mail message so there's
14371                 plenty of toolbar estate left
14372
14373         * configure.in
14374                 0.5.1claws1
14375
14376         * src/folderview.c
14377           src/folder.[ch]
14378                 sync with Hiroyuki's 0.5.0cvs1
14379
14380         * src/summaryview.c
14381                 more rewrite label colouring
14382
14383 2001-07-14 [alfons]
14384
14385         * src/summaryview.[ch]
14386                 * start rewrite label colouring 
14387                 * fix proper location "Add Sender To Addressbook" menu item
14388
14389 2001-07-13
14390
14391         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14392         (actually this is 0.5.0claws4)
14393
14394 2001-07-13 [alfons]
14395
14396         * po/pt_BR.po
14397                 * fix duplicate message
14398                 * add updated Portugese / Brazilian translation
14399                   submitted by Fabio Junior Beneditto
14400
14401 2001-07-12 [alfons]
14402
14403         * AUTHORS
14404                 add Jens
14405
14406         * po/nl.po
14407                 add updated Dutch translation
14408
14409         * po/de.po
14410                 add updated German translation submitted by Jens
14411
14412 2001-07-11 [alfons]
14413
14414         Prerelease before 0.5.0claws. Please test.
14415         This version is temporarily tagged as VERSION_0_5_0_TEST
14416
14417         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14418           src/prefs_scoring.c, src/prefs_matcher.c, 
14419           src/prefs_filtering.c, src/mbox.c, 
14420           src/main.c, src/inc.c, src/filtering.[ch]
14421                 revert new Hoa's new matcher (does not work yet)
14422
14423         * src/Makefile.am
14424                 clean up
14425
14426 2001-07-10
14427
14428         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14429
14430
14431 2001-07-10 [alfons]
14432
14433         * Makefile.am
14434                 add ChangeLog.claws to EXTRA_DIST
14435         * src/Makefile.am
14436                 add matcher_parser_parse.h to EXTRA_DIST
14437
14438 2001-07-10 [christoph]
14439
14440         * src/inc.c
14441                 add destination folder to table of
14442                 folders that need to be updated after
14443                 incorporation
14444
14445 2001-07-10 [alfons]
14446
14447         * folder.[ch]
14448           folderview.c
14449                 make collapse state of folders and folder items persistent, i.e.
14450                 if you collapse a folder tree, the next time sylpheed-claws starts 
14451                 up the folder tree remains collapsed.  
14452                 
14453 2001-07-10 [christoph]
14454
14455         * acconfig.h
14456         * configure.in
14457                 added --enable-ssl
14458         * src/md5.[ch]
14459                 renamed MD5_CTX to MD5_CTX_syl
14460                 conflicts with a struct in openssl
14461         * src/inc.c
14462         * src/main.[ch]
14463         * src/prefs_account.[ch]
14464         * src/socket.[ch]
14465                 SSL support for POP
14466         * src/mainwindow.c
14467                 fixed compose with current account
14468                 broken by new compose button stuff
14469
14470 2001-07-09 [hoa]
14471
14472         * AUTHORS
14473                 changed my email address
14474
14475         * src/matcher_parser_parse.y
14476                 clean the parser to remove conflicts
14477
14478 2001-07-09 [alfons]
14479
14480         * AUTHORS
14481                 add Match Grun
14482
14483         * configure.in
14484                 fix incorrect description of --enable-ldap parameter
14485
14486         * src/prefs_common.[ch]
14487           src/compose.c
14488                 add experimental option "smart wrapping" which makes the
14489                 compose editor auto wrap.
14490                 
14491                 | TODO: the problem with the buggy cursor handling is caused |
14492                 | by the GtkText. when deleting / backspacing text its       |
14493                 | wrapping algorithm does not take in account the previous   |
14494                 | line. should find a way to hack this in.                   |
14495                 | or should perhaps combine this with the word wrapping      |
14496                 | patch i wrote in january.                                  |
14497
14498         * src/about.c
14499                 show build parameters for LDAP and JPilot
14500
14501         * src/summaryview.c
14502                 revert Christoph's bugfix for selecting next unread message, 
14503                 because folder stats aren't updated correctly
14504
14505 2001-07-08 [hoa]
14506
14507         * src/filtering.c
14508         * src/mainwindow.c
14509         * src/matcher.c
14510         * src/matcher_parser_lex.l
14511         * src/matcher_parser_parse.y
14512         * src/prefs_filtering.c
14513         * src/prefs_scoring.c
14514         * src/scoring.c
14515                 bugfix of the config file parser
14516
14517 2001-07-08 [alfons]
14518
14519         * src/Makefile.am
14520                 added generated matcher sources to BUILT_SOURCES
14521
14522 2001-07-08 [hoa]
14523
14524         * src/Makefile.am
14525         * src/.cvsignore
14526                 added new config file parser
14527
14528         * src/scoring.[ch]
14529         * src/filtering.[ch]
14530         * src/matcher.[ch]
14531         * src/prefs_filtering.c
14532         * src/prefs_matcher.c
14533         * src/prefs_scoring.c
14534         * added src/matcher_parser.h
14535         * added src/matcher_parser_lex.h
14536         * added src/matcher_parser_lex.l
14537         * added src/matcher_parser_parse.y
14538                 lex & yacc config file parser
14539
14540         * src/mbox.c
14541         * src/inc.c
14542         * src/main.c
14543                 changes prefs_filtering into global_filtering           
14544
14545         * src/summaryview.c
14546                 build threads with subjects only if "Re: " is at the
14547                 beginning of the subject
14548
14549 2001-07-07 [paul]
14550
14551         0.5.0claws
14552
14553         sync with sylpheed 0.5.0
14554                 change of version number only
14555
14556 2001-07-06 [paul]
14557
14558         0.5.0claws5
14559
14560         sync with sylpheed 0.5.0pre5
14561
14562 2001-07-05 [paul]
14563
14564         sync with sylpheed 0.5.0pre4 release
14565                 /po and /manual/ja not sync'ed
14566
14567 2001-07-04 [paul]
14568
14569         more sync with sylpheed 0.5.0pre4
14570
14571 2001-07-03 [christoph]
14572
14573         * src/addressbook.c
14574                 fixed address book broken by address book
14575                 for VCard, JPilot, LDAP
14576
14577 2001-07-03 [alfons]
14578
14579         * src/matcher.c
14580         * src/textview.c
14581                 stopped memory leaks
14582
14583 2001-07-03 [paul]
14584
14585         more sync with sylpheed 0.5.0pre4
14586
14587 2001-07-02 [match]
14588
14589         * included address book patch for VCard, JPilot, LDAP
14590         * pref_common.c - fixed Font options on Display tab (cosmetic)
14591         * alertpanel.c - fixed truncated message
14592
14593 2001-07-02 [christoph]
14594
14595         * src/mbox_folder.c
14596         * src/procmsg.[ch]
14597         * src/summaryview.c
14598                 mark threads for ignoring
14599
14600 2001-07-02 [paul]
14601
14602         0.5.0claws4
14603
14604         * sync with sylpheed 0.5.0pre4
14605                 updated gettext to 0.10.38.
14606
14607 2001-07-01 [paul]
14608
14609         * src/ mainwindow.c
14610         * src/procmsg.h
14611         * src/summaryview.[ch]
14612                 new right-click option: Label.
14613                 substitute for 'Mark-->Mark/Unmark', colours the line.
14614                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14615
14616 2001-07-01 [christoph]
14617
14618         * src/folderview.c
14619                 fixed font for trash
14620         * src/summaryview.c
14621                 move ctree to unread message
14622
14623 2001-07-01 [paul]
14624
14625         * sync with sylpheed 0.5.0pre3 release
14626
14627 2001-06-30 [alfons]
14628
14629         * src/filesel.[ch]
14630         * src/compose.c
14631                 allow inserting / attaching multiple files in
14632                 the composer window
14633
14634 2001-06-30 [paul]
14635
14636         * src/codeconv.c
14637                 small change to Alfons' previous stuff so that it
14638                 actually makes
14639
14640 2001-06-30 [alfons]
14641
14642         * lots of files changed; first attempt to merge the changes
14643           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14644
14645 2001-06-30 [paul]
14646
14647         * po/pt_BR.po
14648                 updated and completed, translations by Fabio
14649                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14650
14651 2001-06-29 [alfons]
14652
14653         * src/compose.c
14654         * src/mimeproc.[ch]
14655                 allow selecting an attached files' mime type from a 
14656                 list of types.
14657
14658 2001-06-29 [paul]
14659
14660         * more sync with sylpheed 0.5.0pre3
14661
14662 2001-06-29 [paul]
14663
14664         * po/pt_BR.po
14665                 merge with sylpheed.pot and pt_BR.po provided by
14666                 Fabio Junior Beneditto.
14667
14668 2001-06-29 [darko]
14669
14670         * src/procmime.c
14671                 make MIME types case insensitive
14672
14673 2001-06-28 [alfons]
14674
14675         * po/nl.po
14676                 merge with sylpheed.pot and old nl.po; translations added.
14677
14678 2001-06-28 [paul]
14679
14680         * more sync with sylpheed 0.5.0pre3
14681
14682 2001-06-27 [alfons]
14683
14684         * src/summaryview.c
14685                 don't crash when removing parent node of messages
14686                 attracted by subject. this was caused by not deleting
14687                 the parent node from the subject line hash table.
14688
14689 2001-06-27 [alfons]
14690
14691         * src/summaryview.c
14692         * src/compose.[ch]
14693         * src/mainwindow.c
14694                 if there are multiple messages selected, allow forwarding
14695                 them as attachments.
14696
14697 2001-06-27 [paul]
14698
14699         * more sync with sylpheed 0.5.0pre3
14700
14701 2001-06-26 [paul]
14702
14703         0.5.0claws3
14704
14705         * sync with sylpheed 0.5.0pre3
14706
14707 2001-06-25 [paul]
14708
14709         * src/mainwindow.c
14710                 fixed 'compose news article' bug
14711                 from icon-and-text toolbar
14712
14713 2001-06-25 [paul]
14714
14715         * sync with sylpheed 0.5.0pre2 release
14716
14717 2001-06-24 [christoph]
14718
14719         * src/prefs_common.c
14720                 bug fix in font selection
14721         * src/folderview.c
14722                 use sylpheed's normal font instead of
14723                 gtk default font for folders without
14724                 new messages
14725
14726 2001-06-24 [alfons]
14727
14728         * src/mainwindow.[ch]
14729                 added composite compose mail / news button (an idea by Leandro
14730                 Pereira <leandro@linuxmag.com.br>)
14731
14732 2001-06-24 [paul]
14733
14734         Added instructions for ldif-to-xml.py
14735
14736         * tools/README
14737
14738 2001-06-23 [alfons]
14739
14740         Some minor things.
14741
14742         * src/pixmaps/stock_news_compose.xpm
14743                 added pixmap by Leandro
14744         * src/prefs_common.c
14745                 tested built-in spelling checker of GCC 3.0 :)
14746         * po/nl.po
14747                 merged dutch translation of sylpheed-main with
14748                 sylpheed.pot
14749
14750 2001-06-23 [paul]
14751
14752         Added tools directory and files.
14753
14754         * tools/filter_conv.pl
14755                 converts old filter system to new filtering system
14756         * tools/ldif-to-xml.py
14757                 converts netscape addressbook to sylpheed addressbook
14758         * tools/README
14759                 descriptions/instructions for above two files
14760
14761 2001-06-23 [christoph]
14762
14763         * src/inc.c
14764         * src/manage_window.[ch]
14765         * src/prefs_common.[ch]
14766                 mail retrieval dialog can be enabled, disabled
14767                 or hidden if non of sylpheed's windows is active
14768
14769 2001-06-22 [paul]
14770
14771         0.5.0claws2
14772
14773         * sync with sylpheed 0.5.0pre2
14774
14775 2001-06-21 [christoph]
14776
14777         * src/summaryview.c
14778                 show recipient on 'from' for all accounts
14779                 
14780         * src/inc.c
14781         * src/prefs_common.[ch]
14782                 disable error popup on mail receive errors
14783
14784 2001-06-21 [alfons]
14785
14786         * src/compose.c
14787                 made the ruler correctly appear and disappear.
14788
14789         * src/Makefile.am
14790                 removed Hoa's work-in-progress-stuff (interesting!) so 
14791                 claws compiles ok.
14792
14793 2001-06-20 [christoph]
14794
14795         * src/inc.c
14796         * src/progressdialog.c
14797                 added scrolled window for list in progressdialog
14798
14799 2001-06-20 [paul]
14800
14801         sync with sylpheed 0.5.0pre1 release
14802
14803 2001-06-20 [christoph]
14804
14805         * src/summeryview.c
14806                 make building threads by subject work when
14807                 thread view is enabled
14808                 
14809         * src/compose.c
14810         * src/prefs_common.[ch]
14811                 automatically select account for mail replys
14812
14813 2001-06-19 [sergey]
14814
14815         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14816         they are filled in from the account settings.
14817
14818 2001-06-19 [paul]
14819
14820         * more sync with sylpheed 0.5.0pre1
14821
14822 2001-06-18 [alfons]
14823
14824         * src/Makefile.am,
14825           src/procmime.c
14826                 added --sysconfdir to CPPFLAGS for pointing to the correct
14827                 location of mime.types. 
14828
14829                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14830                 or ./configure!
14831
14832 2001-06-18 [hoa]
14833
14834         * src/summaryview.c
14835                 fixed some bug when building threads
14836
14837 2001-06-18 [pau]l
14838
14839         * src/prefs_account.c
14840                 UI stuff: More changes to the English
14841
14842 2001-06-18 [paul]
14843
14844         * src/pixmaps/stock_news_compose.xpm: new file
14845         * src/Makefile.am
14846         * src/mainwindow.c
14847         * src/summaryview.c
14848                 Added new icon for Hoa's 'compose a news
14849                 message', plus minor improvements to the
14850                 English
14851
14852         * po/ja.po
14853         * ChangeLog
14854         * ChangeLog.jp
14855                 more sync with sylpheed 0.5.0pre1
14856
14857 2001-06-18 [hoa]
14858
14859         * src/compose.[ch]
14860         * src/mainwindow.c
14861                 Follow-up and reply to
14862
14863         * src/summaryview.[ch]
14864                 Build threads also with subjects
14865
14866 2001-06-17 [hoa]
14867
14868         * src/compose.c
14869                 forwarding use the current account.
14870
14871         * src/mainwindow.c
14872                 the "compose message" button has been replaced with
14873                 "new mail" and "new news" buttons
14874
14875         * src/prefs_common.[ch]
14876                 added a configuration option to use the forward button
14877                 as "forward as attachment"
14878                 changed reply and forward format description
14879
14880         * src/quote_fmt_lex.l
14881         * src/quote_fmt_parse.y
14882                 added message with no signature in format for reply
14883                 and forward.
14884
14885 2001-06-17 [paul]
14886
14887         Minor UI stuff
14888
14889         * src/mainwindow.c
14890         * src/summaryview.c
14891                 Improvements to the English
14892
14893         * src/prefs_common.c
14894                 Improvements to the English and some
14895                 clarity/continuity improvements in the
14896                 description of Quote symbols.
14897
14898 2001-06-17 [paul]
14899
14900         0.5.0claws1
14901
14902         * sync with sylpheed 0.5.0pre1
14903
14904 2001-06-17 [hoa]
14905
14906         * src/compose.c
14907                 Better interface for compose, displayed fields
14908                 are updated whenever we change account.
14909                 Newsgroups field is automatically filled.
14910
14911         * src/mainwindow.c
14912                 Newsgroups field is automatically filled.
14913
14914         * src/prefs_account.c
14915                 Some interface stuff when fields appear and
14916                 disappear.
14917
14918 2001-06-16 [paul]
14919
14920         0.4.99claws
14921
14922         * sync with sylpheed 0.4.99
14923
14924 2001-06-16 [sergey]
14925
14926         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14927         base64_decoder_free, base64_decoder_decode): new object and
14928         functions for decoding base64 streams.
14929         * src/procmime.c (procmime_decode_content): modified to use the
14930         new base64 decoder.
14931
14932 2001-06-15 [paul]
14933
14934         0.4.99claws10
14935
14936         * sync with sylpheed 0.4.99cvs11
14937
14938 2001-06-13 [paul]
14939
14940         0.4.99claws9
14941
14942         * sync with sylpheed 0.4.99cvs9
14943
14944 2001-06-13 [hoa]
14945
14946         * src/compose.c
14947         * src/prefs_account.c
14948
14949                 SMTP server can be defined in the news account
14950                 mime type of attachment are kept.
14951
14952         * src/summaryview.c
14953
14954                 now choose the highest important score between default
14955                 and important score of folder.
14956
14957 2001-06-09 [alfons]
14958         
14959         * src/prefs_common.c: 
14960
14961                 (prefs_quote_description_create): corrected description of 
14962                 quote format characters
14963
14964 2001-06-09 [paul]
14965
14966         0.4.99claws8
14967
14968         * sync with sylpheed 0.4.99cvs8
14969
14970 2001-06-08 [sergey]
14971
14972         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14973         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14974
14975 2001-06-08 [paul]
14976
14977         0.4.99claws7
14978
14979         * sync with sylpheed 0.4.99cvs7
14980
14981 2001-06-06 [sergey]
14982
14983         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14984         clashes with autogenerated header).
14985         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14986         * src/Makefile.am: added quote_fmt.h.
14987         * src/.cvsignore: added lex/yacc autogenerated files
14988         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14989
14990 2001-06-06 [paul]
14991
14992         0.4.99claws6
14993
14994         * sync with sylpheed 0.4.99cvs6
14995
14996 2001-06-06 [hoa]
14997
14998         * added src/quote_fmt_parse.h
14999         * src/compose.c
15000                 removed warnings
15001
15002         * src/prefs.[ch]
15003                 don't modify readonly configuration files
15004
15005         * src/prefs_account.c
15006         * src/prefs_common.c
15007         * src/prefs_customheader.c
15008         * src/prefs_display_header.c
15009         * src/prefs_filter.c
15010         * src/prefs_filtering.c
15011         * src/prefs_scoring.c
15012                 don't open dialog box when configuration files
15013                 are readonly
15014
15015 2001-06-05 [sergey]
15016
15017         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15018
15019         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15020         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15021         BUILT_SOURCES to make all files rebuild properly.
15022
15023         * src/compose.c: removed #include "quote_fmt.tab.h".
15024
15025         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15026         CHARACTER value in yylval.
15027
15028         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15029         receive CHARACTER value by documented means (yylval).
15030
15031         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15032
15033 2001-06-05 [hoa]
15034
15035         * src/Makefile.am
15036                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15037
15038         * src/filtering.c
15039         * src/matcher.c
15040         * src/matcher.h
15041         * src/prefs_filtering.c
15042                 now keep the configuration for execute action
15043
15044         * src/mbox_folder.c
15045                 fixed a warning
15046
15047 2001-06-05 [paul]
15048
15049         * sync with sylpheed 0.4.99cvs5
15050
15051 2001-06-05 [hoa]
15052
15053         * src/Makefile.am
15054                 added quote_fmt.[ch]
15055
15056         * added src/quote_fmt.y
15057         * added src/quote_fmt.l
15058         * added src/quote_fmt.tab.h
15059         * added src/quote_fmt.tab.c
15060         * added src/lex.quote_fmt.c
15061                 parsing configuration for replying
15062                 and forwarding
15063
15064         * src/prefs_common.[ch]
15065                 added configuration UI for replying
15066                 and forwarding
15067
15068         * src/compose.c
15069                 using configuration for replying
15070                 and forwarding
15071
15072 2001-06-04 [hoa]
15073
15074         * src/filtering.c
15075         * src/matcher.c
15076         * src/matcher.h
15077         * src/prefs_filtering.c
15078         * src/prefs_matcher.c
15079         * src/prefs_matcher.h
15080                 action "run a command" for filtering
15081                 and matching with a command.
15082                 fixed the "whole message" matching
15083
15084         * src/mbox_folder.c
15085                 changed temporary filename for security
15086
15087         * src/messageview.c
15088                 queue the notification if it fails to send.
15089
15090         * src/prefs_common.c
15091         * src/prefs_folder_item.c
15092                 changed the default important score             
15093
15094         * src/prefs_scoring.c
15095         * src/scoring.c
15096                 hide kill score input when the folder is not
15097                 a newsgroup
15098
15099 2001-06-03 [alfons]
15100
15101         * src/prefs_common.c:
15102
15103                 (prefs_font_select): pass font name in font entry box to font
15104                 selection dialog.
15105
15106 2001-06-03 [sergey]
15107
15108         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15109
15110 2001-06-03 [paul]
15111
15112         * sync with sylpheed 0.4.99cvs4
15113
15114 2001-06-03 [alfons]
15115
15116         * src/headerwindow.c:
15117
15118                 (headerwindow_show_cb): use the selected summary view item, not
15119                 the displayed item.
15120
15121 2001-06-02 [alfons]
15122
15123         * src/headerwindow.c:
15124
15125                 (headerwindow_show_cb): always try to show msginfo
15126
15127 2001-06-02 [hoa]
15128
15129         * src/compose.c
15130                 keep attached parts when reediting or forwarding.
15131
15132 2001-06-01 [hoa]
15133
15134         * src/folderview.c
15135         * src/prefs_folder_item.[ch]
15136         * src/prefs_scoring.[ch]
15137         * src/scoring.[ch]
15138         * src/summaryview.[ch]
15139         * src/main.c
15140         * src/mainwindow.c
15141         * src/prefs_common.[ch]
15142                 support for folder scoring
15143                 kill score and important score for messages
15144         
15145         * src/prefs_account.c
15146                 some display bug fixed for local account
15147                 preferences
15148
15149 2001-05-31 [alfons]
15150
15151         * src/summaryview.c:
15152
15153                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15154                 sender to address book menu item is disabled.
15155
15156 2001-05-30 [hoa]
15157
15158         * src/filtering.[ch]
15159         * src/summaryview.c
15160                 handling summary menu / filter messages
15161
15162         * src/folder.[ch]
15163                 add some stuff
15164
15165         * src/foldersel.c
15166                 imap folders now appears in list
15167
15168         * src/mbox_folder.c
15169                 doesn't crash if destination mail is not writeable
15170
15171 2001-05-29 [hoa]
15172
15173         * src/compose.c
15174                 removed some warnings
15175
15176         * src/filtering.c
15177         * src/folder.[ch]
15178         * src/prefs_filtering.c
15179                 global string to identify any folders           
15180                 removed some debug info
15181                 filtering to mbox folders is now possible
15182
15183         * src/mainwindow.c
15184                 removed some warnings
15185
15186         * src/mbox_folder.c
15187                 permission on files are changed to read/write for user only,
15188                 nothing for other.
15189                 creation of subfolder is handled better.
15190
15191 2001-05-28 [alfons]
15192
15193         Verified the sync for src/prefs_common.[ch] and
15194         src/prefs_account.[ch]. I believe there were some
15195         minor indentation differences.
15196
15197 2001-05-28 [paul]
15198
15199         0.4.99claws3
15200
15201         * sync with 0.4.99cvs3
15202
15203 2001-05-28 [hoa]
15204
15205         * src/compose.c
15206                 handling flags for mbox format
15207
15208         * src/filtering.c
15209                 use of mark file only for MH format
15210                 handling flags for mbox format
15211                 filtering cannot yet move or copy mails to mbox folders.
15212
15213         * src/folder.[ch]
15214                 changed move_msg, copy_msg,
15215                 move_msgs_with_dest, copy_msgs_with_dest functions
15216                 uses only folder->copy_msg() function
15217                 uses folder->finished_copy() to handle the destination
15218                 folder at the end of the copy or move operation.
15219
15220         * src/foldersel.c
15221                 included mbox directories.
15222
15223         * src/folderview.[ch]
15224         * src/mainwindow.c
15225                 handle folders operation for mbox format
15226
15227         * src/mbox.c
15228                 disable conversion of "From " header
15229
15230         * src/mbox_folder.[ch]
15231                 completion of mbox format handling
15232
15233         * src/mh.c
15234                 changed mh_copy_msg() function and
15235                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15236                 mh_copy_msgs_with_dest()
15237
15238         * src/prefs_filtering.c
15239                 removed some warnings
15240
15241         * src/prefs_matcher.c
15242                 default boolean operation is AND
15243
15244         * src/procheader.c
15245                 handling flags for mbox format
15246                 handling of "From " header
15247
15248         * src/procmsg.[ch]
15249                 removed data field
15250                 added MSG_REALLY_DELETED flags to handle deletion of
15251                 messages in mbox format.
15252
15253         * src/summaryview.c
15254                 handling flags for mbox format
15255                 disable the MSG_DELETED flags when messages
15256                 are deleted in mbox format
15257
15258         * src/textview.c
15259                 "From " headers display fixed.
15260
15261 2001-05-27 [alfons]
15262
15263         * src/textview.c:
15264                 
15265                 (get_email_part): skip quoted email addresses, like in e.g.
15266                 "'alfons@proteus.demon.nl'".
15267
15268 2001-05-26 [alfons]
15269
15270         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15271         and fixing the persistence troubles when using separate windows.
15272
15273         * src/mainwindow.c:
15274         
15275             Added #define SEPARATE_ACTION used in the gtk item factory for 
15276             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15277                 use gtk_item_factory_get_widget_by_action() to get the items.
15278                 
15279             Removed separate_widget_cb from the gtk item factory data   
15280           
15281             (mainwindow_create): connect separate_widget_cb() to check
15282             menu item "toggled" signal. also passing a MainWindow pointer
15283                 as object data for both check menu items.
15284                 
15285             (separate_widget_cb): definition of separate_widget_cb() to match
15286             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15287                 window using gtk_object_get_data(). The type of window separation 
15288                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15289         
15290         * src/prefs_filtering.c,
15291           src/prefs_matcher.c: added horizontal scrollbars
15292
15293 2001-05-25 [darko]
15294
15295         * src/headerview.c
15296                 fix segfault with invalid bold font
15297         * src/summaryview.c
15298                 correctly display summary stats after row is marked
15299
15300 2001-05-23 [sergey]
15301
15302         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15303         encodings with libjconv.
15304
15305 2001-05-23 [hoa]
15306
15307         * src/Makefile.am
15308                 added mbox_folder.[ch]
15309         * src/defs.h
15310                 mbox temporary folder
15311         * src/folder.[ch]
15312         * added src/mbox_folder.[ch]
15313         * src/folderview.c
15314         * src/procheader.[ch]
15315                 added mbox support
15316         * src/mbox.c
15317                 bugfix for file incorporation filtering
15318         * src/imap.c
15319                 enable creation of MBOX
15320         * src/prefs_display_header.c
15321                 enable use of headers like "From "
15322                 something that should be fixed :
15323                         displaying of such headers add an extra space
15324         * src/prefs_folder_item.c
15325                 don't create folders because it is not necessary
15326         * src/procmsg.h
15327                 added data field to MsgInfo for mbox internal use
15328         * src/summaryview.c
15329                 added some support for mbox
15330         * src/utils.[ch]
15331                 added get_mbox_cache_dir() function
15332
15333 2001-05-23 [hiroyuki]
15334
15335         * src/headerwindow.c
15336           src/inc.c
15337           src/main.c
15338           src/mh.c
15339           src/nntp.c
15340           src/procmsg.h
15341           src/session.h
15342           src/socket.[ch]
15343           src/summaryview.c
15344           src/textview.c
15345           src/automaton.c
15346           src/folderview.c: more sync with 0.4.99cvs2.
15347
15348         * src/headerwindow.c: reverted.
15349
15350 2001-05-22 [paul]
15351
15352         0.4.99claws2
15353
15354         * sync with sylpheed 0.4.99cvs2
15355                 * src/news.[ch]
15356                 * src/nntp.[ch]
15357                 * INSTALL
15358                 * INSTALL.jp
15359
15360 2001-05-22 [alfons]
15361
15362         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15363
15364 2001-05-21 [alfons]
15365
15366         Minor things:
15367
15368         * configure.in: if gnome-config not found, "no" is displayed
15369         
15370         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15371
15372         * src/textview.c: now also possible to add mail addresses by right
15373           clicking in the text view
15374
15375         * src/codeconv.c: merged patch which fixes endless loop when encountering
15376           invalid wide characters; from Alte <010@imis.ru>  
15377
15378 2001-05-20 [alfons]
15379
15380         Added installation of gnome specific things:
15381
15382         * Makefile.am: gnome conditional
15383
15384         * configure.in: check for installed gnome
15385
15386         * added sylpheed.png, sylpheed.desktop
15387
15388 2001-05-20 [sergey]
15389
15390         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15391
15392         * src/mainwindow.h (main_window_toolbar_create): created a button
15393         for "Reply to all".
15394         (main_window_set_toolbar_sensitive): enable/disable the new button
15395         appropriately.
15396         (toolbar_reply_to_author_cb): handle the new button.
15397
15398         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15399         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15400         failure).
15401
15402 2001-05-19 [sergey]
15403
15404         * src/compose.h (ComposeReplyMode): new modes
15405         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15406         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15407
15408         * src/compose.c
15409         (compose_send): move some code into a new function:
15410         (compose_current_mail_account): new function.
15411         (compose_reply): new argument to_author, all callers changed; if
15412         to_author==TRUE and account->protocol==A_NNTP, find and use an
15413         appropriate mail account for replying.
15414         (compose_reply_set_entry): new argument to_author; ignore
15415         compose->replyto if to_author==TRUE.
15416
15417         * src/mainwindow.c: new command "Message/Reply to author".
15418         (main_window_set_menu_sensitive): enable/disable it.
15419         (reply_cb): handle it.
15420
15421         * src/summaryview.c: new command "Reply to author".
15422         (summary_set_menu_sensitive): enable/disable it.
15423         (summary_reply_cb): handle it.
15424
15425         * src/account.c (account_find_mail_from_address): new function.
15426
15427 2001-05-18 [paul]
15428
15429         0.4.99claws1
15430
15431         * sync with sylpheed 0.4.99cvs1
15432
15433 2001-05-18 [hoa]
15434
15435         * src/compose.[ch]
15436         * src/filtering.c
15437         * src/summaryview.c
15438                 new filtering action : forward and forward as attachment
15439
15440         * src/main.c
15441                 no need for $DISPLAY when we run sylpheed --help
15442                 call to parse_cmd_opt() is moved
15443
15444         * src/mainwindow.[ch]
15445                 execute button is hidden when immediate execute
15446                 is chosen
15447
15448         * src/mh.c
15449         * src/news.c
15450         * src/prefs_folder_item.c
15451         * src/procmsg.c
15452                 better handling of missing directories
15453
15454         * src/summaryview.c
15455                 reedit is enabled in outbox
15456                 reedit is enabled in queue
15457
15458 2001-05-17 [hoa]
15459
15460         * src/filtering.c
15461         * src/matcher.[ch]
15462         * src/prefs_filtering.c
15463                 changed attachement into attachment
15464
15465 2001-05-17 [alfons]
15466
15467         0.4.67claws4    
15468
15469         * sync with sylpheed 0.4.67cvs9
15470         * sync with sylpheed 0.4.67cvs7-8
15471
15472 2001-05-17 [hoa]
15473
15474         * src/Makefile.am
15475                 added prefs_filtering.c
15476
15477         * src/filtering.[ch]
15478         * src/matcher.[ch]
15479                 removed action : forward_news and forward_news_as_attachement
15480                 (forward and forward_as_attachement can be used instead)
15481
15482         * src/mainwindow.c
15483                 added menu option to access filtering configuration
15484
15485         * src/prefs_account.c
15486                 changed mail_command default to /usr/sbin/sendmail
15487
15488         * added src/prefs_filtering.[ch]
15489                 dialog box for filtering configuration
15490
15491         * src/prefs_matcher.c
15492                 added function prefs_matcher_get_criteria_from_matching()
15493
15494         * src/prefs_scoring.c
15495                 reset the dialog when register or substitute is clicked
15496
15497 2001-05-15 [hoa]
15498
15499         * src/Makefile.am
15500                 added filtering.[ch]
15501         * src/inc.c
15502                 using filering.[ch] instead of filter.[ch]
15503         * src/main.c
15504                 reading new filtering configuration
15505         * src/matcher.[ch]
15506                 added some filtering actions
15507                 and fixed a bug for headers and mail body matching
15508         * src/mbox.c
15509                 using filering.[ch] instead of filter.[ch]
15510         * src/mh.c
15511                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15512         * src/summaryview.c
15513                 some fixes for filtering
15514
15515 2001-05-14 [hiroyuki]
15516
15517         * src/send.c: fixed some weird indentations.
15518           send_message_with_command(): call pclose() only if p != NULL.
15519         * src/textview.c: get_email_part(): modified the code for readability.
15520
15521 2001-05-14 [hiroyuki]
15522
15523         * src/md5global.h
15524           src/md5ify.c
15525           src/md5ify.h: removed from the cvs.
15526
15527 2001-05-13 [sergey]
15528
15529         * src/main.c: include rfc2015.h to avoid compiler warnings.
15530         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15531         the panel is already on screen.
15532         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15533         closing the alert window by ESC as "No".
15534         * src/prefs_common.c (prefs_interface_create): moved return
15535         receipt check button to the correct place.
15536
15537 2001-03-13 [alfons]
15538
15539         * src/prefs_common.c: 
15540                 moved return receipt check button to the Send tab. (prefs_send_create)
15541                 removed the date format ui related globals. (prefs_display_create)
15542
15543         0.4.67claws3
15544         
15545         * sync with sylpheed 0.4.67cvs5-6
15546
15547 2001-05-13 [paul]
15548
15549         * added Alfons' font selection patch
15550
15551         * src/defs.h
15552         * src/headerwindow.c
15553         * src/prefs_common.c
15554         * src/prefs_common.h
15555
15556 2001-05-13 [hoa]
15557         * src/defs.h
15558                 changed version of cache
15559         * src/matcher.[ch]
15560         * src/prefs_matcher.c
15561                 added additionnal matching criteria
15562         * src/procheader.c
15563         * src/procmsg.[ch]
15564         * src/news.c
15565                 added references in MsgInfo
15566
15567 2001-05-12 [hoa]
15568
15569         * src/defs.h
15570                 prepared some things for new filtering
15571         * src/matcher.[ch]
15572                 added some matching properties
15573                 inreplyto need to be enhanced
15574                 prepared some things for new filtering
15575         * src/messageview.c
15576                 added Return-Receipt-To handling
15577         * src/prefs_folder_item.c
15578                 changed default value to TRUE
15579         * src/prefs_matcher.c
15580                 added some matching properties
15581         * src/prefs_scoring.[ch]
15582                 the scoring dialog is finished
15583         * src/procheader.c
15584                 added Return-Receipt-To handling
15585                 Reference need to be added
15586         * src/procmsg.[ch]
15587                 added Return-Receipt-To handling
15588                 added threadscore to get a better score sorting when
15589                 threads are enabled
15590         * src/summaryview.c
15591                 suppressed a bug when we sort the list
15592                 when no folder is opened.
15593                 better score sorting when threads are enabled
15594
15595 2001-05-12 [alfons]
15596
15597         * reverted previous patch because of potential errors 
15598
15599         0.4.67claws2
15600         
15601         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15602                 applied "toggle mail-retrieval dialog window" patch submitted 
15603                 by Eric Limpens <eric@qnt.net>
15604
15605         * sync with sylpheed 0.4.67cvs4
15606
15607 2001-05-12 [sergey]
15608
15609         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15610         some picky compilers.
15611         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15612         * src/grouplist_dialog.c: include alertpanel.h.
15613         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15614         fix compile warning.
15615         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15616         #include "defs.h" before others to prevent the warning of `MIN'
15617         and `MAX' redefinition.
15618
15619 2001-05-11 [hoa]
15620
15621         * src/main.c
15622         * src/messageview.c
15623         * src/prefs_account.c
15624         * src/prefs_display_header.c
15625                 removed warning
15626         * src/Makefile.am
15627                 added prefs_scoring.[ch]
15628         * src/grouplist_dialog.c
15629                 display an error dialog box if the group list
15630                 cannot be fetched.
15631         * src/mainwindow.[ch]
15632                 added main_window_set_thread_option() function
15633                 scoring dialog box enabled
15634         * src/matcher.[ch]
15635                 added flags matching unread /new / marked
15636                 / deleted / replied / forwarded
15637         * src/news.c
15638                 newsgroups are now finally in newscache
15639         * src/prefs_matcher.[ch]
15640                 finished preferences for matching dialog
15641         * added src/prefs_scoring.[ch]
15642                 scoring dialog box completed
15643         * src/scoring.[ch]
15644                 conversion to string : added scoringprop_to_string()
15645                 write config for preferences :
15646                 added prefs_scoring_write_config()
15647         * src/summaryview.c
15648                 threads can be enabled/disabled independently
15649                 for each folder
15650
15651 2001-05-10 [alfons]
15652
15653         0.4.67claws1
15654         
15655         * AUTHORS: 
15656                 thought it would be nice to have a list of all
15657                 contributors (used Changelog as a reference)
15658         
15659         * configure.in: 
15660                 messed up version numbering...
15661
15662         0.4.66claws1
15663
15664         * sync with sylpheed 0.4.67cvs1-3
15665
15666 2001-05-10 [darko]
15667
15668         * src/prefs_common.c:
15669                 better UI for strftime format, double clicking
15670                 on format now inserts the format in text entry
15671                 replaced close button with standard OK/Cancel
15672                 moved date format button to the right of the
15673                 text entry field
15674
15675 2001-05-09 [alfons]
15676
15677         * src/gtkstext.c:
15678                 Ctrl-Home / Ctrl-End have proper cursor navigation
15679
15680 2001-05-09 [hoa]
15681
15682         * src/prefs_matcher.c
15683                 finished UI to define matching properties
15684                 added ok and cancel button
15685         * src/prefs_filter.c
15686                 added ok and cancel button
15687         * src/news.c
15688                 fixed some bug in xhdr parsing
15689
15690 2001-05-08 [alfons]
15691
15692         * src/textview.c: 
15693                 fixed a bug in textview_show_header(), which displayed two colons (':');
15694                 cleaned up some warnings
15695
15696 2001-05-08 [hoa]
15697
15698         * src/Makefile.am
15699                 added prefs_matcher.[ch]
15700                 compilation with -W -Wall
15701         * src/alertpanel.c
15702                 ungrab the mouse events if grabbed - does it
15703                 fix the bug for disposition notification ?
15704         * src/mainwindow.c
15705                 added a menu option to open the matching dialog.
15706         * src/matcher.[ch]
15707                 added matcherprop_to_string() and matcherlist_to_string()
15708                 fixed some bugs, changed the name of some options
15709                 age_sup and age_inf becomes age_greater and age_lower,
15710                 body and messageheaders becomes body_part and headers_part,
15711                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15712         * src/prefs_display_header.c
15713         * src/prefs_headers.c
15714                 fixed a bug that accidentally destroyed dialogs
15715                 when closed them with delete_event
15716                 Added *_deleted() which handle delete_event signal correctly.
15717         * src/prefs_folder_item.[ch]
15718                 added "enable_thread" field for future customization
15719         * added src/prefs_matcher.[ch]
15720                 sample of the UI to define matching properties
15721         * src/procheader.c
15722                 using procheader_headername_equal instead of str*cmp functions
15723                 using procheader_parse_header() function
15724         * src/scoring.c
15725                 using MATCHING_XXX instead of SCORING_XXX
15726         * src/summaryview.c
15727                 display the sender of the news even if this is ourself
15728                 when this is a news message.
15729         * src/textview.c
15730                 using headername_equal() instead of str*cmp functions
15731
15732 2001-05-08 [alfons]
15733
15734         0.4.66claws
15735
15736         * sync with sylpheed 0.4.66
15737         * src/gtkstext.c: trace logs added 
15738
15739 2001-05-08 [sergey]
15740
15741         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15742         signature check popup.
15743         * src/rfc2015.c (check_signature): show signature check popup only
15744         if it is enabled in preferences.
15745
15746 2001-05-07 [alfons]
15747
15748         0.4.66claws4
15749         
15750         * sync with sylpheed 0.4.66cvs6
15751
15752 2001-05-07 [darko]
15753
15754         * src/prefs_common.[ch]: added option to enable/disable
15755           looking up sender name in address book for summary pane
15756         * src/summaryview.c: look up sender in the address book
15757           by using Alfons' address completion code
15758
15759 2001-05-07 [hiroyuki]
15760
15761         * src/inc.h
15762           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15763           member of Pop3State.
15764         * src/news.c: brought #include "defs.h" before #include <glib.h>
15765           to prevent the warning of `MIN' and `MAX' redefinition.
15766
15767 2001-05-06 [hoa]
15768
15769         * removed src/headers_display.[ch]
15770         * removed src/prefs_display_headers.[ch]
15771         * src/inc.c
15772                 use a temporary file in the user directory for mbox import
15773         * src/news.c
15774                 added XHDR support to get "To" and "Cc" headers
15775                 (in order to match news with to or cc field for
15776                 scoring)
15777                 added function news_parse_xhdr() to get XHDR response
15778         * src/nntp.[ch]
15779                 added function nntp_xhdr()
15780         * src/matcher.c
15781                 fetch the message if necessary
15782
15783 2001-05-06 [alfons]
15784
15785         0.4.66claws3
15786
15787         * sync with sylpheed 0.4.66cvs3-5
15788
15789 2001-05-06 [hoa]
15790
15791         * src/utils.[ch]
15792                 added function itos_buf() to enable use of several buffers
15793         * src/summaryview.c
15794                 use of itos_buf() instead of itos() in summary list
15795                 to fix the broken display of message number.
15796
15797 2001-05-06 [alfons]
15798
15799         * src/gtkstext.c: bug in cursor up navigation fixed,
15800                 fixed another unsigned / signed comparison (we're getting there :-)
15801
15802 2001-05-06 [hoa]
15803
15804         * src/Makefile.am
15805                 added scoring.c scoring.h
15806                 prefs_folder_item.c prefs_folder_item.h
15807                 matcher.c matcher.h
15808         * src/defs.h
15809                 added FOLDERITEM_RC SCORING_RC
15810         * src/folder.[ch]
15811                 added prefs field in FolderItem :
15812                 properties for each folder (PrefsFolderItem),
15813                 sorting type and mode were added as the first properties.
15814         * src/main.c
15815                 read config for scoring
15816         * added src/matcher.[ch]
15817                 gives functions to parse configuration file to do
15818                 matching on mails with a list of conditions.
15819         * src/mainwindow.c
15820                 add option to sort by score
15821         * src/prefs_common.[ch]
15822                 added preference option to show score and for
15823                 the score column size
15824         * added src/prefs_folder_item.[ch]
15825                 properties for each folder (PrefsFolderItem),
15826                 sorting type and mode were added as the first properties.
15827         * src/procheader.[ch]
15828                 added procheader_parse_header()
15829                 added procheader_header_free()
15830                 added procheader_headername_equal()
15831                 and made modification to use them.
15832         * src/procmsg.[ch]
15833                 added score field to MsgInfo structure
15834         * added src/scoring.[ch]
15835                 gives functions to parse configuration file to do
15836                 scoring on mails with a list of conditions.
15837         * src/summaryview.[ch]
15838                 save the sorting type and mode for the folder
15839                 added column to display the score of the mail
15840                 added function summary_score_clicked()
15841                 sorting type and mode are restored to the folder
15842                 when it is reopen
15843         * src/textview.c
15844                 use procheader_parse_header(), procheader_headername_equal()
15845                 removed memory leak in text_scan_header when freeing headers
15846         * src/filter.c
15847                 changed the function to match names of headers
15848                 using procheader_headername_equal()
15849
15850         Scoring functions are implemented, an interface is needed
15851         to configure that.
15852
15853 2001-05-04 [alfons]
15854
15855         * src/gtkstext.c: 
15856                 hopefully fixed the row up navigation bug,
15857                 removed adding back / forward lines to cache
15858
15859 2001-05-04 [sergey]
15860
15861         * src/prefs_display_headers.c: user interface changes:
15862         (prefs_display_headers_create): remove unused "Show" check button;
15863         allow reordering of headers by dragging.
15864         (prefs_display_headers_write_config): remove unused variables.
15865         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15866         of lists (not needed with the new UI).
15867         (prefs_display_headers_set_list): scan lists starting from row 0,
15868         not 1 (do not skip "(New)").
15869         (prefs_display_headers_find_header): new function.
15870         (prefs_display_headers_clist_set_row): do not allow duplicates.
15871         (prefs_display_headers_delete_cb): do not skip row 0; treat
15872         closing the alert window by ESC as "No".
15873         (prefs_display_headers_up): do not protect row 0.
15874         (prefs_display_headers_down): do not protect row 0.
15875
15876 2001-05-04 [sergey]
15877
15878         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15879         functions.
15880
15881         * src/summaryview.c
15882         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15883         summary_select_next_marked, summary_select_prev_marked): new
15884         functions.
15885
15886 2001-05-03 [sergey]
15887
15888         * src/news.c: fixed a bug when no article can be fetched after
15889         server timeout if the connection was restored by news_post():
15890         (news_select_group): new function.
15891         (news_fetch_msg): call news_select_group() before fetching
15892         article.
15893         (news_get_uncached_articles): set session->group after successful
15894         GROUP command.
15895
15896 2001-05-03 [hoa]
15897
15898         * src/defs.h
15899         * src/procmsg.[ch]
15900         * src/procheader.c
15901                  changed version of cache, added cc field
15902
15903         * src/prefs_display_headers.c
15904                 the interface was changed
15905
15906         * src/prefs_headers.c
15907                 added cancel button
15908
15909 2001-05-03 [alfons]
15910
15911         * completed sync of sylpheed cvs2
15912         * src/gtkstext.c: updated row up / down cursor navigation
15913         * src/textview.c: re-edited, prepared for fixing the email address
15914                 scanner.
15915
15916 2001-05-03 [darko]
15917
15918         * src/prefs_common.c: use alfons' strftime ui code
15919         entry_datefmt and datefmt_sample widgets have to be
15920         global in this module because of this change
15921
15922 2001-05-03 [hoa]
15923
15924         * src/messageview.c
15925         * src/prefs_common.[ch] added option to activate the return receipt
15926                 feature.
15927
15928 2001-05-02 [alfons]
15929
15930         * src/gtkstext.c: fix for row up/down cursor navigation. 
15931
15932         0.4.66claws2
15933         
15934         * sync with 0.4.66cvs2
15935
15936 2001-05-02 [paul]
15937
15938         added add-sender-to-addressbook patch
15939
15940         * src/addressbook.c
15941         * src/addressbook.h
15942         * src/summaryview.c
15943
15944 2001-05-02 [sergey]
15945
15946         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15947         G_ALERTDISABLE.
15948
15949         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15950         all existing callers changed to pass FALSE; create a check button
15951         to disable the message.
15952         (alertpanel_message_with_disable): new function.
15953         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15954         (alertpanel_button_toggled): new function.
15955         (alertpanel_button_clicked, alertpanel_close): set value using
15956         G_ALERT_VALUE_MASK.
15957
15958         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15959
15960         * src/prefs_common.c (prefs_privacy_create): new check button
15961         checkbtn_gpgme_warning.
15962
15963         * src/main.c (main): moved preferences reading before gpgme
15964         initialization; check prefs_common.gpgme_warning before giving the
15965         GnuPG warning and set it to FALSE if the user wants to disable the
15966         warning.
15967
15968 2001-05-02 [hiroyuki]
15969
15970         * src/prefs_display_headers.c: modified the layout and some labels.
15971
15972 2001-05-02 [sergey]
15973
15974         * src/prefs_account.c (prefs_account_fix_size): new function.
15975         (prefs_account_create): call prefs_account_fix_size(); use
15976         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15977         size when the window is shown for the first time).
15978         (prefs_account_basic_create): changed layout of serv_table; moved
15979         localmbox_entry above smtpserv_entry (logically it replaces
15980         POP3/IMAP server).
15981         (prefs_account_protocol_activated): set sensitivity of
15982         nntpauth_chkbtn according to the protocol (in addition to
15983         hide/show); commented out gtk_table_set_row_spacing() calls.
15984         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15985         not sensitive (fixes a bug with disabled username/password boxes
15986         when editing POP3 account after NNTP with authentication).
15987
15988 2001-05-02 [hoa]
15989
15990         * src/account.c
15991         * src/inc.c
15992         * src/prefs_account.[ch]
15993         * src/send.c
15994                 removed local account without SMTP server
15995                 added option to use mail command instead of a connexion
15996                 to SMTP server when a local account is used
15997         * src/prefs_headers.c
15998                 fixed a bug
15999         * src/news.c
16000                 fixed a bug when connexion immediately closed
16001
16002 2001-05-01 [alfons]
16003
16004         0.4.66claws1
16005         
16006         * sync with 0.4.65
16007
16008 2001-05-01 [sergey]
16009
16010         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16011         widget nntpauth_chkbtn.
16012         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16013         visibility.
16014         (prefs_account_nntpauth_toggled): new function.
16015
16016         * src/news.c (news_session_new_for_folder): use NNTP
16017         authentication only if ac->use_nntp_auth is set.
16018
16019 2001-05-01 [hoa]
16020
16021         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16022         * src/prefs_display_headers.c changed the UI
16023         * src/prefs_headers.c changed account_name to account_id
16024         * src/compose.c using customheader.h
16025
16026 2001-05-01 [hiroyuki]
16027
16028         * src/esmtp.c
16029           src/news.c
16030           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16031           unsynched.
16032
16033 2001-05-01 [hoa]
16034
16035         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16036         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16037                 for displaying of headers
16038         * src/grouplist_dialog.[ch] minor changes to remove warnings
16039         * src/prefs_display_headers.[ch] dialog to choose the
16040         headers to display in the mail viewer.
16041         * src/headers.h correction of #define
16042         * src/headers_display.[ch] configuration for displaying of headers.
16043         * src/main.c read config of displaying of headers
16044         * src/prefs_common.c add a button to access the config dialog
16045                 for displaying of headers
16046         * src/prefs_display_headers.[ch] dialog for configuration for
16047                 displaying of the headers.
16048         * src/prefs_headers.c cleaning of code
16049         * src/procheader.c comments added to code
16050         * src/textview.c changes to reorder the headers depending
16051                 on the config for displaying of headers
16052
16053 2001-04-30 [alfons]
16054
16055         0.4.65claws7
16056
16057         * sync with 0.4.65cvs12
16058
16059         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16060
16061 2001-04-30 [sergey]
16062
16063         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16064
16065         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16066         is set to force reconnection after authentication failure.
16067         (nntp_gen_command): set sock->auth_failed on authentication
16068         failure, or if sock->userid and sock->passwd are not set.
16069
16070         * src/news.c (news_session_new_for_folder): set userid=NULL if
16071         password dialog is cancelled.
16072
16073 2001-04-30 [sergey]
16074
16075         * src/nntp.h (NNTPSockInfo): new type.
16076
16077         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16078         SockInfo.
16079         (nntp_open_auth, nntp_close): new functions.
16080         (nntp_gen_command): new function to handle authentication; all
16081         NNTP command functions updated to use it.
16082         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16083         (nntp_list): removed old useless code.
16084
16085         * src/news.h (NNTPSession): new field nntp_sock.
16086
16087         * src/news.c: all functions updated to use NNTPSockInfo instead of
16088         SockInfo.
16089         (news_session_new): new arguments (userid, passwd); made static;
16090         use nntp_open_auth() if needed.
16091         (news_session_destroy): use nntp_close() instead of sock_close().
16092         (news_query_password): changed arguments.
16093         (news_session_new_for_folder): new function.
16094         (news_session_get): use news_session_new_for_folder().
16095         (news_authenticate): deleted.
16096         (news_get_uncached_articles): removed old authentication code.
16097
16098 2001-04-30 [sergey]
16099
16100         * src/news.c: reverted my previous changes (need to do NNTP
16101         authentication in a cleaner way).
16102         
16103 2001-04-29 [sergey]
16104
16105         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16106         news_nntp_post, news_nntp_mode): new functions (wrappers with
16107         authentication support).
16108         (news_get_article_cmd, news_get_article, news_get_header): new
16109         argument "folder"; all callers changed.
16110         (news_get_article_cmd): added authentication support.
16111         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16112         (news_post): use news_nntp_post() instead of nntp_post().
16113         (news_get_uncached_articles): use news_nntp_group() instead of
16114         nntp_group() and news_nntp_xover() instead of nntp_xover();
16115         removed old authentication code.
16116         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16117
16118         * src/nntp.c (nntp_list): return real error code instead of
16119         hardcoded NN_ERROR.
16120
16121 2001-04-29 [sergey]
16122
16123         * configure.in: fixed wint_t typedef detection again
16124
16125 2001-04-28 [hoa]
16126
16127         * src/prefs_account.[ch], added A_LOCAL_CMD
16128                 (send mail with mail command)
16129         * src/send.c added function send_message_with_command()
16130         * src/inc.c made a more secure get_spool() function with
16131                 mktemp() but maybe mkstemp() or something more
16132                 secure can be used.
16133
16134 2001-04-28 [alfons]
16135
16136         * src/textview.c, colorization of email addresses in headers
16137
16138         0.4.65claws6
16139
16140         * bug sync with sylpheed
16141         * prefs_common.c: created date format ui for darko
16142         * sync with 0.4.65cvs11
16143         * configure.in: corrected to have the new gpg checks
16144
16145 2001-04-27 [alfons]
16146
16147         * completed sync with 0.4.65cvs10
16148         * minor debug things added to gtkstext.c
16149
16150 2001-04-27 [darko]
16151
16152         * configure.in: remove check for availability of
16153           strftime() as advised by Hiroyuki
16154         * src/prefs_common.[ch], src/procheader.c:
16155           synch strftime() code with Hiroyki's main branch
16156
16157 2001-04-26 [sergey]
16158
16159         * src/news.c: news_query_password(), news_authenticate(): new
16160           functions.
16161           news_get_uncached_articles(): added NNTP authentication
16162           handling.
16163         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16164           new functions.
16165         * src/prefs_account.c: prefs_account_protocol_activated():
16166           enable userid and password fields for NNTP.
16167
16168 2001-04-26
16169
16170         * configure.in: check for availability of strftime()
16171           [darko]
16172         * src/prefs_common.[ch], src/procheader.c: use
16173           strftime() for displaying date in summary pane if it
16174           is available
16175
16176 2001-04-25
16177
16178         * more .cvsignore cleanups [alfons]
16179
16180 2001-04-25
16181
16182         * ac/sv-check-type.m4: new autoconf macro.
16183         * configure.in: fixed wint_t typedef detection (did not work
16184           with gcc-2.96).
16185
16186 2001-04-25
16187
16188         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16189           [hiroyuki]
16190
16191 2001-04-24
16192         * modified gtkstext.c : buggy cursor navigation fixed, 
16193           and font descent also taken in account when drawing
16194           cursor. [alfons]
16195
16196 2001-04-24 [hoa]
16197         * added comments in src/news.c src/nntp.c
16198         * added src/prefs_headers.[ch]
16199         * added src/headers.[ch]
16200         * modified compose.c to activate custom headers
16201                 added function is_in_custom_headers
16202         * modified prefs_account.[ch]
16203                 added function prefs_account_customhdr_edit
16204         * modified src/defs.h :
16205                 added HEADERS_RC : name of the config file
16206                 for the custom headers
16207
16208 2001-04-24
16209
16210     0.4.65claws5
16211
16212         * configure.in
16213           src/gtkstext.[ch]
16214           src/compose.c
16215           src/Makefile.am
16216           
16217           added gtkstext with configure.in patch by Hiroyuki which
16218           should fix the XIM detection [alfons]
16219
16220         * more clean up of cvs [alfons]
16221
16222                  * removed all Makefile.in files to attic.
16223
16224                  * updated all .cvsignores to really ignore things that could
16225                    be unintentionally committed by a recursive commit.
16226
16227 2001-04-23 [hoa]
16228         * added src/grouplist_dialog.[ch]
16229         * changed src/folderview.c to call grouplist_dialog instead
16230                 of inputdialog
16231         * src/news.c :
16232                 added functions news_reset_group_list
16233                 and news_get_group_list
16234         * src/nntp.c :
16235                 added function nntp_list
16236         * src/defs.h :
16237                 added GROUPLIST_FILE : name of the newsgroup list cache file
16238
16239 2001-04-21
16240
16241         * added option to warn about queued messages on exit [sergey]:
16242
16243           * src/compose.c: compose_queue(): call folder_item_scan()
16244             and folderview_update_item() after queueing.
16245           * src/folderview.c: folderview_update_node(): draw the queue
16246             folder in bold font if there are queued messages.
16247           * src/mainwindow.c: queued_messages(): new function.
16248             app_exit_cb(): display warning if there are queued messages
16249             if warn_queued_on_exit is set.
16250           * prefs_common.[ch]: add warn_queued_on_exit option.
16251
16252         * enhanced GnuPG key selection support [sergey]:
16253
16254           * src/select-keys.c: updated to newer version from Win32
16255             branch with support for selecting arbitrary keys.
16256           * src/prefs_account.c: added the Privacy tab to the account
16257             options window.
16258             prefs_account_privacy_create(),
16259             prefs_account_sign_key_set_data_from_radiobtn(),
16260             prefs_account_sign_key_set_radiobtn(): new functions.
16261           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16262           * src/rfc2015.c: set_signers(): new function.
16263             pgp_sign(): add the account parameter, call set_signers().
16264             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16265           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16266           * src/compose.c: pass the current account to rfc2015_sign().
16267
16268         * tag name claws added to prevent confusion with main branch [alfons]
16269
16270         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16271
16272         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16273
16274         * sync with recent sylpheed cvs. Untested though. [alfons]
16275