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