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