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