added autosave
[claws.git] / ChangeLog.claws
1 2002-09-03 [colin]      0.8.2claws26
2
3         * src/prefs_common.[ch]
4                 Added autosave and autosave_length prefs
5         * src/compose.c
6                 Added compose_remove_draft()
7                 Auto-save drafts according to the prefs
8         * src/main.c
9                 Added a crash-indicator file, allowing to check
10                 for new messages on startup if Sylpheed crashed
11                 (makes saved drafts "reappear")
12
13 2002-09-03 [colin]      0.8.2claws25
14
15         * src/textview.[ch]
16                 Grey the signature
17
18 2002-09-03 [paul]       0.8.2claws24
19
20         * sync with 0.8.2cvs8
21                 see ChangeLog 2002-09-02 and 2002-09-03
22
23 2002-09-03 [darko]      0.8.2claws23
24
25         * src/folderview.c
26                 use normal style when creating new folder to pick
27                 proper font size 
28
29 2002-09-02 [melvin]     0.8.2claws22
30
31         * src/gtkaspell.m4
32                 removed some obsolete code
33
34 2002-09-02 [melvin]     0.8.2claws21
35
36         * ac/aspell.m4
37                 fixed test's equality sign (== to =)
38
39 2002-09-02 [alfons]     0.8.2claws20
40
41         * src/folder.c
42         * src/mh.c
43                 revert change of 0.8.2claws16 and use the mh_folder_destroy
44                 as folder->destroy virtual as suggested by Hiro
45                 (the mh.c code seems to have been lost around mh.c.1.21)
46
47 2002-09-02 [paul]       0.8.2claws19
48
49         * po/pt_BR.po
50                 updated by Fabio Jr. Beneditto
51                 
52         * src/defs.h
53                 use 'http://claws.sylpheed.org' for homepage link. 
54                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
55
56 2002-09-01 [alfons]     0.8.2claws18
57
58         * src/mh.c
59                 plug memleak related to one Martin Kluge found
60
61 2002-08-31 [paul]       0.8.2claws17
62
63         * sync with 0.8.2cvs6
64                 see ChangeLog 2002-08-30
65
66 2002-08-31 [alfons]     0.8.2claws16
67
68         * src/folder.c
69                 folder_destroy(): remove mailbox from folderlist even if it has
70                 no destroy virtual
71
72 2002-08-31 [alfons]     0.8.2claws15
73
74         * src/folder.c
75                 :%sno/if(/if (/gc
76                 :%sno/for(/for (/gc
77                 (being pedantic I know)
78
79 2002-08-31 [alfons]     0.8.2claws14
80
81         * src/folder.c
82                 check for NULL pointers returned from folder->fetch_msginfo virtual
83                 (should solve some reported crashes)
84
85 2002-08-30 [alfons]     0.8.2claws13
86
87         * acconfig.h
88         * configure.in
89         * src/crash.c
90                 enable crash dialog on compilation time
91                 (--enable-crash-dialog configure option)
92
93 2002-08-30 [alfons]     0.8.2claws12
94
95         * AUTHORS
96                 add Martin Kluge
97         * src/mh.c
98                 apply memory leak plug patch by Martin Kluge
99                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
100                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
101                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
102
103 2002-08-30 [darko]      0.8.2claws11
104
105         * src/folderview.c
106                 copy Gtk style from normal style to match
107                 font size for coloured folders
108
109 2002-08-29 [alfons]     0.8.2claws10
110
111         * sylpheed.desktop
112                 Type=Internet <- Type=Application
113                 (reported by Michael Schwendt, see:
114                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
115                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
116
117 2002-08-29 [paul]       0.8.2claws9
118
119         * sync with 0.8.2cvs5
120                 see ChangeLog 2002-08-29
121
122 2002-08-29 [colin]      0.8.2claws8
123
124         * src/summaryview.c
125                 Added a sanity check in summary_select_thread
126                 Should fix bug 601605
127
128 2002-08-29 [colin]      0.8.2claws7
129
130         * src/main.c
131                 Revert claws6 changes regarding bug #591676
132
133 2002-08-28 [colin]      0.8.2claws6
134         
135         * src/main.c
136                 Ignore cache for queue folderitems
137                 Fix bug #591676
138
139 2002-08-28 [melvin]     0.8.2claws5
140
141         * README.claws
142                 Fixed typos.
143
144 2002-08-28 [melvin]     0.8.2claws4
145
146         * README.claws
147                 Updated a bit the text concerning the spell checker
148
149 2002-08-28 [melvin]     0.8.2claws3
150
151         Merged the GNU_aspell_branch:
152                 Support of new GNU/aspell is now included and the old pspell
153                 is not supported anymore.
154                 See README.claws
155
156         * README.claws
157                 Updated spell checker text to reflect the switch to GNU/aspell
158
159         * ac/aspell.m4          *** NEW ***
160         * src/gtkaspell.[ch]    *** NEW *** 
161         * ac/pspell.m4          *** DELETED *** 
162         * src/gtkspell.[ch]     *** DELETED ***
163
164         * ac/Makefile.am
165                 Updated for GNU/aspell support
166
167         * po/POTFILES.in
168                 Replaced gtkspell.c by gtkaspell.c
169
170         * acconfig.h
171         * src/Makefile.am
172         * src/about.c
173         * src/compose.[ch]
174         * src/crash.c
175         * src/main.c
176         * src/prefs_common.[ch]
177                 Updated for GNU/aspell support
178
179 2002-08-28 [paul]       0.8.2claws2
180
181         * sync with 0.8.2cvs4
182                 see ChangeLog 2002-08-27 and 2002-08-28
183
184 2002-08-28 [colin]      0.8.2claws1
185
186         * src/summary_search.c
187                 Added "AND search"
188
189 2002-08-28 [jens]       0.8.2claws
190
191         *po/de.po
192                 Updated German translations
193
194 2002-08-27 [melvin]     0.8.2claws
195
196         * po/fr.po
197                 Updated French translations
198
199 2002-08-27 [paul]       0.8.2claws
200
201         * sync with 0.8.2 main release
202
203         * po/en_GB.po
204           po/es.po
205           po/it.po
206           po/pl.po
207           po/pt_BR.po
208           po/sr.po
209                 updated message catalogs submitted by
210                 Ricardo Mones Lastra, Alessandro Maestri,
211                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
212                 Beneditto and Urke MMI  
213
214 2002-08-27 [hoa]        0.8.1claws123
215
216         * src/mainwindow.[ch]
217         * src/summaryview.[ch]
218                 removed the "filter setting" menu option.
219                 add a "cancel a news message" menu option.
220
221 2002-08-26 [martin]     0.8.1claws122
222
223         * ChangeLog.claws
224                 changed string under 0.8.1claws79 changed by myself
225                 i'm sorry alfons :(
226
227 2002-08-26 [martin]     0.8.1claws121
228
229         * src/crash.c
230                 added kill command to debuggerrc to start crash dialog
231
232 2002-08-26 [paul]       0.8.1claws120
233
234         * sync with 0.8.1cvs31
235                 see ChangeLog 2002-08-26
236
237 2002-08-25 [alfons]     0.8.1claws119
238
239         * src/procmsg.c
240                 fix bug that didn't send out correct headers to news server
241                 when sending news article and email from queue (bug reported
242                 and patch provided by Tim Mann; closes bug 
243                 "[ 583196 ] 0.7.8claws can't post news")
244
245 2002-08-25 [alfons]     0.8.1claws118
246
247         * src/selective_download.c
248                 mark two strings as translatable
249                 (thanks to Urke MMI for pointing this out)
250
251 2002-08-25 [alfons]     0.8.1claws117
252
253         * src/summaryview.c
254                 treat sent boxes as special and allow sorting them by addressee
255                 (closes "[ 589418 ] Sent folder sorting misbehavior"
256                 submitted by Steve Lamb)
257
258 2002-08-24 [alfons]     0.8.1claws116
259
260         * src/matcher.c
261                 fix memleak reported by Martin Kluge
262                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
263
264 2002-08-24 [oliver]     0.8.1claws115
265
266         * src/prefs_toolbar.c
267                 o code cleanup as suggested by Alfons
268                 o memleak fix
269
270 2002-08-24 [alfons]     0.8.1claws114
271
272         * src/summaryview.c
273                 o fix another memory leak reported by Martin Kluge
274                   (see "[ 599568 ] Small Memory Leak")
275                 o remove 'from' variable from 'summary_set_header()'; we can
276                   do with just 'to' 
277
278 2002-08-24 [paul]       0.8.1claws113
279
280         * sync with 0.8.1cvs30
281                 see ChangeLog 2002-08-23
282
283 2002-08-24 [alfons]     0.8.1claws112
284
285         * src/summaryview.c
286                 remove unnecessary allocations for search bar fixing leaks
287                 reported by Martin Kluge
288                 (see "[ 599451 ] Further memory leaks?")
289
290 2002-08-24 [alfons]     0.8.1claws111
291
292         * src/main.c
293                 make get_socket_name() public for crash.c
294         * src/crash.c
295                 o make report bug button work (goes to claws' 
296                   bug tracker at sf.net)
297                 o introduce function for doing important stuff just
298                   before claws goes down
299                 o clean up code 
300
301 2002-08-24 [alfons]     0.8.1claws110
302
303         * src/compose.c
304                 move cursor to "To" entry when forwarding as attachment
305                 (reported and solved by Steve Lamb, closes bug report
306                 "[ 592880 ] Forward as attachment; cursor not in to")
307
308 2002-08-24 [colin]      0.8.1claws109
309
310         * src/mainwindow.c
311                 fix quick search visibility after GUI (de)separations.
312
313 2002-08-23 [colin]      0.8.1claws108
314
315         * src/mainwindow.c
316                 fix header pane visibility after folderview or
317                 messageview (de)separation
318
319 2002-08-23 [paul]       0.8.1claws107
320
321         * src/mainwindow.[ch]
322           src/toolbar.c
323                 give full control of display or non-display 
324                 of the Execute icon to Custom toolbar settings.
325                 add new sensitivity condition to maninwindow.h: 
326                 M_DELAY_EXEC
327
328         * ChangeLog
329           ChangeLog.jp
330           NEWS
331                 more sync with 0.8.1cvs29
332
333 2002-08-23 [melvin]     0.8.1claws106
334
335         * src/alertpanel.c
336                 Readded support for custom widget in alertpanel lost in last
337                 sync.
338
339 2002-08-23 [paul]       0.8.1claws105
340
341         * sync with 0.8.1cvs29
342                 see ChangeLog 2002-08-23
343
344 2002-08-23 [colin]      0.8.1claws104
345
346         * src/summaryview.c
347                 Fix folder and search pixmaps exchanging positions
348                 after theme or toolbar changes. Thank to Oliver for 
349                 reporting this.
350
351 2002-08-23 [colin]      0.8.1claws103
352
353         * src/mainwindow.c
354           src/messageview.[ch]
355           src/noticeview.[ch]
356           src/summaryview.c
357                 Changed messageview_create() and noticeview_create()
358                 to avoid the last gdk_warning
359
360 2002-08-22 [colin]      0.8.1claws102
361
362         * src/summaryview.c
363                 Fix my new `Creating pixmap from xpm' warning
364
365 2002-08-22 [colin]      0.8.1claws101
366
367         * src/mainwindow.c
368                 Fix some of the gdk warnings
369
370 2002-08-22 [colin]      0.8.1claws100
371
372         * src/Makefile.am
373         * src/stock_pixmap.c
374         * src/stock_pixmap.h
375         * src/pixmaps/quicksearch.xpm *ADDED*
376                 Add the quicksearch pixmap
377         * src/mainwindow.c
378         * src/summaryview.c
379         * src/summaryview.h
380                 Make quicksearch bar visible/hidden via a button
381
382 2002-08-22 [christoph]  0.8.1claws99
383
384         * src/folder.c
385                 fix folder update for newsgroups with message
386                 numbers below minimum number of articles to fetch
387                 (closes bug #598445)
388
389 2002-08-22 [paul]       0.8.1claws98
390
391         * sync with 0.8.1cvs28
392                 see ChangeLog 2002-08-22
393
394 2002-08-21 [alfons]     0.8.1claws97
395
396         * src/crash.c
397                 use bt instead of bt full which seems to work 
398                 better, and bt full doesn't give a great deal 
399                 of information anyway
400
401 2002-08-21 [colin]      0.8.1claws96
402
403         * src/summaryview.c
404                 fix summaryview_searchtype_changed prototype
405
406 2002-08-21 [christoph]  0.8.1claws95
407
408         * src/mainwindow.c
409                 o fix broken menu update for sorting type, we have to
410                   get this info from the summaryview now
411                 o removed setting of threaded state in menu callback
412         * src/summaryview.[ch]
413                 more summaryview/folderitem seperation for
414                 threading option
415         * configure.in
416                 removed not required --with-compiler-flags option
417
418 2002-08-21 [oliver]     0.8.1claws94
419         
420         * src/toolbar.h 
421                 o rename toolbar.xml to toolbar_main.xml
422                   since toolbar_compose.xml might come up 
423                   any time soon
424         * README.claws
425                 add custom toolbar              
426
427 2002-08-21 [darko]      0.8.1claws93
428
429         * src/procmsg.c
430                 don't reset tmp flags for messages copied
431                 to sent folder
432
433 2002-08-21 [colin]      0.8.1claws92
434         
435         * src/prefs_filtering.c
436                 fix renaming rules on folder rename 
437                 when folder is not a leaf folder
438
439 2002-08-21 [paul]       0.8.1claws91
440
441         * src/prefs_folder_item.c
442                 fix alignment of colour selector
443
444 2002-08-21 [paul]       0.8.1claws90
445
446         * sync with 0.8.1cvs27
447                 see ChangeLog 2002-08-21
448
449 2002-08-21 [paul]       0.8.1claws89
450
451         * src/summaryview.c
452                 fix crash when changing field type in
453                 Quick search bar
454
455 2002-08-21 [colin]      0.8.1claws88
456
457         * src/summaryview.c
458                 Made quick search case-insensitive
459
460 2002-08-21 [paul]       0.8.1claws87
461
462         * sync with 0.8.1cvs26
463                 see ChangeLog 2002-08-21
464
465 2002-08-20 [christoph]  0.8.1claws86
466
467         * src/folderview.c
468         * src/main.c
469         * src/summaryview.[ch]
470                 more summaryview/folderitem seperation for
471                 sort_key and sort_type
472         * src/procmsg.c
473                 added missing return statement
474
475 2002-08-20 [colin]      0.8.1claws85
476
477         * src/summaryview.[ch]
478                 Added a quick search box
479         * src/mainwindow.c
480         * src/prefs_common.[ch]
481                 Added a show/hide option for the quick search
482
483 2002-08-20 [oliver]     0.8.1claws84
484         
485         * src/mainwindow.c
486                 remove toolbar_create_popups
487         * src/toolbar.[ch]
488                 o remove toolbar_create_popups
489                 o fix toolbar_set_sensitive 
490                   (Bug reports #596834 and #596832)     
491         * src/prefs_toolbar.c
492                 o add "Set default" button
493                 o align label and text + combo widgets
494
495 2002-08-20 [hoa]        0.8.1claws83bis
496
497         * src/imap.c
498                 fixed a bug in imap_fetch_msginfo() in case there is no
499                 current folder.
500
501 2002-08-20 [darko]      0.8.1claws83
502
503         * src/folderview.c
504                 copy the color style of folder view so it
505                 works with GTK themes
506
507 2002-08-20 [darko]      0.8.1claws82
508
509         * src/folder.h
510         * src/folderview.c
511         * src/prefs_folder_item.[hc]
512                 don't use UI stuff in folder.h
513
514 2002-08-20 [darko]      0.8.1claws81
515
516         * src/folder.h
517         * src/prefs_folder_item.h
518         * src/folderview.c
519         * src/prefs_folder_item.c
520                 ability to set folder color in folderview
521
522 2002-08-19 [alfons]     0.8.1claws80
523
524         * src/summaryview.c
525                 fix one of the earlier memleaks reported by Martin Kluge
526
527 2002-08-19 [alfons]     0.8.1claws79
528
529         * src/mainwindow.c
530                 hide notice view when selecting seperate folder
531                 view (reported by Urke MMI)
532
533 2002-08-19 [christoph]  0.8.1claws78
534
535         * src/folderview.c
536         * src/prefs_folder_item.h
537         * src/summaryview.[ch]
538                 o add summary_set_prefs_from_folderitem to set
539                   summaryview prefs (first step to remove all
540                   references to the folderitem in summaryview)
541                 o moved compiled regex stuff from folderitem prefs
542                   to summaryview code
543
544 2002-08-19 [paul]       0.8.1claws77
545
546         * src/compose.c
547                 add check for '.' to QUOTE_IF_REQUIRED
548
549 2002-08-19 [paul]       0.8.1claws76
550
551         * src/inc.c
552                 sync with 0.8.1cvs25 (plug memory leak)
553
554         * src/prefs_toolbar.c
555                 re-order prefs_toolbar_cancel()
556
557 2002-08-18 [alfons]     0.8.1claws75
558
559         * src/inc.c
560         * src/matcher.c
561                 plug other memleaks reported by Martin Kluge
562
563 2002-08-18 [paul]       0.8.1claws74
564
565         * po/pt_BR.po
566                 updated by Fabio Jr. Beneditto
567
568 2002-08-18 [paul]       0.8.1claws73
569
570         * src/toolbar.[ch]
571                 fix bug where tooltips were displayed untranslated              
572
573         * src/prefs_toolbar.c
574                 fix bug where clicking 'Cancel' creates an icon & text
575                 toolbar regardless of prefs
576         
577
578 2002-08-17 [oliver]     0.8.1claws72
579
580         * src/prefs_toolbar.c
581                 update toolbar on CANCEL
582                 bug reported by Martin Kluge
583         * src/toolbar.c
584                 toolbar_destroy memleak fixed           
585
586 2002-08-17 [alfons]     0.8.1claws71
587
588         * src/toolbar.c
589                 plug another memleak reported by Martin Kluge
590
591 2002-08-16 [alfons]     0.8.1claws70
592
593         * src/crash.c
594                 use execvp() correctly (suggested by wwp; thanks!)
595
596 2002-08-16 [alfons]     0.8.1claws69
597
598         * src/gtksctree.c
599                 plug memory leak reported by Kim Schultz & Martin Kluge
600
601 2002-08-16 [paul]       0.8.1claws68
602
603         * po/es.po
604                 updated by Ricardo Mones Lastra
605
606 2002-08-16 [paul]       0.8.1claws67
607
608         * src/toolbar.h
609                 fix bug where 'Compose News' icon showed wrong
610                 tooltip
611
612 2002-08-16 [paul]       0.8.1claws66
613
614         * sync with 0.8.1cvs24
615                 see ChangeLog 2002-08-16
616
617         * po/it.po
618                 updated by Alessandro Maestri
619
620 2002-08-15 [paul]       0.8.1claws65
621
622         * po/sr.po
623                 updated by Urke MMI
624
625 2002-08-15 [paul]       0.8.1claws64
626
627         * src/*.c
628                 don't translate debug info
629
630         * src/matcher.[ch]
631                 add copyright info
632
633 2002-08-15 [paul]       0.8.1claws63
634
635         * src/prefs_toolbar.c
636                 fix bug where clicking 'OK' creates an icon & text
637                 toolbar regardless of prefs
638
639 2002-08-14 [alfons]     0.8.1claws62
640
641         * src/main.c
642                 add global var that has the full argv[0]
643         * src/crash.c
644                 o execvp the correct sylpheed by using argv0
645                   and setting the correct work dir
646                 o other tweaks  
647
648 2002-08-14 [oliver]     0.8.1claws61
649         
650         * enable/disable Toolbar Action Buttons 
651         * code cleanups
652         * src/mainwindow.c
653         * src/toolbar.[ch]      
654         * src/prefs_toolbar.c   
655
656 2002-08-14 [melvin]     0.8.1claws60
657
658         * po/fr.po
659                 Updated French translations
660
661 2002-08-14 [melvin]     0.8.1claws59
662
663         * src/crash.c
664                 Made bug report not translatable
665         * src/exporthtml.c
666                 Fixed exporthtml_build_filespec() return value
667         * src/foldersel.c
668                 Fixed incorrect include file
669         * src/gtkspell.c
670         * src/prefs_actions.c
671         * src/prefs_toolbar.c
672                 Made debug info not translatable
673         * src/mutt.c
674         * src/quote_fmt.c
675                 Added missing includes
676         * src/prefs_common.c
677                 Fixed typo
678
679 2002-08-14 [paul]       0.8.1claws58
680
681         * faq/es/sylpheed-faq.html
682           faq/es/sylpheed-faq-[1-3].html
683           faq/es/sylpheed-faq-4.html     **NEW FILE **
684                 update Spanish FAQ
685
686 2002-08-13 [christoph]  0.8.1claws57
687
688         * src/procmsg.c
689                 ignore thread fix that did not mark all
690                 child nodes of a ignored thread as
691                 ignored. Does not work perfectly yet,
692                 but it is better now
693
694 2002-08-13 [alfons]     0.8.1claws56
695
696         * src/crash.c
697                 o implement 'save crash log'
698                 o some tweaks
699
700 2002-08-13 [melvin]     0.8.1claws55
701
702         * src/main.c
703                 removed unrequired "execinfo.h" header
704
705 2002-08-12 [paul]       0.8.1claws54
706
707         * faq/en/sylpheed-faq.html
708           faq/en/sylpheed-faq-[1-3].html
709           faq/en/sylpheed-faq-4.html     **NEW FILE **
710                 update English FAQ
711
712 2002-08-12 [alfons]     0.8.1claws53
713
714         * po/POTFILES.in
715                 add crash.c to translatables
716         * src/crash.c
717                 bring in Leandro's crash dialog
718
719 2002-08-11 [alfons]     0.8.1claws52
720
721         * src/crash.c
722                 clean up some warnings
723
724 2002-08-11 [alfons]     0.8.1claws51
725
726         * acconfig.h
727         * configure.in
728         * src/crash.[ch]        ** NEW FILES **
729         * src/main.c            
730                 initial gdb crash handler
731
732 2002-08-11 [paul]       0.8.1claws50
733
734         * src/prefs_toolbar.c
735                 replace Up/Down arrow pixmaps with text to be
736                 consistent across icon themes
737
738 2002-08-11 [paul]       0.8.1claws49
739
740         * src/prefs_common.c
741           src/prefs_toolbar.c
742                 rename 'Pixmap' -> 'Icon'
743
744         * src/toolbar.[ch]
745                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
746
747 2002-08-10 [paul]       0.8.1claws48
748
749         * src/prefs_toolbar.c
750                 re-work the UI
751
752 2002-08-10 [paul]       0.8.1claws47
753
754         * src/main.c
755                 don't write Processing progress to status bar
756                 patch submitted by Alexander Evseev
757
758         * src/prefs_toolbar.c
759                 re-position and resize window
760                 make window assume correct size on first call
761
762 2002-08-10 [paul]       0.8.1claws46
763
764         * src/mainwindow.c
765           src/prefs_toolbar.c
766           src/toolbar.c
767           src/toolbar.h
768                 obey coding style
769                 follow UI text conventions
770
771 2002-08-10 [alfons]     0.8.1claws45
772
773         * src/toolbar.c
774                 correct pixmap for delete action
775
776 2002-08-10 [paul]       0.8.1claws44
777
778         * po/pt_BR.po
779                 updated by Fabio Jr. Beneditto
780
781 2002-08-10 [paul]       0.8.1claws43
782
783         * po/POTFILES.in
784                 add custom toolbar files
785
786 2002-08-10 [paul]       0.8.1claws42
787
788         * sync with 0.8.1cvs22
789                 see ChangeLog 2002-08-09
790
791 2002-08-09 [paul]       0.8.1claws41
792
793         * tools/Makefile.am
794           tools/README
795           tools/outlook2sylpheed.pl     ** NEW FILE **
796                 add script to convert exported Outlook
797                 contacts list to a Sylpheed addressbook.
798                 Submitted by Ricardo Mones Lastra.
799
800 2002-08-09 [paul]       0.8.1claws40
801
802         * AUTHORS
803           configure.in
804           po/sr.po      ** NEW FILE **
805                 add Serbian message catalog. Submitted by
806                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
807
808 2002-08-09 [paul]       0.8.1claws39
809
810         * sync with 0.8.1cvs21
811                 see ChangeLog 2002-08-08
812
813 2002-08-08 [oliver]     0.8.1claws38
814
815         * src/mainwindow.c
816                 move Custom Toolbar to Configuration menu
817
818 2002-08-08 [oliver]     0.8.1claws37
819
820         * src/prefs_toolbar.c
821                 fix substitute pixmap bug
822
823 2002-08-08 [paul]       0.8.1claws36
824
825         * sync with 0.8.1cvs19
826                 see ChangeLog 2002-08-08
827
828 2002-08-07 [christoph]  0.8.1claws35
829
830         * src/utils.c
831                 fixed a memory leak in new canonicalize_file_replace
832
833 2002-08-07 [christoph]  0.8.1claws34
834
835         * src/utils.[ch]
836                 o canonicalize_file_replace should create the temporary
837                   file in the same directory as the original file.
838                 o added get_tmpfile_in_dir that creates a temorary file
839                   in a specified directory.
840
841 2002-08-07 [melvin]     0.8.1claws33
842
843         * src/toolbar.c
844                 fixed bug where 'Article' button acted as 'Email' button.
845
846 2002-08-07 [paul]       0.8.1claws32
847
848         * sync with 0.8.1.cvs17
849                 see ChangeLog 2002-08-07
850
851 2002-08-07 [colin]      0.8.1claws31
852         
853         * src/news.c
854                 fix mass-cancel problem
855
856 2002-08-07 [thorsten]   0.8.1claws30
857
858         * src/prefs_toolbar.c
859                 fix: crash on replace or add new button
860         * src/toolbar.c
861                 fix: close xmlfile after reading
862         * src/utils.c
863                 fix: unlink() file before rename()
864
865 2002-08-06 [paul]       0.8.1claws29
866
867         * sync with 0.8.cvs15
868                 see ChangeLog 2002-08-06
869
870 2002-08-06 [oliver]     0.8.1claws28
871
872         * src/toolbar.c
873         * src/prefs_toolbar.c
874                 fixed empty toolbar issue
875
876 2002-08-06 [oliver]     0.8.1claws27
877
878         * Custom Toolbar Final 
879         * src/folderview.c
880         * src/inc.c
881         * src/summaryview.c
882                 o toolbar stuff now lives in src/toolbar.[ch]
883                 o main_window_toolbar_* functions are renamed to
884                   toolbar_* reflecting their new source file
885         * src/mainwindow.[ch]
886                 o remove toolbar stuff  
887
888 2002-08-06 [oliver]     0.8.1claws26
889         
890         * src/Makefile.am
891         * src/prefs_toolbar.[ch]        **New File**
892         * src/toolbar.[ch]              **New File**
893                 o prefs_toolbar.[ch] custom toolbar frontend
894                 o toolbar.[ch]       backend 
895
896 2002-08-06 [oliver]     0.8.1claws25
897
898         * src/prefs_actions.[ch]
899                 o new exported function actions_execute
900
901 2002-08-06 [paul]       0.8.1claws24
902
903         * sync with 0.8.1cvs4
904                 see ChangeLog 2002-08-06
905
906 2002-08-06 [paul]       0.8.1claws23
907
908         * sync with 0.8.1cvs13
909                 see ChangeLog 2002-08-06
910
911 2002-08-06 [paul]       0.8.1claws22
912
913         * sync with 0.8.1cvs12
914                 see ChangeLog 2002-08-05 and 2002-08-06
915
916 2002-08-06 [match]      0.8.1claws21
917
918         * src/addrclip.c
919                 improvements to cut/copy/paste address
920
921 2002-08-05 [match]      0.8.1claws20
922
923         * src/addritem.[ch]
924         * src/addrcache.c
925         * src/addrbook.c
926         * src/editaddress.c
927         * src/addressbook.c
928                 fixes to improve cut/copy/paste
929
930 2002-08-06 [melvin]     0.8.1claws19
931
932         * src/account.[ch]
933                 account_find_all_from_address(): new function that returns the
934                 list of all accounts that are matched in an address.
935         * src/alertpanel.[ch]
936                 alertpanel() now accepts a custom widget
937                 alertpanel_with_widget(): new function that pops up a panel with
938                 a custom widget in it 
939         * src/gtkutils.[ch]
940                 gtkut_account_menu_new(): new function that allows the selection
941                 of an account from a list of accounts.
942         * src/messageview.c
943                 Extended Return Receipt notification to select the correct 
944                 account and to make a security test on the Delivery-Notification
945                 address which should be the same as the Return-Path.
946
947 2002-08-06 [thorsten]   0.8.1claws18
948
949         * src/mimeview.c
950                 attach_all: save unnamed as "noname.%d",
951                 dont free static dirname
952
953 2002-08-05 [alfons]     0.8.1claws17
954
955         * configure.in
956                 detect XIM by trying to link rather than compile a XIM program
957
958 2002-08-05 [oliver]     0.8.1claws16
959                 
960         * src/stock_pixmap.[ch]
961                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
962                 o new func to retrieve pixmaps
963
964 2002-08-05 [paul]       0.8.1claws15
965
966         * sync with 0.8.1cvs10
967                 see ChangeLog 2002-08-05
968
969 2002-08-04 [alfons]     0.8.1claws14
970
971         * src/textview.c
972                 see if this plugs memleak
973
974 2002-08-04 [melvin]     0.8.1claws13
975
976         * src/gtkspell.c
977                 fixed bug that could crash Sylpheed when highlighting
978                 all misspelled words.
979
980 2002-08-03 [melvin]     0.8.1claws12
981
982         * src/prefs_actions.c
983                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
984         * src/messageview.c
985                 fixed bug where the Return Receipt was sent to
986                 Delivery-Notification-To address even if it was not present
987
988 2002-08-02 [alfons]     0.8.1claws11
989
990         * src/prefs_actions.c
991                 o more check for NULLs
992                 o put create_io_dialog() in right conditional block
993
994 2002-08-02 [paul]       0.8.1claws10
995
996         * po/es.po
997                 updated by Ricardo Mones Lastra
998
999 2002-08-01 [christoph]  0.8.1claws9
1000
1001         * src/folder.c
1002                 don't free the cache of the opened
1003                 folder in the summaryview
1004         * src/summaryview.c
1005                 don't unset flags, if it is not required
1006
1007 2002-08-01 [paul]       0.8.1claws8
1008
1009         * sync with 0.8.1cvs8
1010                 see ChangeLog entry 2002-08-01
1011
1012 2002-08-01 [paul]       0.8.1claws7
1013
1014         * sync with 0.8.1cvs7
1015                 see ChangeLog 2002-07-31 and 2002-08-01
1016
1017 2002-07-31 [christoph]  0.8.1claws6
1018
1019         * src/mainwindow.c
1020                 forgot to update menu sensitivity
1021                 function for new menu entry
1022
1023 2002-07-31 [alfons]     0.8.1claws5
1024
1025         * src/main.c
1026                 check folder item and its path for NULL on
1027                 initial processing
1028
1029 2002-07-31 [christoph]  0.8.1claws4
1030
1031         * src/folder.c
1032                 check if folder_item_get_msginfo in
1033                 folder_item_remove_msg returned NULL
1034         * src/imap.c
1035                 better clear the uid cache in the
1036                 uid validity check function and delete
1037                 cached messages
1038
1039 2002-07-31 [paul]       0.8.1claws3
1040
1041         * man/sylpheed.1
1042                 add the '--attach' option and a few other
1043                 minor changes
1044
1045 2002-07-31 [paul]       0.8.1claws2
1046
1047         * sync with 0.8.1cvs5
1048                 see ChangeLog 2002-07-31
1049
1050 2002-07-31 [christoph]  0.8.1claws1
1051
1052         * src/folderview.[ch]
1053         * src/mainwindow.c
1054                 replace "Rescan all folders..." with
1055                 "Check all folders for new messages..."
1056
1057 2002-07-30 [paul]       0.8.1claws
1058
1059         * version 0.8.1claws released
1060
1061 2002-07-30 [paul]       0.8.0claws29
1062
1063         * tools/OOo2sylpheed.pl ** NEW FILE **
1064           tools/README
1065                 add script to enable sending documents as
1066                 attachments from OpenOffice.org
1067
1068 2002-07-30 [melvin]     0.8.0claws28
1069
1070         * src/prefs_actions.c
1071                 Made the actions' input/output dialog display
1072                 without delay.
1073
1074 2002-07-30 [christoph]  0.8.0claws27
1075
1076         * src/procmsg.c
1077                 check if folder_item_get_msginfo in
1078                 procmsg_save_to_outbox returned NULL
1079
1080 2002-07-30 [paul]       0.8.0claws26
1081
1082         * sync with 0.8.1cvs4
1083                 see ChangeLog 2002-07-29
1084
1085 2002-07-29 [thorsten]   0.8.0claws25
1086
1087         * README.claws
1088                 added selective download, delete on server
1089
1090 2002-07-29 [paul]       0.8.0claws24
1091
1092         * sync with 0.8.1cvs3
1093                 see ChangeLog 2002-07-29
1094
1095 2002-07-27 [christoph]  0.8.0claws23
1096
1097         * src/folder.c
1098                 add extra check if fetching the msginfo
1099                 returned NULL
1100
1101 2002-07-27 [paul]       0.8.0claws22
1102
1103         * sync with 0.8.1cvs2
1104                 see ChangeLog 2002-07-26
1105
1106 2002-07-27 [christoph]  0.8.0claws21
1107
1108         * src/imap.c
1109                 add another check if a valid msginfo
1110                 was returned
1111
1112 2002-07-26 [hoa]        0.8.0claws20
1113
1114         * src/folder.c
1115                 Fixed a condition in folder_item_destroy()
1116
1117         * src/imap.c
1118                 Fixed an error in IMAP protocol
1119
1120 2002-07-26 [alfons]     0.8.0claws19
1121
1122         * src/folder.c
1123                 ofcourse compare with identifier, not the path
1124
1125 2002-07-26 [alfons]     0.8.0claws18
1126
1127         * src/folder.c
1128                 use folder item identifier for saving / restoring
1129                 preferences because folder->path might not be unique
1130
1131 2002-07-26 [melvin]     0.8.0claws17
1132
1133         * src/logwindow.c
1134                 Fixed a crash introduced in 0.8.0claws5 when log is 
1135                 cut under 80 characters.
1136
1137 2002-07-26 [paul]       0.8.0claws16
1138
1139         * sync with 0.8.1cvs1
1140                 see ChangeLog 2002-07-26
1141
1142 2002-07-26 [christoph]  0.8.0claws15
1143
1144         * src/imap.[ch]
1145                 imap folder now remembers the last selected
1146                 folder and imap_fetch_msginfo skips selecting
1147                 the folder if it is already selected
1148
1149 2002-07-26 [christoph]  0.8.0claws14
1150
1151         * src/folder.c
1152         * src/folderview.c
1153         * src/imap.c
1154                 fix imap folder rescanning
1155
1156 2002-07-25 [christoph]  0.8.0claws13
1157
1158         * src/filter.c
1159         * src/folder.[ch]
1160         * src/folderview.c
1161         * src/imap.[ch]
1162         * src/mainwindow.c
1163         * src/mbox_folder.c
1164         * src/mh.c
1165         * src/news.c
1166                 implement imap uid cache and uid validity check
1167
1168 2002-07-25 [alfons]     0.8.0claws12
1169
1170         * src/summaryview.c
1171                 fix a brown paper bag bug, and also add some more
1172                 checks
1173
1174 2002-07-25 [christoph]  0.8.0claws11
1175
1176         * src/folder.c
1177                 don't mix copy, fetch_msginfo and remove
1178                 operations in folder item copy and move
1179                 operations
1180
1181 2002-07-25 [christoph]  0.8.0claws10
1182
1183         * src/folderview.c
1184         * src/mainwindow.c
1185         * src/prefs_folder_item.c
1186         * src/summaryview.[ch]
1187                 remove no longer required parameter update_cache from
1188                 summary_show
1189
1190 2002-07-25 [paul]       0.8.0claws9
1191
1192         * sync with 0.8.1
1193         
1194         * AUTHORS
1195                 a few corrections
1196
1197 2002-07-24 [alfons]     0.8.0claws8
1198
1199         * src/summaryview.c
1200                 sort correctly when using simplified subject line
1201                 (closes feature request "[ 585141 ] applying regexp to subject 
1202                 before sort" submitted by Alexandra Walford)
1203
1204 2002-07-24 [paul]       0.8.0claws7
1205
1206         * sync with 0.8.0cvs3
1207                 see ChangeLog 2002-07-24
1208
1209 2002-07-23 [christoph]  0.8.0claws6
1210
1211         * src/folder.c
1212         * src/folder.h
1213         * src/summaryview.c
1214         * src/summaryview.h
1215         * src/main.c
1216                 o separate processing and summaryview
1217                 o removed summary_write_cache from summaryview
1218                 o removed summaryview->killed_messages, because we don't have
1219                   to keep a list of killed messages anymore. New cache will
1220                   keep the hidden messages in cache anyway
1221         * src/folderview.c
1222         * src/inc.c
1223         * src/selective_download.c
1224                 o removed unnecessary summary_write_cache calls
1225         * src/procmsg.c
1226                 o don't set ignore thread flag in procmsg_get_thread_tree
1227                   if it is already set
1228         * src/mainwindow.c
1229         * src/statusbar.h
1230                 o moved STATUSBAR_PUSH/POP to statusbar.h because
1231                   they are used in different files
1232
1233 2002-07-23 [melvin]     0.8.0claws5
1234
1235         * src/addressbook.c
1236         * src/addrgather.c
1237         * src/editaddress.c
1238         * src/editgroup.c
1239         * src/editldap_basedn.c
1240         * src/importldif.c
1241         * src/prefs_common.c
1242                 Fixed few memory leak (gtk_editable_get_chars returns
1243                 an allocated string)
1244         * src/logwindow.c
1245                 Fixed few memory leak (gtk_editable_get_chars returns
1246                 an allocated string) and modified a little the log cutting
1247                 loop.
1248         * src/compose.c
1249                 Replaced a call to an obsolete function gtk_entry_get_text()
1250                 by gtk_editable_get_chars()
1251         * src/send.c
1252                 Removed a debug printf
1253
1254 2002-07-23 [christoph]  0.8.0claws4
1255
1256         * src/filesel.c
1257                 fix another g_dirname memory leak
1258
1259 2002-07-23 [christoph]  0.8.0claws3
1260
1261         * src/mh.c
1262                 fixed a memory leak in mh_fetch_msginfo
1263                 fixed crash when message header could not be
1264                 parsed
1265
1266 2002-07-23 [paul]       0.8.0claws2
1267
1268         * sync with 0.8.0cvs2
1269                 see ChangeLog 2002-07-23
1270
1271 2002-07-23 [paul]       0.8.0claws1
1272
1273         * sync with 0.8.0cvs1
1274                 see ChangeLog 2002-07-23
1275
1276 2002-07-23 [paul]       0.8.0claws
1277
1278         * release of 0.8.0claws
1279
1280 2002-07-23 [paul]       0.7.8claws99
1281
1282         * po/ru.po
1283                 new Russian translation, submitted by
1284                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
1285
1286 2002-07-22 [jens]       0.7.8claws98
1287
1288         * po/de.po
1289                 Updated German translations.
1290
1291 2002-07-22 [paul]       0.7.8claws97
1292
1293         * po/es.po
1294           po/it.po
1295           po/nl.po
1296           po/pt_BR.po
1297                 updated translations by Ricardo Mones Lastra,
1298                 Alessandro Maestri, Wilbert Berendsen and 
1299                 Fabio Jr. Beneditto respectively
1300
1301 2002-07-22 [christoph]  0.7.8claws96
1302
1303         * src/mimeview.c
1304                 fix memory leak caused by wrong g_dirname usage
1305
1306 2002-07-22 [christoph]  0.7.8claws95
1307
1308         * src/summaryview.c
1309                 update new and unread message counts for summaryview
1310                 summaryview does not get it from the folder anymore
1311                 and has to update the values itself
1312
1313 2002-07-22 [melvin]     0.7.8claws94
1314
1315         * po/fr.po
1316                 Updated French translations.
1317
1318 2002-07-22 [christoph]  0.7.8claws93
1319
1320         * src/matcher.c
1321                 set prop->preg pointer to NULL or following check
1322                 will not fail and regexec will be called with
1323                 invalid pointer
1324
1325 2002-07-21 [alfons]     0.7.8claws92
1326         
1327         * src/prefs_common.[ch]
1328                 remove option "Send return receipt on request"
1329
1330 2002-07-21 [thorsten]   0.7.8claws91
1331
1332         * src/mimeview.c
1333                 fixed memleaks, coding style as pointed out by alfons
1334
1335 2002-07-21 [alfons]     0.7.8claws90
1336
1337         * src/messageview.c
1338         * src/noticeview.[ch]
1339                 o fix bug notice view being displayed when going to empty folder 
1340                   (noticed by Christoph)
1341                 o allow RRR to be sent when restarting sylpheed, or changing folder 
1342                   (noticed by Thorsten)
1343
1344 2002-07-21 [thorsten]   0.7.8claws89
1345
1346         * src/mimeview.c
1347                 Included save_all patch from Xaview FACQ
1348                 added support for pathnames
1349
1350 2002-07-21 [alfons]     0.7.8claws88
1351
1352         * po/POTFILES.in
1353         * src/Makefile.am
1354         * src/mainwindow.c
1355         * src/messageview.[ch]
1356         * src/noticeview.c      ** NEW FILE **
1357         * src/noticeview.h      ** NEW FILE **
1358                 make return receipts work again
1359                 (UI idea by Leandro Pereira)
1360
1361 2002-07-21 [paul]       0.7.8claws87
1362
1363         * src/summaryview.c
1364                 fix sensitivity of 'Select thread'
1365
1366 2002-07-21 [paul]       0.7.8claws86
1367
1368         * src/prefs_common.c
1369                 add browser command line for Galeon
1370
1371 2002-07-21 [paul]       0.7.8claws85
1372
1373         * Makefile.am
1374                 fix 'EXTRA_DIST': remove README.README, add TODO
1375                 and TODO.claws
1376
1377 2002-07-21 [alfons]     0.7.8claws84
1378
1379         * src/gtkstext.c
1380                 make enter clear selection
1381                 (closes "[ 579888 ] Editor selection/entry error"
1382                 reported by Steve Lamb)
1383
1384 2002-07-21 [alfons]     0.7.8claws83
1385         
1386         * src/summaryview.c
1387                 sort message list when selecting unthread messages
1388                 (closes "[ 501593 ] switching threaded view doesn't sort"
1389                 reported by Simon Schubert)
1390
1391 2002-07-20 [alfons]     0.7.8claws82
1392         
1393         * src/matcher.c
1394                 const-correctness
1395
1396 2002-07-20 [thorsten]   0.7.8claws81
1397
1398         * src/matcher.c
1399                 Fixed expansion of empty fields in matchactions
1400
1401 2002-07-19 [melvin]     0.7.8claws80
1402
1403         * src/gtkspell.c
1404                 Removed a duplicate menu entry (fast mode) introduced during
1405                 the new cache merge
1406                 Added a menu separator between 'Use alternate' and 'Fast mode'
1407
1408 2002-07-19 [paul]       0.7.8claws79
1409
1410         * tools/Makefile.am
1411           tools/README
1412                 correct typos
1413
1414 2002-07-19 [thorsten]   0.7.8claws78
1415
1416         * tools/calypso_convert.pl      ** NEW FILE **
1417           tools/README
1418           tools/Makefile.am
1419                 script to import mbox files exported
1420                 by calypso
1421                 o generates folder structure
1422                 o includes attachments
1423
1424 2002-07-19 [melvin]     0.7.8claws77
1425
1426         * src/selective_download.[ch]
1427                 Fixed bug where closing the dialog with the window manager's
1428                 close button will not unlock the summary
1429                 Corrected some function declarations that missed a return value
1430                 Made the source code comply better with coding style.
1431         * src/prefs_common.c
1432                 Added new browser command line for Mozilla.
1433
1434 2002-07-18 [paul]       0.7.8claws76
1435
1436         * src/mainwindow.c
1437           src/selective_download.[ch]
1438                 reflect theme changes, fix Gdk Warning when creating 
1439                 pixmap from NULL window, and minor clean up.
1440                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
1441
1442         * po/en_GB.po
1443                 updated
1444
1445 2002-07-17 [paul]       0.7.8claws75
1446
1447         * INSTALL[.jp]
1448                 sync with 0.8.0
1449         
1450         * po/en_GB.po
1451                 updated
1452
1453 2002-07-16 [paul]       0.7.8claws74
1454
1455         * tools/filter_conv.pl
1456           tools/README
1457                 replace conversion script with reimplemented version, 
1458                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
1459
1460 2002-07-16 [colin]      0.7.8claws73
1461
1462         * src/summaryview.c
1463                 remove forgotten debug messages - sorry ;-)
1464
1465 2002-07-16 [colin]      0.7.8claws72
1466
1467         * src/mimeview.c
1468           src/summaryview.c
1469           src/textview.c
1470           src/textview.h
1471                 add the ability to select part of a text mime-part 
1472                 to reply.
1473
1474 2002-07-15 [christoph]  0.7.8claws71
1475
1476         * src/folder.c
1477                 fix folder message count for folders without
1478                 msg_is_changed (includes news folders)
1479
1480 2002-07-15 [martin]     0.7.8claws70
1481
1482         * src/summaryview.c
1483                 option "display recipient on 'From'..." now works
1484                 without the need of enabling the option
1485                 "display  sender  using  address  book".
1486
1487 2002-07-15 [christoph]  0.7.8claws69
1488
1489         * src/summaryview.c
1490                 removed setting folder status from summaryview.
1491                 folder.c should update all message counts correctly.
1492
1493 2002-07-15 [paul]       0.7.8claws68
1494
1495         * po/pt_BR.po
1496                 updated by Fabio Junior Beneditto
1497
1498 2002-07-15 [darko]      0.7.8claws67
1499
1500         * src/mh.c
1501                 Fixed target folder colorization, don't decrease op
1502                 number twice
1503
1504 2002-07-14 [paul]       0.7.8claws66
1505
1506         * sync with main 0.8.0
1507                 see ChangeLog 2002-07-14
1508
1509 2002-07-13 [melvin]     0.7.8claws65
1510         
1511         * src/addrbook.c
1512         * src/addressbook.c
1513         * src/addrindex.c
1514                 Replaced sprintf by g_snprintf to prevent possible buffer
1515                 overflow.
1516         * src/news.c
1517                 Corrected a log message output format.
1518                 Added a missing "done" debug output.
1519         * src/compose.c
1520                 Added keyboard accelerator for Priority menu items
1521                 Added missing \n in debug output
1522         * src/logwindow.c
1523         * src/gtkspell.c
1524         * src/rfc2015.c
1525                 Added missing \n in debug output
1526
1527 2002-07-13 [paul]       0.7.8claws64
1528
1529         * man/sylpheed.1
1530                 change Sergey's email address to the sf address
1531
1532         * src/textview.c
1533                 increase show_url_timeout (more useful for long
1534                 urls)
1535
1536 2002-07-12 [sergey]     0.7.8claws63
1537
1538         * src/rfc2015.c
1539                 applied (with some modifications) patch to set the
1540                 micalg parameter for signatures
1541                 (2001-08-28 Werner Koch <wk@gnupg.org>)
1542
1543 2002-07-12 [sergey]     0.7.8claws62
1544
1545         * man/Makefile.am
1546         * configure.in
1547                 fixed man page installation
1548
1549 2002-07-12 [paul]       0.7.8claws61
1550
1551         * sync with 0.7.8cvs26
1552                 see ChangeLog 2002-07-11 and 2002-07-12
1553
1554 2002-07-11 [christoph]  0.7.8claws60
1555
1556         * src/compose.c
1557         * src/procmsg.c
1558                 first use the message number to find the message
1559                 to mark with a reply flag but check the
1560                 message-id if we got the correct message, if not
1561                 try to find it by message-id.
1562                 use new string seperator that is not allowed
1563                 in message-ids.
1564
1565 2002-07-11 [paul]       0.7.8claws59
1566
1567         * sync with 0.7.8cvs23
1568                 see ChangeLog 2002-07-10
1569
1570 2002-07-10 [christoph]  0.7.8claws58
1571
1572         * src/folder.[ch]
1573         * src/msgcache.[ch]
1574                 Added message-id table to the cache in memory
1575                 and functions to msgcache.c and folder.c to
1576                 fetch MsgInfos by message id
1577         * src/compose.c
1578         * src/procmsg.c
1579                 store folder and message-id of message replying
1580                 to in queue header and set reply flag after sending
1581                 (Closes bug #469498)
1582
1583 2002-07-10 [paul]       0.7.8claws57
1584
1585         * AUTHORS
1586           man/sylpheed.1.gz
1587                 add Martin to the list of authors
1588
1589 2002-07-09 [martin]     0.7.8claws56
1590         * src/gtksctree.c
1591                 Added gtk_ctree_last_visible(), tree_update_level(),
1592                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
1593                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1594                 from gtk+ to gtksctree.c for the new sorting code
1595                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
1596                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
1597         * src/gtksctree.h
1598                 Added declaration for gtk_sctree_sort_recursive() and
1599                 gtk_sctree_sort_node
1600         * src/addressbook.c
1601         * src/foldersel.c
1602         * src/folderview.c
1603         * src/summaryview.c
1604                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1605                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
1606
1607 2002-07-08 [paul]       0.7.8claws55
1608
1609         * more sync with 0.7.8cvs21
1610                 see ChangeLog 2002-07-08
1611
1612 2002-07-08 [paul]       0.7.8claws54
1613
1614         * sync with 0.7.8cvs21
1615                 see ChangeLog 2002-07-08
1616
1617 2002-07-07 [alfons]     0.7.8claws53
1618
1619         * src/Makefile.am
1620         * src/stock_pixmap.[ch]
1621         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
1622         * src/pixmaps/notice_error.xpm  ** NEW FILE **
1623         * src/pixmaps/notice_note.xpm   ** NEW FILE **
1624                 add new pixmaps for upcoming notice pane
1625
1626 2002-07-06 [melvin]     0.7.8claws52
1627
1628         * src/gtkspell.[ch]
1629                 Made them a bit closer to Sylpheed's coding style.
1630                 Removed old code.
1631                 Removed possible memory leaks when some errors occurs.
1632
1633 2002-07-06 [melvin]     0.7.8claws51
1634
1635         * po/Makefile.in.in
1636                 Removed --no-location in xgettext command line to help
1637                 translators that use Emacs' po-mode
1638         * src/quote_fmt.c
1639                 Removed unnecessary comments that messed up sylpheed.pot
1640
1641 2002-07-06 [paul]       0.7.8claws50
1642
1643         * sync with 0.7.8cvs19
1644                 see ChangeLog 2002-07-05
1645
1646 2002-07-06 [christoph]  0.7.8claws49
1647
1648         * src/folder.c
1649         * src/mainwindow.c
1650                 fix folder_item_remove_all_msg and folderview
1651                 status for trash folders after emptying trash
1652
1653 2002-07-05 [paul]       0.7.8claws48
1654
1655         * sync with 0.7.8cvs16
1656                 see ChangeLog 2002-07-04 and 2002-07-05
1657
1658 2002-07-04 [paul]       0.7.8claws47
1659
1660         * sync with 0.7.8cvs14
1661                 see  ChangeLog 2002-07-04
1662
1663 2002-07-03 [alfons]     0.7.8claws46
1664
1665         * src/folder.c
1666                 dupe folder item's path because it's being reallocated
1667                 by new folder scanning code
1668
1669 2002-07-03 [christoph]  0.7.8claws45
1670
1671         * src/imap.c
1672                 better IMAP uid fetching using 'FETCH 1:* (UID)'
1673         * src/msgcache.c
1674                 add missing return in msgcache_write
1675
1676 2002-07-02 [thorsten]   0.7.8claws44
1677
1678         * src/jpilot.c
1679         * src/msgcache.c
1680         * src/rfc2015.c
1681                 use binary mode for file access
1682
1683 2002-07-02 [christoph]  0.7.8claws43
1684
1685         * major code cleanup (part 1)
1686         
1687                 - unused variables removed
1688                 - unused functions removed
1689                 - uninitialized variables checked
1690                 - missing return statements added
1691                 - missing function return types added
1692                 - added parentheses around assignment and
1693                   && in || when suggested by gcc
1694               
1695         * src/mh.c
1696         * src/folder.c
1697                 replaced direct calls to folder->scan_tree
1698                 with folder_scan_tree and restore folder
1699                 prefs in this function. The folder should
1700                 not have to deal with them.
1701                 ( Should now work for all folder types )
1702
1703 2002-07-02 [paul]       0.7.8claws42
1704
1705         * sync with 0.7.8cvs13
1706                 see ChangeLog 2002-07-01 and 2002-07-02
1707
1708 2002-07-01 [christoph]  0.7.8claws41
1709
1710         * src/summaryview.c
1711                 fix "goto next/prev unread message" with
1712                 ignored threads
1713
1714 2002-07-01 [paul]       0.7.8claws40
1715
1716         * po/es.po
1717                 updated by Ricardo Mones Lastra
1718
1719 2002-06-30 [match]      0.7.8claws39
1720
1721         * src/jpilot.c
1722                 applied variation of leonerd's patch (566661) to
1723                 allow multiple email addresses per JPilot entry.
1724                 addresses may be separated by space, comma, pipe,
1725                 semi-colon, new-line.
1726
1727 2002-06-30 [alfons]     0.7.8claws38
1728
1729         * src/procmsg.c
1730                 simple fix for putting older nodes before
1731                 newer nodes when threading by subject
1732
1733 2002-06-30 [christoph]  0.7.8claws37
1734
1735         * src/folder.c
1736         * src/folderview.c
1737         * src/mh.c
1738         * src/news.c
1739         * src/procmsg.c
1740                 fix broken folder tree rescaning
1741                 and don't use procmsg_get_mark_sum
1742                 anymore
1743
1744 2002-06-30 [christoph]  0.7.8claws36
1745
1746         * merge new cache branch
1747         * src/imap.c
1748                 fix new cache imap copy bug
1749         * src/folder.c
1750                 improved folder_item_scan
1751                 it should now always set the correct
1752                 new, unread and total message counts
1753
1754 2002-06-29 [paul]       0.7.8claws35
1755
1756         * configure.in
1757                 correct syntax error
1758
1759 2002-06-29 [paul]       0.7.8claws34
1760
1761         * configure.in
1762           Makefile.am
1763           man/Makefile.am       ** NEW FILE **
1764           man/sylpheed.1.gz     ** NEW FILE **
1765                 add Sylpheed man page
1766
1767 2002-06-29 [paul]       0.7.8claws33
1768
1769         * po/pt_BR.po
1770                 updated by Fabio Junior Beneditto
1771
1772 2002-06-28 [jens]       0.7.8claws32
1773
1774         * po/de.po
1775                 translation updated
1776
1777         * src/selective_download.c
1778                 removed gettext for space " "
1779
1780         * src/imap.c
1781                 removed wrong space
1782
1783 2002-06-28 [paul]       0.7.8claws31
1784
1785         * sync with 0.7.8cvs11
1786                 see ChangeLog 2002-06-28
1787
1788 2002-06-28 [paul]       0.7.8claws30
1789
1790         * sync with 0.7.8cvs10
1791                 see ChangeLog 2002-06-27 and 2002-06-28
1792
1793 2002-06-26 [paul]       0.7.8claws29
1794
1795         * src/addrgather.c
1796           src/selective_download.c
1797                 don't gettextise empty strings.
1798                 reserved by gettext. gettext("") returns 
1799                 the header entry with meta information, 
1800                 not the empty string
1801
1802         * po/en_GB.po
1803                 updated
1804
1805 2002-06-26 [paul]       0.7.8claws28
1806
1807         * sync with 0.7.8cvs7
1808                 see ChangeLog 2002-06-25
1809
1810         * src/prefs_common.c
1811                 ...and in the process, tweak the gui a little
1812
1813 2002-06-25 [alfons]     0.7.8claws27
1814         
1815         * configure.in
1816         * src/Makefile.am
1817                 fine tune ldap library detection
1818
1819 2002-06-25 [alfons]     0.7.8claws26
1820
1821         * src/compose.c
1822                 don't allow return receipts when composing a news article
1823
1824 2002-06-25 [paul]       0.7.8claws25
1825
1826         * Makefile.am
1827                 add '$(AMTAR)' to 'release' section to allow for
1828                 new and older autotools
1829
1830 2002-06-25 [paul]       0.7.8claws24
1831
1832         * src/summaryview.c
1833                 fix "No more unread messages" persistant pop-up
1834                 window bug
1835
1836 2002-06-25 [paul]       0.7.8claws23
1837
1838         * po/it.po
1839                 updated by Alessandro Maestri
1840
1841 2002-06-25 [paul]       0.7.8claws22
1842
1843         * sync with 0.7.8cvs6
1844                 see ChangeLog 2002-06-25
1845
1846 2002-06-24 [paul]       0.7.8claws21
1847
1848         * tools/update-po
1849                 add GPL copyright information
1850
1851 2002-06-24 [paul]       0.7.8claws20
1852
1853         * tools/Makefile.am
1854           tools/README
1855           tools/update-po       ** NEW FILE **
1856                 add script that eases the creation of *.po files
1857                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
1858
1859 2002-06-23 [alfons]     0.7.8claws19
1860
1861         * src/messageview.c
1862                 make notification_convert_header obey const correctness
1863                 (next step will be fixing the broken return receipt)
1864
1865 2002-06-23 [paul]       0.7.8claws18
1866
1867         * src/messageview.c
1868                 fix bug introduced in last commit:
1869                 removed too much code in last commit - put back what's
1870                 needed
1871
1872 2002-06-23 [paul]       0.7.8claws17
1873
1874         * src/messageview.[ch]
1875                 remove code committed in error from locally patched
1876                 source
1877
1878 2002-06-23 [colin]      0.7.8claws16
1879
1880         * src/compose.[ch]
1881                 add compose_entry_select(), used to select the default_to
1882                 email address - hopefully avoiding people sending mails to
1883                 wrong recipients.
1884
1885 2002-06-22 [alfons]     0.7.8claws15
1886
1887         * AUTHORS
1888                 add Bram Metsch & Stanislav Karchebny
1889         * src/smtp.[ch]
1890         * src/prefs_account.[ch]
1891         * src/send.c
1892                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
1893                   options.  (see <http://sourceforge.net/tracker/index.php
1894                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
1895
1896                 - merge Stanislav's fix to make SMTP AUTH work with qmail
1897                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
1898
1899 2002-06-22 [paul]       0.7.8claws14
1900
1901         * sync with 0.7.8cvs5
1902                 see ChangeLog 2002-06-19 and 2002-06-20
1903
1904 2002-06-22 [alfons]     0.7.8claws13
1905
1906         * src/selective_download.c
1907                 fix a stupid mistake I made
1908
1909 2002-06-22 [alfons]     0.7.8claws12
1910
1911         * src/selective_download.[ch]
1912                 fix another unnoticed leak; cleanup code
1913
1914 2002-06-21 [alfons]
1915
1916         * tools/Makefile.am
1917                 gpg-sign <-- gpg-sign-syl
1918
1919 2002-06-21 [alfons]     0.7.8claws11
1920
1921         * src/selective_download.c
1922         * src/selective_download.h
1923                 fix assorted mix of allocation errors (should solve
1924                 problem reported by Philippe Gramoullé, see:
1925                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
1926
1927 2002-06-20 [melvin]     0.7.8claws10
1928
1929         * tools/gpg-sign *REMOVED*
1930           tools/gpg-sign-syl *ADDED*
1931                 Replaced the gpg clearsigning script with the version using
1932                 xterm instead of ssh-askpass and changed its name.
1933
1934         * README.claws
1935                 Updated actions example to reflect the renaming of the
1936                 gpg clearsigning script.
1937
1938 2002-06-19 [paul]       0.7.8claws9
1939
1940         * sync with 0.7.8claws9
1941                 see ChangeLog 2002-06-18 and 2002-06-19
1942
1943 2002-06-19 [paul]       0.7.8claws8
1944
1945         * sync with 0.7.8cvs1
1946                 see ChangeLog 2002-06-18
1947
1948 2002-06-18 [alfons]     0.7.8claws7
1949
1950         * src/mainwindow.h
1951                 add omitted prototype
1952
1953 2002-06-17 [paul]       0.7.8claws6
1954
1955         * src/mainwindow.c
1956                 fix hiding of exec_btn
1957
1958 2002-06-17 [paul]       0.7.8claws5
1959
1960         * src/pop.c
1961                 remove unneeded code: should_delete() 
1962                 and Pop3State::uidl_todelete_list
1963
1964 2002-06-17 [paul]       0.7.8claws4
1965
1966         * sync with 0.7.8
1967                 see ChangeLog 2002-06-11 and 2002-06-13
1968
1969 2002-06-16 [alfons]     0.7.8claws3
1970         
1971         * src/folder.c
1972                 make sure lock sort mode (claws specific) is
1973                 also persists after a tree rescan
1974
1975 2002-06-16 [alfons]     0.7.8claws2
1976
1977         * src/prefs_folder_item.c
1978         * src/folder.[ch]
1979                 fix persistence of folder sort mode (broken
1980                 by adapting Hiro's new folder persistence code)
1981
1982 2002-06-16 [alfons]     0.7.8claws1
1983
1984         * AUTHORS
1985         * src/logwindow.c
1986         * src/prefscommon.[ch]
1987                 control size of log text in log window; 
1988                 closes patch #569155 submitted by Mitko Haralanov.
1989
1990 2002-06-15 [paul]       0.7.8claws
1991
1992         * release of 0.7.8claws
1993
1994 2002-06-15 [paul]       0.7.7claws
1995
1996         * po/pt_BR.po
1997                 updated by Fabio Junior Beneditto
1998
1999 2002-06-14 [paul]       0.7.6claws49
2000
2001         * po/es.po
2002                 updated by Ricardo Mones Lastra
2003
2004 2002-06-14 [paul]       0.7.6claws48
2005
2006         * po/nl.po
2007                 updated translation by Wilbert Berendsen
2008
2009 2002-06-14 [melvin]     0.7.6claws47
2010
2011         * po/fr.po
2012                 Updated French translation
2013
2014 2002-06-13 [paul]       0.7.6claws46
2015
2016         * src/filesel.c
2017                 allow filename to be typed in, rather than just
2018                 selected by the mouse. Patch by Gustavo Noronha Silva.
2019
2020 2002-06-13 [alfons]     0.7.6claws45
2021
2022         * src/mainwindow.[ch]
2023                 more cleanups (removing unnecessary menu items Expand 
2024                 summary / message view)
2025
2026 2002-06-13 [melvin]     0.7.6claws44
2027
2028         * po/POTFILES.in
2029                 Added src/string_match.c
2030         * src/string_match.c
2031                 Fixed possible buffer overflow.
2032                 Corrected typo.
2033                 Added missing config.h header.
2034         * src/prefs_common.c
2035           src/prefs_matcher.c
2036           src/prefs_scoring.c
2037                 Made some strings translatable (missing _(..)).
2038
2039 2002-06-13 [melvin]     0.7.6claws43
2040
2041         * README.claws
2042                 Corrected action example (verifying clearsigned mail).
2043         * src/prefs_account.c
2044                 Corrected typo.
2045         * src/prefs_common.c
2046                 Removed incorrect line that generated a Gtk-CRITICAL msg.
2047
2048 2002-06-12 [alfons]     0.7.6claws42
2049
2050         * src/summaryview.c
2051                 add init of score column lost in 0.7.6claws42
2052
2053 2002-06-12 [paul]       0.7.6claws41
2054
2055         * src/prefs_account.c
2056                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
2057                 behavior of the radio buttons, (from 0.7.7cvs2)
2058
2059 2002-06-11 [alfons]     0.7.6claws40
2060
2061         * src/messageview.[ch]
2062         * src/summaryview.[ch]
2063         * src/summary_search.c
2064         * src/mainwindow.c
2065                 perform a sync to bring in Hiro's separate view implementation 
2066
2067                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
2068
2069 2002-06-11 [paul]       0.7.6claws39
2070         
2071         * src/prefs_account.c
2072                 correct a typo on the Receive tab
2073
2074 2002-06-10 [match]      0.7.6claws38
2075
2076         * src/addressbook.c
2077                 Included address completion patch from Gustavo Noronha.
2078
2079 2002-06-10 [paul]       0.7.6claws37
2080
2081         * src/inc.[ch]
2082           src/pop.c
2083           src/prefs_account.[ch]
2084           src/selective_download.[ch]
2085                 apply PATCH #561712
2086                  NEW:
2087                 - check if POP Account
2088                 - Receive Button renamed to Preview
2089                 - Preview Button Popup: preview new/all messages
2090                 - Download Button
2091                 - Account Preferences-->Receive tab checkbutton if you
2092                   want to remove Mail after Download
2093                 -: default YES
2094                 - Account Preferences-->Receive tab checkbutton use
2095                   filtering rules on preview
2096                   (think of delete_on_server)
2097                 -: default YES
2098                 - Account selectable from SD dialog
2099                 - checkbutton to show already downloaded messages if
2100                   all messages are previewed
2101                 - new clist column showing Date
2102                 - ESC KEY close
2103                 FIXES:
2104                 - play ball with UIDL
2105                 - fault tolerant (?) 
2106                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2107
2108 2002-06-10 [melvin]     0.7.6claws36
2109
2110         * README.claws
2111                 Added a hint to ac/README in cvs instructions.
2112
2113         * src/prefs_actions.c
2114                 Made it possible to use a more elaborate command line
2115                 for asynchronous actions, too.
2116
2117 2002-06-10 [melvin]     0.7.6claws35
2118         
2119         * src/prefs_actions.c
2120                 Make it possible to use a more elaborate command line
2121                 (e.g. |foo|bar|cat>there;echo Done|)
2122                 Corrected error message when calling %f, %F and %p commands
2123                 from the compose window.
2124
2125 2002-06-09 [colin]      0.7.6claws34
2126
2127         * src/summaryview.c
2128                 Automatically find unread messages in current folder
2129                 before annoying the user.
2130
2131 2002-06-08 [alfons]     0.7.6claws33
2132
2133         * po/it.po
2134                 remove bad formatting string in it.po translation
2135                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
2136
2137 2002-06-08 [paul]       0.7.6claws32
2138
2139         * sync with 0.7.6cvs25
2140                 see ChangeLog 2002-06-07
2141
2142 2002-06-05 [paul]       0.7.6claws31
2143
2144         * src/mainwindow.c
2145                 add 'Sort by locked' and 'Sort by score'
2146
2147 2002-06-05 [paul]       0.7.6claws30
2148
2149         * sync with 0.7.6cvs24
2150                 see ChangeLog 2002-06-04
2151
2152 2002-06-04 [paul]       0.7.6claws29
2153
2154         * po/pt_BR.po
2155                 updated by Fabio Junior Beneditto
2156
2157 2002-06-03 [thorsten]   0.7.6claws28
2158
2159         * src/matcher.c
2160                 fclose() matcherrc after reading
2161
2162 2002-06-03 [paul]       0.7.6claws27
2163
2164         * sync with 0.7.6cvs21
2165                 see ChangeLog 2002-05-31
2166
2167 2002-05-31 [paul]       0.7.6claws26
2168
2169         * sync with 0.7.6cvs20
2170                 see ChangeLog 2002-05-29 and 2002-05-30
2171
2172 2002-05-31 [paul]       0.7.6claws25
2173
2174         * src/imap.c
2175                 hopefully fix last buggy sync
2176
2177         * README.claws
2178                 correct typo in 'Actions' examples
2179
2180 2002-05-29 [paul]       0.7.6claws24
2181
2182         * sync with 0.7.6cvs18
2183                 see ChangeLog 2002-05-28 and 2002-05-29
2184
2185         * src/news.c
2186           src/nntp.[ch]
2187                 sync with above 
2188
2189 2002-05-28 [paul]       0.7.6claws23
2190
2191         * sync with 0.7.6cvs16
2192                 see ChangeLog 2002-05-28
2193
2194 2002-05-27 [thorsten]   0.7.6claws22 
2195
2196         * faq/it/sylpheed-faq-1.html
2197           faq/it/sylpheed-faq-2.html
2198           faq/it/sylpheed-faq-3.html
2199           faq/it/sylpheed-faq.html
2200                 corrected DOS lineendings
2201         * faq/de/sylpheed-faq-1.html
2202           faq/de/sylpheed-faq-2.html
2203           faq/en/sylpheed-faq-1.html
2204           faq/en/sylpheed-faq-2.html
2205           faq/en/sylpheed-faq-3.html
2206           faq/es/sylpheed-faq-1.html
2207           faq/es/sylpheed-faq-2.html
2208           faq/es/sylpheed-faq-3.html
2209           faq/fr/sylpheed-faq-1.html
2210           faq/it/sylpheed-faq-1.html
2211           faq/it/sylpheed-faq-2.html
2212           faq/it/sylpheed-faq-3.html
2213           faq/it/sylpheed-faq.html
2214                 changed ">" to &quot;
2215
2216 2002-05-27 [paul]       0.7.6claws21
2217         
2218         * sync with 0.7.6cvs15
2219                 see ChangeLog 2002-05-27
2220
2221 2002-05-27 [paul]       0.7.6claws20
2222
2223         * src/prefs_account.c
2224                 correct a typo
2225
2226 2002-05-26 [paul]       0.7.6claws19
2227
2228         * tools/README
2229                 correct a typo
2230
2231 2002-05-25 [paul]       0.7.6claws18
2232
2233         * tools/README
2234                 add description of kmail2sylpheed.pl
2235
2236 2002-05-25 [paul]       0.7.6claws17
2237
2238         * tools/kmail2sylpheed.pl       ** NEW FILE **
2239                 perl script that converts an exported Kmail address
2240                 book, converts it to sylpheed addressbook file,
2241                 writes the file to .sylpheed, and updates
2242                 addrbook--index.xml 
2243
2244 2002-05-25 [paul]       0.7.6claws16
2245
2246         * sync with 0.7.6cvs14
2247                 see ChangeLog 2002-05-23
2248
2249 2002-05-24 [paul]       0.7.6claws15
2250
2251         * README.claws
2252                 make a correction and add some more info
2253
2254 2002-05-24 [paul]       0.7.6claws14
2255
2256         * src/compose.c
2257                 fix memory leak in 
2258                 compose_redirect_write_headers_from_headerlist()
2259                 add Subject and Resent-Message-ID to
2260                 compose_redirect_write_headers()
2261                 Received, Subject, and X-UIDL are filtered out in 
2262                 compose_redirect_write_to_file()
2263
2264 2002-05-23 [paul]       0.7.6claws13
2265
2266         * src/compose.[ch]
2267           src/filtering.c
2268           src/mainwindow.c
2269           src/matcher.[ch]
2270           src/matcher_parser_lex.l
2271           src/matcher_parser_parse.y
2272           src/prefs_common.[ch]
2273           src/prefs_filtering.c
2274           src/summaryview.c
2275                 rename 'Bounce' to 'Redirect'
2276
2277 2002-05-23 [paul]       0.7.6claws12
2278
2279         * more sync with 0.7.6cvs13
2280           src/compose.c
2281                 see ChangeLog 2002-05-22
2282
2283 2002-05-22 [paul]       0.7.6claws11
2284
2285         * sync with 0.7.6cvs13
2286           src/codeconv.c
2287                 see ChangeLog 2002-05-20
2288           src/prefs_common.c
2289                 see ChangeLog 2002-05-22
2290
2291 2002-05-21 [melvin]     0.7.6claws10
2292
2293         * src/folderview.c
2294                 Added missing filtering and scoring headers
2295                 Fixed bad function call that showed garbage 
2296                 in Folder->Processing
2297
2298 2002-05-21 [paul]       0.7.6claws9
2299
2300         * tools/Makefile.am
2301                 make all tools executable, (patch by Alfons).
2302
2303 2002-05-20 [alfons]     0.7.6claws8
2304
2305         * src/procheader.c
2306                 don't forget to call mktime() so we have a valid week 
2307                 and year day
2308                 (Bug report by Roger Sondermann <mail@jumaros.de>)
2309
2310 2002-05-20 [paul]       0.7.6claws7
2311
2312         * src/html.c
2313                 fix broken parsing of urls
2314         * src/textview.c
2315                 fix displaying of urls
2316
2317                 both fixes from the patch [547855] by Eugene 
2318                 Brevdo (zonem)
2319
2320 2002-05-19 [alfons]     0.7.6claws6
2321
2322         * configure.in
2323                 make sylpheed configure correctly with the latest
2324                 and greatest of automake / autoconf / gettext
2325
2326 2002-05-19 [alfons]     0.7.6claws5
2327
2328         * src/procheader.c
2329         * src/procheader.h
2330                 add function for returning ime zone offset
2331         * src/quote_fmt.c
2332         * src/quote_fmt_parse.y
2333                 better quotation formatting - does not convert
2334                 to local time, but uses the original date string.
2335                 
2336                 Note: %z inserts the timezone offset (should 
2337                 work also on platforms where strftime does not
2338                 support %z).
2339
2340 2002-05-18 [christoph]  0.7.6claws4
2341
2342         * src/summaryview.c
2343                 fix indentation of some code
2344         * tools/Makefile.am
2345                 fix spaces after \
2346         * src/Makefile.am
2347                 add missing \
2348                 correct path for ignorethread.xpm
2349                 incorrect filename for sylpheed_logo.xpm
2350                 add missing include matcher_parser_parse.h
2351
2352 2002-05-18 [paul]       0.7.6claws3
2353
2354         * sync with 0.7.6cvs8
2355                 see ChangeLog 2002-05-16 and 2002-05-17
2356
2357 2002-05-18 [melvin]     0.7.6claws2
2358
2359         * README.claws
2360                 Corrected an action's definition and fixed some misspellings.
2361
2362 2002-05-18 [paul]       0.7.6claws1
2363
2364         * tools/Makefile.am
2365           tools/gpg-sign        ** new file **
2366           tools/uudec           ** new file **
2367                 add Melvin's Actions scripts
2368
2369         * README.claws
2370                 add Melvin's descriptions for Actions
2371
2372 2002-05-18 [paul]       0.7.6claws
2373
2374         * Version 0.7.6claws released
2375
2376 2002-05-17 [paul]       0.7.5claws32
2377
2378         * po/es.po
2379                 updated by Ricardo Mones Lastra
2380
2381 2002-05-17 [paul]       0.7.5claws31
2382
2383         * src/compose.c
2384                 fix Account prefs default folder for sent/draft/deleted
2385                 messages bug
2386
2387         * po/it.po
2388           po/nl.po
2389                 updated translation by Alessandro Maestri and
2390                 Wilbert Berendsen
2391
2392 2002-05-17 [melvin]     0.7.5claws30
2393
2394         * src/prefs_actions.c
2395                 Fixed bug where using %F not at the end of the command 
2396                 resulted in an additional empty argument being created.
2397                 Thanks to Darko Koruga for reporting the bug.
2398
2399 2002-05-17 [melvin]     0.7.5claws29
2400
2401         * po/fr.po
2402                 Updated French translations.
2403
2404 2002-05-15 [paul]       0.7.5claws28
2405         
2406         * po/es.po
2407                 updated by Ricardo Mones Lastra
2408
2409 2002-05-15 [paul]       0.7.5claws27
2410
2411         * sync with 0.7.6cvs4
2412                 see ChangeLog 2002-05-14 and 2002-05-15
2413
2414 2002-05-14 [paul]       0.7.5claws26
2415
2416         * sync with 0.7.6cvs1
2417                 see ChangeLog 2002-05-13
2418
2419 2002-05-13 [thorsten]   0.7.5claws25
2420
2421         * src/messageview.c
2422                 fix select_all and copy in multipart messages
2423         * src/mainwindow.c
2424                 fix select_all and copy in multipart messages
2425
2426 2002-05-12 [paul]       0.7.5claws24
2427
2428         * src/summaryview.c
2429                 reverse last commit, bug already fixed in 0.7.5claws3
2430
2431 2002-05-12 [netztorte]  0.7.5claws23
2432
2433         * src/summaryview.c
2434                 dont parse empty addressbook (checked in before claws20)
2435
2436 2002-05-12 [melvin]     0.7.5claws22
2437
2438         * src/procmsg.[ch]
2439                 Removed unneeded priority code introduced by the previous 
2440                 commit.
2441
2442 2002-05-12 [melvin]     0.7.5claws21
2443
2444         * src/compose.[ch]
2445                 Added possibility to set message's priority.
2446         * src/procmsg.[ch]
2447                 Added possibility to set message's priority.
2448                 Added missing headers
2449
2450 2002-05-12 [melvin]     0.7.5claws20
2451
2452         * src/prefs_actions.c
2453                 Removed implicitely added quotes around the name
2454                 of the temporary files of mime parts.
2455
2456 2002-05-12 [paul]       0.7.5claws19
2457
2458         * sync with 0.7.5cvs20
2459                 see ChangeLog 2002-05-11
2460
2461 2002-05-12 [alfons]     0.7.5claws18
2462
2463         * src/quote_fmt_lex.l
2464         * src/quote_fmt_parse.y
2465                 allow quote / reply date & time format to be set using
2466                 %D{format}. format is a format string you'd pass to
2467                 strftime() (see man strftime, or the Display tab |
2468                 Date format setting).
2469
2470                 Currently %D converts the date to local time. 
2471
2472 2002-05-11 [paul]       0.7.5claws17
2473
2474         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
2475                 see ChangeLog 2002-05-10 and 2002-05-11
2476
2477 2002-05-10 [paul]       0.7.5claws16
2478
2479         * sync with 0.7.5cvs16
2480                 see ChangeLog entries 2002-05-09 and 
2481                 2002-05-10
2482
2483 2002-05-10 [colin]      0.7.5claws15
2484
2485         * src/textview.c
2486                 Corrected a bug that prevented sylpheed to open
2487                 double-clicked URIs.
2488
2489 2002-05-09 [paul]       0.7.5claws14
2490
2491         * sync with 0.7.5cvs14
2492                 see ChangeLog 2002-05-08 and 2002-05-09
2493
2494 2002-05-08 [paul]       0.7.5claws13
2495
2496         * sync with 0.7.5cvs11
2497                 see ChangeLog entry 2002-05-08
2498
2499 2002-05-08 [paul]       0.7.5claws12
2500
2501         * src/mainwindow.c
2502           src/textview.[ch]
2503                 fix segfault on View->Open in new window
2504                 patch submitted by Thorsten Maerz <torte@netztorte.de>
2505
2506 2002-05-07 [paul]       0.7.5claws11
2507
2508         * sync with 0.7.5cvs9
2509                 see ChangeLog entry 2002-05-07
2510
2511 2002-05-06 [paul]       0.7.5claws10
2512
2513         * src/messageview.c
2514           src/textview.c
2515                 display url in statusbar on single-click
2516                 patch submitted by Thorsten Maerz <torte@netztorte.de>
2517
2518 2002-05-06 [match]      0.7.5claws9
2519
2520         * src/addritem.[ch]
2521                 new functions.
2522         * src/addrcache.c
2523                 tidy up.
2524         * src/xmlprops.[ch]
2525                 XML implementation of properties file.
2526         * src/exporthtml.[ch]
2527         * src/expthtmldlg.[ch]
2528         * src/addressbook.c
2529                 export to HTML.
2530
2531 2002-05-02 [sergey]     0.7.5claws8
2532
2533         * src/mainwindow.c (mainwin_entries),
2534           src/prefs_common.c (prefs_send_create()),
2535           src/codeconv.c (locale_table):
2536                 use charset name "Windows-1251" instead of "CP1251".
2537
2538 2002-05-02 [colin]      0.7.5claws7
2539         
2540         * src/compose.c
2541           src/prefs_common.c
2542           src/prefs_folder_item.c
2543                 Fixed cosmetics bugs due to Outbox renamed to Sent.
2544
2545 2002-05-02 [hiro]       0.7.5claws6
2546
2547         * src/imap.c
2548                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
2549
2550 2002-05-02 [paul]       0.7.5claws5
2551
2552         * src/compose.c
2553                 more sync with 0.7.5cvs7, see ChangeLog entry
2554                 2002-05-02
2555
2556 2002-05-02 [hiro]       0.7.5claws4
2557
2558         * src/compose.c
2559                 compose_queue_sub():
2560                 check if queue folder exists (closes #550397).
2561                 removed directory creation since it should be handled
2562                 transparently.
2563         * src/imap.c
2564                 imap_add_msg(): return UID for appended message
2565                 (closes #548842).
2566
2567 2002-04-30 [paul]       0.7.5claws3
2568
2569         * src/summaryview.c
2570                 fix account_find_from_address() bug
2571
2572 2002-04-28 [colin]      0.7.5claws2
2573
2574         * src/compose.c
2575           src/textview.c
2576           src/prefs_common.[ch]
2577           src/utils.[ch]
2578                 Added user-definable quotation characters recognition.
2579
2580 2002-04-28 [paul]       0.7.5claws1
2581
2582         * sync with 0.7.5cvs4
2583                 see ChangeLog entry  2002-04-25
2584
2585 2002-04-28 [paul]       0.7.5claws
2586
2587         * po/es.po
2588           po/nl.po
2589           po/pt_BR.po
2590                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
2591                 Fabio Junior Beneditto
2592
2593 2002-04-27 [jens]       0.7.4claws103
2594
2595         * po/de.po
2596                 updated German translation.
2597
2598 2002-04-27 [hiro]       0.7.4claws102
2599
2600         * src/summaryview.c
2601                 summary_write_cache(): fixed the mark loss of hidden messages.
2602
2603 2002-04-26 [melvin]     0.7.4claws101
2604
2605         * src/procmsg.c
2606                 fixed a second typo (same one)
2607         * po/fr.po
2608           po/it.po
2609           po/pt_BR.po
2610                 fixed the type again...
2611
2612 2002-04-26 [melvin]     0.7.4claws100
2613
2614         * src/procmsg.c
2615                 fixed a typo in an alert message ("temorary").
2616         * po/it.po
2617         * po/pt_BR.po
2618                 corrected the typo  described above.
2619         * po/fr.po
2620                 updated French translation.
2621
2622 2002-04-26 [darko]      0.7.4claws99
2623
2624         * src/summaryview.c
2625                 fix target folder colorization
2626
2627 2002-04-25 [paul]       0.7.4claws98
2628
2629         * po/it.po
2630                 updated by Alessandro Maestri
2631
2632 2002-04-24 [colin]      0.7.4claws97
2633         
2634         * src/compose.c
2635                 Fixed double "subject is empty" question.
2636
2637 2002-04-23 [colin]      0.7.4claws96
2638         
2639         * src/mimeview.c
2640                 Corrected issue when "automatically display images" was
2641                 not set : first image remained after selecting second.
2642
2643 2002-04-23 [melvin]     0.7.4claws95
2644
2645         * src/prefs_actions.c
2646                 Don't display in/out dialog if there is nothing to show.
2647
2648 2002-04-23 [paul]       0.7.4claws94
2649
2650         * sync with 0.7.5cvs3
2651                 bug fixes: see ChangeLog entry 2002-04-23
2652
2653 2002-04-22 [darko]      0.7.4claws93
2654
2655         * src/compose.c
2656                 fix previous check-in which changed code after
2657                 merge from main
2658
2659 2002-04-22 [paul]       0.7.4claws92
2660
2661         * faq/de/*
2662                 add German FAQ
2663         * faq/en/*
2664           faq/es/*
2665           faq/fr/*
2666                 update English, Spanish and French FAQs
2667         * manual/de/*
2668           manual/es/*
2669                 add German and Spanish manuals
2670         * manual/en/*
2671           manual/fr/*
2672                 update English and French manuals
2673
2674         * src/Makefile.am
2675                 add to and re-arrange the pixmap entries
2676
2677 2002-04-22 [darko]      0.7.4claws91
2678
2679         * src/compose.c
2680                 fix sender initials recognition to only allow
2681                 '>' after the initials
2682
2683 2002-04-21 [paul]       0.7.4claws90
2684
2685         * sync with 0.7.5 release
2686                 see ChangeLog entry 2002-04-21
2687
2688 2002-04-21 [alfons]
2689
2690         * src/Makefile.am
2691                 add colin's new pixmaps to EXTRA_DIST
2692
2693 2002-04-21 [colin]      0.7.4claws89
2694         * src/compose.c
2695         * src/inc.c
2696         * src/mainwindow.[ch]
2697         * src/prefs_common.[ch]
2698         * src/stock_pixmap.[ch]
2699                 Added "Work offline" ability.
2700
2701 2002-04-21 [colin]      0.7.4claws88
2702         
2703         * src/mimeview.c
2704         * src/prefs_common.c
2705         * src/prefs_common.h
2706         * src/textview.c : Added an option to common preferences -> display
2707           to allow user not to automatically display images.
2708
2709 2002-04-21 [paul]       0.7.4claws87
2710
2711         * sync with 0.7.4cvs52
2712                 see ChangeLog entry 2002-04-21 (src/imap.c)
2713
2714 2002-04-21 [paul]       0.7.4claws86
2715
2716         * sync with 0.7.4cvs51
2717                 see ChangeLog entry 2002-04-21
2718
2719 2002-04-21 [paul]       0.7.4claws85
2720
2721         * sync with 0.7.4cvs49
2722                 see ChangeLog entries 2002-04-20 and 2002-04-21
2723
2724         * src/Makefile.am
2725                 clean up: remove old 'stock_' element from xpm 
2726                 filenames.
2727
2728 2002-04-21 [alfons]     0.7.4claws84
2729
2730         apply sync patch from Paul
2731
2732         * src/folderview.c
2733                 use old claws prefs_folder_item_create() for now
2734
2735 2002-04-19 [match]      0.7.4claws83
2736
2737         * src/addressbook.[ch]
2738         * src/addrharvest.[ch]
2739         * src/addrgather.[ch]
2740                 recurse folders.
2741         * src/mainwindow.c
2742         * src/summaryview.[ch]
2743                 change menu option.
2744
2745 2002-04-19 [paul]       0.7.4claws82
2746
2747         * po/pt_BR.po
2748                 updated by Fabio Junior Beneditto
2749
2750 2002-04-14 [alfons]     0.7.4claws81
2751
2752         * src/passphrase.c
2753                 add #include <sys/types.h> for mode_t and off_t 
2754
2755 2002-04-13 [paul]       0.7.4claws80
2756         
2757         * src/main.c
2758           src/passphrase.[ch]
2759           src/pgptext.c
2760           src/prefs_common.[ch]
2761           src/rfc2015.c
2762                 enable storing of GnuPG passphrase for the whole 
2763                 session or a user-defined number of minutes. patch 
2764                 submitted by Ravemax <ravemax@dextrose.com>
2765
2766 2002-04-13 [alfons]     0.7.4claws79
2767
2768         * src/textview.c
2769                 make email parser also stop scanning when encountering separators
2770                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
2771
2772 2002-04-13 [paul]       0.7.4claws78
2773
2774         * sync with 0.7.4cvs39
2775                 see ChangeLog entry 2002-04-12
2776
2777 2002-04-11 [paul]       0.7.4claws77
2778
2779         * sync with 0.7.4cvs37
2780                 see ChangeLog entry 2002-04-11
2781
2782 2002-04-11 [paul]       0.7.4claws76
2783
2784         * COPYING 
2785                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
2786                 the clause for OpenSSL). sync with sylpheed main
2787
2788 2002-04-09 [melvin]     0.7.4claws75
2789
2790         * src/compose.c
2791                 Made 'Ctrl-Enter' on send ignore some modifiers 
2792                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
2793                 to bind other *-Enter (but not Alt-Enter).
2794
2795 2002-04-09 [paul]       0.7.4claws74
2796
2797         * sync with 0.7.4cvs35
2798                 see ChangeLog entries 2002-04-09
2799
2800 2002-04-08 [paul]       0.7.4claws73
2801
2802         * sync with 0.7.4cvs33
2803                 see ChangeLog entry 200-04-08
2804
2805 2002-04-07 [match]      0.7.4claws72
2806
2807         * src/addrharvest.[ch]
2808                 fixed to read all addresses in header, regardless
2809                 of header size. improved name parsing. accommodate
2810                 harvest from folders and selected message.
2811         * src/addritem.[ch]
2812                 included new address parsing function.
2813         * src/addrgather.[ch]
2814         * src/addressbook.[ch]
2815         * src/summaryview.[ch]
2816         * src/mainwindow.c
2817                 allow address harvest of folder as well as selected
2818                 messages.
2819
2820 2002-04-07 [paul]       0.7.4claws71
2821
2822         * src/esmtp.[ch]
2823           src/smtp.c
2824                 don't try to authenticate with CRAM-MD5 in SMTP when 
2825                 SMTP-AUTH enabled if MTA doesn't issue this 
2826                 auth-method in it's ehlo-response. bug item #531364,
2827                 patch item #938910. patch submitted by Colin Leroy 
2828                 <colin@colino.net>
2829
2830 2002-04-07 [paul]       0.7.4claws70
2831
2832         * src/nntp.c
2833                 fix missing MODE_READER bug. patch submitted by
2834                 Colin Leroy <colin@colino.net>
2835
2836 2002-04-07 [alfons]     0.7.4claws69
2837
2838         * src/matcher.[ch]
2839         * src/prefs_filtering.c
2840         * src/summaryview.c
2841                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
2842                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
2843
2844 2002-04-07 [paul]       0.7.4claws68
2845
2846         * sync with 0.7.4cvs32
2847                 see ChangeLog entry 2002-04-06
2848
2849         * tools/filter_conv.pl
2850                 more bug fixes
2851
2852 2002-04-06 [paul]       0.7.4claws67
2853
2854         * tools/filter_conv.pl
2855                 modify to be able to find the name of the first
2856                 mailbox and use that. main's filter does not
2857                 record the full path to the mailbox and therefore
2858                 can only filter to the first mailbox.
2859
2860 2002-04-05 [paul]       0.7.4claws66
2861
2862         * tools/filter_conv.pl
2863                 attempt to make the script all-encompassing and
2864                 be able to convert any main 'filter' rule thrown
2865                 at it
2866
2867 2002-04-05 [paul]       0.7.4claws65
2868
2869         * tools/filter_conv.pl
2870                 allow for collapsed folder trees
2871
2872 2002-04-05 [paul]       0.7.4claws64
2873
2874         * sync with 0.7.4cvs31
2875                 see ChangeLog entries 2002-04-05
2876
2877 2002-04-03 [paul]       0.7.4claws63
2878
2879         * sync with 0.7.4cvs29
2880                 see ChangeLog entries 2002-04-02 and 2002-04-03
2881
2882 2002-04-02 [paul]       0.7.4claws62
2883
2884         * sync with 0.7.4cvs26
2885                 see ChangeLog entry 2002-04-01
2886
2887 2002-04-02 [match]      0.7.4claws61
2888
2889         * src/pine.[ch]
2890         * src/importpine.[ch]
2891         * src/addressbook.c
2892                 import Pine address book.
2893
2894 2002-04-02 [match]      0.7.4claws60
2895
2896         * src/addrharvest.[ch]
2897                 improve address parsing of funky addresses.
2898
2899 2002-04-02 [darko]      0.7.4claws59
2900
2901         * src/compose.c
2902                 wrap on send improvements, it now recognizes quoted
2903                 initials as part of the quotation string, and it
2904                 does not join lines separated by CR
2905
2906 2002-04-01 [match]      0.7.4claws58
2907
2908         * src/mgutils.[ch]
2909                 added new functions.
2910         * src/mutt.[ch]
2911                 remove excessive duplicate address generation
2912                 on import.
2913
2914 2002-04-01 [alfons]     0.7.4claws57
2915         
2916         * src/summaryview.c
2917                 put back g_free() 
2918
2919 2002-04-01 [paul]       0.7.4claws56
2920
2921         * sync with 0.7.4cvs25
2922                 see ChangeLog entry 2002-04-01
2923
2924 2002-04-01 [alfons]     0.7.4aprilfool55
2925
2926         * src/summaryview.c
2927                 honour feature request item #537427 to allow for
2928                 displaying names from address book for sent mail also
2929
2930 2002-03-29 [paul]       0.7.4claws54
2931
2932         * src/mainwindow.c
2933           src/prefs_filtering.[ch]
2934           src/prefs_matcher.c
2935           src/summaryview.c
2936                 add 'fast filter' for claws' filtering,
2937                 /Tools/Create filter rule/... patch submitted
2938                 by Neill Miller <neillm@thecodefactory.org>
2939
2940 2002-03-29 [paul]       0.7.4claws53
2941
2942         * sync with 0.7.4cvs24
2943                 see ChangeLog entry 2002-03-29
2944
2945 2002-03-28 [paul]       0.7.4claws52
2946
2947         * sync with 0.7.4cvs23
2948                 see ChangeLog entry 2002-03-28
2949
2950 2002-03-27 [melvin]     0.7.4claws51
2951
2952         * src/prefs_actions.c
2953                 Added support to pass only one message part (as a
2954                 file) to the command using '%p'. No quotes are needed
2955                 because doubles quotes are automatically added.
2956                 Fixed bug where Sylpheed could block when waiting for
2957                 a child process to finish.
2958                 Changed the help menu to remove quotes around symbols to 
2959                 avoid misinterpretation (they must not be used).
2960
2961 2002-03-27 [melvin]     0.7.4claws50
2962
2963         * src/inc.c
2964                 Made the new mail notification command always 
2965                 execute asynchronously.
2966
2967 2002-03-27 [paul]       0.7.4claws49
2968
2969         * src/compose.c
2970                 fix bug introduced in last commit
2971
2972 2002-03-27 [paul]       0.7.4claws48
2973
2974         * sync with 0.7.4cvs21
2975                 see ChangeLog 2002-03-26 and 2002-03-27
2976
2977 2002-03-26 [hoa]        0.7.4claws47
2978
2979         * src/prefs_folder_item.c
2980                 really fixed the bug #516442 with folder rescan.
2981
2982 2002-03-26 [paul]       0.7.4claws46
2983
2984         * sync with 0.7.4cvs19
2985                 see ChangeLog entries 2002-03-25 and 2002-03-26
2986
2987 2002-03-25 [hoa]        0.7.4claws45
2988
2989         * src/matcher.c
2990         * src/mh.c
2991                 fix the bug #516442 with folder rescan.
2992
2993         * src/prefs_common.[ch]
2994         * src/compose.c
2995                 added an option to enable two different behaviours
2996                 for bounce.
2997
2998
2999 2002-03-25 [paul]       0.7.4claws44
3000
3001         * src/mainwindow.c
3002           src/selective_download.c
3003                 correct a few menuitem labels
3004
3005 2002-03-25 [christoph]  0.7.4claws43
3006
3007         * src/procmsg.c
3008                 fix non deleted tmp message in
3009                 procmsg_save_to_outbox
3010                 fix problems caused by sync with
3011                 main branch's procmsg_send_queue
3012
3013 2002-03-25 [paul]       0.7.4claws42
3014
3015         * src/quote_fmt.c
3016           src/quote_fmt_lex.l
3017           src/quote_fmt_parse.y
3018                 add Last name (%L) placeholder for quoting. 
3019                 patch submitted by Thorsten Thielen 
3020                 <thth@users.sourceforge.net>
3021
3022 2002-03-25 [paul]       0.7.4claws41
3023
3024         * src/utils.c
3025                 get full hostname. patch submitted by
3026                 Bob Woodside <rwoodside1@comcast.net>
3027
3028 2002-03-25 [paul]       0.7.4claws40
3029
3030         * src/account.c
3031           src/news.c
3032           src/nntp.[ch]
3033           src/prefs_account.[ch]
3034                 enable NNTP over SSL. patch submitted by
3035                 Pascal Jermini <pascal@infinity.hn.org>
3036
3037 2002-03-24 [paul]       0.7.4claws39
3038
3039         * src/prefs_common.c
3040                 make the arrangement of the Compose tab more
3041                 coherent
3042
3043         * src/mainwindow.c
3044                 fix some irregularities of style
3045
3046         * po/de.po
3047                 updated by Kilian Krause
3048
3049 2002-03-23 [paul]       0.7.4claws38
3050
3051         * po/pt_BR.po
3052                 updated by Fabio Junior Beneditto
3053
3054 2002-03-23 [paul]       0.7.4claws37
3055
3056         * src/mainwindow.c
3057                 move 'Gather addresses' to 'Tools' menu
3058                 make 'Selective download' sensitive
3059
3060 2002-03-23 [paul]       0.7.4claws36
3061
3062         * sync with 0.7.4cvs16
3063                 see ChangeLog entries 2002-03-23
3064
3065 2002-03-22 [christoph]  0.7.4claws35
3066
3067         * src/quote_fmt_parse.y
3068                 fix include program output
3069
3070 2002-03-22 [alfons]     0.7.4claws34
3071
3072         * src/pop.c
3073                 initialize GDate stack variable correctly (sorry!)
3074
3075 2002-03-22 [paul]       0.7.4claws33
3076
3077         * src/compose.c
3078           src/mainwindow.c
3079           src/prefs_actions.c
3080           src/prefs_common.c
3081                 rename 'Tool' to 'Tools'
3082
3083         * src/mainwindow.c
3084                 move 'Delete duplicated messages' from
3085                 'Message/' to 'Tools/'
3086                 re-arrange the order of 'Tools/' items
3087
3088 2002-03-22 [paul]       0.7.4claws32
3089
3090         * src/addr_compl.c
3091           src/addressbook.[ch]
3092                 auto-address completion now also matches on
3093                 Nickname. patch submitted by Bob Forsman 
3094                 <hammor@users.sourceforge.net>
3095
3096         * src/editaddress.c
3097                 correct a spelling mistake
3098
3099 2002-03-22 [alfons]     0.7.4claws31
3100
3101         * src/pop.c
3102                 fix getting uidl from incorrect string 
3103                 (spotted by Colin)
3104
3105 2002-03-21 [alfons]     0.7.4claws30
3106
3107         * src/pop.c
3108                 more code refactoring
3109                 plug mem leak introduced by delete on server
3110
3111 2002-03-21 [paul]       0.7.4claws29
3112
3113         * sync with 0.7.4cvs11
3114                 see ChangeLog entries 2002-03-20
3115
3116 2002-03-20 [alfons]     0.7.4claws28
3117
3118         * src/inc.c
3119                 apply Colin's patch and refactor
3120
3121 2002-03-20 [paul]       0.7.4claws27
3122
3123         * sync with sylpheed 0.7.4cvs9
3124                 see ChangeLog entry 2002-03-20
3125
3126 2002-03-19 [christoph]  0.7.4claws26
3127
3128         * src/mh.c
3129         * src/procmsg.[ch]
3130         * src/summaryview.c
3131                 revert changes for flag updates
3132                 (does not work correctly and no time to debug)
3133
3134 2002-03-20 [alfons]     0.7.4claws25
3135
3136         * src/pop.c
3137                 refactor should_delete() a little bit 
3138
3139 2002-03-19 [paul]       0.7.4claws24
3140
3141         * src/inc.[ch]
3142           src/pop.c
3143           src/prefs_account.[ch]
3144                 allow the user to leave downloaded mail on the 
3145                 server for n days. Patch submitted by Colin Leroy 
3146                 <colin@colino.net>
3147
3148 2002-02-19 [paul]       0.7.4claws23
3149
3150         * sync with sylpheed 0.7.4cvs8
3151                 see ChangeLog entries 2002-03-19
3152
3153 2002-03-18 [paul]       0.7.4claws22
3154
3155         * sync with sylpheed 0.7.4cvs6
3156                 see ChangeLog entry 2002-03-18
3157
3158 2002-03-18 [paul]       0.7.4claws21
3159
3160         * po/en_GB.po
3161                 add en_GB message catalogue
3162
3163         * src/mbox_folder.c
3164           src/prefs_account.c
3165           src/prefs_actions.c
3166                 correct a few spelling mistakes
3167
3168 2002-03-17 [alfons]     0.7.4claws20
3169
3170         * src/matcher.c
3171                 more stringent checks for NULL params when writing
3172                 filtering actions to a file
3173                 
3174 2002-03-17 [hoa]        0.7.3claws20
3175
3176         * src/news.c
3177                 fixed the count of new messages
3178
3179         * src/compose.c
3180                 fixed the "attachment properties" window
3181
3182 2002-03-17 [paul]       0.7.4claws19
3183
3184         * src/defs.h
3185           src/folder.h
3186           src/news.c
3187           src/prefs_account.[ch]
3188           src/procmsg.[ch]
3189           src/summaryview.c
3190                 automatically mark cross-posted messages as read 
3191                 and (optionally) give them a colour label
3192                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
3193                 
3194
3195 2002-03-17 [paul]       0.7.4claws18
3196
3197         * sync with sylpheed 0.7.4cvs5
3198                 see ChangeLog entry 2002-03-17
3199
3200 2002-03-17 [melvin]     0.7.4claws17
3201         
3202         * src/textview.c
3203                 Worked around a gtktext 'bug': when searching for 
3204                 a text in a long message it was scrolling slowly
3205                 line by line until it hit the searched text.
3206         * po/fr.po
3207                 Updated French translation
3208
3209 2002-03-17 [melvin]     0.7.4claws16
3210
3211         * src/mainwindow.c
3212         * src/compose.c
3213         * src/prefs_actions.c
3214                 Moved "Edit/Actions" to "Tool/Actions"
3215                 Made mainwindow/compose window sensitive as soon as
3216                 no child process is running anymore even if the io dialog
3217                 is open.
3218                 Fixed a struct being initialized with a non constant char*
3219
3220 2002-03-16 [christoph]  0.7.4claws15
3221
3222         * configure.in
3223                 add --with-compiler-flags option
3224                 (only for developer hacking)
3225         * src/mh.c
3226         * src/procmsg.[ch]
3227         * src/summaryview.c
3228                 try to make folder-stats and flag handling more
3229                 independent from the summaryview. msgcounts
3230                 are only set when the folder is opened and
3231                 procmsg_msginfo_(un)set_flags will handle it
3232                 later and summaryview will get the values
3233                 from the folder.
3234
3235 2002-03-16 [paul]       0.7.4claws14
3236
3237         * src/messageview.c
3238                 fix Return-receipt. Patch submitted by Bob
3239                 Woodside <rwoodside1@comcast.net>
3240
3241 2002-03-16 [paul]       0.7.4claws13
3242
3243         * src/compose.c
3244                 fix 'dynamic' signatures, make it work again
3245                 broken during sync on 2002-03-14 (0.7.4claws2)
3246
3247 2002-03-15 [match]      0.7.4claws12
3248
3249         * src/addrharvest.[ch]
3250         * src/addrgather.[ch]
3251         * src/addressbook.[ch]
3252         * src/mainwindow.c
3253                 included address harvester feature. still some
3254                 issues with address parsing that I will fix.
3255
3256 2002-03-15 [match]      0.7.4claws11
3257
3258         * src/addrbook.[ch]
3259         * src/addrcache.[ch]
3260         * src/addressbook.[ch]
3261         * src/addrindex.c
3262         * src/editbook.c
3263         * src/importldif.c
3264         * src/importmutt.c
3265         * src/jpilot.[ch]
3266         * src/main.c
3267         * src/syldap.[ch]
3268         * src/vcard.[ch]
3269                 tidy up. fix memory leaks. moved attribs and methods
3270                 from individual interfaces to addrcache object. prep
3271                 for new stuff to come in.
3272
3273 2002-03-15 [alfons]     0.7.4claws10
3274
3275         * src/matcher.[ch]
3276         * src/matcher_parser_parse.y
3277         * src/matcher_parser_lex.l
3278         * src/prefs_matcher.c
3279                 add filtering conditions message greater than, smaller 
3280                 than, and exactly matching a size in bytes
3281                 (does not work with delete from POP3 server yet)
3282
3283                 this should also give others an idea what you should
3284                 do to add new criterions to claws filtering system
3285                 
3286
3287 2002-03-15 [paul]       0.7.4claws9
3288
3289         * tools/filter_conv.pl
3290                 exit if there are no filter rules to convert
3291                 rename filterrc to filterrc.old after completion
3292
3293 2002-03-15 [paul]       0.7.4claws8
3294
3295         * sync with sylpheed 0.7.4cvs3
3296                 see ChangeLog entry 2002-03-14
3297
3298 2002-03-14 [paul]       0.7.4claws7
3299
3300         * src/compose.c
3301                 clean up the last commit (ahem)
3302
3303 2002-03-14 [paul]       0.7.4claws6
3304
3305         * src/compose.c
3306                 fix bug #515655. honour account preferences
3307                 regarding gpg default signing/encryption when 
3308                 changing account from the compose window.
3309
3310 2002-03-14 [paul]       0.7.4claws5
3311
3312         * src/folderview.c
3313                 remove unnecessary curly brackets
3314
3315 2002-03-14 [paul]       0.7.4claws4
3316
3317         * src/folderview.c
3318           src/prefs_filtering.[ch]
3319                 add filter rename on folder rename and filter
3320                 delete on folder delete. Patch submitted by
3321                 Neill Miller <neillm@thecodefactory.org> 
3322
3323 2002-03-14 [christoph]  0.7.4claws3
3324
3325         * src/procmsg.c
3326         * src/send.c
3327                 fix local delivery
3328                 (patch submitted by "Simon 'corecode' Schubert")
3329         * src/prefs_common.c
3330         * src/procmsg.c
3331                 fix gcc 3.0 warning
3332
3333 2002-03-14 [paul]       0.7.4claws2
3334
3335         * sync with sylpheed 0.7.4cvs2
3336                 see ChangeLog entry 2002-03-13
3337
3338 2002-03-12 [darko]      0.7.4claws1
3339
3340         * src/mainwindow.c
3341                 fix what seems to be a copy and paste error
3342                 when setting color for important messages
3343                 (reported by wwp)
3344
3345 2002-03-11 [paul]       version 0.7.4claws released
3346
3347 2002-03-11 [paul]       0.7.4claws
3348
3349         * po/es.po
3350           po/it.po
3351           po/nl.po
3352           po/pt_BR.po
3353                 update message catalogs. Submitted by Ricardo Mones 
3354                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
3355                 Fabio Junior Beneditto
3356
3357         * configure.in
3358           faq/Makefile.am
3359           faq/it/Makefile
3360           faq/it/sylpheed-faq*
3361           src/mainwindow.c
3362           src/manual.[ch]
3363                 add FAQ in Italian
3364         
3365
3366 2002-03-11 [jens]       0.7.3claws7
3367
3368         * po/de.po
3369                 updated German translation
3370
3371 2002-03-11 [melvin]     0.7.3claws6
3372
3373         * po/fr.po
3374                 updated and corrected French translation
3375
3376 2002-03-10 [hoa]        0.7.3claws5
3377
3378         * src/account.c
3379         * src/inc.c
3380         * src/prefs_account.c
3381         * src/procmsg.c
3382         * src/send.[ch]
3383                 fixed the local account.
3384                 you have to change the default "/usr/sbin/sendmail"
3385                 to "/usr/sbin/sendmail -t" in the preferences of
3386                 the local account.
3387
3388         * src/procmime.c
3389                 removed some debug display for renderer
3390
3391 2002-03-10 [paul]       0.7.3claws4
3392
3393         * faq/en/sylpheed-faq-1.html
3394           faq/en/sylpheed-faq-2.html
3395                 update
3396
3397 2002-03-09 [paul]       0.7.3claws3
3398
3399         * sync with sylpheed 0.7.4
3400                 see ChangeLog entry 2002-03-09
3401
3402 2002-03-08 [paul]       0.7.3claws2
3403
3404         * faq/en/sylpheed-faq*
3405           faq/es/sylpheed-faq*
3406           faq/fr/sylpheed-faq*
3407                 update the FAQs
3408
3409         * manual/fr/.cvsignore
3410           manual/fr/Makefilea.am
3411           manual/fr/sylpheed*
3412           src/mainwindow.c
3413           src/manual.[ch]
3414                 add the French manual
3415
3416 2002-03-07 [paul]       0.7.3claws1
3417
3418         * sync with sylpheed 0.7.3cvs4
3419                 see ChangeLog entries  2002-03-06 and 2002-03-07
3420         
3421         * po/nl.po
3422                 updated by Wilbert Berendsen
3423
3424 2002-03-07 [melvin]     0.7.2claws34
3425
3426         * src/selective_download.c
3427                 Changed the pixmap of the receive button to MAIL_RECEIVE.
3428
3429 2002-03-06 [paul]       0.7.2claws33
3430
3431         * sync with sylpheed 0.7.3cvs1
3432                 bug fix, see ChangeLog entry 2002-03-05
3433
3434 2002-03-05 [paul]       0.7.2claws32
3435
3436         * src/mimeview.c
3437           src/pgptext.[ch]
3438           src/procmsg.c
3439                 reverse the pgp ascii-armored code implemented in 
3440                 0.7.2claws16. removal of this code until it matures.
3441                 this means that verifying ascii-armored pgp sigs and
3442                 automatic decryption of ascii-armored encrypted
3443                 messages no longer works.
3444
3445 2002-03-05 [paul]       0.7.2claws31
3446
3447         * configure.in
3448           Makefile.am
3449         * faq/Makefile.am
3450         * faq/en/Makefile.am
3451           faq/en/sylpheed-faq.html
3452           faq/en/sylpheed-faq-1.html
3453           faq/en/sylpheed-faq-2.html
3454           faq/en/sylpheed-faq-3.html
3455         * faq/es/Makefile.am
3456           faq/es/sylpheed-faq.html
3457           faq/es/sylpheed-faq-1.html
3458           faq/es/sylpheed-faq-2.html
3459           faq/es/sylpheed-faq-3.html
3460           faq/es/sylpheed-faq-4.html
3461         * faq/fr/Makefile.am
3462           faq/fr/sylpheed-faq.html
3463           faq/fr/sylpheed-faq-1.html
3464           faq/fr/sylpheed-faq-2.html
3465           faq/fr/sylpheed-faq-3.html
3466         * src/Makefile.am
3467           src/defs.h
3468           src/mainwindow.c
3469           src/manual.[ch]
3470                 add FAQs in English, Spanish and French
3471
3472
3473 2002-03-05 [paul]       0.7.2claws30
3474
3475         * manual/en/sylpheed.html
3476           manual/en/sylpheed-XX.html
3477                 updated the English manual
3478
3479 2002-03-05 [hoa]        
3480
3481         * src/summaryview.c
3482                 dialog box pops up if the article can't be deleted.
3483
3484 2002-03-04 [paul]       
3485         
3486         * po/pt_BR.po
3487                 updated by Fabio Junior Benedito
3488
3489 2002-03-04 [hoa]
3490
3491         * removed ac/gpgme.m4
3492                 to avoid autogen common problem
3493                 developers have to install gpgme development package now
3494
3495         * src/compose.c
3496                 encoding to 7bit or 8bit is enabled.
3497
3498 2002-03-03 [alfons]     0.7.2claws29
3499
3500         * src/pop.c
3501                 merge fix by Oliver Haertel for selective
3502                 download buglet
3503
3504 2002-03-03 [paul]       0.7.2claws28
3505         
3506         * sync with sylpheed 0.7.3
3507
3508 2002-03-03 [paul]       0.7.2claws27
3509
3510         * sync with sylpheed 0.7.2cvs24
3511                 see ChangeLog entries 2002-03-02 and 2002-03-03
3512
3513 2002-03-02 [melvin]     0.7.2claws26
3514
3515         * src/inc.[ch]
3516         * src/main.c
3517         * src/mainwindow.c
3518         * src/prefs_common.[ch]
3519                 Added user definable notification on new mail arrival.
3520                 Removed unused variables in spell checker prefs code.
3521
3522 2002-03-02 [melvin]     0.7.2claws25
3523
3524         * src/quote_fmt.c
3525                 Removed unnecessary escape sequences.
3526                 Changed 'Initial...' to 'Initials of Sender'
3527
3528 2002-03-02 [paul]       0.7.2claws24
3529
3530         * sync with sylpheed 0.7.2cvs22
3531                 see ChangeLog entry 2002-03-01
3532
3533 2002-03-01 [hoa]        0.7.2claws23
3534
3535         * src/mainwindow.c
3536                 Set sensitivity of delete actions to active
3537                 even if the folder is a newsgroup.
3538
3539         * src/summaryview.c
3540                 - Set sensitivity of delete actions
3541                 - Added function check_permission() that will check if the
3542                   user is authorized to delete a message. For news, it
3543                   will check if the author is the same.
3544                 - Enabled deletion when there is no trash folder.
3545
3546         * src/news.[ch]
3547                 - Added news_cancel_article() to cancel articles
3548                 - Implemented news_remove_message() (public function)
3549
3550 2002-03-01 [paul]       0.7.2claws22
3551
3552         * src/gtkutils.c
3553           src/textview.c
3554                 recognise urls that that don't include 'http://' and
3555                 simply begin 'www.' 
3556
3557         * AUTHORS
3558                 remove duplicated name
3559
3560 2002-02-28 [paul]       0.7.2claws21
3561
3562         * src/mainwindow.c
3563           src/summaryview.[ch]
3564                 add ability to 'Select thread'
3565                 combines Melvin's "Select thread's head" patch (#510907)
3566                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
3567                 patch (#518514) 
3568
3569 2002-02-28 [paul]       0.7.2claws20
3570
3571         * src/mimeview.c
3572                 hopefully fix segfault on right-clicking a mime part
3573                 that some people have experienced.      
3574                 fix submitted by Fredrik Olofsson <frol@linux.nu>
3575
3576 2002-02-28 [paul]       0.7.2claws19
3577
3578         * sync with sylpheed 0.7.2cvs21
3579                 see ChangeLog entries 2002-02-27 and 2002-02-28
3580
3581 2002-02-27 [paul]       0.7.2claws18
3582
3583         * sync with sylpheed 0.7.2cvs18
3584                 see ChangeLog entries 2002-02-26 and 2002-02-27
3585
3586 2002-02-26 [alfons]     0.7.2claws17
3587
3588         * src/procheader.c
3589                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
3590                 (spotted by Chris Hessman <idatech@gmx.net>)
3591
3592 2002-02-26 [paul]       0.7.2claws16
3593
3594         * src/mimeview.c
3595           src/pgptext.[ch]
3596           src/procmsg.c
3597                 make decryption of ascii-armored pgp encrypted messages
3598                 and verification of ascii-armored signatures work again.
3599                 slightly altered from the patch by Jens Jahnke 
3600                 <jan0sch@gmx.net>
3601
3602                 ##FIX ME##
3603                 * the checking of plaintext signatures always comes up in 
3604                   a popup box
3605                 * it doesn't work for multipart messages 
3606                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
3607                   including the msg headers and these 2 line themselves, are 
3608                   not displayed
3609
3610         * src/mainwindow.c
3611                 "View/Folder Tree" becomes "View/Separate Folder Tree"
3612                 "View/Message View" becomes "View/Separate Message View"
3613                 because its less ambiguous.
3614
3615         * po/es.po
3616                 updated by Ricardo Mones Lastra
3617
3618 2002-02-26 [paul]       0.7.2claws15
3619
3620         * sync with sylpheed 0.7.2cvs17
3621                 see ChangeLog entries 2002-02-25 and 2002-02-26
3622
3623 2002-02-25 [christoph]  0.7.2claws14
3624
3625         * src/filtering.[ch]
3626         * src/inc.c
3627                 do filtering stuff after all messages have been received
3628                   1. drop all messages to .processing
3629                   2. scan processing folder for messages
3630                   3. filter messages or move to inbox
3631                 this will also find old messages left in processing after
3632                 a crash or something like that and we get a real msginfo
3633                 from folder->get_msg_list and do not have to create our
3634                 own in filter_message
3635         * src/matcher_parser_parse.y
3636                 remove MIX/MAX warning (reordered includes)
3637
3638 2002-02-25 [paul]       0.7.2claws13
3639
3640         * sync with sylpheed 0.7.2cvs15
3641                 see ChangeLog entry 2002-02-24
3642
3643 2002-02-24 [alfons]     0.7.2claws12
3644
3645         * src/filtering.c
3646                 clear old color flags first when applying a new color to
3647                 a message info. 
3648                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
3649
3650 2002-02-24 [alfons]     0.7.2.claws11
3651         
3652         * AUTHORS
3653         * src/prefs_common.c
3654                 add presets for Opera and Konqueror, closes patch #517261,
3655                 submitted by Ville Skyttä <scop@users.sourceforge.net>
3656
3657 2002-02-24 [alfons]     0.7.2.claws10
3658
3659         * AUTHORS
3660         * src/summaryview.c
3661                 fix threading for null message ids, closes patch #521601,
3662                 submitted by Bob Forsman <hammor@users.sourceforge.net>
3663
3664 2002-02-24 [alfons]     0.7.2claws9
3665
3666         * src/summaryview.c
3667         * src/filtering.c
3668                 make Tool | Filter Message work with filtering system so
3669                 setting flags also works
3670
3671                 TODO:
3672
3673                 - Processing uses the same function as Tool | Filter
3674                   Message, but doesn't use the same update proc yet
3675
3676 2002-02-23 [paul]       0.7.2claws8
3677
3678         * sync with sylpheed 0.7.2cvs14
3679                 see ChangeLog entries 2002-02-22 and 2002-02-23
3680
3681 2002-02-22 [christoph]  0.7.2claws7
3682
3683         * src/quote_fmt.c
3684                 Add column space to table
3685         * src/quote_fmt_parse.y
3686                 Close files
3687
3688 2002-02-22 [paul]       0.7.2claws6
3689
3690         * src/Makefile.am
3691           src/defs.h
3692           src/filtering.c
3693           src/inc.[ch]
3694           src/mainwindow.c
3695           src/matcher.[ch]
3696           src/matcher_parser_lex.l
3697           src/matcher_parser_parse.y
3698           src/pop.[ch]
3699           src/prefs_account.h
3700           src/prefs_filtering.c
3701           src/selective_download.[ch]   *** NEW FILES ***
3702           src/utils.[ch]
3703           po/POTFILES.in
3704                 Selective Download added to 'Tool' menu. 
3705                 Retrieves email headers of the currently selected pop3 
3706                 account and allows the user to mark emails for deletion 
3707                 right on the pop3 server. Patch submitted by Oliver Haertel 
3708                 <oha@users.sourceforge.net>.
3709         
3710         * po/POTFILES.in
3711                 add 'src/quote_fmt.c'           
3712
3713 2002-02-22 [christoph]  0.7.2claws5
3714
3715         * src/Makefile.am
3716                 added quote_fmt.c
3717         * src/prefs_common.[ch]
3718         * src/prefs_template.c
3719         * src/quote_fmt.c               *** NEW FILE ***
3720         * src/quote_fmt.h
3721                 move quote format symbol description code
3722                 to it's own file because it is used from
3723                 differnent code parts
3724                 Rewrote symbol description GUI
3725                   + use table
3726                   + add separators
3727                   + get data from array (no more long constant strings)
3728         * src/quote_fmt_lex.l
3729         * src/quote_fmt_parse.y
3730                 Symbol for Literal % changed to \% instead of %%
3731                 (More logical as \ is used for quoting for other symbols)
3732                 Add |f and |p to include files and program output
3733                 Examples:
3734                     |f{/home/.../.signature}
3735                     |p{date}
3736         * po/de.po
3737                 Correct wrong spelling for "Referenzen"
3738
3739 2002-02-21 [paul]       0.7.2claws4
3740
3741         * src/procmsg.c
3742                 forgotten during sync
3743
3744 2002-02-21 [paul]       0.7.2claws3
3745
3746         * sync with sylpheed 0.7.2cvs11
3747                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
3748                 2002-02-20 and 2002-02-21
3749
3750 2002-02-20 [melvin]     0.7.2claws2
3751
3752         * src/prefs_actions.c
3753                 Added error report when child cannot fork or when execvp 
3754                 returns with an error.
3755
3756 2002-02-19 [christoph]  0.7.2claws1
3757
3758         * src/codeconv.c
3759                 return unconverted text if conde conversion is not possible
3760                 when libjconv is used.
3761                 (patch submitted by "Simon 'corecode' Schubert")
3762
3763 2002-02-19 [paul]       
3764
3765         * version 0.7.2claws release
3766
3767 2002-02-19 [paul]       0.7.2claws
3768
3769         * po/nl.po
3770                 updated by Wilbert Berendsen
3771
3772
3773 2002-02-18 [alfons]     0.7.1claws13
3774
3775         * src/syldap.c
3776         * src/jpilot.c
3777                 remove references to dlfcn and explicitly loading functions
3778                 from dynalink libs, because libs linked anyway, and functions
3779                 are loaded explicitly
3780
3781 2002-02-17 [melvin]     0.7.1claws12
3782
3783         * src/prefs_actions.c
3784                 Replaced children wait loop with double fork technique.
3785                 Now, input/output window updated at each new output.
3786                 free_children(): Fixed a memory leak.
3787                 Made input/output window non closable if running children
3788                 still exist.
3789                 Added missing <unistd.h> include.
3790                 Added some --debug outputs.
3791
3792 2002-02-17 [melvin]     0.7.1claws11
3793
3794         * src/summaryview.c
3795                 Fixed bug where descending sort order did not select top
3796                 message.
3797
3798 2002-02-17 [melvin]     0.7.1claws10
3799
3800         * acconfig.h
3801                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
3802         * src/prefs_common.c
3803                 Pspell data package directory no more hard coded but
3804                 set during configuration (PSPELL_PATH). (Thanks to 
3805                                 Gustavo Noronha Silva.)
3806
3807 2002-02-17 [melvin]     0.7.1claws9
3808
3809         * configure.in
3810                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
3811         * src/gtkspell.c
3812                 Fixed compile-time warnings.
3813
3814 2002-02-16 [alfons]     0.7.1claws8
3815
3816         * src/filesel.c
3817                 fix inadvertent free of NULL pointer which caused
3818                 sylpheed to crash when closing the save-as dialog
3819                 using the window close button
3820
3821 2002-02-16 [carsten]    0.7.1claws7
3822         * src/mainwindow.[ch]
3823           src/summaryview.c
3824           src/prefs_common.c
3825                 fixes for pixmap theming code:
3826                         - recently changed mail attributes shouldn't get
3827                           lost any longer
3828                         - theme is only reloaded iff another theme was
3829                           selected
3830
3831 2002-02-16 [paul]       0.7.1claws6
3832
3833         * sync with sylpheed 0.7.2 release
3834                 see ChangeLog entry 2002-02-15 and 2002-02-16
3835
3836 2002-02-15 [paul]       0.7.1claws5
3837
3838         * sync with sylpheed 0.7.1cvs9
3839                 see ChangeLog entry 2002-02-15
3840
3841         * po/POTFILES.in
3842                 remove unneeded headerwindow.c entry
3843
3844 2002-02-14 [carsten]    0.7.1claws4
3845         * src/summaryview.c
3846                 fixed a bug for "Go to next unread message": there was
3847                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
3848                 in the prefs, because of doing "Search again" instead
3849                 "No"
3850
3851 2002-02-14 [carsten]    0.7.1claws3
3852         * src/stock_pixmap.c
3853                 removed 2 more mem leaks; following memprof,
3854                 this code is "leak free" now :)
3855
3856 2002-02-14 [carsten]    0.7.1claws2
3857         * src/stock_pixmap.c
3858                 used opendir/readdir/closedir instead of scandir
3859                 -> code should work now on Solaris
3860
3861 2002-02-14 [paul]       0.7.1claws1
3862
3863         * sync with sylpheed 0.7.1cvs8
3864                 see ChangeLog entries 2002-02-13 and 2002-02-14
3865
3866         * README.claws
3867                 add some description of Actions and Pixmap Themes
3868
3869 2002-02-13 [paul]       
3870
3871         * version 0.7.1claws release
3872
3873 2002-02-13 [paul]       0.7.1claws
3874
3875         * po/es.po
3876           po/it.po
3877           po/pt_BR.po
3878                 updated translations, submitted by Ricardo Mones Lastra,
3879                 Alessandro Maestri and Fabio Junior Beneditto
3880
3881 2002-02-13 [melvin]     0.7.0claws75
3882
3883         * src/prefs_actions.c
3884                 Added missing "signal.h" include
3885
3886 2002-02-13 [melvin]     0.7.0claws74
3887
3888         * src/prefs_folder_item.c
3889                 Added missing "config.h" include
3890         * po/fr.po
3891                 Updated French translation for folder propriety.
3892
3893 2002-02-13 [jens]       0.7.0claws73
3894
3895         * po/POTFILES.in
3896                 Added missing src/prefs_folder_item.c [log added by melvin]
3897         * po/de.po
3898                 Updated German translation.
3899
3900 2002-02-13 [melvin]     0.7.0claws72
3901
3902         * po/fr.po
3903                 Updated French translation.
3904
3905 2002-02-13 [melvin]     0.7.0claws71
3906
3907         * src/gtkutils.c
3908                 Made gtkut_editable_get_selection return NULL if selection
3909                 is of length zero.
3910                 This fixes a bug where selecting part of message A then
3911                 switching to message B and replying to it will not
3912                 quote the message's body.
3913
3914 2002-02-12 [paul]       0.7.0claws70
3915
3916         * src/mainwindow.c
3917                 cosmetic, relating to pixmap themes: on toolbar make 
3918                 updating of 'Exec' and 'Compose news/Compose email'
3919                 icons faster.
3920
3921 2002-02-12 [carsten]    0.7.0claws69
3922         * src/folderview.c
3923           src/mainwindow.[ch]
3924           src/stock_pixmap.c
3925           src/summaryview.c
3926           src/prefs_common.c
3927                 - refreshing after changing pixmap theme better
3928                   now (thanks Paul)
3929                 - wanted to remove some mem leaks, but alfons was
3930                   faster (and had the better solution ;)
3931
3932 2002-02-12 [alfons]     0.7.0claws68
3933
3934         * src/prefs_common.c
3935         * src/stock_pixmap.[ch]
3936                 plug mem leaks, refactor code a little bit
3937
3938
3939 2002-02-12 [sergey]     0.7.0claws67
3940
3941         * src/imap.c
3942                 Fixed problem with copying messages to IMAP folders when the
3943                 server uses something other than '/' as a namespace separator
3944                 (cyrus-imapd uses '.').
3945
3946 2002-02-12 [jens]       0.7.0claws66
3947
3948         * po/de.po
3949                 Updated German Translation
3950
3951 2002-02-12 [paul]       0.7.0claws65
3952
3953         * sync with sylpheed 0.7.1cvs1
3954                 see ChangeLog entry 2002-02-12
3955
3956 2002-02-12 [melvin]     0.7.0claws64
3957
3958         * src/prefs_actions.c
3959                 Fixed "feature" where children's output was duplicated 
3960                 instead of refreshed while monitoring.
3961                 Removed some debug code.
3962
3963 2002-02-12 [christoph]  0.7.0claws63
3964
3965         * src/compose.c
3966                 always delete message from queue after sending/send error
3967                 (closes bug #509601)
3968
3969 2002-02-12 [melvin]     0.7.0claws62
3970
3971         * src/prefs_actions.c
3972                 Children wait loop is now triggered with a timeout of 1s
3973                 Added %F which is replaced with the list of filenames 
3974                 of all selected messages (as suggested by Ricardo Mones Lestra)
3975                 Pipe syntax changed. Prefix with | to send selection, postfix
3976                 with | to retrieve output. Prefix with > or * to send
3977                 user definable input to the command (*: input is hidden)
3978                 Old pipe action should now be postfixed with |, too.
3979
3980 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
3981         * src/stock_pixmap.c
3982                 fixed a bug: if there's no theme directory don't
3983                 throw an error, just do "nothing" (thanks Alfons)
3984
3985 2002-02-12 [carsten]    0.7.0claws60
3986         * src/folderview.c
3987           src/summaryview.c
3988                 had to write the cache twice (nasty!); some marks would 
3989                 get lost if not
3990
3991 2002-02-11 [carsten]    0.7.0claws59
3992         * acconfig.h
3993           configure.in
3994           doc-src/maintainer_guide.txt
3995           src/compose.[ch]
3996           src/defs.h
3997           src/folderview.[ch]
3998           src/gtkutils.[ch]
3999           src/mainwindow.[ch]
4000           src/prefs_common.[ch]
4001           src/stock_pixmap.[ch]
4002           src/summaryview.[ch]
4003                 pixmap theming and related work on pixmap
4004                 handling on some other places
4005                 (e.g. hrm features for all folder)
4006           src/pixmap/stock_*.xpm -> the stock_ was removed
4007         
4008 2002-02-11 [paul]       0.7.0claws58
4009
4010         * sync with sylpheed 0.7.1 release
4011                 see ChangeLog entries 2002-02-11
4012
4013 2002-02-08 [paul]       0.7.0claws57
4014
4015         * sync with sylpheed 0.7.0cvs39
4016                 see ChangeLog entry 2002-02-07 (last entry) 
4017
4018         * src/prefs_actions.c
4019           src/prefs_filtering.c
4020           src/prefs_matcher.c
4021           src/prefs_scoring.c
4022                 sync: made it compile with C compilers other than gcc
4023
4024 2002-02-07 [paul]       0.7.0claws56
4025
4026         * sync with sylpheed 0.7.0cvs38
4027                 see ChangeLog entries 2002-02-06 (last 2 entries) and
4028                 2002-02-07
4029
4030 2002-02-07 [darko]      0.7.0claws55
4031
4032         * src/gtkutils.[ch]
4033         * src/summaryview.c
4034                 Fix const gchar */gchar * issue (thanks Hiro)
4035
4036 2002-02-07 [darko]      0.7.0claws54
4037
4038         * src/compose.[ch]
4039         * src/filtering.c
4040         * src/gtkutils.[ch]
4041         * src/prefs_template.c
4042         * src/quote_fmt.h
4043         * src/quote_fmt_parse.y
4044         * src/summaryview.c
4045         * src/utils.[ch]
4046                 When replying or forwarding an email don't quote the entire
4047                 mail body but use the part of the message text that is selected
4048
4049 2002-02-06 [melvin]     0.7.0claws53
4050
4051         * src/prefs_common.[ch]
4052         * src/gtkspell.[ch]
4053         * src/compose.c
4054                 Made possible to switch quickly to last used dictionary
4055                 which makes checking bilingual documents easier.
4056
4057 2002-02-06 [melvin]     0.7.0claws52
4058         
4059         * po/POTFILES.in
4060                 Added forgotten new file src/prefs_actions.c
4061
4062 2002-02-06 [melvin]     0.7.0claws51
4063
4064         * src/prefs_actions.c   ** NEW FILE **
4065         * src/prefs_actions.h   ** NEW FILE **
4066                 Added actions to execute on message text view, or on the
4067                         message's file.
4068         * src/Makefile.am
4069                 Added src/prefs_actions.[ch]
4070         * src/compose.c
4071                 Added new menu "Edit/Actions"
4072         * src/defs.h
4073                 Added new actionsrc file.
4074         * src/main.c
4075                 Added actionsrc reading.
4076         * src/mainwindow.c
4077                 Added new menus "Edit/Actions" and "Configuration/Actions..."
4078         * src/prefs_common.h
4079                 Added new element actionslst element to prefs_common.
4080
4081 2002-02-06 [paul]       0.7.0claws50
4082
4083         * sync with sylpheed 0.7.0cvs36
4084                 see ChangeLog entry 2002-02-06
4085
4086 2002-02-05 [paul]
4087
4088         * po/es.po
4089                 updated by Ricardo Mones Lastra
4090
4091 2002-02-05 [paul]       0.7.0claws49
4092
4093         * sync with sylpheed 0.7.0cvs33
4094                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
4095
4096 2002-02-05 [paul]       0.7.0claws48
4097
4098         * src/compose.c
4099                 re-add 'Edit/Advanced/Delete entire line', previously named
4100                 'Delete Line+'
4101
4102 2002-02-04 [paul]       0.7.0claws47
4103
4104         * src/compose.c
4105           src/summaryview.c
4106                 fix bug #494993 (Reply All not taking Reply-To into consi)
4107                 eliminate differences in behaviour of right-click 'Reply to all' 
4108                 in summary view and 'Reply to all' on the toolbar. 
4109                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
4110                 view and From gets ignored by 'Reply to all' on toolbar.
4111                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
4112                 From when no Reply-To header is present.
4113
4114 2002-02-04 [paul]       0.7.0claws46
4115
4116         * sync with sylpheed 0.7.0cvs30
4117                 see ChangeLog entries 2002-02-03 and 2002-02-04
4118
4119 2002-02-03 [melvin]     0.7.0claws45
4120
4121         * src/gtkspell.[ch]
4122                 Readded function to highlight all misspelled words.
4123                 Fixed bug where user-provided-words did not replace
4124                         correctly the misspelled word when using the mouse.
4125                 Fixed bug where checking a region selected from right to left did
4126                         not check the region at all.
4127                 Fixed bug where 'Check backwards' may not check at all. 
4128                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
4129                 Fixed possible buffer overflow when checking for long strings (>1k).
4130                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
4131                 Accelerators code uses now gtk_widget_add_accel.
4132                 Removed and disabled obsolete and unfinished code.
4133                 Cleaning up.
4134
4135         * src/compose.c
4136                 Added menu item to Highlight all misspelled words.
4137
4138 2002-02-01 [paul]       0.7.0claws44
4139
4140         * src/mainwindow.c
4141                 fix '/View/Hide read messages' sensitivity when all
4142                 messages in a folder are hidden
4143
4144 2002-02-01 [paul]       0.7.0claws43
4145
4146         * src/main.c
4147                 add --send option to command line interface, sends all
4148                 queued mail. Patch submitted by Ricardo Mones Lastra.
4149
4150 2002-01-31 [paul]       0.7.0claws42
4151
4152         * src/mainwindow.c
4153                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
4154
4155 2002-01-31 [paul]       0.7.0claws41
4156
4157         * sync with sylpheed 0.7.0cvs27
4158                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
4159                 and 2002-01-31
4160
4161         * src/textview.c
4162                 comment out elements of textview_show_part() as temporary
4163                 workaround for attachment 'Display as text' bug 
4164
4165         * po/pt_BR.po
4166                 updated by Fabio Junior Beneditto
4167
4168 2002-01-30 [paul]       0.7.0claws40
4169
4170         * sync with sylpheed 0.7.0cvs24
4171                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
4172                 and 2002-01-30
4173
4174         * src/compose.c
4175                 add {N_("/_Spelling"), ... "<Branch>"} to 
4176                 GtkItemFactoryEntry compose_entries[]
4177
4178         * src/prefs_common.c
4179                 add claws menu items to prefs_keybind_apply_clicked()
4180                 and remove non-claws menu items
4181
4182 2002-01-29 [paul]       0.7.0claws39
4183
4184         * sync with sylpheed 0.7.0cvs22
4185                 see ChangeLog entries 2002-01-28 and 2002-01-29
4186
4187 2002-01-28 [melvin]     0.7.0claws38
4188
4189         * src/compose.c
4190                 Added the declartion of compose_send_control_enter.
4191
4192         * src/compose.c
4193         * src/gtkspell.[ch]
4194                 Added in a 'Spelling' menu which includes the configuration menu. 
4195                 Added a real 'Check all' and got rid from the old one which only
4196                 highlited misspelled word.
4197                 Made 'Check while typing' a disableable option.
4198                 Added a dialog when there are no more misspelled word.
4199                 Added a dialog if error occurs when switching to a dictionary.
4200         
4201         * src/prefs_common.[ch]
4202                 Added option for the default 'Check while typing' option.
4203
4204
4205 2002-01-28 [alfons]     0.7.0claws37
4206
4207         * src/compose.c
4208                 fix buglet and make code comply with sylpheed code style
4209
4210 2002-01-28 [paul]       0.7.0claws36
4211
4212         * sync with sylpheed 0.7.0cvs19
4213                 see ChangeLog entries for 2002-01-28
4214
4215 2002-01-28 [hoa]        0.7.0claws35
4216
4217         * src/defs.h
4218                 added rendererrc
4219
4220         * src/main.c
4221                 read the renderer config
4222
4223         * src/procmime.[ch]
4224                 use the renderer config to convert mime attachments
4225
4226         * src/textview.c
4227                 don't use textview_show_html/ertf,
4228                 use get_text_content instead
4229
4230 2002-01-27 [alfons]     0.7.0claws34
4231         
4232         * src/news.c
4233                 make sylpheed believe it can delete a news message...
4234                 (messages are NOT deleted, maybe we should remove
4235                 processing from the folder properties after all.)
4236
4237 2002-01-27 [alfons]     0.7.0claws33
4238
4239         * src/folder.c
4240                 add extra checks
4241         * src/news.c
4242                 implement remove_msg() 
4243
4244 2002-01-27 [alfons]     0.7.0claws32
4245
4246         * src/procmsg.h
4247         * src/procheader.c
4248         * src/messageview.c
4249                 fix return receipt / disposition notification again. this
4250                 stuff seems to break on _every_ major summary UI change, so
4251                 it's now implemented using a flag which is saved in the
4252                 marks cache
4253                 
4254 2002-01-26 [alfons]     0.7.0claws31
4255
4256         * src/import.c
4257                 let import dialog show the destination folder identifier
4258
4259 2002-01-26 [melvin]     0.7.0claws30
4260
4261         * src/folderview.c
4262         * src/summaryview.c
4263                 Readded 'Mark all read' into summary view popup menu
4264                 Added 'Mark all read' in folder view popup menu for IMAP
4265                 and NNTP.
4266                 Made it insensitive if the selected folder is not the shown
4267                 one to avoid 'Mark all read' on the wrong folder.
4268                 
4269 2002-01-26 [paul]       0.7.0claws29
4270
4271         * src/folderview.c
4272           src/summaryview.c
4273                 move 'Mark all read' from summary view to folder view
4274                 menu. (adapted from) patch submitted by Jeremy Andrews,
4275                 <lists@kerneltrap.com>
4276
4277 2002-01-25 [alfons]     0.7.0claws28
4278
4279         * src/gtkstext.c
4280                 put the gtk class name back so GtkSText adapts the 
4281                 settings of GtkText
4282
4283 2002-01-25 [alfons]     0.7.0claws27
4284
4285         * src/folderview.c 
4286                 assimilate Ricardo's patch that shows pixmaps instead of
4287                 plain "new" and "unread" texts in the folder view column
4288                 headers 
4289
4290 2002-01-25 [paul]       0.7.0claws26
4291
4292         * src/Makefile.am
4293                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
4294                 be found in non-standard locations. 
4295                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
4296
4297 2002-01-25 [paul]       0.7.0claws25
4298
4299         * sync with sylpheed 0.7.0cvs16
4300                 see ChangeLog entry 2002-01-25
4301
4302 2002-01-24 [paul]       0.7.0claws24
4303
4304         * more sync with sylpheed 0.7.0cvs15
4305                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
4306
4307 2002-01-23 [sergey]     0.7.0claws23
4308
4309         * src/importldif.c
4310                 Fixed segfault when closing LDIF import wizard with
4311                 the window manager.
4312         * src/imageview.c
4313         * src/imageview.h
4314         * src/messageview.c
4315         * src/mimeview.c
4316                 Fixed wrong scrolling position after switching between
4317                 text and image parts.
4318
4319 2002-01-23 [paul]       0.7.0claws22
4320
4321         * sync with sylpheed 0.7.0cvs15
4322                 see ChangeLog entries 2002-01-22 and 2002-01-23
4323
4324 2002-01-21 [melvin]     0.7.0claws21
4325
4326         * src/prefs_scoring.c
4327         * src/prefs_filtering.c
4328                 Fixed bug where scoring and filtering windows stopped
4329                 autochecking.
4330
4331 2002-01-21 [paul]       0.7.0claws20
4332
4333         * sync with sylpheed 0.7.0cvs12
4334                 see ChangeLog entries 2002-01-20 and 2002-01-21
4335
4336 2002-01-21 [carsten]    0.7.0claws19
4337         * src/mainwindow.c
4338         * src/menu.[ch]
4339         * src/messageview.[ch]
4340         * src/summaryview.[ch]
4341                 changes to shortcuts handling again:
4342                         + "Q" now controled by mainwin
4343                         + v/V are now customizable and have slightly
4344                           different meanings
4345                 the "button" to minimize the messageview (and maximize
4346                 the summary view) is a real button now
4347         * src/compose.c
4348                 "Delete Line+" added to Edit/Advanced (this will also
4349                 delete the '\n')
4350
4351 2002-01-20 [melvin] 0.7.0claws18
4352
4353         * src/addressbook.c
4354                 Made "Bcc" sensitive when addressbook is called from
4355                 compose window (it was a Claws only bug).
4356
4357 2002-01-19 [alfons] 0.7.0claws17
4358
4359         * src/inc.c
4360                 prevent unnecessary updates when currently selected folder has
4361                 no new messages 
4362
4363 2002-01-19 [alfons] 0.7.0claws16
4364         
4365         * src/summaryview.c
4366                 prevent writing the cache based on current message list in summary 
4367                 view when filtering also put messages in currently selected folder
4368
4369 2002-01-19 [paul]
4370
4371         * po/it.po
4372                 Italian translation submitted by Alessandro Maestri
4373                 <a.maestri@cs.tin.it>
4374
4375 2002-01-18 [melvin]     0.7.0claws15
4376
4377         * src/prefs_filters.c
4378                 fixed bug where 'cancel' from 'filters' window stops autochecking
4379                 if the timer timed out  when the window was open.
4380
4381 2002-01-18 [match]      0.7.0claws14
4382
4383         * src/addrclip.[ch]     ** NEW FILE **
4384         * src/addrselect.[ch]   ** NEW FILE **
4385         * src/adbookbase.h      ** NEW FILE **
4386                 addressbook cut, copy and paste
4387         * src/addrbook.[ch]
4388         * src/addrcache.[ch]
4389         * src/addressitem.h
4390         * src/addrindex.[ch]
4391         * src/addritem.[ch]
4392         * src/importldif.c
4393         * src/importmutt.c
4394         * src/jpilot.[ch]
4395         * src/syldap.[ch]
4396         * src/vcard.[ch]
4397         * src/jpilot.[ch]
4398         * src/editbook.c
4399         * src/editjpilot.c
4400         * src/editldap.c
4401         * src/editvcard.c
4402                 support for copy/paste
4403         * src/addressbook.c
4404                 support for copy/paste
4405                 tidy up menu option processing
4406                 correct address list function arguments
4407         * src/editaddress.c
4408                 sort user attributes
4409         * src/ldif.h
4410         * src/mutt.h
4411                 tidy up
4412
4413         * src/addrbook.[ch]
4414         * src/addrbook.[ch]
4415         * src/addrbook.[ch]
4416                 
4417
4418 2002-01-18 [paul]       0.7.0claws13
4419
4420         * sync with sylpheed 0.7.0cvs8
4421                 configure.in: support Mac OS X (Darwin)
4422
4423 2002-01-18 [carsten]    0.7.0claws12
4424         * src/html.c
4425                 small hack to fix a segfault with an empty href
4426                 (reported by Alexandra Walford <deeni@altern.org>)
4427         * src/mainwindow.c
4428         * src/summaryview.c
4429                 the shortcuts for Mark und Mark as unread are hardcoded
4430                 again
4431         * src/compose.c
4432         * src/gtkstext.[ch]
4433                 readded the shortcuts in gtkstext but made them
4434                 customizeable (simply by adding a menu plus a wrapper
4435                 to compose.c)
4436
4437 2002-01-17 [melvin]     0.7.0claws11
4438
4439         * src/gtkspell.c
4440                 fix default dictionary not being saved.
4441
4442 2002-01-16 [darko]      0.7.0claws10
4443
4444         * src/compose.c
4445                 fix wrapping crash with URL longer than wrapping margin
4446
4447 2002-12-08 [hoa]        0.7.0claws10
4448
4449         * src/matcher_parser_parse.y
4450                 fixed some bugs
4451
4452         * src/prefs_filtering.c
4453                 now, we can use bounce action in the dialog box.
4454
4455 2002-01-16 [carsten]    0.7.0claws9
4456         * src/gtkstext.c
4457                 removed the <control> and <alt> shortcuts because they're
4458                 not needed and interefered with the "normal" shortcuts
4459         * src/mainwindow.c
4460         * src/summaryview.c
4461                 removed most of the hardcoded shortcuts and assigned
4462                 them to menu entries making them easy customizable by
4463                 that
4464
4465 2002-01-16 |melvin]     0.7.0claws8
4466
4467         * src/gtkspell.c
4468                 fixed bug where using the mouse and when the compose
4469                 window is not on top may result in a crash.
4470
4471 2002-01-16 [melvin]     0.7.0claws7
4472
4473         * src/compose.c
4474                 fixed a long standingspell checker bug which could 
4475                 cause a crash after sending a message.
4476
4477 2002-01-16 [paul]       0.7.0claws6
4478
4479         * sync with sylpheed 0.7.0cvs7
4480                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
4481                 2002-01-15, and 2002-01-16
4482
4483 2002-01-16 [melvin]     0.7.0claws5
4484
4485         * README.claws
4486         * src/compose.c
4487         * src/gtkspell.[ch]
4488         * src/main.c
4489                 Heavily modified spell checker code to work around
4490                 ispell bug, to add keyboard shortcuts and for future
4491                 enhancements. See README.claws for usage information.
4492
4493 2002-01-15 [alfons]     0.7.0claws4
4494         
4495         * src/summaryview.c
4496                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
4497                 so sorting within threads reflects sort mode
4498
4499 2002-01-15 [christoph]  0.7.0claws3
4500
4501         * src/procmsg.c
4502                 added alertpanel if mail sending failed
4503
4504 2002-01-15 [alfons]     0.7.0claws2
4505         
4506         * src/prefs_filtering.c
4507                 don't stop timer when prefs filtering dialog is opened
4508
4509 2002-01-14 [alfons]     0.7.0claws1
4510
4511         * src/addr_compl.c
4512         * src/prefs.c
4513                 remove debug_print()s for privacy reasons
4514
4515 2002-01-14 [darko]      0.7.0claws
4516
4517         * README.claws
4518                 quotation wrapping is now also in the main branch
4519
4520 2002-01-14 [paul]
4521
4522         * tools/filter_conv.pl
4523                 allow for Boolean Op and case-sensitivity
4524                 this file is included in the release and tagged
4525                 'rel_0_7_0'
4526
4527 2002-01-13 [paul]       0.7.0claws
4528
4529         * release 0.7.0, with cvs tag 'rel_0_7_0'
4530
4531 2002-01-13 [paul]
4532
4533         * tools/filter_conv.pl
4534         * tools/README
4535                 rewritten to output to matcherrc instead of filteringrc
4536
4537         * po/es.po
4538                 updated Spanish translation by Ricardo Mones Lastra
4539
4540 2002-01-13 [alfons]
4541
4542         * po/nl.po
4543                 update dutch translation
4544
4545 2002-01-13 [paul]
4546
4547         * po/pt_BR.po
4548                 Updated by Fabio Junior Beneditto 
4549
4550 2002-01-13 [melvin]     0.6.6claws53
4551
4552         * po/fr.po
4553                 Updated french translation
4554
4555 2002-01-12 [alfons]     0.6.6claws52
4556
4557         * src/filtering.c
4558                 plug mem leak that has been sitting there for ages              
4559
4560 2002-01-12 [alfons]     0.6.6claws51
4561
4562         * src/summaryview.c
4563                 undo melvin's changes from 0.6.6claws48 because summary
4564                 view now refuses to select first unread message when
4565                 selecting a folder 
4566
4567 2002-01-11 [alfons]     0.6.6claws50
4568
4569         * src/import.c
4570                 use claws' semantics for getting folder item when
4571                 importing an mbox file into a folder 
4572                 (submitted by Dale P. Smith)
4573
4574 2002-01-11 [christoph]  0.6.6claws49
4575
4576         * src/prefs.h
4577                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
4578                 toggle widget, because non static prefs can not use
4579                 prefs_set_* functions
4580         * src/prefs_account.c
4581                 toggle smtp auth password field sensitivity if
4582                 user id is empty and add descrition of usage for
4583                 these fields
4584         * src/prefs_folder_item.c
4585                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
4586                 callbacks
4587
4588 2002-01-11 [melvin]     0.6.6claws48
4589
4590         * src/compose.c
4591                 fix the 'Ctrl-Enter' feature for sending and test really
4592                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
4593                 editables which was not documented in Gtk)
4594
4595         * src/summaryview.c
4596                 Made summaryview refresh after sorting and not before.
4597
4598 2002-01-11 [christoph]  0.6.6claws47
4599
4600         * src/compose.c
4601                 select account from account ids if possible and
4602                 correctly set save folder for copy in reedit
4603
4604 2002-01-10 [paul]       0.6.6claws46
4605
4606         * sync with sylpheed 0.7.0 release
4607                 see ChangeLog entries 2002-01-07, 2002-01-08 and
4608                 2002-01-09
4609
4610 2002-01-09 [alfons]
4611
4612         * src/summaryview.c
4613                 remove more dirt traces...
4614
4615 2002-01-09 [alfons]
4616         
4617         * src/summaryview.c
4618                 clean up some traces of my debugging stuff
4619
4620 2002-01-09 [alfons]     0.6.6claws45
4621
4622         * src/filtering.c
4623                 break up filteringprop_apply() in three separate pieces
4624                 so we can drop messages that failed processing in the
4625                 inbox
4626
4627         * src/summaryview.c
4628                 fix bug #469598 "no refresh of inbox after filter" which 
4629                 was introduced by the new summary view locking, and which 
4630                 prevented the summary view to update after a manual filter 
4631                 message. claw's filter message requires a summary_show().
4632                 (aargh, summary_show() again! :-)
4633                 
4634 2002-01-07 [alfons]     0.6.6claws44
4635
4636         * src/headerwindow.c
4637         * src/logwindow.c
4638         * src/messageview.c
4639         * src/sourcewindow.c
4640                 bring in Hiro's last 0.7.0 wm class fixes
4641
4642         * tools/sylprint.pl
4643                 bring in Ricardo's fix for sylprint script
4644
4645         * AUTHORS       
4646         * src/rfc2015.[ch]
4647         * src/prefs_common.[ch]
4648         * src/prefs_account.[ch]
4649         * src/compose.c
4650                 clean up account preference poison in rfc2015,
4651                 and preparation to fix double sign bug 
4652                 (patch submitted by Simon 'corecode' Schubert)
4653
4654 2002-01-07 [christoph]  0.6.6claws43
4655
4656         * src/mh.c
4657                 search for free message number, do not only rely
4658                 on last_num
4659         * src/send.c
4660                 fix smtp auth and use extra account information
4661                 if available, if not use pop3 data instead
4662                 (closes bug #500341)            
4663         * src/ssl.[ch]
4664                 match coding style
4665
4666 2002-01-06 [alfons]     0.6.6claws42
4667
4668         * src/mainwindow.c
4669                 try making the separate windows work again...
4670
4671 2002-01-06 [alfons]     0.6.6claws41
4672
4673         * src/mainwindow.c
4674                 adapt Hiro's separate window menu (to get rid of the funny
4675                 duplicate menu items), and make it work again
4676
4677 2002-01-06 [alfons]     0.6.6claws40
4678
4679         * tools/Makefile.am
4680         * tools/sylprint.rc
4681         * tools/sylprint.pl
4682         * tools/README.sylprint
4683                 add sylprint script for printing mails from Sylpheed
4684                 (contributed by Ricardo Mones Lastra)
4685
4686         * src/acount.c
4687                 clean up
4688
4689 2002-01-06 [melvin]     0.6.6claws39
4690
4691         * src/mainwindow.c
4692         * src/summaryview.c
4693                 Fixed crash introduced in 0.6.6claws38 by the menu
4694                 reorganisation (Hide read messages)
4695         
4696         * ChangeLog.claws 
4697                 Fixed typo (we are now in 2002, alfons ;) )
4698
4699 2002-01-05 [alfons]     0.6.6claws38
4700
4701         * sync with sylpheed 0.6.6cvs10-17
4702                 (last stuff marked as LAST_STABLE)
4703
4704 2002-01-04 [melvin]     0.6.6claws37
4705
4706         * src/account.c
4707                 Made account selection code use strcasestr again instead of
4708                 g_strcasecmp (fixes bug where reediting queued messages
4709                 did not select proper account reported by T. Link).
4710         
4711         * src/folderview.c
4712                 Fix bug where folder icons are not shown when 'hide read messages'
4713                 is on.
4714         
4715         * src/stock_pixmaps.[ch]
4716                 Added folder icons for 'hide read messages'.
4717         
4718         * src/compose.c
4719                 Fixed bug where 'Enter' in a header entry will send the message 
4720                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
4721
4722 2002-01-03 [melvin]     0.6.6claws36
4723         
4724         * src/prefs.[ch]
4725                 Added popup menu for common preferences and
4726                 account preferences (right click on tab displays
4727                                 a menu of all tabs.)
4728
4729 2002-01-02 [melvin]     0.6.6claws35
4730
4731         * src/gtkspell.[ch]
4732                 Made spelling code compatible with undo/redo feature.
4733                 Added creation of suggestion mode menu for the general
4734                         preferences.
4735         
4736         * src/prefs_common.[ch]
4737                 Added option menu for the speller's suggestion mode.
4738                 Added missing spaces in "..." buttons and made a "..."
4739                         button non translatable!
4740         
4741         * src/compose.c
4742                 Made speller use the default suggestion mode.
4743                 Hack to make it possible to choose 'CTRL-Enter' as a
4744                         shortcut for sending (and only for sending).
4745
4746         * src/prefs_folder_item.c
4747                 Changing subject simplification does not update cache 
4748                         anymore (because it is unnecessary).
4749                 Fixed bug where changing subject simplification updated the 
4750                         summaryview even when the viewed folder is not the
4751                         folder which properties are being changed. (E.g. 
4752                                         viewing folder A and changing
4753                                         the subject simplification of 
4754                                         folder B -not being viewed- updated the 
4755                                         summaryview of folder A with data of
4756                                         folder B). (Hope this is clear... )
4757
4758 2001-12-31 [alfons]     0.6.6claws34
4759         
4760         * src/ldif.c
4761         * src/mutt.c
4762                 fgetc() returns a signed integer which doesn't
4763                 fit in a char. so c truncates this to a char
4764                 but we may lose significant bits. i.e. we may
4765                 comparing 0xFF which may not be equal to -1
4766                 unless properly casted to signed char which
4767                 we won't do because fgetc() returns a signed
4768                 integer which doesn't fit in a char. so c 
4769                 truncates this to a char but we may lose 
4770                 significat bits. (you got the idea, thanks
4771                 to Gustavo Noronha Silva <kov@debian.org>
4772                 and the Debian folks!)
4773
4774 2001-12-30 [alfons]     0.6.6claws33
4775
4776         * src/prefs_common.c
4777                 add #ifdef USE_PSPELLs that Melvin forgot               
4778
4779 2001-12-30 [melvin]     0.6.6claws32
4780         
4781         * src/prefs_common.[ch]
4782                 Added configurable color for misspelled words.
4783
4784         * src/gtkspell.[ch]
4785                 Fixed bug of foreground text color (reported by David
4786                                 Mehrmann)
4787                 Added configurable color for misspelled words.
4788
4789 2001-12-30 [alfons]     0.6.6claws31
4790
4791         * src/folder.c
4792                 remove unnecessary things someone put there
4793
4794         * src/mh.c
4795         * src/folder.[ch]
4796                 make folder properties (like threading and sorting) persistent
4797                 (closes bug #497424 "rescan folder tree resets proprieties")
4798                 currently this is only for MH folders. 
4799
4800 2001-12-29 [melvin]     0.6.6claws30
4801
4802         * src/string_match.[ch]
4803                 Optimized a bit: regexp pattern buffer compiled only once, and
4804                   one subroutine call removed. Fixed ^ regexp search: Now, 
4805                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
4806         
4807         * src/summaryview.c
4808                 Subject filtering changed to filter summary columns and
4809                   not directly the messages subject cache. The loss in 
4810                   performance is balanced by the improvement of string_match.
4811                 Added an alert panel if there is an error in the regexp.
4812
4813         * src/src/prefs_folder_item.h
4814                 Added a regexp pattern buffer.
4815
4816 2001-12-28 [alfons]     0.6.6claws29
4817
4818         * src/string_match.[ch]
4819                 clean up name space
4820                 allow compilation *BSD
4821
4822 2001-12-27 [alfons]     0.6.6claws28
4823
4824         * src/filter.c
4825                 sync the Hiro's bug fix for BSD
4826
4827 2001-12-27 [melvin]     0.6.6claws27
4828         
4829         * src/compose.c
4830                 Simplify focus to subject entry code.
4831
4832 2001-12-27 [darko]      0.6.6claws26
4833
4834         * src/filtering.c
4835         * src/mbox_folder.c
4836         * src/messageview.c
4837         * src/mh.c
4838         * src/procheader.[ch]
4839         * src/procmsg.h
4840         * src/stock_pixmap.[ch]
4841         * src/summaryview.c
4842                 Show key icon for encrypted mails in summary view
4843
4844         * src/pixmaps/clip.xpm
4845         * src/pixmaps/clipkey.xpm
4846         * src/pixmaps/key.xpm
4847                 New/modified icons for the above
4848
4849 2001-12-27 [melvin]     0.6.6claws25
4850
4851         * src/prefs_common.c
4852                 Put spell checker options in a separate tab to decrease
4853                 the Common Preferences window height.
4854
4855         * README.claws  
4856                 Update spell checker usage instruction about its options
4857                 location.
4858
4859 2001-12-27 [melvin]     0.6.6claws24
4860
4861         * src/compose.c
4862                 Changed subject entry widget position. Initial focus is
4863                 on the To header instead of the subject entry.
4864                 Creating a new header scrolls the header list to make the
4865                 created one visible. Nevertheless, when automatically filling
4866                 headers, the first one is shown.
4867                 A Tab key press in the last empty header entry zips the 
4868                 focus to the subject entry.
4869                 (I did not change the combo boxes, yet)
4870
4871 2001-12-26 [alfons]     0.6.6claws23
4872
4873         * src/prefs_account.c
4874         * src/inc.c
4875                 allow default inbox to reside in another mailbox (only
4876                 works for POP3 accounts)
4877
4878 2001-12-26 [alfons]     0.6.6claws22
4879         
4880         * src/textview.c
4881                 make reply-on-click work with the account of the selected folder
4882         * src/compose.c
4883                 put a fixme here to remind me to fix finding correct default
4884                 account for nested folders
4885
4886 2001-12-25 [alfons]     0.6.6claws21
4887
4888         * src/summaryview.c
4889                 make column headers display locked and mark pixmaps (idea by Melvin) 
4890                 fix bug by adding score and locked column type to sort array
4891
4892 2001-12-25 [alfons]     0.6.6claws20
4893         
4894         * src/summaryview.c
4895                 catch a *potentially* inadvertent write back of  
4896                 the message cache(s) introduced by 0.6.5claws37
4897
4898 2001-12-25 [christoph]  0.6.6claws19
4899
4900         * src/stock_pixmap.[ch]
4901         * src/summaryview.c
4902                 add ignore thread pixmap
4903                 (can someone draw a better icon for this?)
4904
4905 2001-12-24 [alfons]     0.6.6claws18
4906
4907         * src/prefs_folder_item.c
4908                 make address completion actually work for the
4909                 Default To address in the Folder Property dialog.
4910
4911 2001-12-24 [alfons]     0.6.6claws17
4912         
4913         * src/summaryview.c
4914                 use new style regexp for subject stripping 
4915                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
4916
4917 2001-12-24 [darko]      0.6.6claws16
4918
4919         * src/pgptext.c
4920         * src/rfc2015.c
4921                 move GPG related informational messages to debug mode
4922
4923 2001-12-23 [alfons]     0.6.6claws15
4924
4925         * src/stock_pixmap.[ch]
4926         * src/summaryview.c
4927                 add the forgotten Claws' locked pixmap
4928
4929 2001-12-23 [alfons]     0.6.6claws14
4930
4931         * src/filesel.c
4932                 accept file name typed in entry in multi file
4933                 selector (patch submitted by Gustavo Noronha Silva 
4934                 <kov@debian.org>)
4935
4936 2001-12-23 [alfons]     0.6.6claws13
4937
4938         * src/prefs_filter.c
4939         * src/prefs_filtering.c
4940         * src/matcher.c
4941         * src/importmutt.c
4942                 clean up a little bit
4943         
4944         * src/string_match.c
4945                 validate input strings a little bit more
4946
4947 2001-12-23 [alfons]     0.6.6claws12
4948
4949         * src/Makefile.am
4950         * src/summaryview.c
4951         * src/string_match.[ch]         ** NEW **
4952         * src/folderview.[ch]
4953         * src/headerview.h
4954         * src/folder.[ch]
4955         * src/prefs_folder_item.[ch]
4956                 add subject simplification to strip out strings from
4957                 a subject line (esp. handy for mailing lists). 
4958                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
4959                 but slightly changed things for better integration.)
4960
4961 2001-12-23 [alfons]     0.6.6claws11
4962
4963         * src/mainwindow.c
4964                 fix bug introduced by submission included in 0.6.5claws52.
4965                 ideally this submission should clean the trash if any trash
4966                 folder has a message. however, the hasTrash variable was
4967                 set to false whenever a trash folder was empty (discarding
4968                 a previously found *filled* trash folder.)
4969
4970                 also edited the code a little bit and made it more safe.
4971
4972 2001-12-22 [alfons]     0.6.6claws10
4973
4974         * src/imap.c
4975                 quick fix for Martin Pool's omission of an account
4976                 specific SSL setting
4977
4978 2001-12-22 [alfons]     0.6.6claws9
4979
4980         * src/compose.c
4981         * src/messageview.c
4982         * src/mimeview.c
4983         * src/pgptext.c
4984         * src/procmime.[ch]
4985                 better support for multipart/digest (submitted
4986                 by Fredrik <e98fo@efd.lth.se>)
4987
4988 2001-12-22 [alfons]     0.6.6claws8
4989
4990         * src/addressbook.c
4991                 correct function signature
4992         * src/socket.[ch]
4993         * src/imap.[ch]
4994         * src/prefs_account.[ch]
4995                 allow IMAP over SSH tunnel (patch submitted by 
4996                 Martin Pool <mbp@samba.org>)
4997
4998 2001-12-21 [alfons]     0.6.6claws7
4999
5000         * sync with sylpheed 0.6.6cvs4-9
5001                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
5002
5003 2001-12-21 [christoph]  0.6.6claws6
5004
5005         * src/compose.c
5006         * src/prefs_folder_item.[ch]
5007                 implement saving of outgoing messages to current folder.
5008                 fix segfault when no default outbox is available
5009                 (closes bug #495683)
5010
5011 2001-12-21 [carsten]    0.6.6claws5
5012         * src/folderview.c
5013         * src/summaryview.c
5014                 pressing CTRL while DND does now the expected thing and
5015                 copies the mail (moving is still the default, as this
5016                 seam more appropriate for handling mails by DND)
5017
5018 2001-12-18 [paul]       0.6.6claws4
5019
5020         * sync with sylpheed 0.6.6cvs3
5021                 see ChangeLog entries 2001-12-18
5022
5023 2001-12-18 [hiro]       0.6.6claws3
5024
5025         * src/undo.c
5026                 fix for multibyte characters (obtain the number of letters
5027                 instead of bytes).
5028
5029 2001-12-17 [paul]       0.6.6claws2
5030
5031         * sync with sylpheed 0.6.6cvs1
5032                 see ChangeLog entry 2001-12-16
5033
5034 2000-12-17 [alfons]     0.6.6claws1
5035
5036         * src/filtering.c
5037                 clean up
5038
5039 2001-12-16 [paul]       0.6.6claws
5040 2001-12-15
5041
5042         * Release version 0.6.6claws, cvs tag: rel_0_6_6
5043
5044         * src/mimeview.c
5045                 last minute sync with main 0.6.6
5046
5047         * po/es.po
5048                 updated by Ricardo Mones Lastra
5049                 update for last minute sync
5050         * po/fr.po
5051         * po/nl.po
5052                 update for last minute sync
5053         * po/de.po
5054                 updated by Jens Oberender
5055         * po/pt_BR.po
5056                 updated by Fabio Junior Beneditto
5057
5058         * src/prefs_common.[ch]
5059         * src/undo.c
5060                 number of undo levels is user configurable
5061                 (squeeze it into the release in the dying
5062                 moments) Submitted by Jens Oberender    
5063
5064 2001-12-15 [melvin]
5065
5066         * po/fr.po
5067                 updated french translation
5068
5069 2001-12-15 [paul]       0.6.5claws92
5070
5071         * sync with sylpheed 0.6.5cvs28
5072                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
5073
5074         * po/nl.po
5075                 update to allow for sync
5076
5077 2001-12-15 [alfons]
5078         
5079         * po/nl.po
5080                 update dutch translation
5081
5082 2001-12-14 [carsten]    0.6.5claws91
5083         * src/summaryview.c
5084                 fixed bug #473785; also after changing the column order
5085                 the same message will be selected and displayed as before
5086                 the reordering
5087
5088 2001-12-14 [carsten]    0.6.5claws90
5089         * src/folderview.c
5090                 probably found the bug reported by wwb opening or closing
5091                 a folder tree just before dnd (found the solution in the
5092                 balsa source -- thanks to them)
5093
5094 2001-12-14 [carsten]    0.6.5claws89
5095         * src/gtkutils.c
5096         * src/account.c
5097                 moved gtk_clist_moveto to the right place, so that
5098                 only the accounts dialog is effected on opening
5099
5100 2001-12-14 [carsten]    0.6.5claws88
5101         * src/gtkutils.c
5102                 gtkut_clist_set_focus_row does a gtk_clist_moveto
5103                 now, so that the focused row will be seen in any case
5104                 (reported by wwp on sf-claws-user)
5105
5106 2001-12-14 [darko]      0.6.5claws87
5107
5108         * src/compose.c
5109                 remove unnecessary line
5110
5111 2001-12-14 [paul]       0.6.5claws86
5112
5113         * sync with sylpheed 0.6.5cvs27
5114                 see ChangeLog entries 2001-12-14
5115
5116 2001-12-14 [carsten]    0.6.5claws85
5117         * src/mainwindow.c
5118                 following a suggestion of Melvin the rcoabm pops up
5119                 right under the button now and the button is reliefed
5120                 while the popup is open
5121
5122 2001-12-14 [darko]      0.6.5claws84
5123
5124         * src/compose.c
5125                 fix crash when wrapping long lines if linewrap quotation
5126                 is disabled and wrapper encounters a word spanning more
5127                 than one line
5128
5129 2001-12-13 [paul]       0.6.5claws83
5130
5131         * src/compose.c
5132                 prefer 'Reply-To' header over mailing list header when
5133                 replying to a message. Finally prevent all those confirmation 
5134                 messages being sent to the list itself.
5135
5136         * src/summaryview.c
5137                 remove unused summary_set_menu_sensitive() entry
5138
5139 2001-12-13 [paul]       0.6.5claws82
5140
5141         * src/folderview.c
5142         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
5143         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
5144         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
5145                 improvements to 'Hide read messages': Inbox, Outbox,
5146                 Trash, Queue, and Draft icons now reveal presence of hidden 
5147                 messages
5148
5149 2001-12-12 [alfons]     0.6.5claws81
5150
5151         0.6.5claws80 was tagged as LAST_STABLE
5152
5153         * src/filtering.[ch]
5154         * src/matcher.[ch]
5155         * src/matcher_parser_lex.c
5156                 fix the filtering; my last attempt to get it right, 
5157                 if it does not work, it's Hoa's turn. ;-)
5158
5159                 for my honourable peers:
5160                 
5161                 the code now makes a clear distinction between
5162                 rules as they are displayed (probably escaped),
5163                 and as they are executed (probably unescaped). the
5164                 parser does *NOT* do any unescaping, this is
5165                 the task of the matcher.c (which breaks up a
5166                 rule into condition) and the filtering.c (which
5167                 breaks up the rule's action). to make this
5168                 run happily we provide an unescaped copy of
5169                 crucial strings to the MatcherProp and 
5170                 FilteringAction structures. note that the only
5171                 exception to this is any REGEXP string. those
5172                 are directly passed to regcomp() and regexp()
5173                 (who have much more powerful unescape functions).
5174                 
5175                 for everyone else:
5176         
5177                 you can escape tab (\t), carriage return (\r),
5178                 linefeed (\n), form feed (\f), quote (\"), 
5179                 single quote (\'), bell (\b) in all the entry
5180                 lines in the scoring & filtering dialogs.
5181                 as an added bonus this should not affect
5182                 existing filtering rules.
5183
5184 2001-12-12 [carsten]    0.6.5claws80
5185
5186         * src/summaryview.c
5187         * po/de.po
5188                 "item(s) selected" is now sensitive to 1 or more
5189                 than one selected (nice for language where simple
5190                 adding of a "s" is not possible as German (Eintrag
5191                 ->Eintr"age)
5192                 
5193                 the "forward as attachment" entry from the right
5194                 click menu removed, "forward" acts following the
5195                 prefs
5196         
5197         * src/textview.c
5198                 reverted my former changes; so compiler warning again
5199                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
5200                 nevertheless
5201
5202         * src/messageview.c
5203                 "search in message" does now *not* only work in MVIEW_TEXT
5204                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
5205                 message
5206
5207         * src/mainwindow.c
5208                 removed "/File/_Close" as it was the same as "/File/E_xit"
5209                 and we don't need it two times
5210
5211                 the separate folder view and message view now get a distinct
5212                 WMCLASS, just in case someone is using sawfish ;-)
5213
5214                 as the menu entries "/View/Message view" and "/View/Folder tree"
5215                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
5216                 make them sensitive accordingly and as these two are "shown"
5217                 after startup anytime check this menuitem at startup
5218
5219 2001-12-12 [paul]       0.6.5claws79
5220
5221         * src/folderview.c
5222                 fix sensitivity of 'Search folder...', broken in
5223                 0.6.5claws75
5224
5225         * src/mainwindow.c
5226                 fix dodgy English
5227
5228 2001-12-11 [carsten]    0.6.5claws78
5229         * src/filtering.c
5230                 fixed two typos returning a wrong FALSE/TRUE
5231         * src/mainwindow.[ch]
5232                 extra menu for email/news button removed
5233
5234 2001-12-11 [alfons]     0.6.5claws77
5235         
5236         * src/matcher.c                 (1.3)
5237         * src/matcher_parser_lex.l      (1.28)
5238                 revert for another attempt
5239                 mark 0.6.5claws77 as LAST_STABLE
5240
5241 2001-12-11 [christoph]  0.6.5claws76
5242
5243         * po/de.po
5244                 fixed wrong translation for prev. unread msg
5245
5246 2001-12-11 [paul]       0.6.5claws75
5247
5248         * src/folder.[ch]
5249         * src/folderview.c
5250         * src/mainwindow.c
5251         * src/summaryview.[ch]
5252         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
5253                 enable ability to hide read messages on per folder basis via 
5254                 '/Summary/Hide read messages'; when selected, a folder will 
5255                 have a red open folder icon, instead of a blue icon, if the 
5256                 folder contains hidden messges
5257                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
5258
5259         * src/mainwindow.c
5260                 remove '/Message/Forward as attachment' from 
5261                 main_window_set_menu_sensitive() to prevent debug warning
5262
5263         * src/folderview.c
5264         * src/mainwindow.c
5265                 Clean up some of the English
5266
5267         * tools/newscache_clean.pl
5268                 allow for new 'hidereadmsgs' entry in folderlist.xml
5269
5270         * po/es.po
5271                 updated translation, submitted by Ricardo Mones Lastra
5272
5273 2001-12-11 [paul]       0.6.5claws74
5274
5275         * sync with sylpheed 0.6.5cvs25
5276                 see ChangeLog entry 2001-12-11
5277
5278 2001-12-10 [alfons]     0.6.5claws73
5279
5280         * src/matcher.c
5281                 add more control characters
5282         * src/matcher_parser_lex.l
5283                 make escaping / unescaping work again
5284
5285 2001-12-10 [alfons]     0.6.5claws72
5286
5287         * src/imap.c
5288                 clean up warnings "returning value for void function" 
5289         * src/prefs_filtering.c
5290                 make info button for execute action sensitive
5291
5292 2001-12-10 [paul]       0.6.5claws71
5293
5294         * src/compose.c
5295         * src/imap.[ch]
5296         * src/summaryview.c
5297                 fix: imap server now gets informed of MARKED, UNMARKED
5298                 and REPLY events. Now people can use different IMAP-Mail
5299                 clients and have the exact same information about MARKED,
5300                 UNMARKED and REPLY status with all of them. Especially
5301                 useful for imap servers with a web-frontend.
5302                 submitted by Tobias Sandhaas <medlor@web.de>
5303
5304 2001-12-09 [melvin]     0.6.5claws70
5305         
5306         * src/textview.[ch]
5307                 fixed bug #490076 (hunted down by Alfons who implemented
5308                 a workaround in 0.6.5claws65)
5309
5310 2001-12-09 [christoph]  0.6.5claws69
5311
5312         * src/summaryview.c
5313                 set pointer to string in LOCKED column to NULL
5314                 (might fix bug #490800)
5315
5316 2001-12-09 [carsten]    0.6.5claws68
5317
5318         * po/de.po
5319                 resolved some cluttered menu shortcuts 
5320                 ('creating new email' and 'creating news message'
5321                 hade the same)
5322         * src/compose.c
5323                 wmclass now distinc from main window
5324         * src/mainwindow.c
5325           src/mainwindow.h
5326                 email/news and forward button functionality similar
5327                 to the reply buttons; removed the ugly dropdown arrows
5328                 and use instead the right mouse button
5329
5330 2001-12-09 [paul]       0.6.5claws67
5331
5332         * src/imap.c
5333         * src/utils.h
5334                 allow spaces in imap folder names
5335                 submitted by Willem van Engen <wvengen@stack.nl>
5336
5337 2001-12-09 [paul]       0.6.5claws66
5338
5339         * sync with sylpheed 0.6.5cvs24
5340                 see ChangeLog entry 2001-12-09
5341
5342 2001-12-08 [alfons]     0.6.5claws65
5343
5344         * src/textview.c
5345                 prevent secondary selection claim after "add to sender" dialog
5346                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
5347                 we trick GTK by simulating a click at (0, 0) in the textview.
5348
5349 2001-12-08 [hoa]        0.6.5claws64
5350
5351         * src/folder.c
5352                 fixed a bug about the .processing folder name while filtering
5353
5354 2001-12-08 [alfons]     0.6.5claws63
5355
5356         * src/folderview.c 
5357                 work around problem of not correctly updating folder stats
5358                 when deleting messages. there's some folder scanning evil
5359                 going so the folderview_update_msg_num() does not work
5360                 correctly. need to investigate this.
5361
5362 2001-12-08 [paul]       0.6.5claws62
5363
5364         * sync with sylpheed 0.6.5cvs23
5365                 see ChangeLog entry 2001-12-08
5366
5367 2001-12-07 [christoph]  0.6.5claws61
5368
5369         * src/compose.c
5370                 fix another header translation problem
5371
5372 2001-12-07 [alfons]     0.6.5claws60
5373
5374         * src/mbox.c
5375                 make filtering also work on local spool mbox
5376
5377 2001-12-07 [carsten]    0.6.5claws59
5378         * src/addressbook.c
5379                 addressbook window gets a wmclass distinct from the main
5380                 sylpheed window
5381         * src/compose.h
5382         * src/mainwindow.[ch]
5383                   forward menu item will use mode selected in prefs, forward 
5384                 as attatchment in menu removed (will be substituted in the
5385                 toolbar similar to reply buttons)
5386                   create news message menu entry and news button is now 
5387                 sensitive to the existance of a news account
5388         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
5389         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
5390         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
5391                 these are removed because the toolbar buttons don't show
5392                 the quoting modus any longer
5393
5394 2001-12-07 [paul]
5395
5396         * tools/newscache_clean.pl      ** NEW FILE **
5397                 perl script to do some tidying up in the newscache directory 
5398                 
5399         * tools/sylpheed-switcher       ** NEW FILE **
5400                 perl script to enable easy switching between main and claws
5401                 
5402         * tools/README
5403                 added descriptions of the two new perl scripts          
5404
5405
5406 2001-12-07 [melvin]     0.6.5claws58
5407
5408         * src/messageview.c
5409                 fixed a warning during compilation introduced in 0.6.5claws56
5410
5411 2001-12-07 [paul]       0.6.5claws57
5412
5413         * src/mainwindow.[ch]
5414         * src/menu.[ch]
5415                 further usability enhancements to replying with or without 
5416                 quoting via the toolbar, use of Ctrl key is replaced by 
5417                 drop down menu 
5418                 Submitted by Carsten Schurig            
5419
5420 2001-12-07 [melvin]     0.6.5claws56
5421
5422         * src/messageview.c
5423                 hack to fix bug that prevented to make/paste selections
5424                 after switching between MVIEW_TEXT and MVIEW_MIME views
5425                 without deselecting the selection first.
5426
5427 2001-12-06 [alfons]     0.6.5claws55
5428
5429         * src/filtering.[ch]
5430         * src/inc.c
5431                 revise filtering a little bit more, and make sure
5432                 messages are delivered to the appropriate inbox
5433                 (perhaps set per account)
5434
5435 2001-12-06 [paul]       0.6.5claws54
5436
5437         * sync with sylpheed 0.6.5cvs22
5438                 see ChangeLog entry 2001-12-06
5439
5440 2001-12-05 [alfons]     0.6.5claws53
5441
5442         * src/inc.c
5443         * src/folder.[ch]
5444         * src/procmsg.c
5445         * src/filtering.c
5446                 more revisions of filtering system
5447                 (last stable version is marked as LAST_STABLE)
5448                 
5449                 | NOTE 1): the filtering system now uses a local folder called
5450                 | .processing. if filtering fails, check this directory
5451                 | for missing messages.
5452                 |
5453                 | NOTE 2): help us find the filtering actions still missing
5454
5455 2001-12-05 [paul]       0.6.5claws52
5456
5457         * src/mainwindow.c
5458                 fix bug where 'Empty Trash?' pop-up window appears even
5459                 when Trash is empty, submitted by Jesse Skinner         
5460
5461 2001-12-05 [melvin]     0.6.5claws51
5462
5463         * src/compose.c
5464                 fixed bug #486106 to select correct account when reediting 
5465                 a queued message
5466         
5467 2001-12-04 [alfons]     0.6.5claws50
5468
5469         * src/mh.c
5470                 declare markfile in appropriate functions when
5471                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
5472                 for spotting this)
5473
5474 2001-12-04 [paul]       0.6.5claws49
5475
5476         * sync with sylpheed 0.6.5cvs21
5477                 see ChangeLog entry 2001-12-04
5478
5479 2001-12-03 [christoph]  0.6.5claws48
5480
5481         * po/de.po
5482                 changed translation of undo
5483         * src/account.c
5484         * src/folder.c
5485                 don't reinvent the wheel to traverse a GNode
5486         * src/compose.[ch]
5487                 seperate code to create the compose gui into functions
5488                 add "Others" page with folder selection for saving copy
5489                 of the message.
5490                 the folder identifier is saved to queue header
5491         * src/procmsg.c
5492                 save message to folder in queue header
5493
5494 2001-12-03 [paul]       0.6.5claws47
5495
5496         * sync with sylpheed 0.6.5cvs20
5497                 see ChangeLog entry 2001-12-03
5498
5499 2001-12-01 [paul]
5500
5501         * more sync with sylpheed 0.6.5cvs19
5502                 see ChangeLog entry 2001-11-29
5503
5504 2001-11-30 [paul]       0.6.5claws46
5505         
5506         * src/compose.c
5507                 remove conflicts introduced by Hoa's last commit
5508          
5509         * src/mainwindow.c
5510                 make 'Message/Bounce' sensitive
5511
5512 2001-11-30 [hoa]        0.6.5claws45
5513
5514         * src/compose.c
5515                 slightly change bounce function to add
5516                 information about the user that bounced the mail
5517                 in the From header line.
5518
5519         * src/folderview.c
5520                 permit the use of processing in outbox folder.
5521
5522 2001-11-29 [paul]       0.6.5claws44
5523
5524         * src/mainwindow.[ch]
5525         * src/prefs_common.c
5526         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
5527         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
5528         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
5529                 usability enhancements to the quoting, implements
5530                 use of Ctrl key to toggle quoting settings
5531                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
5532
5533 2001-11-29 [paul]       0.6.5claws43
5534         
5535         * sync with sylpheed 0.6.5cvs19
5536                 see ChangeLog entry 2001-11-28
5537
5538 2001-11-29 [melvin]     0.6.5claws42
5539         * src/Makefile.am
5540                 added enriched.[ch] to the list of files
5541
5542         * src/textview.c
5543         * src/mimeview.c
5544         * src/procmime.[ch]
5545         * src/enriched.[ch]
5546                 added support to view text/enriched
5547                 added support to show headers in message view for text/enriched and text/html
5548                         in non multipart messages
5549
5550 2001-11-28 [paul]       0.6.5claws41
5551
5552         * more sync with sylpheed 0.6.5cvs18
5553                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
5554
5555 2001-11-27 [paul]       0.6.5claws40
5556         
5557         * po/pt_BR.po
5558                 updated translation, submitted by Fabio Junior Beneditto
5559                 
5560         * sync with sylpheed 0.6.5cvs18
5561                 see ChangeLog entries 2001-11-26 (src/textview.c) and
5562                 2001-11-27
5563
5564
5565 2001-11-26 [paul]
5566
5567         * po/es.po
5568                 updated translation, submitted by Ricardo Mones Lastra
5569
5570 2001-11-26 [alfons]
5571
5572         * src/matcher.c
5573                 add more translatable strings
5574
5575 2001-11-26 [christoph]  0.6.5claws39
5576
5577         * po/de.po      
5578                 fixed one more umlaut
5579         * src/compose.c
5580                 fix translated header when it should not be translated
5581
5582 2001-11-26 [paul]       0.6.5claws38
5583
5584         * src/mainwindow.c
5585                 remove '/Message/Add Sender to address book' from 
5586                 main_window_set_menu_sensitive(), prevent debug warning
5587                 add 'Message/Mark/Mark all read' to mainwin_entries[]
5588
5589 2001-11-26 [paul]       0.6.5claws37
5590
5591         * src/summaryview.c
5592                 fix 'recurring unread state' bug 
5593
5594         * tools/README 
5595         * tools/filter_conv.pl
5596                 read name of top level mailbox from folderlist.xml
5597                 and presume nothing about its name              
5598
5599 2001-11-26 [darko]      0.6.5claws36
5600
5601         * src/gtkstext.[ch]
5602                 removed functions that are now in gtkutils.c
5603                 use gtkut_text_is_uri_string() from gtkutils.c
5604         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
5605
5606 2001-11-26 [paul]       0.6.5claws35
5607
5608         * sync with sylpheed 0.6.5cvs16
5609                 see ChangeLog entries 2001-11-25 and 2001-11-26
5610
5611 2001-11-25 [alfons]     0.6.5claws34
5612
5613         EXPERIMENTAL!!! Please checkout the last stable version using: 
5614           
5615         % cvs update -r LAST_STABLE -dRAP
5616
5617         (Or help us testing this stuff.)
5618
5619         * src/filtering.c               (1.14)
5620         * src/filtering.h               (1.6)
5621         * src/inc.c                     (1.28)
5622         * src/matcher.c                 (1.20)
5623         * src/mbox.c                    (1.9)
5624         * src/procmsg.h                 (1.14)
5625         * src/summaryview.c             (1.59)
5626         * src/summaryview.h             (dunno)
5627                 revert/merge/sync to as it was before commit 
5628                 on Thu, 19 Jul 2001 10:15:51 -0700.
5629
5630 2001-11-25 [hoa]        0.6.5claws33
5631
5632         * src/main.c
5633                 processing mails at startup
5634
5635         * src/folderview.c
5636         * src/summaryview.[ch]
5637                 processing mails when entering folder
5638
5639         * src/prefs_filtering.c
5640                 fixed some UI bugs
5641
5642 2001-11-24 [alfons]     0.6.5claws32
5643
5644         * src/summaryview.[ch]
5645                 make summary sort headers work, and also make
5646                 sure the sort type is stored
5647
5648 2001-11-23 [alfons]     0.6.5claws31
5649
5650         * src/summaryview.[ch]
5651                 make lock work like mark
5652                 disallow deleting messages marked as locked
5653
5654 2001-11-23 [alfons]     0.6.5claws30
5655
5656         * src/gtkstext.c
5657         * src/compose.[ch]
5658         * src/Makefile.am
5659         * src/undo.[ch]
5660                 merge undo patch submitted by Jens
5661
5662 2001-11-23 [christoph]  0.6.5claws29
5663
5664         * src/.cvsignore
5665                 added ylwrap
5666         * src/compose.c
5667                 fixed gpg signing and encoding
5668         * src/folder.[ch]
5669         * src/main.c
5670                 added --status option to get new, unread and total
5671                 message count from a running sylpheed
5672         * src/prefs_common.c
5673                 temporary fix for reply_with_quote problem
5674                 (don't call functions for non existing widget)
5675         * src/procmsg.c
5676                 one more check for ignored threads but still not
5677                 always working correctly. probably a recursive
5678                 check for all parents is needed
5679
5680 2001-11-23 [darko]      0.6.5claws28
5681
5682         * src/compose.c
5683                 wrapping on send improvements
5684         * src/gtkutils.[ch]
5685                 fix for GtkSText after last sync with main branch
5686                 GTK_TEXT -> GTK_STEXT
5687
5688 2001-11-23 [paul]       0.6.5claws27
5689
5690         * sync with sylpheed 0.6.5cvs14
5691                 see ChangeLog entries 2001-11-22 and 2001-11-23
5692                 
5693         * po/de.po
5694                 fixed the scrambled umlauts 
5695                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
5696
5697 2001-11-21 [paul]       0.6.5claws26
5698
5699         * sync with sylpheed 0.6.5cvs12
5700                 see 2nd ChangeLog entry dated 2001-11-20
5701
5702 2001-11-20 [paul]       0.6.5claws25
5703
5704         * sync with sylpheed 0.6.5cvs11
5705                 see ChangeLog entry 2001-11-19 (src/utils.c)
5706
5707 2001-11-20 [hiro]
5708
5709         * src/compose.c
5710                 GTK_TEXT -> GTK_STEXT
5711                 fix for wrong comment
5712
5713 2001-11-20 [hiro]       0.6.5claws24
5714
5715         * src/compose.[ch]
5716                 more merges from main branch
5717                 removed fatal warnings (uninitialized variables etc.)
5718                 some coding style fix
5719         * src/gtkutils.h
5720                 fixed typo.
5721         * src/addressbook.c
5722           src/addrindex.c
5723                 V-Card -> vCard
5724
5725 2001-11-19 [hoa]        0.6.5claws23
5726
5727         * src/filtering.c
5728         * src/prefs_scoring.c
5729         * src/matcher.[ch]
5730         * src/scoring.c
5731                 cleaning code
5732
5733         * src/matcher_parser_parse.y
5734         * src/prefs_filtering.c
5735                 bouncing
5736
5737 2001-11-19 [alfons]     0.6.5claws22
5738
5739         more of my old things into claws
5740
5741         * src/Makefile.am
5742         * src/prefs_common.c
5743         * src/procmsg.h
5744         * src/summaryview.[ch]
5745         * src/prefs_summary_column.c
5746         * src/pixmaps/locked.xpm
5747                 add indicators for locking of message in summary view
5748                 (does not work yet, only visual indicator)
5749
5750 2001-11-19 [paul]       0.6.5claws21
5751
5752         * sync with sylpheed 0.6.5cvs10
5753                 see ChangeLog entry 2001-11-19
5754
5755 2001-11-18 [alfons]     0.6.5claws20
5756         
5757         * src/filtering.c
5758                 remove an inadvertent free I forgot in previous clean up 
5759
5760 2001-11-18 [alfons]     0.6.5claws19
5761
5762         * src/filtering.[ch]
5763                 clean up & plug leaks
5764
5765 2001-11-18 [paul]       0.6.5claws18
5766
5767         * sync with sylpheed 0.6.5cvs9
5768                 see ChangeLog entries 2001-11-17 and 2001-11-18
5769
5770 2001-11-16 [paul]       0.6.5claws17
5771
5772         * sync with sylpheed 0.6.5cvs8
5773                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
5774
5775 2001-11-16 [paul]       0.6.5claws16
5776
5777         * sync with sylpheed 0.6.5cvs7
5778                 see ChangeLog entries 2001-11-15 and 2001-11-16
5779
5780 2001-11-15 [hoa]        0.6.5claws15
5781
5782         * src/compose.c
5783                 fix bounce, mails we received couln't be bounced to ourself.
5784
5785         * src/defs.h
5786         * src/filtering.[ch]
5787         * src/matcher.[ch]
5788         * src/matcher_parser.h
5789         * src/matcher_parser_lex.l
5790         * src/matcher_parser_parse.y
5791         * src/inc.c
5792         * src/main.c
5793         * src/mbox.c
5794         * src/prefs_filtering.[ch]
5795         * src/mainwindow.c
5796         * src/prefs_matcher.c
5797         * src/prefs_scoring.c
5798         * src/scoring.[ch]
5799         * src/summaryview.c
5800                 new matcher/filter/score configuration file parser
5801                 one unique configuration file => ~/.sylpheed/matcherrc
5802                 import in currently automatic, then save are made
5803                 in this new file.
5804                 one filter per folder and one global filter
5805                 (filter of a folder will be used as folder processing)
5806
5807         * src/folder.c
5808                 fix a bug in folder_item_get_identifier
5809                 
5810         * src/messageview.c
5811                 receive receipt return are fixed.
5812
5813 2001-11-14 [alfons]     0.6.5claws14
5814
5815         * src/session.h
5816                 add things from main branch to make claws compile
5817
5818 2001-11-14 [paul]       0.6.5claws13
5819
5820         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
5821                 see ChangeLog entries 2001-11-08 to 2001-11-14
5822
5823 2001-11-14 [hoa] 0.6.5claws12
5824
5825         * src/compose.[ch]
5826         * src/mainwindow.c
5827         * src/summaryview.c
5828                 add "bounce mail" option
5829
5830 2001-11-13 [christoph]  0.6.5claws11
5831
5832         * src/compose.c
5833                 Cleanup a mess i add before commiting
5834
5835 2001-11-13 [hoa]        0.6.5claws10
5836
5837         * src/compose.c
5838                 some fixes when mail are sent or
5839                 for crossposts
5840
5841 2001-11-13 [christoph]  0.6.5claws9
5842
5843         * po/de.po
5844                 Changed two string with the same translation
5845         * src/compose.c
5846         * src/procmsg.[ch]
5847         * src/send.[ch]
5848                 New mailsending process:
5849                   - Always queue message before sending
5850                     (message will be saved if sylpheed crashed or
5851                      freezes while sending)
5852                   - Allow queuing of newspostings
5853                   - No copy in outbox before sending
5854                     (closes bug #469501)
5855                   - No more redundant code for send and send_later
5856         * src/summaryview.c
5857                 Applied wwp <subscript@free.fr>'s patch that fixes
5858                 marks for multiple forwarded messages (+compose.c)
5859
5860 2001-11-12 [alfons]
5861
5862         * README.claws
5863                 remove things that are now in main branch
5864         
5865         * po/nl.po
5866                 update Dutch translation
5867
5868 2001-11-12 [mhadasht]   0.6.5.claws8
5869
5870         * src/prefs_common.c
5871                 re-enabled account autoselection feature for forward
5872                 and reedit lost during the branch point for SYNC-B4-REL
5873         * src/gtkspell.c
5874                 gtkpspell_get_dict(): more readable code (even if function is
5875                 not used yet)
5876         * ChangeLog.claws
5877                 added version number info to 2001-11-12 [hiro] comment.
5878
5879 2001-11-12 [hiro]       0.6.5.claws7
5880
5881         * src/compose.c
5882                 compose_forward(): fixed a bug that forward quote mark
5883                 wasn't used.
5884                 removed unnecessary code.
5885         * src/template_select.[ch]: removed.
5886
5887 2001-11-11 [alfons]
5888
5889         * src/compose.c
5890                 :%s/GTK_TEXT/GTK_STEXT/g
5891         
5892         * src/compose.[ch]
5893         * src/undo.[ch]
5894         * src/Makefile.am
5895                 revert the undo stuff (this is 0.6.6claws stuff)
5896
5897 2001-11-11 [hoa]        0.6.5.claws6
5898
5899         * src/compose.[ch]
5900                 Insert signature at the end of the text.
5901                 Added undo patch but currently disabled
5902
5903         * src/procmsg.c
5904                 Threading by subject improved.
5905
5906         * added src/undo.[ch]
5907                 Undo module for compose dialog box.
5908
5909 2001-11-11 [alfons]     0.6.5.claws5
5910
5911         * src/procmsg.c
5912                 prevent threading by subject on nodes that have already been
5913                 threaded by in-reply-to (as in "circular references in a tree
5914                 result in a dead branch")
5915
5916 2001-11-09 [hoa]        0.6.5.claws4
5917         
5918         * src/folderview.c
5919                 allows creation of mbox folder item from any files.
5920
5921 2001-11-09 [alfons]     0.6.5.claws3
5922         
5923         * src/utils.c
5924         * src/procmsg.c
5925                 do what I mean and correct threading by subject so it really
5926                 ignores attracting lines without "Re: "
5927
5928 2001-11-07 [alfons]     0.6.5.claws2
5929
5930         * src/procmsg.c
5931         * src/utils.[ch]
5932                 only attract by subject if a subject line starts with a "Re: "
5933         * src/syldap.c
5934                 remove warning
5935
5936 2001-11-07 [paul]       0.6.5claws1
5937
5938         * sync with sylpheed 0.6.5. release
5939                 see ChangeLog entry 2001-11-07
5940
5941 2001-11-07 [paul]       0.6.4claws31
5942
5943         * sync with sylpheed 0.6.4cvs18
5944                 see ChangeLog entries 2001-10-30 to 2001-11-07
5945                 prefs_templates.[ch] renamed prefs_template.[ch]
5946
5947 2001-11-06 [alfons]
5948         
5949         * src/utils.h
5950                 add semicolon Hoa forgot ;-)
5951                 
5952
5953 2001-11-06 [hoa]        0.6.4claws30
5954         
5955         * src/procmsg.c
5956         * src/summaryview.c
5957         * src/utils.c
5958         * src/utils.h
5959                 threading by subject - empty subject are ignored
5960
5961 2001-11-06 [christoph]  0.6.4claws29
5962
5963         * src/socket.c
5964                 use SSL_peek for sock_gets
5965         * src/utils.c
5966                 removed unneeded pointer in extracting quoted
5967                 names implementation
5968
5969 2001-11-06 [melvin]     0.6.4claws28
5970
5971         * src/gtkspell.c
5972                 fixed bug #476792 Selection overtyping with spell checker
5973                 fixed bug which could cause a buffer overflow
5974                 fixed a memory leak
5975
5976 2001-11-06 [hoa]        0.6.4claws27
5977         
5978         * src/procmsg.c
5979         * src/summaryview.c
5980                 threading by subject
5981
5982 2001-11-05 [alfons]     0.6.4claws26
5983         
5984         * README.claws
5985                 Claws -> Sylpheed (vice versa)
5986
5987         * src/compose.c
5988                 :%s/gtk_text/gtk_stext/g
5989                 :%s/GTK_TEXT/GTK_STEXT/g
5990                 (thanks to Jonathan Ware for spotting this)
5991
5992 2001-11-04 [christoph]  0.6.4claws25
5993
5994         * src/summaryview.c
5995                 replace Xalloca + strdup with Xstrdup_a
5996         * src/utils.c
5997                 better implementation of extracting quoted names
5998                 from addresses (remove backlashes and ignore
5999                 quotes after them)
6000
6001 2001-11-04 [alfons]     0.6.4claws24
6002
6003         * src/utils.[ch]
6004                 edit to comply more with coding style
6005
6006         * src/textview.c
6007                 fix bug reported by Kim Schulz. introduced by the patch integrated
6008                 in 0.6.4claws15. the code did not check the return value of
6009                 the html parser.
6010
6011         * AUTHORS
6012                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
6013
6014 2001-11-04 [christoph]  0.6.4claws23
6015
6016         * src/main.c
6017         * src/prefs_common.[ch]
6018                 init some pointers that possibly caused a segfault
6019                 reported in the claws-users ML
6020
6021 2001-11-04 [hoa]        0.6.4claws22
6022
6023         * src/grouplistdialog.c
6024                 change the names of the nodes in the tree
6025
6026         * src/compose.c
6027                 enhanced mailto syntax as described in
6028                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
6029                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
6030
6031         * src/utils.c
6032                 encode and decode URI (useful when opening URL into
6033                 netscape).
6034
6035 2001-11-03 [hoa]        0.6.4claws21
6036
6037         * src/grouplistdialog.c
6038                 a new newsgroups list selection dialog box
6039                 with a CTree instead of a CList
6040
6041 2001-11-03 [hoa]        0.6.4claws20
6042
6043         * src/folderview.c
6044                 enable property and scoring options when right
6045                 click on "inbox"
6046
6047         * src/summaryview.c
6048                 fixed bug when nickname were displayed using
6049                 the address book.
6050
6051 2001-11-02 [darko]      0.6.4claws19
6052
6053         * src/compose.c
6054                 new wrap quotation and URL/long words wrapping implementation
6055         * src/compose.c src/gtkstext.[ch]
6056                 move gtkstext_strncmp() to gtkstext.c
6057
6058 2001-11-01 [christoph]  0.6.4claws18
6059
6060         * src/prefs_account.c
6061                 fixed mess in account settings dialog
6062         * src/prefs_folder_item.c
6063                 added label with folder path to dialog
6064
6065 2001-10-31 [match]      0.6.4claws17
6066
6067         * src/vcard.c
6068                 fix memory leak.
6069         * src/addrbook.c
6070                 fix generation of spurious address book file names.
6071                 remove redundant functions.
6072         * po/POTFILES.in
6073                 added missing file names.
6074
6075 2001-10-30 [paul]       0.6.4claws16
6076
6077         * sync with sylpheed 0.6.4cvs6
6078                 see ChangeLog entries 2001-10-26 to 2001-10-30
6079
6080         * tools/filter_conv.pl
6081                 read folderlist.xml to discover whether the top-level
6082                 folder is called 'Mailbox' or 'Mail' 
6083
6084 2001-10-29 [paul]       0.6.4claws15
6085
6086         * src/html.c, src/textview.c
6087                 activate links in html mail and fix clickable parts
6088                 Submitted by Matthieu Dazy <dazy@t-surf.com>
6089
6090 2001-10-29 [paul]
6091
6092         * po/de.po, po/es.po, po/pt_BR/po
6093                 updated translations, submitted by Jens Oberender,
6094                 Ricardo Mones Lastra, and Fabio Junior Beneditto
6095
6096 2001-10-29 [darko]      0.6.4claws14
6097
6098         * src/compose.c
6099                 fix wrapping for good
6100
6101 2001-10-29 [darko]
6102
6103         * src/compose.c
6104                 undo previous change as it broke the smart wrapping
6105
6106 2001-10-29 [darko]      0.6.4claws13
6107
6108         * src/compose.c
6109                 fix infinite loop when long URL is quoted
6110                 (closes bug #475122.
6111
6112 2001-10-28 [match]
6113
6114         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
6115                 import Mutt address book
6116         * src/ldif.[ch] src/importldif.h
6117                 modified import LDIF handle user attributes
6118
6119 2001-10-28 [christoph]  0.6.4claws12
6120
6121         * src/summaryview.c
6122                 fixed that filtering did not work if there
6123                 were no filter rules
6124                 (closes bug #472003 and better implementation
6125                  of patch #474644)
6126
6127 2001-10-27 [christoph]  0.6.4claws11
6128
6129         * src/compose.c
6130                 make the folder's default account to be used when
6131                 replying. (patch by wwp <subscript@free.fr>)
6132         * src/compose.c
6133                 code cleanup, nearly killed all of wwp's patch
6134                 for folder's default account in compose
6135         * src/folderview.c
6136                 error panel when a folder could not be created
6137                 (closes bug #471080 new folder name & already
6138                  existing file)
6139
6140 2001-10-26 [alfons]
6141
6142         * src/utils.h
6143                 change prototype of strstr2() that Christoph forgot about
6144
6145 2001-10-26 [christoph]  0.6.4claws10
6146
6147         * src/account.c
6148                 made search for accounts by email address not case
6149                 sensitive
6150         * src/folder.c
6151                 fixed memory leak in folder_item_get_identifier
6152         * src/gtkspell.c
6153         * src/utils.c
6154                 fixed wrong strstr2 (should work like strstr)
6155
6156 2001-10-26 [darko]      0.6.4claws9
6157
6158         * src/compose.c src/gtkstext.[ch]
6159         * src/gtkstext.c
6160                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
6161
6162 2001-10-26 [paul]       0.6.4claws8
6163
6164         * src/html.c
6165                 ignore css and javascript tags in html mail
6166                 case-insensitive, with or without double-quoted
6167                 strings
6168
6169 2001-10-26 [paul]       0.6.4claws7
6170
6171         * sync with sylpheed 0.6.4cvs1
6172                 see ChangeLog entry 2001-10-26
6173
6174         * src/prefs_account.c, src/prefs_common.c,
6175           src/prefs_summary_column.c
6176                 minor improvements to the English
6177
6178 2001-10-25 [alfons]     0.6.4claws6
6179
6180         * src/gtkstext.c
6181         
6182                 make GtkSText follow style of GtkText (closes bug 
6183                 #469211 "text selection while writing message")
6184                 
6185                 do sync with GTK 1.2.10
6186
6187 2001-10-25 [paul]       0.6.4claws5
6188
6189         * src/html.c
6190                 ignore css tags in html mail
6191
6192 2001-10-25 [darko]      0.6.4claws4
6193
6194         * src/compose.c
6195                 don't declare is_url_string as static function since
6196                 we need it in gtkstext.c
6197         * src/gtkstext.c
6198                 remove unused variable
6199                 don't wrap long URLs while composing a message
6200
6201 2001-10-24 [christoph]  0.6.4claws3
6202
6203         * src/socket.c
6204                 fix ssl deadlock, when peer closes connection
6205
6206 2001-10-24 [paul]       0.6.4claws2
6207
6208         * src/prefs_common.c
6209                 gettextize the gpg ascii-armored warning message
6210
6211         * src/compose.c
6212                 insert a DOS/MAC file into the composed message
6213                 (improvements)
6214
6215         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
6216
6217 2001-10-22 [paul]       0.6.4claws1
6218
6219         * sync with sylpheed 0.6.4 release
6220                 see ChangeLog entries 2001-10-21
6221
6222         * po/fr.po, po/pt_BR.po
6223                 updated by Melvin Hadasht and Fabio Junior Beneditto
6224
6225 2001-10-21 [paul]       0.6.3claws30
6226
6227         * src/compose.c
6228                 insert a DOS text file from the compose window
6229                 into the composed message text (removes CRs characters)
6230                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
6231
6232         * tools/filter_conv.pl, tools/README
6233                 automatically use ~/.sylpheed as working directory
6234                 print out confirmation message on completion
6235
6236         * correct Hoa's last ChangeLog.claws entry
6237
6238 2001-10-20 [hoa]        0.6.3claws29
6239
6240         * src/grouplistdialog.c
6241                 bugfix (another ?) to give the right
6242                 newsgroups list for each news server.
6243
6244         * src/news.c
6245         * src/news.h
6246                 improve the newsgroups list cache
6247
6248 2001-10-20 [paul]       0.6.3claws28
6249
6250         * sync with sylpheed 0.6.3cvs9
6251                 see ChangeLog entry 2001-10-19
6252
6253         * correct Alfons' last ChangeLog.claws entry
6254
6255 2001-10-19 [alfons]
6256
6257         * src/pgptext.[ch]
6258                 fix compilation problems (part of bug #472895)
6259
6260 2001-10-18 [hoa]        0.6.3claws27
6261
6262         * src/grouplistdialog.c
6263                 bugfix when we refresh was clicked (bug 472701)
6264
6265 2001-10-19 [christoph]  0.6.3claws26
6266
6267         * src/compose.c
6268                 last header entry should default to "To:" or
6269                 "Newsgroups:" and not copy the last entry line
6270                 in a new compose window
6271                 (closes bug #472686, #470792)
6272
6273 2001-10-19 [paul]       0.6.3claws25
6274
6275         * sync with Sylpheed 0.6.3cvs8
6276                 see ChangeLog entries 2001-10-18 and 2001-10-19
6277
6278 2001-10-18 [christoph]  0.6.3claws24
6279
6280         * src/procmsg.c
6281                 reimplement ignore thread
6282         
6283 2001-10-18 [hoa]        0.6.3claws23
6284
6285         * src/folderview.c
6286         * src/grouplistdialog.[ch]
6287                 enhanced news subscription interface (feature 469113)
6288
6289         * src/news.c
6290         * src/news.h
6291                 enchanced newsgroup listing,
6292                 now, we can get groups informations
6293                 (NNTPGroupInfo)
6294
6295 2001-10-18 [paul]       0.6.3claws22
6296
6297         * src/summaryview.c
6298                 remove comment (sync with main branch)
6299         * src/mainwindow.c
6300                 fix 'Re-edit' bug in 'Message' menu
6301
6302 2001-10-17 [christoph]  0.6.3claws21
6303
6304         * src/compose.c
6305                 ignore empty or whitespace only header lines
6306
6307 2001-10-17 [paul]       0.6.3claws20
6308
6309         * sync with sylpheed 0.6.3cvs7
6310                 see ChangeLog entries 2001-10-14, 2001-10-16, and
6311                 2001-10-17
6312
6313 2001-10-17 [darko]
6314
6315         * src/compose.c
6316                 wrap long lines without spaces
6317                 don't wrap URLs
6318
6319 2001-10-16 [paul]
6320
6321         * po/es.po, po/nl.po, po/pt_BR.po
6322                 updated by Ricardo Mones Lastra, Alfons,
6323                 and Fabio Junior Beneditto
6324
6325         * sylpheed-0.6.3claws released
6326
6327 2001-10-15 [melvin] 0.6.3claws18
6328
6329         * README.claws
6330                 added summary and detailed installation instructions
6331                 for spell checker
6332         * po/fr.po
6333                 Updated, corrected and completed french translation
6334
6335 2001-10-15 [hoa] 0.6.3claws17
6336         * src/grouplistdialog.c
6337                 we can choose the newsgroups to display with wildcards
6338
6339 2001-10-15 [christoph]  0.6.3claws16
6340
6341         * src/account.c
6342         * src/compose.c
6343         * src/prefs_folder_item.[ch]
6344                 applied wwp <subscript@free.fr>'s folder
6345                 default account patch
6346         * po/de.po
6347                 Fixed wrong translation
6348
6349 2001-10-13 [alfons, christoph, melvin]  
6350                         0.6.3claws15
6351
6352         solution #2 to solve MT-safety problems defers all GUI related calls
6353         to the main thread using a gtk_idle_add() callback. discussed on
6354         ircnet #sylpheed, with christoph spotting some issues with the
6355         original code, and melvin allowing us to lobotomize his sylpheed.
6356
6357         * src/syldap.[ch], src/main.c
6358                 fix race problem in ldap search thread by deferring GUI 
6359                 stuff to main thread using gtk_idle_add()
6360
6361 2001-10-13 [paul]       0.6.3claws14
6362
6363         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
6364                 add Sergey's smtpcred.patch
6365                 adds separate username/password setting for SMTP Auth
6366                 needed by some servers
6367                 (closes feature request #471659)
6368
6369 2001-10-13 [paul]       0.6.3claws13
6370
6371         * src/pgptext.[ch] **NEW FILES**
6372         * src/Makefile.am, src/messageview.c, src/mimeview.c
6373                 decrypt ascii-armored gpg text embedded in
6374                 the message body.
6375                 Submitted by Jens Jahnke <jan0sch@gmx.net>
6376
6377 2001-10-13 [christoph]  0.6.3claws12
6378
6379         * README.claws
6380                 some more details on default to and
6381                 feature requests
6382         * src/main.c
6383                 init glib threading when ldap is used
6384         * src/syldap.c
6385                 threading fixes
6386         * po/de.po
6387                 fixed a typo
6388
6389 2001-10-12 [paul]       0.6.3claws11
6390
6391         * src/prefs_common.[ch], src/rfc2015.c
6392                 enable ascii-armored gpg text to be embedded in the
6393                 message body, selectable through the 'Privacy'
6394                 preferences. Supports encrypting only.
6395                 Submitted by Ravemax <ravemax@dextrose.com>
6396
6397 2001-10-12 [paul]       0.6.3claws10
6398
6399         * sync with sylpheed 0.6.3cvs6
6400                 see ChangeLog entries 2001-10-11 and 2001-11-12
6401
6402         * src/folderview.c
6403                 incorporated mbox folders, scoring, and folder
6404                 properties into the sync
6405
6406 2001-10-12 [darko]      0.6.3claws9
6407
6408         * README.claws
6409                 describe quotation wrapping
6410         * src/compose.c
6411                 don't treat tab as space to calculate line length properly
6412
6413 2001-10-11 [alfons]
6414
6415         * README.claws
6416                 correct description of how to make new filtering system work,
6417                 add some other things
6418                 
6419         * src/syldap.c
6420                 remove sched_yield() (not necessary / unportable)
6421
6422 2001-10-11 [paul]       0.6.3claws8
6423
6424         * sync with sylpheed 0.6.3cvs3
6425                 see ChangeLog entry 2001-10-10
6426
6427 2001-10-10 [christoph]  0.6.3claws7
6428
6429         * .cvsignore
6430                 ignore 2 files created by newer autotools
6431         * src/prefs_folder_item.c
6432                 using table for widget alignment
6433                 fixed memory leak and broken octal display
6434         * src/filesel.c
6435                 fixed segfault caused by lost filename
6436                 workaround (closes bug #469551)
6437
6438 2001-10-10 [paul]       0.6.3claws6
6439
6440         * sync with sylpheed 0.6.3cvs2
6441                 see ChangeLog entries 2001-10-09 and 2001-10-10
6442
6443 2001-10-10 [darko]      0.6.3.claws5
6444
6445         * src/gtkstext.c
6446                 proper calculation of right margin if smart wrapping is enabled
6447         * src/compose.c
6448                 automatically wrap long lines if wrap quotation is enabled
6449
6450 2001-10-09 [alfons]     0.6.3.claws4
6451
6452         * src/summaryview.c
6453                 select correct row when deleting last row in the summary view (and
6454                 close bug "[ #469104 ] select second last in list when deleting")
6455
6456 2001-10-09 [paul]       0.6.3claws3
6457
6458         * sync with sylpheed 0.6.3cvs1
6459                 updated some autotool scripts
6460
6461 2001-10-09 [darko]      0.6.3claws2
6462
6463         * src/gtkstext.[ch]
6464                 new name and mark with Sylpheed comment
6465         * src/compose.c
6466                 smart quotation wrapping a-la VIM
6467
6468 2001-10-08 [paul]       0.6.3claws1
6469
6470         * sync with sylpheed 0.6.3 release
6471                 see ChangeLog entry 2001-10-08
6472
6473 2001-10-08 [paul]       0.6.2claws24
6474
6475         * src/summaryview.c
6476                 more sync with sylpheed 0.6.2cvs12
6477                 Fixed the bug that didn't select the last row correctly
6478
6479
6480 2001-10-07 [paul]       0.6.2claws23
6481
6482         * sync with sylpheed 0.6.2cvs12
6483                 see ChangeLog entry 2001-10-07
6484
6485 2001-10-06 [match]
6486         * src/jpilot.[ch]
6487                 enable jpilot to read unsynch'ed addresses.
6488
6489         * src/editldap_basedn.c
6490                 fix segfault when opening dialog.
6491
6492 2001-10-06 [alfons]     0.6.2.claws22
6493
6494         * src/summaryview.c
6495                 fix bug with summary view selecting last *inserted*
6496                 node instead of last *visible* node. remember we
6497                 work with a tree
6498
6499 2001-10-06 [paul]       0.6.2claws21
6500
6501         * po/pt_BR.po
6502                 updated translation, contains some fixes and new
6503                 translations, submitted by Gustavo Noronha Silva
6504                 <kov@debian.org>
6505
6506         * src/prefs_common.c
6507                 change 'each' to 'every' - fix dubious English
6508
6509         * sync with sylpheed 0.6.2cvs11
6510
6511 2001-10-05 [alfons]     0.6.2claws20
6512
6513         * src/mainwindow.[ch], src/folderview.c
6514                 make composite tool button switch between "Compose News"
6515                 and "Compose Mail" depending on selected folder
6516                 (nifty idea by Kim Schulz <kim@schulz.dk>)
6517
6518 2001-10-05 [paul]       0.6.2claws19
6519
6520         * src/mainwindow.c, src/summaryview.c
6521                 fix 'Message/Reply to all', broken in last commit
6522
6523         * src/compose.c
6524                 fix X_BEENTHERE seg fault, thanks to Alfons
6525
6526 2001-10-04 [paul]       0.6.2claws18
6527
6528         * src/compose.[ch], src/mainwindow.c
6529                 make "Message/Reply" reply to mailing lists; matches
6530                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
6531                 based on portions of the patch submitted by
6532                 Junichi Uekawa <dancer@netfort.gr.jp>
6533
6534 2001-10-04 [darko]      0.6.2claws17
6535
6536         * src/compose.c
6537                 better smart wrapping
6538         * src/gtkstext.[hc]
6539                 a function to make text buffer contiguous
6540
6541 2001-10-03 [paul]       0.6.2claws16
6542
6543         * sync with sylpheed 0.6.2cvs10
6544
6545 2001-10-02 [alfons]
6546
6547         * configure.in
6548         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
6549                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
6550                 references to chinese translations (hope someone picks up
6551                 this)
6552
6553 2001-10-02 [christoph]  0.6.2claws15
6554
6555         * src/compose.c
6556                 fixed non translated header bug
6557         * ChangeLog.claws
6558                 fixed wrong date in alfons last entry ;)
6559
6560 2001-10-02 [alfons]     0.6.2claws14
6561
6562         * src/compose.c, src/prefs_common.[ch]
6563                 add block cursor option
6564
6565 2001-10-02 [paul]       0.6.2claws13
6566
6567         * sync with sylpheed 0.6.2cvs9
6568
6569 2001-09-30 [paul]       0.6.2claws12
6570
6571         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
6572                 updated translations
6573
6574         * po/POTFILES.in
6575                 add 'src/importldif.c'
6576
6577         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
6578                 added eudora-to-vCard conversion tool
6579                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
6580
6581         * sync with sylpheed 0.6.2cvs8
6582
6583 2001-09-30 [paul]
6584
6585         * sylpheed-0.6.2claws released
6586
6587 2001-09-27 [melvin]     0.6.2claws11
6588
6589         * src/gtkspell.c
6590                 fixed crash when using default path (introduced 
6591                 in 0.6.2claws10)
6592                 fixed tiny bug for initial suggestion mode
6593
6594 2001-09-27 [melvin]     0.6.2claws10
6595         
6596         * src/gtkspell.c
6597                 fixed bug where gtkpspell didn't set the path correctly
6598
6599         * README.claws
6600                 added a paragraph about spell checking
6601                 
6602
6603
6604 2001-09-27 [paul]       0.6.2claws9
6605
6606         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
6607                 replace '// comments' with '/* comments */' to prevent
6608                 some compiler warnings 
6609
6610         * sync with sylpheed 0.6.2cvs6
6611
6612 2001-09-26 [alfons]     0.6.2claws8
6613
6614         * src/messageview.c
6615                 introduce return receipt request notification again,
6616                 which was lost because of other semantics in 
6617                 procheader_parse() (???)
6618
6619 2001-09-26 [christoph]  0.6.2claws7
6620
6621         * src/compose.c
6622                 replace comments for old code with #if 0
6623                 readded auto cc, bcc and reply-to
6624         * src/prefs_matcher.c
6625         * src/prefs_scoring.c
6626                 removed some definition (was moved to
6627                 prefs.h)
6628
6629 2001-09-26 [paul]       0.6.2claws6
6630
6631         * src/mainwindow.c
6632                 make 'Follow-up and reply to' sensitive
6633
6634         * more sync with sylpheed 0.6.2cvs5
6635
6636 2001-09-25 [melvin]
6637
6638         * 0.6.2claws5
6639
6640         * src/gtkspell.c
6641                 fixed bug for "US-ASCII" introduced by the encoding code
6642
6643 2001-09-25 [paul]
6644
6645         * 0.6.2claws4
6646
6647         * src/prefs_common.[ch], src/summaryview.c
6648                 'next unread msg' 'go to next folder?' dialog can be
6649                 given default behaviour, either always show dialog,
6650                 or assume 'yes', or assume 'no'
6651                 Submitted by wwp <subscript@free.fr>
6652
6653 2001-09-25 [melvin]
6654                 
6655         * src/compose.c src/gtkspell.[ch]
6656                 added support for different encodings
6657
6658 2001-09-25 [paul]
6659
6660         * more sync with sylpheed 0.6.2cvs5
6661
6662 2001-09-24 [alfons]
6663         
6664         * src/prefs_folder_item.c
6665                 add check for item->prefs->default_to string is NULL and
6666                 add another check when freeing this string
6667
6668 2001-09-24 [paul]
6669
6670         * configure.in
6671                 change to version 0.6.2claws3
6672
6673         * sync with sylpheed 0.6.2cvs5 
6674
6675 2001-09-24 [match]
6676         * src/ldif.[ch], src/importldif.[ch], addressbook.c
6677                 import LDIF files.
6678         * src/addrcache.[ch], addrindex.[ch]
6679                 small update for future
6680         * src/addrbook.c
6681                 fix test XML file.
6682
6683 2001-09-24 [melvin]
6684         * src/gtkspell.[ch]
6685                 added 'Learn from mistakes' option
6686                 better handling of quotes in checked words
6687                 sorted dict list
6688         * po/fr.po
6689                 small update for spell checking stuff
6690
6691 2001-09-23 [alfons]
6692         
6693         * src/gtkspell.c
6694                 edit a little bit so it complies more with main coding style
6695
6696 2001-09-23 [alfons]
6697
6698         * src/folder.[ch], prefs_folder_item.c, compose.c
6699                 migrate "request return receipt" folder property
6700                 to folderlist.xml
6701
6702 2001-09-22 [alfons]
6703
6704         * README.claws **NEW**
6705                 (add things of interest for users of main branch 
6706                 and claws here)
6707
6708         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
6709                 re-implement threading per folder option, but store 
6710                 the setting in folderlist.xml (where it belongs)
6711
6712 2001-09-21 [melvin]
6713
6714         * src/gtkspell.[ch]
6715                 fixed bug when compose window is under another window
6716         * src/prefs_common.[ch] src/compose.c
6717                 changed 'dictionary_path' to 'dictionary' to be consistent
6718                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
6719         * ac/pspell.m4 src/Makefile.am 
6720                 dropped PSPELL_PATH macro
6721         * po/fr.po
6722                 updated translations
6723
6724 2001-09-21 [christoph]
6725
6726         * src/compose.c
6727                 added border around header fields
6728                 keep header type when new field is added
6729
6730 2001-09-20 [christoph]
6731
6732         * src/utils.[ch]
6733                 more portable debug_print with source filename
6734                 and linenumber
6735         * src/procmsg.c
6736                 more newlines after debug messages
6737
6738 2001-09-20 [paul]
6739
6740         * configure.in
6741                 change to version 0.6.2claws2
6742
6743         * sync with sylpheed 0.6.2cvs3
6744
6745 2001-09-19 [melvin]
6746
6747         * src/gtkspell.c
6748                 fixed the post-right-click focus pb
6749                 fixed crash when 'Spell check all' after dict change 
6750                         and when cursor is at the end of the text
6751                 shift-right-click pops up config menu even on misspelled words.
6752         * po/POTFILES.in
6753                 added gtkspell.c
6754
6755 2001-09-19 [melvin]
6756
6757         * src/about.c
6758                 added pspell to compiled-in features list
6759
6760 2001-09-18 [melvin]
6761
6762         * switched to pspell and dropped ispell
6763         * ac/pspell.m4
6764                 new file. autoconf macro for pspell
6765         * ac/Makefile.am 
6766         * configure.in acconfig.h
6767                 added pspell support
6768         * src/Makefile.am
6769         * src/main.c src/compose.[ch] src/gtkspell.[ch]
6770         * src/prefs_common.[ch] 
6771                 added pspell support
6772
6773 2001-09-18 [christoph]
6774
6775         * src/addr_compl.c
6776         * src/template.[ch]
6777                 replace LOG_MESSAGE with debug_print
6778         * src/compose.[ch]
6779                 gui improvements
6780         * src/menu.c
6781                 added newline after debug message
6782         * src/utils.h
6783                 using __VA_ARGS__ for debug_print macro
6784         * tools/.cvsignore
6785                 ignore Makefile and Makefile.in
6786
6787 2001-09-18 [paul]
6788
6789         * configure.in
6790                 change to version 0.6.2claws1
6791         * sync with sylpheed 0.6.2cvs1
6792
6793         * src/matcher.c 
6794         * src/prefs_matcher.c
6795                 add 'score equal to' option, submitted by
6796                 Paul Evans <nerd@freeuk.com>
6797
6798 2001-09-15 [christoph]
6799
6800         * src/mainwindow.c
6801                 comment out menu entry not existing in claws
6802         * src/menu.c
6803                 add debug output for non existing menu entries
6804         * src/summaryview.c
6805                 fix next/prev unread message for ignored threads
6806         * src/utils.[ch]
6807                 add sourcefile and line number to debug output
6808                 otherwise it is sometimes hard to find the
6809                 source code part if debug messages are translated
6810
6811 2001-09-14 [darko]
6812         
6813         * src/folderview.c
6814                 refresh target folder style after colour is changed
6815
6816 2001-09-13 [paul]
6817
6818         * configure.in
6819                 change to version 0.6.1claws3
6820
6821         * sync with sylpheed 0.6.1cvs6
6822
6823 2001-09-13 [darko]
6824         
6825         * src/folderview.c
6826                 fix target folder colourization to use user selected colour
6827
6828 2001-09-12 [darko]
6829         
6830         * src/summaryview.c
6831                 fix crash when message that is marked for copy/move is unmarked
6832
6833 2001-09-09 [paul]
6834
6835         * configure.in
6836                 change to version 0.6.1claws2
6837
6838         * sync with sylpheed 0.6.1cvs3
6839
6840 2001-09-09 [alfons]
6841         
6842         * src/folderview.c
6843                 fix bug with default font used for trash folder text
6844
6845 2001-09-06 [paul]
6846
6847         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
6848                 updated translations
6849
6850         * configure.in
6851                 change to version 0.6.1claws1
6852
6853         * sync with sylpheed 0.6.1cvs2
6854
6855 2001-09-03 [paul]
6856
6857         * po/POTFILES.in
6858                 add Match's new addressbook
6859
6860         * po/de.po
6861                 updated translation submitted by Jens Oberender
6862
6863 2001-09-02 [paul]
6864
6865         * configure.in
6866                 change to 0.6.1claws
6867         * sync with sylpheed 0.6.1 release
6868
6869 2001-09-02 [paul]
6870
6871         * configure.in
6872                 change to 0.6.0claws2
6873
6874         * sync with sylpheed 0.6.0cvs4
6875
6876         * po/pt_BR.po
6877                 updated translation submitted by Fabio Junior Beneditto
6878
6879 2001-09-01 [match]
6880         * pixmaps/
6881                 interface.xpm
6882                 book.xpm
6883                 address.xpm
6884         * src/
6885                 Makefile.am
6886                 a ton of new files
6887
6888 2001-08-31 [paul]
6889
6890         * configure.in
6891                 change to version 0.6.0claws1
6892
6893         * sync with sylpheed 0.6.0cvs1
6894
6895         * po/es.po
6896                 updated translation submitted by Ricardo Mones Lastra
6897
6898         * po/POTFILES.in
6899                 add 'src/prefs_templates.c'
6900
6901         * src/compose.c, src/summaryview.c
6902                 fix segfault on 'Re_edit'               
6903
6904 2001-08-30 [alfons]
6905
6906         * configure.in, Makefile.am
6907         * tools/Makefile.am
6908                 add tools directory to source distribution
6909
6910 2001-08-30 [paul]
6911
6912         * configure.in
6913                 change to version 0.6.0claws
6914
6915         * sync with sylpheed 0.6.0 release
6916
6917 2001-08-30 [christoph]
6918
6919         * configure.in
6920                 removed autoconf version check
6921
6922 2001-08-30 [paul]
6923
6924         * src/account.c, src/compose.c, src/prefs_common.[ch]
6925         * src/procheader.[ch] src/utils.[ch]
6926                 Enhanced automatic account selection on replies
6927                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
6928
6929         * configure.in
6930                 add LDAP and JPilot to the configuration results output.
6931
6932 2001-08-29 [christoph]
6933
6934         * src/summeryview.c
6935                 no bold font for ignored threads
6936
6937 2001-08-29 [paul]
6938
6939         * configure.in
6940                 change to version 0.5.3claws6
6941
6942         * sync with sylpheed 0.5.3cvs10
6943                 src/stringtable.[ch]: New Files
6944
6945         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
6946         * src/pixmaps/sylpheed.xpm
6947                 add mini-icons to windows (by Alfons)
6948
6949 2001-08-27 [paul]
6950
6951         * src/mainwindow.c
6952                 new functions: next_labeled_cb(), prev_labeled_cb()
6953
6954         * src/summaryview.c
6955                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
6956                 summary_select_next_labeled(), summary_select_prev_labeled()
6957
6958         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
6959                 give claws blue folders and a blue trash can
6960
6961 2001-08-27 [paul]
6962
6963         * configure.in
6964                 change to version 0.5.3claws5
6965
6966         * sync with sylpheed 0.5.3cvs9
6967                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
6968
6969 2001-08-24 [christoph]
6970
6971         * src/filesel.c
6972                 keep filename when browsing directories
6973                 (not working for user entered filename, but
6974                  for default name and selected filename from
6975                  file list)
6976         * src/mainwindow.c
6977                 fixed wrong spelling "Folllow-up"
6978         * src/mbox_folder.c
6979         * src/procmsg.c
6980         * src/summaryview.c
6981                 fixed new/unread message count with ignored
6982                 threads (2 commits, first didn't notice no
6983                 longer needed decreasing)
6984         * src/inc.c
6985                 readded scrolling of progress dialog
6986                 (lost in sync)
6987
6988 2001-08-24 [paul]
6989
6990         * configure.in
6991                 change to 0.5.3claws4
6992
6993         * sync with sylpheed 0.5.3cvs7
6994
6995 2001-08-24 [christoph]
6996
6997         * src/compose.c
6998                 set request return receipt when replying
6999                 if it is set is the folder prefs of the
7000                 message
7001         * src/inc.c
7002                 disable final error popup if popups are
7003                 disabled in config (again)
7004
7005 2001-08-23 [paul]
7006
7007         * configure.in
7008                 Change version number to 0.5.3claws3
7009
7010         * sync with sylpheed 0.5.3cvs5
7011
7012         * src/mimeview.c
7013                 double quote '%s' in 'gedit %s' to fix bug when
7014                 opening attachment with spaces in the name
7015
7016 2001-08-22 [alte]
7017         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
7018           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
7019                 initial message templates support
7020
7021
7022 2001-08-22 [paul]
7023
7024         * configure.in
7025                 change version number to 0.5.3claws2
7026
7027         * sync with sylpheed 0.5.3cvs4
7028
7029         * src/procmsg.h src/summaryview.c
7030                 re-implement (un)ignore thread
7031
7032 2001-08-21 [paul]
7033
7034         * src/summaryview.c
7035                 remove unnecessary code
7036         * src/compose.c
7037                 enable 'dynamic' signatures (submitted by
7038                 Eric Limpens <eric@hscg-internet.nl>)
7039
7040 2001-08-21 [paul]
7041
7042         clean up after sync with sylpheed 0.5.3 release
7043
7044         * src/folderview.c
7045                 fix re-introduced font mess, see Christoph's
7046                 entry 2001-06-24
7047
7048         * src/summaryview.c
7049                 remove prev_msgnum
7050                 use sylpheed's small font instead of
7051                 gtk default font for summary view
7052
7053
7054 2001-08-17 [paul]
7055
7056         * configure.in
7057                 add pl to ALL_LINGUAS - sync with main branch
7058
7059         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
7060                 Updated. Translations by Jens Oberender, Ricardo Mones
7061                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
7062
7063         * po/pl.po  ** NEW FILE **
7064                 sync with the main branch
7065
7066         * src/folderview.c
7067                 fix target folder colorizing and refresh problem
7068
7069
7070 2001-08-17 [christoph]
7071
7072         * src/mainwindow.c
7073                 claws uses 4 colors for target folder coloring.
7074                 arrays were not long enough and destroyed the
7075                 stack causing a segfault.
7076                 target folder colorizing does not work anymore
7077                 for me
7078
7079 2001-08-16 [paul]
7080
7081         * configure.in
7082                 change to version 0.5.3claws1
7083
7084         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
7085           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
7086           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
7087
7088                 sync with sylpheed 0.5.3 release, but keep claws method of
7089                 configuring/saving fonts
7090
7091         * src/addressbook.[ch]
7092                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
7093                 in line with a similar change in Hiroyuki's branch
7094
7095         * src/mainwindow.[ch]
7096                 disable main_window_set_thread_option()
7097         * src/prefs_folder_item.c
7098                 comment out &tmps_prefs.enable_thread,
7099         * src/mbox_folder.c, src/procmsg.[ch]
7100                 comment out MSG_IS_IGNORE_THREAD
7101         * src/summaryview.c
7102                 comment out summary_ignore_thread() and summary_unignore_thread()
7103                 comment out MSG_IS_IGNORE_THREAD
7104
7105                 use Hiroyuki's threading instead.
7106
7107
7108
7109 2001-08-15 [paul]
7110
7111         * src/account.c
7112                 use Hiroyuki's 0.5.3 column scheme but also
7113                 include the enable/disable button.
7114         * src/pixmaps/mark.xpm
7115                 add Hiroyuki's amended pixmap
7116
7117 2001-08-13 [christoph]
7118
7119         * src/account.c
7120                 receive at get all column showed wrong state for APOP
7121                 button should only work for POP3 and APOP accounts
7122         * src/prefs_account.c
7123                 added missing preprocessor statement for SSL
7124
7125 2001-08-12 [paul]
7126
7127         * src/account.[ch]
7128                 add 'receive at get all' column and enable/disable
7129                 button.
7130
7131 2001-08-06 [christoph]
7132
7133         * src/account.c
7134                 show usage of SSL in protocol column
7135
7136         * src/imap.c
7137         * src/inc.c
7138                 renamed ssl options
7139
7140         * src/prefs_account.[ch]
7141                 moved ssl options to a new page
7142
7143         * src/send.c
7144         * src/smtp.c
7145         * src/ssl.[ch]
7146                 renamed ssl options
7147                 added support for SMTP STARTTLS command
7148
7149 2001-08-05 [christoph]
7150
7151         * configure.in
7152                 debian autoconf needs version check to find
7153                 correct autoconf version. if the file is
7154                 named configure.in 2.13 is used, which does
7155                 not work with this configure.in script.
7156                 other solution would be to rename the script
7157                 to configure.ac as suggested in the autoconf
7158                 manual.
7159
7160         * src/inc.c
7161                 disable final error popup if popups are
7162                 diabled in config
7163
7164         * src/socket.c
7165                 bugfix in ssl_gets
7166                 fixes IMAP over SSL problem
7167
7168 2001-08-03 [paul]
7169
7170         * configure.in
7171                 change to 0.5.2claws1
7172
7173         * sync with sylpheed 0.5.2cvs1
7174
7175 2001-08-02 [alfons]
7176
7177         * configure.in
7178                 quick fix for ispell detection...
7179
7180 2001-08-01 [paul]
7181
7182         * configure.in
7183                 change to 0.5.1claws4
7184
7185         * sync with sylpheed 0.5.1cvs7
7186
7187 2001-07-31 [alfons]
7188
7189         * src/prefs_common.c, src/prefs_common.h, 
7190           src/gtkspell.c, src/gtkspell.h
7191                 add global spelling checker settings (compose tab) +
7192                 selection of dictionary 
7193           
7194         * configure.in  
7195                 guess valid ispell location
7196
7197 2001-07-31 [paul]
7198
7199         * po/POTFILES.in
7200                 removal of 'src/quote_fmt_parse.c'
7201         * po/de.po
7202                 Updated de.po
7203                 (submitted by Jens Oberender <didge@suse.de>)
7204
7205 2001-07-31 [darko]
7206
7207         * src/folder.[ch]
7208         * src/folderview.[ch]
7209         * src/mainwindow.c
7210         * src/mh.c
7211         * src/prefs_common.[ch]
7212         * src/summaryview.c
7213                 target folder colourization
7214
7215 2001-07-30 [paul]
7216
7217         more sync with Sylpheed 0.5.1cvs6 
7218
7219 2001-07-30 [darko]
7220
7221         * src/mh.c
7222         * src/prefs_folder_item.[hc]
7223         * src/summaryview.c
7224                 shared folders support with a GUI
7225
7226 2001-07-29 [paul]
7227
7228         0.5.1claws3
7229
7230         * sync with Sylpheed 0.5.1cvs6
7231
7232 2001-07-29 [paul]
7233
7234         * po/pt_BR.po
7235                 updated
7236                 (submitted by Fabio Junior Beneditto)
7237
7238 2001-07-28 [paul]
7239
7240         * src/procmime.c
7241         * AUTHORS
7242                 patch to correct bad image mime headers
7243                 (submitted by Don Quijote <dq@searchlores.org>)
7244
7245 2001-07-28 [paul]
7246
7247         * tools/gif2xface.pl   **NEW FILE**
7248         * tools/README
7249                 script to convert file.gif to file.xface for
7250                 use in a custom header.
7251                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
7252
7253 2001-07-27 [alfons]
7254         
7255         * configure.in
7256                 change macros for detecting JPilot and LDAP
7257
7258 2001-07-27 [christoph]
7259
7260         * src/filtering.c
7261                 code cleanup (MIN / MAX warning, needed casting)
7262
7263 2001-07-27 [alfons]
7264
7265         * procheader.c
7266                 disallow setting flags when detecting certain headers
7267                 (X-Status, Status, Seen, X-Seen). 
7268         
7269         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
7270
7271 2001-07-27 [christoph]
7272
7273         * src/prefs_filter.c
7274         * src/prefs_filtering.c
7275         * src/prefs_matcher.c
7276         * src/prefs_scoring.c
7277                 scroll list when moving rows up or down
7278
7279         * src/imap.c
7280         * src/imap.h
7281         * src/prefs_account.c
7282         * src/prefs_account.h
7283         * src/send.c
7284                 SMTP over SSL (untested, feedback requested)
7285                 IMAP over SSL
7286
7287         * src/ssl.c
7288                 code cleanup
7289
7290 2001-07-26 [alfons]
7291         
7292         * configure.in, acconfig.h
7293                 define CLAWS (need this for main / claws detection)
7294
7295 2001-07-25 [alfons]
7296
7297         * configure.in
7298                 Sylpheed 0.5.1claws2
7299                 
7300         * sync with Sylpheed 0.5.1cvs4
7301
7302 2001-07-25 [christoph]
7303
7304         * src/scoring.c
7305                 fixed segfault
7306                 item->prefs == NULL (don't know why)
7307
7308 2001-07-25 [alfons]
7309
7310         * configure.in
7311                 Sylpheed 0.5.1claws1
7312
7313         * sync with Sylpheed 0.5.1cvs1-3
7314
7315 2001-07-24 [christoph]
7316
7317         * src/folderview.c
7318         * src/prefs_folder_item.[ch]
7319                 added folderitem preferences dialog with
7320                 default To: and auto request return receipt
7321
7322         * src/compose.[ch]
7323         * src/menu.[ch]
7324                 changes to handle new folderitem preferences
7325
7326         * src/mainwindow.c
7327         * src/summaryview.c
7328                 call compose new mail with current folderitem
7329
7330 2001-07-24 [alfons]
7331
7332         Release Sylpheed 0.5.1claws
7333
7334         * configure.in
7335                 change to release version 0.5.1claws
7336
7337 2001-07-24 [christoph]
7338
7339         * src/summaryview.c
7340                 fixed segfault that happend when the selected
7341                 message was removed while retrieving new messages.
7342
7343         * po/es.po
7344                 updated translation
7345                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
7346
7347 2001-07-22 [alfons]
7348
7349         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
7350         this is a work in progress, for more information: http://nlpagan.net/sylman 
7351         
7352         * configure.in, src/mainwindow.c, manual/Makefile.am
7353                 add support for English manual
7354
7355         * AUTHORS
7356                 add authors of user manuals
7357
7358         * manual/en/sylpheed*.html
7359                 add English documentation
7360
7361 2001-07-22 [christoph]
7362
7363         * po/POTFILES.in
7364                 added src/ssl.c
7365         * src/ssl.c
7366                 changed a wrong debug message
7367
7368 2001-07-22 [alfons]
7369
7370         * po/nl.po
7371                 update Dutch translation
7372
7373         * src/prefs_filtering.c, 
7374           src/prefs_matcher.c
7375                 add more translatable strings           
7376
7377 2001-07-21 [alfons]
7378
7379         0.5.0claws7
7380
7381         * configure.in
7382                 change version
7383
7384         * src/inc.c, src/summaryview.[ch]
7385                 prevent update of mark file when filtering has done, by
7386                 using a variable; this affects two functions:
7387                         inc.c::inc_finished()
7388                         summaryview.c::summary_show()
7389
7390 2001-07-20 [alfons]
7391
7392         * src/filtering.[ch], src/prefs_filtering.c, 
7393           src/matcher.[ch]
7394                 add filtering action for label coloring 
7395
7396         * po/POTFILES.in
7397                 add labelcolors.c
7398
7399         * added src/labelcolors.c
7400         * added src/labelcolors.h
7401         * src/Makefile.am, src/summaryview.c
7402                 rearrange label coloring code
7403
7404         * src/procmsg.h
7405                 add more parentheses so label colouring works correctly
7406
7407         * src/filtering.c
7408                 don't really delete message, but move it to Trash
7409
7410         * src/prefs_matcher.c
7411                 add quote options to info dialog
7412
7413 2001-07-20 [christoph]
7414
7415         * src/Makefile.am
7416         * src/inc.c
7417         * src/main.[ch]
7418         * src/socket.h
7419         * src/ssl.[ch] (new)
7420                 moved ssl stuff to a seperate file
7421
7422 2001-07-20 [darko]
7423
7424         * src/summaryview.c
7425                 fix show sender using address book with no e-mail
7426                 address in From: field
7427
7428 2001-07-19 [alfons]
7429
7430         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
7431                 fix messy handling of escaping... now at least the
7432                 execute command is useful. escape char is '\', we
7433                 accept \n and \r too. 
7434
7435                 Real life example:
7436                 
7437                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
7438                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
7439
7440 2001-07-18 [alfons]
7441
7442         0.5.0claws6
7443
7444         * src/summaryview.c
7445                 clean up
7446
7447         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
7448           src/procmsg.[ch]
7449                 revise filtering; currently move, copy, marking have
7450                 been tested. if you like bleeding edge stuff, you
7451                 should definitely go for this version :)
7452
7453         * mark old working stuff as VERSION_0_5_0_CLAWS5        
7454
7455 2001-07-17 [christoph]
7456
7457         * src/utils.c
7458                 timestamp log
7459
7460 2001-07-17 [alfons]
7461
7462         0.5.0claws5
7463
7464         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
7465           bits in the mark file, without affecting either branch. Lots of
7466           files changed, also in claws branch.
7467
7468           UNTESTED: use of mbox folders
7469
7470         * src/summaryview.c
7471                 added mark all read; however this was a quick hack used for
7472                 cleaning up mess after initial merge with Hiroyuki
7473
7474         * configure.in
7475                 change claws version number back to 0.5.0claws5 to clear up 
7476                 confusion & pretension (recent release was technically 
7477                 0.5.0claws4, so we neatly align with Hiroyuki :-)
7478
7479 2001-07-16 [alfons]
7480
7481         sync with Hiroyuki's 0.5.0cvs4
7482
7483 2001-07-16 [alfons]
7484
7485         0.5.1claws3
7486
7487         * src/filtering.[ch]
7488                 remove invalid updating of mark files for 
7489                 filter actions MATCHING_ACTION_MOVE and 
7490                 MATCHING_ACTION_DELETE; this should fix the
7491                 folder update bug
7492                 
7493         * src/procmsg.c
7494                 revert Christoph's stab at fixing the folder 
7495                 update bug
7496
7497         * po/POTFILES.in
7498                 add missing files with translatable strings
7499
7500         * src/summaryview.c
7501                 remove debug print
7502
7503 2001-07-15 [alfons]
7504
7505         * src/addr_compl.[ch], src/prefs_filtering.c
7506                 make "filtering pref dialog's destination entry" an
7507                 "address completable entry", if filter destination is 
7508                 an email address
7509
7510         0.5.1claws2
7511         
7512         sync with Hiroyuki's 0.5.0cvs2-3
7513
7514 2001-07-15 [christoph]
7515
7516         * src/procmsg.c
7517                 fixed folder stats update after incorporation
7518
7519 2001-07-15 [alfons]
7520
7521         * src/summaryview.c
7522                 * finish label colouring stuff (for now)
7523                 * fix incorrect colour bug (off by one) 
7524
7525 2001-07-14 [alfons]
7526
7527         * src/mainwindow.c
7528                 change text labels for news and mail message so there's
7529                 plenty of toolbar estate left
7530
7531         * configure.in
7532                 0.5.1claws1
7533
7534         * src/folderview.c
7535           src/folder.[ch]
7536                 sync with Hiroyuki's 0.5.0cvs1
7537
7538         * src/summaryview.c
7539                 more rewrite label colouring
7540
7541 2001-07-14 [alfons]
7542
7543         * src/summaryview.[ch]
7544                 * start rewrite label colouring 
7545                 * fix proper location "Add Sender To Addressbook" menu item
7546
7547 2001-07-13
7548
7549         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
7550         (actually this is 0.5.0claws4)
7551
7552 2001-07-13 [alfons]
7553
7554         * po/pt_BR.po
7555                 * fix duplicate message
7556                 * add updated Portugese / Brazilian translation
7557                   submitted by Fabio Junior Beneditto
7558
7559 2001-07-12 [alfons]
7560
7561         * AUTHORS
7562                 add Jens
7563
7564         * po/nl.po
7565                 add updated Dutch translation
7566
7567         * po/de.po
7568                 add updated German translation submitted by Jens
7569
7570 2001-07-11 [alfons]
7571
7572         Prerelease before 0.5.0claws. Please test.
7573         This version is temporarily tagged as VERSION_0_5_0_TEST
7574
7575         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
7576           src/prefs_scoring.c, src/prefs_matcher.c, 
7577           src/prefs_filtering.c, src/mbox.c, 
7578           src/main.c, src/inc.c, src/filtering.[ch]
7579                 revert new Hoa's new matcher (does not work yet)
7580
7581         * src/Makefile.am
7582                 clean up
7583
7584 2001-07-10
7585
7586         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
7587
7588
7589 2001-07-10 [alfons]
7590
7591         * Makefile.am
7592                 add ChangeLog.claws to EXTRA_DIST
7593         * src/Makefile.am
7594                 add matcher_parser_parse.h to EXTRA_DIST
7595
7596 2001-07-10 [christoph]
7597
7598         * src/inc.c
7599                 add destination folder to table of
7600                 folders that need to be updated after
7601                 incorporation
7602
7603 2001-07-10 [alfons]
7604
7605         * folder.[ch]
7606           folderview.c
7607                 make collapse state of folders and folder items persistent, i.e.
7608                 if you collapse a folder tree, the next time sylpheed-claws starts 
7609                 up the folder tree remains collapsed.  
7610                 
7611 2001-07-10 [christoph]
7612
7613         * acconfig.h
7614         * configure.in
7615                 added --enable-ssl
7616         * src/md5.[ch]
7617                 renamed MD5_CTX to MD5_CTX_syl
7618                 conflicts with a struct in openssl
7619         * src/inc.c
7620         * src/main.[ch]
7621         * src/prefs_account.[ch]
7622         * src/socket.[ch]
7623                 SSL support for POP
7624         * src/mainwindow.c
7625                 fixed compose with current account
7626                 broken by new compose button stuff
7627
7628 2001-07-09 [hoa]
7629
7630         * AUTHORS
7631                 changed my email address
7632
7633         * src/matcher_parser_parse.y
7634                 clean the parser to remove conflicts
7635
7636 2001-07-09 [alfons]
7637
7638         * AUTHORS
7639                 add Match Grun
7640
7641         * configure.in
7642                 fix incorrect description of --enable-ldap parameter
7643
7644         * src/prefs_common.[ch]
7645           src/compose.c
7646                 add experimental option "smart wrapping" which makes the
7647                 compose editor auto wrap.
7648                 
7649                 | TODO: the problem with the buggy cursor handling is caused |
7650                 | by the GtkText. when deleting / backspacing text its       |
7651                 | wrapping algorithm does not take in account the previous   |
7652                 | line. should find a way to hack this in.                   |
7653                 | or should perhaps combine this with the word wrapping      |
7654                 | patch i wrote in january.                                  |
7655
7656         * src/about.c
7657                 show build parameters for LDAP and JPilot
7658
7659         * src/summaryview.c
7660                 revert Christoph's bugfix for selecting next unread message, 
7661                 because folder stats aren't updated correctly
7662
7663 2001-07-08 [hoa]
7664
7665         * src/filtering.c
7666         * src/mainwindow.c
7667         * src/matcher.c
7668         * src/matcher_parser_lex.l
7669         * src/matcher_parser_parse.y
7670         * src/prefs_filtering.c
7671         * src/prefs_scoring.c
7672         * src/scoring.c
7673                 bugfix of the config file parser
7674
7675 2001-07-08 [alfons]
7676
7677         * src/Makefile.am
7678                 added generated matcher sources to BUILT_SOURCES
7679
7680 2001-07-08 [hoa]
7681
7682         * src/Makefile.am
7683         * src/.cvsignore
7684                 added new config file parser
7685
7686         * src/scoring.[ch]
7687         * src/filtering.[ch]
7688         * src/matcher.[ch]
7689         * src/prefs_filtering.c
7690         * src/prefs_matcher.c
7691         * src/prefs_scoring.c
7692         * added src/matcher_parser.h
7693         * added src/matcher_parser_lex.h
7694         * added src/matcher_parser_lex.l
7695         * added src/matcher_parser_parse.y
7696                 lex & yacc config file parser
7697
7698         * src/mbox.c
7699         * src/inc.c
7700         * src/main.c
7701                 changes prefs_filtering into global_filtering           
7702
7703         * src/summaryview.c
7704                 build threads with subjects only if "Re: " is at the
7705                 beginning of the subject
7706
7707 2001-07-07 [paul]
7708
7709         0.5.0claws
7710
7711         sync with sylpheed 0.5.0
7712                 change of version number only
7713
7714 2001-07-06 [paul]
7715
7716         0.5.0claws5
7717
7718         sync with sylpheed 0.5.0pre5
7719
7720 2001-07-05 [paul]
7721
7722         sync with sylpheed 0.5.0pre4 release
7723                 /po and /manual/ja not sync'ed
7724
7725 2001-07-04 [paul]
7726
7727         more sync with sylpheed 0.5.0pre4
7728
7729 2001-07-03 [christoph]
7730
7731         * src/addressbook.c
7732                 fixed address book broken by address book
7733                 for VCard, JPilot, LDAP
7734
7735 2001-07-03 [alfons]
7736
7737         * src/matcher.c
7738         * src/textview.c
7739                 stopped memory leaks
7740
7741 2001-07-03 [paul]
7742
7743         more sync with sylpheed 0.5.0pre4
7744
7745 2001-07-02 [match]
7746
7747         * included address book patch for VCard, JPilot, LDAP
7748         * pref_common.c - fixed Font options on Display tab (cosmetic)
7749         * alertpanel.c - fixed truncated message
7750
7751 2001-07-02 [christoph]
7752
7753         * src/mbox_folder.c
7754         * src/procmsg.[ch]
7755         * src/summaryview.c
7756                 mark threads for ignoring
7757
7758 2001-07-02 [paul]
7759
7760         0.5.0claws4
7761
7762         * sync with sylpheed 0.5.0pre4
7763                 updated gettext to 0.10.38.
7764
7765 2001-07-01 [paul]
7766
7767         * src/ mainwindow.c
7768         * src/procmsg.h
7769         * src/summaryview.[ch]
7770                 new right-click option: Label.
7771                 substitute for 'Mark-->Mark/Unmark', colours the line.
7772                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
7773
7774 2001-07-01 [christoph]
7775
7776         * src/folderview.c
7777                 fixed font for trash
7778         * src/summaryview.c
7779                 move ctree to unread message
7780
7781 2001-07-01 [paul]
7782
7783         * sync with sylpheed 0.5.0pre3 release
7784
7785 2001-06-30 [alfons]
7786
7787         * src/filesel.[ch]
7788         * src/compose.c
7789                 allow inserting / attaching multiple files in
7790                 the composer window
7791
7792 2001-06-30 [paul]
7793
7794         * src/codeconv.c
7795                 small change to Alfons' previous stuff so that it
7796                 actually makes
7797
7798 2001-06-30 [alfons]
7799
7800         * lots of files changed; first attempt to merge the changes
7801           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
7802
7803 2001-06-30 [paul]
7804
7805         * po/pt_BR.po
7806                 updated and completed, translations by Fabio
7807                 Junior Beneditto <fjbeneditto@yahoo.com.br>
7808
7809 2001-06-29 [alfons]
7810
7811         * src/compose.c
7812         * src/mimeproc.[ch]
7813                 allow selecting an attached files' mime type from a 
7814                 list of types.
7815
7816 2001-06-29 [paul]
7817
7818         * more sync with sylpheed 0.5.0pre3
7819
7820 2001-06-29 [paul]
7821
7822         * po/pt_BR.po
7823                 merge with sylpheed.pot and pt_BR.po provided by
7824                 Fabio Junior Beneditto.
7825
7826 2001-06-29 [darko]
7827
7828         * src/procmime.c
7829                 make MIME types case insensitive
7830
7831 2001-06-28 [alfons]
7832
7833         * po/nl.po
7834                 merge with sylpheed.pot and old nl.po; translations added.
7835
7836 2001-06-28 [paul]
7837
7838         * more sync with sylpheed 0.5.0pre3
7839
7840 2001-06-27 [alfons]
7841
7842         * src/summaryview.c
7843                 don't crash when removing parent node of messages
7844                 attracted by subject. this was caused by not deleting
7845                 the parent node from the subject line hash table.
7846
7847 2001-06-27 [alfons]
7848
7849         * src/summaryview.c
7850         * src/compose.[ch]
7851         * src/mainwindow.c
7852                 if there are multiple messages selected, allow forwarding
7853                 them as attachments.
7854
7855 2001-06-27 [paul]
7856
7857         * more sync with sylpheed 0.5.0pre3
7858
7859 2001-06-26 [paul]
7860
7861         0.5.0claws3
7862
7863         * sync with sylpheed 0.5.0pre3
7864
7865 2001-06-25 [paul]
7866
7867         * src/mainwindow.c
7868                 fixed 'compose news article' bug
7869                 from icon-and-text toolbar
7870
7871 2001-06-25 [paul]
7872
7873         * sync with sylpheed 0.5.0pre2 release
7874
7875 2001-06-24 [christoph]
7876
7877         * src/prefs_common.c
7878                 bug fix in font selection
7879         * src/folderview.c
7880                 use sylpheed's normal font instead of
7881                 gtk default font for folders without
7882                 new messages
7883
7884 2001-06-24 [alfons]
7885
7886         * src/mainwindow.[ch]
7887                 added composite compose mail / news button (an idea by Leandro
7888                 Pereira <leandro@linuxmag.com.br>)
7889
7890 2001-06-24 [paul]
7891
7892         Added instructions for ldif-to-xml.py
7893
7894         * tools/README
7895
7896 2001-06-23 [alfons]
7897
7898         Some minor things.
7899
7900         * src/pixmaps/stock_news_compose.xpm
7901                 added pixmap by Leandro
7902         * src/prefs_common.c
7903                 tested built-in spelling checker of GCC 3.0 :)
7904         * po/nl.po
7905                 merged dutch translation of sylpheed-main with
7906                 sylpheed.pot
7907
7908 2001-06-23 [paul]
7909
7910         Added tools directory and files.
7911
7912         * tools/filter_conv.pl
7913                 converts old filter system to new filtering system
7914         * tools/ldif-to-xml.py
7915                 converts netscape addressbook to sylpheed addressbook
7916         * tools/README
7917                 descriptions/instructions for above two files
7918
7919 2001-06-23 [christoph]
7920
7921         * src/inc.c
7922         * src/manage_window.[ch]
7923         * src/prefs_common.[ch]
7924                 mail retrieval dialog can be enabled, disabled
7925                 or hidden if non of sylpheed's windows is active
7926
7927 2001-06-22 [paul]
7928
7929         0.5.0claws2
7930
7931         * sync with sylpheed 0.5.0pre2
7932
7933 2001-06-21 [christoph]
7934
7935         * src/summaryview.c
7936                 show recipient on 'from' for all accounts
7937                 
7938         * src/inc.c
7939         * src/prefs_common.[ch]
7940                 disable error popup on mail receive errors
7941
7942 2001-06-21 [alfons]
7943
7944         * src/compose.c
7945                 made the ruler correctly appear and disappear.
7946
7947         * src/Makefile.am
7948                 removed Hoa's work-in-progress-stuff (interesting!) so 
7949                 claws compiles ok.
7950
7951 2001-06-20 [christoph]
7952
7953         * src/inc.c
7954         * src/progressdialog.c
7955                 added scrolled window for list in progressdialog
7956
7957 2001-06-20 [paul]
7958
7959         sync with sylpheed 0.5.0pre1 release
7960
7961 2001-06-20 [christoph]
7962
7963         * src/summeryview.c
7964                 make building threads by subject work when
7965                 thread view is enabled
7966                 
7967         * src/compose.c
7968         * src/prefs_common.[ch]
7969                 automatically select account for mail replys
7970
7971 2001-06-19 [sergey]
7972
7973         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
7974         they are filled in from the account settings.
7975
7976 2001-06-19 [paul]
7977
7978         * more sync with sylpheed 0.5.0pre1
7979
7980 2001-06-18 [alfons]
7981
7982         * src/Makefile.am,
7983           src/procmime.c
7984                 added --sysconfdir to CPPFLAGS for pointing to the correct
7985                 location of mime.types. 
7986
7987                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
7988                 or ./configure!
7989
7990 2001-06-18 [hoa]
7991
7992         * src/summaryview.c
7993                 fixed some bug when building threads
7994
7995 2001-06-18 [pau]l
7996
7997         * src/prefs_account.c
7998                 UI stuff: More changes to the English
7999
8000 2001-06-18 [paul]
8001
8002         * src/pixmaps/stock_news_compose.xpm: new file
8003         * src/Makefile.am
8004         * src/mainwindow.c
8005         * src/summaryview.c
8006                 Added new icon for Hoa's 'compose a news
8007                 message', plus minor improvements to the
8008                 English
8009
8010         * po/ja.po
8011         * ChangeLog
8012         * ChangeLog.jp
8013                 more sync with sylpheed 0.5.0pre1
8014
8015 2001-06-18 [hoa]
8016
8017         * src/compose.[ch]
8018         * src/mainwindow.c
8019                 Follow-up and reply to
8020
8021         * src/summaryview.[ch]
8022                 Build threads also with subjects
8023
8024 2001-06-17 [hoa]
8025
8026         * src/compose.c
8027                 forwarding use the current account.
8028
8029         * src/mainwindow.c
8030                 the "compose message" button has been replaced with
8031                 "new mail" and "new news" buttons
8032
8033         * src/prefs_common.[ch]
8034                 added a configuration option to use the forward button
8035                 as "forward as attachment"
8036                 changed reply and forward format description
8037
8038         * src/quote_fmt_lex.l
8039         * src/quote_fmt_parse.y
8040                 added message with no signature in format for reply
8041                 and forward.
8042
8043 2001-06-17 [paul]
8044
8045         Minor UI stuff
8046
8047         * src/mainwindow.c
8048         * src/summaryview.c
8049                 Improvements to the English
8050
8051         * src/prefs_common.c
8052                 Improvements to the English and some
8053                 clarity/continuity improvements in the
8054                 description of Quote symbols.
8055
8056 2001-06-17 [paul]
8057
8058         0.5.0claws1
8059
8060         * sync with sylpheed 0.5.0pre1
8061
8062 2001-06-17 [hoa]
8063
8064         * src/compose.c
8065                 Better interface for compose, displayed fields
8066                 are updated whenever we change account.
8067                 Newsgroups field is automatically filled.
8068
8069         * src/mainwindow.c
8070                 Newsgroups field is automatically filled.
8071
8072         * src/prefs_account.c
8073                 Some interface stuff when fields appear and
8074                 disappear.
8075
8076 2001-06-16 [paul]
8077
8078         0.4.99claws
8079
8080         * sync with sylpheed 0.4.99
8081
8082 2001-06-16 [sergey]
8083
8084         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
8085         base64_decoder_free, base64_decoder_decode): new object and
8086         functions for decoding base64 streams.
8087         * src/procmime.c (procmime_decode_content): modified to use the
8088         new base64 decoder.
8089
8090 2001-06-15 [paul]
8091
8092         0.4.99claws10
8093
8094         * sync with sylpheed 0.4.99cvs11
8095
8096 2001-06-13 [paul]
8097
8098         0.4.99claws9
8099
8100         * sync with sylpheed 0.4.99cvs9
8101
8102 2001-06-13 [hoa]
8103
8104         * src/compose.c
8105         * src/prefs_account.c
8106
8107                 SMTP server can be defined in the news account
8108                 mime type of attachment are kept.
8109
8110         * src/summaryview.c
8111
8112                 now choose the highest important score between default
8113                 and important score of folder.
8114
8115 2001-06-09 [alfons]
8116         
8117         * src/prefs_common.c: 
8118
8119                 (prefs_quote_description_create): corrected description of 
8120                 quote format characters
8121
8122 2001-06-09 [paul]
8123
8124         0.4.99claws8
8125
8126         * sync with sylpheed 0.4.99cvs8
8127
8128 2001-06-08 [sergey]
8129
8130         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
8131         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
8132
8133 2001-06-08 [paul]
8134
8135         0.4.99claws7
8136
8137         * sync with sylpheed 0.4.99cvs7
8138
8139 2001-06-06 [sergey]
8140
8141         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
8142         clashes with autogenerated header).
8143         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
8144         * src/Makefile.am: added quote_fmt.h.
8145         * src/.cvsignore: added lex/yacc autogenerated files
8146         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
8147
8148 2001-06-06 [paul]
8149
8150         0.4.99claws6
8151
8152         * sync with sylpheed 0.4.99cvs6
8153
8154 2001-06-06 [hoa]
8155
8156         * added src/quote_fmt_parse.h
8157         * src/compose.c
8158                 removed warnings
8159
8160         * src/prefs.[ch]
8161                 don't modify readonly configuration files
8162
8163         * src/prefs_account.c
8164         * src/prefs_common.c
8165         * src/prefs_customheader.c
8166         * src/prefs_display_header.c
8167         * src/prefs_filter.c
8168         * src/prefs_filtering.c
8169         * src/prefs_scoring.c
8170                 don't open dialog box when configuration files
8171                 are readonly
8172
8173 2001-06-05 [sergey]
8174
8175         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
8176
8177         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
8178         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
8179         BUILT_SOURCES to make all files rebuild properly.
8180
8181         * src/compose.c: removed #include "quote_fmt.tab.h".
8182
8183         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
8184         CHARACTER value in yylval.
8185
8186         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
8187         receive CHARACTER value by documented means (yylval).
8188
8189         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
8190
8191 2001-06-05 [hoa]
8192
8193         * src/Makefile.am
8194                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
8195
8196         * src/filtering.c
8197         * src/matcher.c
8198         * src/matcher.h
8199         * src/prefs_filtering.c
8200                 now keep the configuration for execute action
8201
8202         * src/mbox_folder.c
8203                 fixed a warning
8204
8205 2001-06-05 [paul]
8206
8207         * sync with sylpheed 0.4.99cvs5
8208
8209 2001-06-05 [hoa]
8210
8211         * src/Makefile.am
8212                 added quote_fmt.[ch]
8213
8214         * added src/quote_fmt.y
8215         * added src/quote_fmt.l
8216         * added src/quote_fmt.tab.h
8217         * added src/quote_fmt.tab.c
8218         * added src/lex.quote_fmt.c
8219                 parsing configuration for replying
8220                 and forwarding
8221
8222         * src/prefs_common.[ch]
8223                 added configuration UI for replying
8224                 and forwarding
8225
8226         * src/compose.c
8227                 using configuration for replying
8228                 and forwarding
8229
8230 2001-06-04 [hoa]
8231
8232         * src/filtering.c
8233         * src/matcher.c
8234         * src/matcher.h
8235         * src/prefs_filtering.c
8236         * src/prefs_matcher.c
8237         * src/prefs_matcher.h
8238                 action "run a command" for filtering
8239                 and matching with a command.
8240                 fixed the "whole message" matching
8241
8242         * src/mbox_folder.c
8243                 changed temporary filename for security
8244
8245         * src/messageview.c
8246                 queue the notification if it fails to send.
8247
8248         * src/prefs_common.c
8249         * src/prefs_folder_item.c
8250                 changed the default important score             
8251
8252         * src/prefs_scoring.c
8253         * src/scoring.c
8254                 hide kill score input when the folder is not
8255                 a newsgroup
8256
8257 2001-06-03 [alfons]
8258
8259         * src/prefs_common.c:
8260
8261                 (prefs_font_select): pass font name in font entry box to font
8262                 selection dialog.
8263
8264 2001-06-03 [sergey]
8265
8266         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
8267
8268 2001-06-03 [paul]
8269
8270         * sync with sylpheed 0.4.99cvs4
8271
8272 2001-06-03 [alfons]
8273
8274         * src/headerwindow.c:
8275
8276                 (headerwindow_show_cb): use the selected summary view item, not
8277                 the displayed item.
8278
8279 2001-06-02 [alfons]
8280
8281         * src/headerwindow.c:
8282
8283                 (headerwindow_show_cb): always try to show msginfo
8284
8285 2001-06-02 [hoa]
8286
8287         * src/compose.c
8288                 keep attached parts when reediting or forwarding.
8289
8290 2001-06-01 [hoa]
8291
8292         * src/folderview.c
8293         * src/prefs_folder_item.[ch]
8294         * src/prefs_scoring.[ch]
8295         * src/scoring.[ch]
8296         * src/summaryview.[ch]
8297         * src/main.c
8298         * src/mainwindow.c
8299         * src/prefs_common.[ch]
8300                 support for folder scoring
8301                 kill score and important score for messages
8302         
8303         * src/prefs_account.c
8304                 some display bug fixed for local account
8305                 preferences
8306
8307 2001-05-31 [alfons]
8308
8309         * src/summaryview.c:
8310
8311                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
8312                 sender to address book menu item is disabled.
8313
8314 2001-05-30 [hoa]
8315
8316         * src/filtering.[ch]
8317         * src/summaryview.c
8318                 handling summary menu / filter messages
8319
8320         * src/folder.[ch]
8321                 add some stuff
8322
8323         * src/foldersel.c
8324                 imap folders now appears in list
8325
8326         * src/mbox_folder.c
8327                 doesn't crash if destination mail is not writeable
8328
8329 2001-05-29 [hoa]
8330
8331         * src/compose.c
8332                 removed some warnings
8333
8334         * src/filtering.c
8335         * src/folder.[ch]
8336         * src/prefs_filtering.c
8337                 global string to identify any folders           
8338                 removed some debug info
8339                 filtering to mbox folders is now possible
8340
8341         * src/mainwindow.c
8342                 removed some warnings
8343
8344         * src/mbox_folder.c
8345                 permission on files are changed to read/write for user only,
8346                 nothing for other.
8347                 creation of subfolder is handled better.
8348
8349 2001-05-28 [alfons]
8350
8351         Verified the sync for src/prefs_common.[ch] and
8352         src/prefs_account.[ch]. I believe there were some
8353         minor indentation differences.
8354
8355 2001-05-28 [paul]
8356
8357         0.4.99claws3
8358
8359         * sync with 0.4.99cvs3
8360
8361 2001-05-28 [hoa]
8362
8363         * src/compose.c
8364                 handling flags for mbox format
8365
8366         * src/filtering.c
8367                 use of mark file only for MH format
8368                 handling flags for mbox format
8369                 filtering cannot yet move or copy mails to mbox folders.
8370
8371         * src/folder.[ch]
8372                 changed move_msg, copy_msg,
8373                 move_msgs_with_dest, copy_msgs_with_dest functions
8374                 uses only folder->copy_msg() function
8375                 uses folder->finished_copy() to handle the destination
8376                 folder at the end of the copy or move operation.
8377
8378         * src/foldersel.c
8379                 included mbox directories.
8380
8381         * src/folderview.[ch]
8382         * src/mainwindow.c
8383                 handle folders operation for mbox format
8384
8385         * src/mbox.c
8386                 disable conversion of "From " header
8387
8388         * src/mbox_folder.[ch]
8389                 completion of mbox format handling
8390
8391         * src/mh.c
8392                 changed mh_copy_msg() function and
8393                 removed mh_move_msg(), mh_move_msgs_with_dest(),
8394                 mh_copy_msgs_with_dest()
8395
8396         * src/prefs_filtering.c
8397                 removed some warnings
8398
8399         * src/prefs_matcher.c
8400                 default boolean operation is AND
8401
8402         * src/procheader.c
8403                 handling flags for mbox format
8404                 handling of "From " header
8405
8406         * src/procmsg.[ch]
8407                 removed data field
8408                 added MSG_REALLY_DELETED flags to handle deletion of
8409                 messages in mbox format.
8410
8411         * src/summaryview.c
8412                 handling flags for mbox format
8413                 disable the MSG_DELETED flags when messages
8414                 are deleted in mbox format
8415
8416         * src/textview.c
8417                 "From " headers display fixed.
8418
8419 2001-05-27 [alfons]
8420
8421         * src/textview.c:
8422                 
8423                 (get_email_part): skip quoted email addresses, like in e.g.
8424                 "'alfons@proteus.demon.nl'".
8425
8426 2001-05-26 [alfons]
8427
8428         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
8429         and fixing the persistence troubles when using separate windows.
8430
8431         * src/mainwindow.c:
8432         
8433             Added #define SEPARATE_ACTION used in the gtk item factory for 
8434             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
8435                 use gtk_item_factory_get_widget_by_action() to get the items.
8436                 
8437             Removed separate_widget_cb from the gtk item factory data   
8438           
8439             (mainwindow_create): connect separate_widget_cb() to check
8440             menu item "toggled" signal. also passing a MainWindow pointer
8441                 as object data for both check menu items.
8442                 
8443             (separate_widget_cb): definition of separate_widget_cb() to match
8444             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
8445                 window using gtk_object_get_data(). The type of window separation 
8446                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
8447         
8448         * src/prefs_filtering.c,
8449           src/prefs_matcher.c: added horizontal scrollbars
8450
8451 2001-05-25 [darko]
8452
8453         * src/headerview.c
8454                 fix segfault with invalid bold font
8455         * src/summaryview.c
8456                 correctly display summary stats after row is marked
8457
8458 2001-05-23 [sergey]
8459
8460         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
8461         encodings with libjconv.
8462
8463 2001-05-23 [hoa]
8464
8465         * src/Makefile.am
8466                 added mbox_folder.[ch]
8467         * src/defs.h
8468                 mbox temporary folder
8469         * src/folder.[ch]
8470         * added src/mbox_folder.[ch]
8471         * src/folderview.c
8472         * src/procheader.[ch]
8473                 added mbox support
8474         * src/mbox.c
8475                 bugfix for file incorporation filtering
8476         * src/imap.c
8477                 enable creation of MBOX
8478         * src/prefs_display_header.c
8479                 enable use of headers like "From "
8480                 something that should be fixed :
8481                         displaying of such headers add an extra space
8482         * src/prefs_folder_item.c
8483                 don't create folders because it is not necessary
8484         * src/procmsg.h
8485                 added data field to MsgInfo for mbox internal use
8486         * src/summaryview.c
8487                 added some support for mbox
8488         * src/utils.[ch]
8489                 added get_mbox_cache_dir() function
8490
8491 2001-05-23 [hiroyuki]
8492
8493         * src/headerwindow.c
8494           src/inc.c
8495           src/main.c
8496           src/mh.c
8497           src/nntp.c
8498           src/procmsg.h
8499           src/session.h
8500           src/socket.[ch]
8501           src/summaryview.c
8502           src/textview.c
8503           src/automaton.c
8504           src/folderview.c: more sync with 0.4.99cvs2.
8505
8506         * src/headerwindow.c: reverted.
8507
8508 2001-05-22 [paul]
8509
8510         0.4.99claws2
8511
8512         * sync with sylpheed 0.4.99cvs2
8513                 * src/news.[ch]
8514                 * src/nntp.[ch]
8515                 * INSTALL
8516                 * INSTALL.jp
8517
8518 2001-05-22 [alfons]
8519
8520         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
8521
8522 2001-05-21 [alfons]
8523
8524         Minor things:
8525
8526         * configure.in: if gnome-config not found, "no" is displayed
8527         
8528         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
8529
8530         * src/textview.c: now also possible to add mail addresses by right
8531           clicking in the text view
8532
8533         * src/codeconv.c: merged patch which fixes endless loop when encountering
8534           invalid wide characters; from Alte <010@imis.ru>  
8535
8536 2001-05-20 [alfons]
8537
8538         Added installation of gnome specific things:
8539
8540         * Makefile.am: gnome conditional
8541
8542         * configure.in: check for installed gnome
8543
8544         * added sylpheed.png, sylpheed.desktop
8545
8546 2001-05-20 [sergey]
8547
8548         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
8549
8550         * src/mainwindow.h (main_window_toolbar_create): created a button
8551         for "Reply to all".
8552         (main_window_set_toolbar_sensitive): enable/disable the new button
8553         appropriately.
8554         (toolbar_reply_to_author_cb): handle the new button.
8555
8556         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
8557         send_progress_dialog_destroy() on failure (fixes hang on SMTP
8558         failure).
8559
8560 2001-05-19 [sergey]
8561
8562         * src/compose.h (ComposeReplyMode): new modes
8563         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
8564         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
8565
8566         * src/compose.c
8567         (compose_send): move some code into a new function:
8568         (compose_current_mail_account): new function.
8569         (compose_reply): new argument to_author, all callers changed; if
8570         to_author==TRUE and account->protocol==A_NNTP, find and use an
8571         appropriate mail account for replying.
8572         (compose_reply_set_entry): new argument to_author; ignore
8573         compose->replyto if to_author==TRUE.
8574
8575         * src/mainwindow.c: new command "Message/Reply to author".
8576         (main_window_set_menu_sensitive): enable/disable it.
8577         (reply_cb): handle it.
8578
8579         * src/summaryview.c: new command "Reply to author".
8580         (summary_set_menu_sensitive): enable/disable it.
8581         (summary_reply_cb): handle it.
8582
8583         * src/account.c (account_find_mail_from_address): new function.
8584
8585 2001-05-18 [paul]
8586
8587         0.4.99claws1
8588
8589         * sync with sylpheed 0.4.99cvs1
8590
8591 2001-05-18 [hoa]
8592
8593         * src/compose.[ch]
8594         * src/filtering.c
8595         * src/summaryview.c
8596                 new filtering action : forward and forward as attachment
8597
8598         * src/main.c
8599                 no need for $DISPLAY when we run sylpheed --help
8600                 call to parse_cmd_opt() is moved
8601
8602         * src/mainwindow.[ch]
8603                 execute button is hidden when immediate execute
8604                 is chosen
8605
8606         * src/mh.c
8607         * src/news.c
8608         * src/prefs_folder_item.c
8609         * src/procmsg.c
8610                 better handling of missing directories
8611
8612         * src/summaryview.c
8613                 reedit is enabled in outbox
8614                 reedit is enabled in queue
8615
8616 2001-05-17 [hoa]
8617
8618         * src/filtering.c
8619         * src/matcher.[ch]
8620         * src/prefs_filtering.c
8621                 changed attachement into attachment
8622
8623 2001-05-17 [alfons]
8624
8625         0.4.67claws4    
8626
8627         * sync with sylpheed 0.4.67cvs9
8628         * sync with sylpheed 0.4.67cvs7-8
8629
8630 2001-05-17 [hoa]
8631
8632         * src/Makefile.am
8633                 added prefs_filtering.c
8634
8635         * src/filtering.[ch]
8636         * src/matcher.[ch]
8637                 removed action : forward_news and forward_news_as_attachement
8638                 (forward and forward_as_attachement can be used instead)
8639
8640         * src/mainwindow.c
8641                 added menu option to access filtering configuration
8642
8643         * src/prefs_account.c
8644                 changed mail_command default to /usr/sbin/sendmail
8645
8646         * added src/prefs_filtering.[ch]
8647                 dialog box for filtering configuration
8648
8649         * src/prefs_matcher.c
8650                 added function prefs_matcher_get_criteria_from_matching()
8651
8652         * src/prefs_scoring.c
8653                 reset the dialog when register or substitute is clicked
8654
8655 2001-05-15 [hoa]
8656
8657         * src/Makefile.am
8658                 added filtering.[ch]
8659         * src/inc.c
8660                 using filering.[ch] instead of filter.[ch]
8661         * src/main.c
8662                 reading new filtering configuration
8663         * src/matcher.[ch]
8664                 added some filtering actions
8665                 and fixed a bug for headers and mail body matching
8666         * src/mbox.c
8667                 using filering.[ch] instead of filter.[ch]
8668         * src/mh.c
8669                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
8670         * src/summaryview.c
8671                 some fixes for filtering
8672
8673 2001-05-14 [hiroyuki]
8674
8675         * src/send.c: fixed some weird indentations.
8676           send_message_with_command(): call pclose() only if p != NULL.
8677         * src/textview.c: get_email_part(): modified the code for readability.
8678
8679 2001-05-14 [hiroyuki]
8680
8681         * src/md5global.h
8682           src/md5ify.c
8683           src/md5ify.h: removed from the cvs.
8684
8685 2001-05-13 [sergey]
8686
8687         * src/main.c: include rfc2015.h to avoid compiler warnings.
8688         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
8689         the panel is already on screen.
8690         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
8691         closing the alert window by ESC as "No".
8692         * src/prefs_common.c (prefs_interface_create): moved return
8693         receipt check button to the correct place.
8694
8695 2001-03-13 [alfons]
8696
8697         * src/prefs_common.c: 
8698                 moved return receipt check button to the Send tab. (prefs_send_create)
8699                 removed the date format ui related globals. (prefs_display_create)
8700
8701         0.4.67claws3
8702         
8703         * sync with sylpheed 0.4.67cvs5-6
8704
8705 2001-05-13 [paul]
8706
8707         * added Alfons' font selection patch
8708
8709         * src/defs.h
8710         * src/headerwindow.c
8711         * src/prefs_common.c
8712         * src/prefs_common.h
8713
8714 2001-05-13 [hoa]
8715         * src/defs.h
8716                 changed version of cache
8717         * src/matcher.[ch]
8718         * src/prefs_matcher.c
8719                 added additionnal matching criteria
8720         * src/procheader.c
8721         * src/procmsg.[ch]
8722         * src/news.c
8723                 added references in MsgInfo
8724
8725 2001-05-12 [hoa]
8726
8727         * src/defs.h
8728                 prepared some things for new filtering
8729         * src/matcher.[ch]
8730                 added some matching properties
8731                 inreplyto need to be enhanced
8732                 prepared some things for new filtering
8733         * src/messageview.c
8734                 added Return-Receipt-To handling
8735         * src/prefs_folder_item.c
8736                 changed default value to TRUE
8737         * src/prefs_matcher.c
8738                 added some matching properties
8739         * src/prefs_scoring.[ch]
8740                 the scoring dialog is finished
8741         * src/procheader.c
8742                 added Return-Receipt-To handling
8743                 Reference need to be added
8744         * src/procmsg.[ch]
8745                 added Return-Receipt-To handling
8746                 added threadscore to get a better score sorting when
8747                 threads are enabled
8748         * src/summaryview.c
8749                 suppressed a bug when we sort the list
8750                 when no folder is opened.
8751                 better score sorting when threads are enabled
8752
8753 2001-05-12 [alfons]
8754
8755         * reverted previous patch because of potential errors 
8756
8757         0.4.67claws2
8758         
8759         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
8760                 applied "toggle mail-retrieval dialog window" patch submitted 
8761                 by Eric Limpens <eric@qnt.net>
8762
8763         * sync with sylpheed 0.4.67cvs4
8764
8765 2001-05-12 [sergey]
8766
8767         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
8768         some picky compilers.
8769         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
8770         * src/grouplist_dialog.c: include alertpanel.h.
8771         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
8772         fix compile warning.
8773         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
8774         #include "defs.h" before others to prevent the warning of `MIN'
8775         and `MAX' redefinition.
8776
8777 2001-05-11 [hoa]
8778
8779         * src/main.c
8780         * src/messageview.c
8781         * src/prefs_account.c
8782         * src/prefs_display_header.c
8783                 removed warning
8784         * src/Makefile.am
8785                 added prefs_scoring.[ch]
8786         * src/grouplist_dialog.c
8787                 display an error dialog box if the group list
8788                 cannot be fetched.
8789         * src/mainwindow.[ch]
8790                 added main_window_set_thread_option() function
8791                 scoring dialog box enabled
8792         * src/matcher.[ch]
8793                 added flags matching unread /new / marked
8794                 / deleted / replied / forwarded
8795         * src/news.c
8796                 newsgroups are now finally in newscache
8797         * src/prefs_matcher.[ch]
8798                 finished preferences for matching dialog
8799         * added src/prefs_scoring.[ch]
8800                 scoring dialog box completed
8801         * src/scoring.[ch]
8802                 conversion to string : added scoringprop_to_string()
8803                 write config for preferences :
8804                 added prefs_scoring_write_config()
8805         * src/summaryview.c
8806                 threads can be enabled/disabled independently
8807                 for each folder
8808
8809 2001-05-10 [alfons]
8810
8811         0.4.67claws1
8812         
8813         * AUTHORS: 
8814                 thought it would be nice to have a list of all
8815                 contributors (used Changelog as a reference)
8816         
8817         * configure.in: 
8818                 messed up version numbering...
8819
8820         0.4.66claws1
8821
8822         * sync with sylpheed 0.4.67cvs1-3
8823
8824 2001-05-10 [darko]
8825
8826         * src/prefs_common.c:
8827                 better UI for strftime format, double clicking
8828                 on format now inserts the format in text entry
8829                 replaced close button with standard OK/Cancel
8830                 moved date format button to the right of the
8831                 text entry field
8832
8833 2001-05-09 [alfons]
8834
8835         * src/gtkstext.c:
8836                 Ctrl-Home / Ctrl-End have proper cursor navigation
8837
8838 2001-05-09 [hoa]
8839
8840         * src/prefs_matcher.c
8841                 finished UI to define matching properties
8842                 added ok and cancel button
8843         * src/prefs_filter.c
8844                 added ok and cancel button
8845         * src/news.c
8846                 fixed some bug in xhdr parsing
8847
8848 2001-05-08 [alfons]
8849
8850         * src/textview.c: 
8851                 fixed a bug in textview_show_header(), which displayed two colons (':');
8852                 cleaned up some warnings
8853
8854 2001-05-08 [hoa]
8855
8856         * src/Makefile.am
8857                 added prefs_matcher.[ch]
8858                 compilation with -W -Wall
8859         * src/alertpanel.c
8860                 ungrab the mouse events if grabbed - does it
8861                 fix the bug for disposition notification ?
8862         * src/mainwindow.c
8863                 added a menu option to open the matching dialog.
8864         * src/matcher.[ch]
8865                 added matcherprop_to_string() and matcherlist_to_string()
8866                 fixed some bugs, changed the name of some options
8867                 age_sup and age_inf becomes age_greater and age_lower,
8868                 body and messageheaders becomes body_part and headers_part,
8869                 changed the names of constants from SCORING_XXX to MATCHING_XXX
8870         * src/prefs_display_header.c
8871         * src/prefs_headers.c
8872                 fixed a bug that accidentally destroyed dialogs
8873                 when closed them with delete_event
8874                 Added *_deleted() which handle delete_event signal correctly.
8875         * src/prefs_folder_item.[ch]
8876                 added "enable_thread" field for future customization
8877         * added src/prefs_matcher.[ch]
8878                 sample of the UI to define matching properties
8879         * src/procheader.c
8880                 using procheader_headername_equal instead of str*cmp functions
8881                 using procheader_parse_header() function
8882         * src/scoring.c
8883                 using MATCHING_XXX instead of SCORING_XXX
8884         * src/summaryview.c
8885                 display the sender of the news even if this is ourself
8886                 when this is a news message.
8887         * src/textview.c
8888                 using headername_equal() instead of str*cmp functions
8889
8890 2001-05-08 [alfons]
8891
8892         0.4.66claws
8893
8894         * sync with sylpheed 0.4.66
8895         * src/gtkstext.c: trace logs added 
8896
8897 2001-05-08 [sergey]
8898
8899         * src/prefs_common.[ch]: added option to enable/disable GnuPG
8900         signature check popup.
8901         * src/rfc2015.c (check_signature): show signature check popup only
8902         if it is enabled in preferences.
8903
8904 2001-05-07 [alfons]
8905
8906         0.4.66claws4
8907         
8908         * sync with sylpheed 0.4.66cvs6
8909
8910 2001-05-07 [darko]
8911
8912         * src/prefs_common.[ch]: added option to enable/disable
8913           looking up sender name in address book for summary pane
8914         * src/summaryview.c: look up sender in the address book
8915           by using Alfons' address completion code
8916
8917 2001-05-07 [hiroyuki]
8918
8919         * src/inc.h
8920           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
8921           member of Pop3State.
8922         * src/news.c: brought #include "defs.h" before #include <glib.h>
8923           to prevent the warning of `MIN' and `MAX' redefinition.
8924
8925 2001-05-06 [hoa]
8926
8927         * removed src/headers_display.[ch]
8928         * removed src/prefs_display_headers.[ch]
8929         * src/inc.c
8930                 use a temporary file in the user directory for mbox import
8931         * src/news.c
8932                 added XHDR support to get "To" and "Cc" headers
8933                 (in order to match news with to or cc field for
8934                 scoring)
8935                 added function news_parse_xhdr() to get XHDR response
8936         * src/nntp.[ch]
8937                 added function nntp_xhdr()
8938         * src/matcher.c
8939                 fetch the message if necessary
8940
8941 2001-05-06 [alfons]
8942
8943         0.4.66claws3
8944
8945         * sync with sylpheed 0.4.66cvs3-5
8946
8947 2001-05-06 [hoa]
8948
8949         * src/utils.[ch]
8950                 added function itos_buf() to enable use of several buffers
8951         * src/summaryview.c
8952                 use of itos_buf() instead of itos() in summary list
8953                 to fix the broken display of message number.
8954
8955 2001-05-06 [alfons]
8956
8957         * src/gtkstext.c: bug in cursor up navigation fixed,
8958                 fixed another unsigned / signed comparison (we're getting there :-)
8959
8960 2001-05-06 [hoa]
8961
8962         * src/Makefile.am
8963                 added scoring.c scoring.h
8964                 prefs_folder_item.c prefs_folder_item.h
8965                 matcher.c matcher.h
8966         * src/defs.h
8967                 added FOLDERITEM_RC SCORING_RC
8968         * src/folder.[ch]
8969                 added prefs field in FolderItem :
8970                 properties for each folder (PrefsFolderItem),
8971                 sorting type and mode were added as the first properties.
8972         * src/main.c
8973                 read config for scoring
8974         * added src/matcher.[ch]
8975                 gives functions to parse configuration file to do
8976                 matching on mails with a list of conditions.
8977         * src/mainwindow.c
8978                 add option to sort by score
8979         * src/prefs_common.[ch]
8980                 added preference option to show score and for
8981                 the score column size
8982         * added src/prefs_folder_item.[ch]
8983                 properties for each folder (PrefsFolderItem),
8984                 sorting type and mode were added as the first properties.
8985         * src/procheader.[ch]
8986                 added procheader_parse_header()
8987                 added procheader_header_free()
8988                 added procheader_headername_equal()
8989                 and made modification to use them.
8990         * src/procmsg.[ch]
8991                 added score field to MsgInfo structure
8992         * added src/scoring.[ch]
8993                 gives functions to parse configuration file to do
8994                 scoring on mails with a list of conditions.
8995         * src/summaryview.[ch]
8996                 save the sorting type and mode for the folder
8997                 added column to display the score of the mail
8998                 added function summary_score_clicked()
8999                 sorting type and mode are restored to the folder
9000                 when it is reopen
9001         * src/textview.c
9002                 use procheader_parse_header(), procheader_headername_equal()
9003                 removed memory leak in text_scan_header when freeing headers
9004         * src/filter.c
9005                 changed the function to match names of headers
9006                 using procheader_headername_equal()
9007
9008         Scoring functions are implemented, an interface is needed
9009         to configure that.
9010
9011 2001-05-04 [alfons]
9012
9013         * src/gtkstext.c: 
9014                 hopefully fixed the row up navigation bug,
9015                 removed adding back / forward lines to cache
9016
9017 2001-05-04 [sergey]
9018
9019         * src/prefs_display_headers.c: user interface changes:
9020         (prefs_display_headers_create): remove unused "Show" check button;
9021         allow reordering of headers by dragging.
9022         (prefs_display_headers_write_config): remove unused variables.
9023         (prefs_display_headers_set_dialog): do not insert "(New)" at top
9024         of lists (not needed with the new UI).
9025         (prefs_display_headers_set_list): scan lists starting from row 0,
9026         not 1 (do not skip "(New)").
9027         (prefs_display_headers_find_header): new function.
9028         (prefs_display_headers_clist_set_row): do not allow duplicates.
9029         (prefs_display_headers_delete_cb): do not skip row 0; treat
9030         closing the alert window by ESC as "No".
9031         (prefs_display_headers_up): do not protect row 0.
9032         (prefs_display_headers_down): do not protect row 0.
9033
9034 2001-05-04 [sergey]
9035
9036         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
9037         functions.
9038
9039         * src/summaryview.c
9040         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
9041         summary_select_next_marked, summary_select_prev_marked): new
9042         functions.
9043
9044 2001-05-03 [sergey]
9045
9046         * src/news.c: fixed a bug when no article can be fetched after
9047         server timeout if the connection was restored by news_post():
9048         (news_select_group): new function.
9049         (news_fetch_msg): call news_select_group() before fetching
9050         article.
9051         (news_get_uncached_articles): set session->group after successful
9052         GROUP command.
9053
9054 2001-05-03 [hoa]
9055
9056         * src/defs.h
9057         * src/procmsg.[ch]
9058         * src/procheader.c
9059                  changed version of cache, added cc field
9060
9061         * src/prefs_display_headers.c
9062                 the interface was changed
9063
9064         * src/prefs_headers.c
9065                 added cancel button
9066
9067 2001-05-03 [alfons]
9068
9069         * completed sync of sylpheed cvs2
9070         * src/gtkstext.c: updated row up / down cursor navigation
9071         * src/textview.c: re-edited, prepared for fixing the email address
9072                 scanner.
9073
9074 2001-05-03 [darko]
9075
9076         * src/prefs_common.c: use alfons' strftime ui code
9077         entry_datefmt and datefmt_sample widgets have to be
9078         global in this module because of this change
9079
9080 2001-05-03 [hoa]
9081
9082         * src/messageview.c
9083         * src/prefs_common.[ch] added option to activate the return receipt
9084                 feature.
9085
9086 2001-05-02 [alfons]
9087
9088         * src/gtkstext.c: fix for row up/down cursor navigation. 
9089
9090         0.4.66claws2
9091         
9092         * sync with 0.4.66cvs2
9093
9094 2001-05-02 [paul]
9095
9096         added add-sender-to-addressbook patch
9097
9098         * src/addressbook.c
9099         * src/addressbook.h
9100         * src/summaryview.c
9101
9102 2001-05-02 [sergey]
9103
9104         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
9105         G_ALERTDISABLE.
9106
9107         * src/alertpanel.c (alertpanel_create): new argument can_disable,
9108         all existing callers changed to pass FALSE; create a check button
9109         to disable the message.
9110         (alertpanel_message_with_disable): new function.
9111         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
9112         (alertpanel_button_toggled): new function.
9113         (alertpanel_button_clicked, alertpanel_close): set value using
9114         G_ALERT_VALUE_MASK.
9115
9116         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
9117
9118         * src/prefs_common.c (prefs_privacy_create): new check button
9119         checkbtn_gpgme_warning.
9120
9121         * src/main.c (main): moved preferences reading before gpgme
9122         initialization; check prefs_common.gpgme_warning before giving the
9123         GnuPG warning and set it to FALSE if the user wants to disable the
9124         warning.
9125
9126 2001-05-02 [hiroyuki]
9127
9128         * src/prefs_display_headers.c: modified the layout and some labels.
9129
9130 2001-05-02 [sergey]
9131
9132         * src/prefs_account.c (prefs_account_fix_size): new function.
9133         (prefs_account_create): call prefs_account_fix_size(); use
9134         gtk_widget_show instead of gtk_widget_show_all (fixes too large
9135         size when the window is shown for the first time).
9136         (prefs_account_basic_create): changed layout of serv_table; moved
9137         localmbox_entry above smtpserv_entry (logically it replaces
9138         POP3/IMAP server).
9139         (prefs_account_protocol_activated): set sensitivity of
9140         nntpauth_chkbtn according to the protocol (in addition to
9141         hide/show); commented out gtk_table_set_row_spacing() calls.
9142         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
9143         not sensitive (fixes a bug with disabled username/password boxes
9144         when editing POP3 account after NNTP with authentication).
9145
9146 2001-05-02 [hoa]
9147
9148         * src/account.c
9149         * src/inc.c
9150         * src/prefs_account.[ch]
9151         * src/send.c
9152                 removed local account without SMTP server
9153                 added option to use mail command instead of a connexion
9154                 to SMTP server when a local account is used
9155         * src/prefs_headers.c
9156                 fixed a bug
9157         * src/news.c
9158                 fixed a bug when connexion immediately closed
9159
9160 2001-05-01 [alfons]
9161
9162         0.4.66claws1
9163         
9164         * sync with 0.4.65
9165
9166 2001-05-01 [sergey]
9167
9168         * src/prefs_account.c (Basic, prefs_account_basic_create): new
9169         widget nntpauth_chkbtn.
9170         (prefs_account_protocol_activated): handle nntpauth_chkbtn
9171         visibility.
9172         (prefs_account_nntpauth_toggled): new function.
9173
9174         * src/news.c (news_session_new_for_folder): use NNTP
9175         authentication only if ac->use_nntp_auth is set.
9176
9177 2001-05-01 [hoa]
9178
9179         * src/Makefile.am changed headers.[ch] in customheader.[ch]
9180         * src/prefs_display_headers.c changed the UI
9181         * src/prefs_headers.c changed account_name to account_id
9182         * src/compose.c using customheader.h
9183
9184 2001-05-01 [hiroyuki]
9185
9186         * src/esmtp.c
9187           src/news.c
9188           src/nntp.c: changed sock_read() to sock_gets(), they've been left
9189           unsynched.
9190
9191 2001-05-01 [hoa]
9192
9193         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
9194         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
9195                 for displaying of headers
9196         * src/grouplist_dialog.[ch] minor changes to remove warnings
9197         * src/prefs_display_headers.[ch] dialog to choose the
9198         headers to display in the mail viewer.
9199         * src/headers.h correction of #define
9200         * src/headers_display.[ch] configuration for displaying of headers.
9201         * src/main.c read config of displaying of headers
9202         * src/prefs_common.c add a button to access the config dialog
9203                 for displaying of headers
9204         * src/prefs_display_headers.[ch] dialog for configuration for
9205                 displaying of the headers.
9206         * src/prefs_headers.c cleaning of code
9207         * src/procheader.c comments added to code
9208         * src/textview.c changes to reorder the headers depending
9209                 on the config for displaying of headers
9210
9211 2001-04-30 [alfons]
9212
9213         0.4.65claws7
9214
9215         * sync with 0.4.65cvs12
9216
9217         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
9218
9219 2001-04-30 [sergey]
9220
9221         * src/nntp.h (NNTPSockInfo): new field auth_failed.
9222
9223         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
9224         is set to force reconnection after authentication failure.
9225         (nntp_gen_command): set sock->auth_failed on authentication
9226         failure, or if sock->userid and sock->passwd are not set.
9227
9228         * src/news.c (news_session_new_for_folder): set userid=NULL if
9229         password dialog is cancelled.
9230
9231 2001-04-30 [sergey]
9232
9233         * src/nntp.h (NNTPSockInfo): new type.
9234
9235         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
9236         SockInfo.
9237         (nntp_open_auth, nntp_close): new functions.
9238         (nntp_gen_command): new function to handle authentication; all
9239         NNTP command functions updated to use it.
9240         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
9241         (nntp_list): removed old useless code.
9242
9243         * src/news.h (NNTPSession): new field nntp_sock.
9244
9245         * src/news.c: all functions updated to use NNTPSockInfo instead of
9246         SockInfo.
9247         (news_session_new): new arguments (userid, passwd); made static;
9248         use nntp_open_auth() if needed.
9249         (news_session_destroy): use nntp_close() instead of sock_close().
9250         (news_query_password): changed arguments.
9251         (news_session_new_for_folder): new function.
9252         (news_session_get): use news_session_new_for_folder().
9253         (news_authenticate): deleted.
9254         (news_get_uncached_articles): removed old authentication code.
9255
9256 2001-04-30 [sergey]
9257
9258         * src/news.c: reverted my previous changes (need to do NNTP
9259         authentication in a cleaner way).
9260         
9261 2001-04-29 [sergey]
9262
9263         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
9264         news_nntp_post, news_nntp_mode): new functions (wrappers with
9265         authentication support).
9266         (news_get_article_cmd, news_get_article, news_get_header): new
9267         argument "folder"; all callers changed.
9268         (news_get_article_cmd): added authentication support.
9269         (news_session_get): use news_nntp_mode() instead of nntp_mode().
9270         (news_post): use news_nntp_post() instead of nntp_post().
9271         (news_get_uncached_articles): use news_nntp_group() instead of
9272         nntp_group() and news_nntp_xover() instead of nntp_xover();
9273         removed old authentication code.
9274         (news_get_group_list): use news_nntp_list() instead of nntp_list().
9275
9276         * src/nntp.c (nntp_list): return real error code instead of
9277         hardcoded NN_ERROR.
9278
9279 2001-04-29 [sergey]
9280
9281         * configure.in: fixed wint_t typedef detection again
9282
9283 2001-04-28 [hoa]
9284
9285         * src/prefs_account.[ch], added A_LOCAL_CMD
9286                 (send mail with mail command)
9287         * src/send.c added function send_message_with_command()
9288         * src/inc.c made a more secure get_spool() function with
9289                 mktemp() but maybe mkstemp() or something more
9290                 secure can be used.
9291
9292 2001-04-28 [alfons]
9293
9294         * src/textview.c, colorization of email addresses in headers
9295
9296         0.4.65claws6
9297
9298         * bug sync with sylpheed
9299         * prefs_common.c: created date format ui for darko
9300         * sync with 0.4.65cvs11
9301         * configure.in: corrected to have the new gpg checks
9302
9303 2001-04-27 [alfons]
9304
9305         * completed sync with 0.4.65cvs10
9306         * minor debug things added to gtkstext.c
9307
9308 2001-04-27 [darko]
9309
9310         * configure.in: remove check for availability of
9311           strftime() as advised by Hiroyuki
9312         * src/prefs_common.[ch], src/procheader.c:
9313           synch strftime() code with Hiroyki's main branch
9314
9315 2001-04-26 [sergey]
9316
9317         * src/news.c: news_query_password(), news_authenticate(): new
9318           functions.
9319           news_get_uncached_articles(): added NNTP authentication
9320           handling.
9321         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
9322           new functions.
9323         * src/prefs_account.c: prefs_account_protocol_activated():
9324           enable userid and password fields for NNTP.
9325
9326 2001-04-26
9327
9328         * configure.in: check for availability of strftime()
9329           [darko]
9330         * src/prefs_common.[ch], src/procheader.c: use
9331           strftime() for displaying date in summary pane if it
9332           is available
9333
9334 2001-04-25
9335
9336         * more .cvsignore cleanups [alfons]
9337
9338 2001-04-25
9339
9340         * ac/sv-check-type.m4: new autoconf macro.
9341         * configure.in: fixed wint_t typedef detection (did not work
9342           with gcc-2.96).
9343
9344 2001-04-25
9345
9346         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
9347           [hiroyuki]
9348
9349 2001-04-24
9350         * modified gtkstext.c : buggy cursor navigation fixed, 
9351           and font descent also taken in account when drawing
9352           cursor. [alfons]
9353
9354 2001-04-24 [hoa]
9355         * added comments in src/news.c src/nntp.c
9356         * added src/prefs_headers.[ch]
9357         * added src/headers.[ch]
9358         * modified compose.c to activate custom headers
9359                 added function is_in_custom_headers
9360         * modified prefs_account.[ch]
9361                 added function prefs_account_customhdr_edit
9362         * modified src/defs.h :
9363                 added HEADERS_RC : name of the config file
9364                 for the custom headers
9365
9366 2001-04-24
9367
9368     0.4.65claws5
9369
9370         * configure.in
9371           src/gtkstext.[ch]
9372           src/compose.c
9373           src/Makefile.am
9374           
9375           added gtkstext with configure.in patch by Hiroyuki which
9376           should fix the XIM detection [alfons]
9377
9378         * more clean up of cvs [alfons]
9379
9380                  * removed all Makefile.in files to attic.
9381
9382                  * updated all .cvsignores to really ignore things that could
9383                    be unintentionally committed by a recursive commit.
9384
9385 2001-04-23 [hoa]
9386         * added src/grouplist_dialog.[ch]
9387         * changed src/folderview.c to call grouplist_dialog instead
9388                 of inputdialog
9389         * src/news.c :
9390                 added functions news_reset_group_list
9391                 and news_get_group_list
9392         * src/nntp.c :
9393                 added function nntp_list
9394         * src/defs.h :
9395                 added GROUPLIST_FILE : name of the newsgroup list cache file
9396
9397 2001-04-21
9398
9399         * added option to warn about queued messages on exit [sergey]:
9400
9401           * src/compose.c: compose_queue(): call folder_item_scan()
9402             and folderview_update_item() after queueing.
9403           * src/folderview.c: folderview_update_node(): draw the queue
9404             folder in bold font if there are queued messages.
9405           * src/mainwindow.c: queued_messages(): new function.
9406             app_exit_cb(): display warning if there are queued messages
9407             if warn_queued_on_exit is set.
9408           * prefs_common.[ch]: add warn_queued_on_exit option.
9409
9410         * enhanced GnuPG key selection support [sergey]:
9411
9412           * src/select-keys.c: updated to newer version from Win32
9413             branch with support for selecting arbitrary keys.
9414           * src/prefs_account.c: added the Privacy tab to the account
9415             options window.
9416             prefs_account_privacy_create(),
9417             prefs_account_sign_key_set_data_from_radiobtn(),
9418             prefs_account_sign_key_set_radiobtn(): new functions.
9419           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
9420           * src/rfc2015.c: set_signers(): new function.
9421             pgp_sign(): add the account parameter, call set_signers().
9422             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
9423           * src/rfc2015.h: rfc2015_sign(): updated prototype.
9424           * src/compose.c: pass the current account to rfc2015_sign().
9425
9426         * tag name claws added to prevent confusion with main branch [alfons]
9427
9428         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
9429
9430         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
9431
9432         * sync with recent sylpheed cvs. Untested though. [alfons]
9433