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