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