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