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