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