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