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