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