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