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