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