05c2fb733c7d8f2cf81a19f43569725268e233b0
[claws.git] / ChangeLog.claws
1 2003-07-04 [paul]       0.9.0claws77
2
3         * sync with 0.9.3 release
4                 see ChangeLog 2003-07-04
5
6 2003-07-03 [christoph]  0.9.0claws76
7
8         * src/folder.[ch]
9         * src/imap.c
10         * src/mbox_folder.c
11         * src/mh.c
12         * src/news.c
13                 move folder_item_get_path() stuff into a folder virtual function
14
15         * src/procmsg.c
16                 use folder_item_fetch_msg() to get message and do not contruct
17                 the filename from path and number
18
19 2003-07-03 [paul]       0.9.0claws75
20
21         * sync with 0.9.2cvs12
22                 see ChangeLog 2003-07-03
23
24 2003-07-02 [paul]       0.9.0claws74
25
26         * src/messageview.c
27                 fix text-selection for replying
28
29 2003-07-02 [paul]       0.9.0claws73
30
31         * sync with 0.9.2cvs11
32                 see ChangeLog 2003-07-02
33
34 2003-07-02 [paul]       0.9.0claws72
35
36         * src/procmsg.c
37                 revert last commit because it breaks more
38                 than it fixes
39
40 2003-07-02 [paul]       0.9.0claws71
41
42         * src/procmsg.c
43                 fix thread by subject/sort by date
44
45 2003-07-01 [paul]       0.9.0claws70
46
47         * sync with 0.9.2cvs10
48                 see ChangeLog 2003-07-01
49
50 2003-06-30 [paul]       0.9.0claws69
51
52         * sync with 0.9.2cvs9
53                 see ChangeLog 2003-06-30
54
55 2003-06-28 [match]      0.9.0claws68
56
57         * src/addressbook.c
58                 fix null ptr.
59
60 2003-06-27 [paul]       0.9.0claws67
61
62         * sync with 0.9.2cvs7
63                 see ChangeLog 2003-06-27
64
65 2003-06-26 [christoph]  0.9.0claws66
66
67         * src/folder.c
68                 freeze folder updates while a folder is scanned
69
70         (closes Bug 185 New message counter)
71
72 2003-06-26 [darko]      0.9.0claws65
73
74         * src/ldapserver.c
75                 fix infinite loop when adding a new LDAP server
76
77 2003-06-26 [paul]       0.9.0claws64
78
79         * sync with 0.9.2cvs6
80                 see ChangeLog 2003-06-26
81
82 2003-06-26 [paul]       0.9.0claws63
83
84         * sync with 0.9.2cvs5
85                 see ChangeLog 2003-06-25 and 2003-06-26
86
87 2003-06-25 [match]      0.9.0claws62
88
89         * src/addr_compl.c
90                 Fixed tab/backtab for dropped-down completion list to
91                 move next/previous field. (close bug 147)
92
93 2003-06-25 [christoph]  0.9.0claws61
94
95         * src/addr_compl.[ch]
96         * src/addrindex.[ch]
97         * src/folderview.c
98         * src/inc.c
99         * src/news.c
100         * src/summaryview.c
101         * src/toolbar.c
102                 fix warnings
103
104 2003-06-25 [leandro]    0.9.0claws60
105
106         * src/compose.c
107                 o cleanups
108                 o gray out "Message/Remove references" menu item if not
109                   replying to a message
110
111 2003-06-24 [leandro]    0.9.0claws59
112
113         * src/compose.[ch]
114                 o removed "Message/Create new thread" menu item
115                 o added "Message/Remove references" menu item
116                   (it's off by default and will not check anymore
117                    if the subject changed)
118
119 2003-06-23 [alfons]     0.9.0claws58
120
121         * src/procmsg.c
122                 try better grouping messages threaded by subject based on their age.
123                 still not perfect - because the message tree is not sorted by date.  
124
125 2003-06-23 [thorsten]   0.9.0claws57
126
127         * src/pop.[ch]
128                 added mail_receive_hook to allow modifications
129                 directly after retrieval (e.g. adding headers).
130
131 2003-06-23 [paul]       0.9.0claws56
132
133         * src/sourcewindow.c
134                  enable the use of Ctrl+A to select all text in
135                  the sourcewindow
136                  Patch submitted by Ivan Francolin Martinez
137                  <ivanfm@users.sourceforge.net>
138
139 2003-06-22 [christoph]  0.9.0claws55
140
141         * src/folder.[ch]
142                 o add notification hook for folder tree changes
143                 o invoke hooks after folder tree scanning
144
145         * src/folderview.[ch]
146                 register hook for folder tree changes that
147                 updates the ctree
148
149         (there are more places that should be updated, like add, remove 
150          or move folder)
151
152         (closes Bug 164 Crash on rebuild folder tree)
153         (closes Bug 190 Crash on 'rebuilding folder tree')
154
155 2003-06-21 [leandro]    0.9.0claws54
156
157         * src/compose.[ch]
158                 create a new thread if subject changes
159                 (it's on by default, can be disabled in Message menu)
160
161 2003-06-21 [alfons]     0.9.0claws53
162
163         * src/summaryview.c
164                 quiet little compiler
165
166 2003-06-21 [christoph]  0.9.0claws52
167
168         update gettext stuff to version 0.12
169
170 2003-06-19 [alfons]     0.9.0claws51
171
172         * src/common/log.c
173         * src/common/plugin.c
174                 move defs.h before glib.h to prevent MIN/MAX redefs
175
176 2003-06-19 [alfons]
177
178         * src/addressbook.c
179                 translatable
180
181 2003-06-19 [match]      0.9.0claws50
182
183         * src/addressbook.[ch]
184         * src/addrindex.[ch]
185         * src/addr_compl.[ch]
186         * src/editldap.[ch]
187         * src/editldap_basedn.[ch]
188         * src/addritem.[ch]
189         * src/ldapquery.h
190                 re-implemented dynamic LDAP search. works without
191                 slowdown on display sender with addressbook
192                 option.
193         * src/addrbook.c
194                 documented code.
195
196 2003-06-19 [paul]       0.9.0claws49
197
198         * src/compose.c
199                 fix Bug #136 'Nonprovided quotation marks crash claws'
200                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
201
202 2003-06-19 [alfons]     0.9.0claws48
203
204         * src/prefs_common.[ch]
205         * src/procmsg.c
206                 restrict threading by subject by checking thread for
207                 age (prefs_common.thread_by_subject_max_age)
208
209 2003-06-18 [christoph]  0.9.0claws47
210
211         * src/imap.c
212                 fix memory leak in imap_cmd_fetch()
213
214 2003-06-18 [christoph]  0.9.0claws46
215
216         * src/prefs_gtk.c
217                 fix memory leak in prefs_set_default() when used multiple
218                 times or after prefs have been read
219
220 2003-06-18 [christoph]  0.9.0claws45
221
222         * src/common/plugin.c
223                 fix memory leak in plugin_unload()
224
225 2003-06-18 [christoph]  0.9.0claws44
226
227         * src/imap.c
228                 fix memory leak in imap_cmd_ok()
229
230 2003-06-18 [christoph]  0.9.0claws43
231
232         * src/folder.c
233                 stop messages that are downloaded from POP3 and added to
234                 an IMAP inbox from being filtered twice (first by POP3
235                 and again when IMAP folder is scaned to get the UID of
236                 the APPEND operation when no UIDPLUS is available)
237
238 2003-06-18 [alfons]
239
240         * tools/Makefile.am
241                 phoenix <- firebird     
242
243 2003-06-18 [paul]
244
245         * tools/launch_phoenix          ** REMOVED **
246           tools/launch_firebird         ** NEW **
247                 renamed and edited to reflect the browser's name change from
248                 'phoenix' to 'firebird'
249
250 2003-06-18 [paul]       0.9.0claws42
251
252         * sync with 0.9.2cvs2
253                 see ChangeLog 2003-06-16
254
255 2003-06-17 [alfons]     0.9.0claws41
256
257         * src/procmsg.c
258                 prevent threading problems when a node is an ancestor (parent / great parent),
259                 which mostly happens with circular references (thanks to Phillipe Gramoullé
260                 for finding an sample set of messages)
261
262 2003-06-16 [christoph]  0.9.0claws40
263
264         * src/main.c
265                 don't popup main window on --receive or --receive-all
266
267         * src/mainwindow.[ch]
268         * src/plugins/trayicon/trayicon.c
269                 allow hiding of main window by clicking on the trayicon
270                 (doesn't work correctly in seperate window mode and may
271                  cause unexpected GTK problems I couldn't find yet)
272
273         * src/common/ssl.c
274                 remove incorrect warning
275
276 2003-06-15 [alfons]     0.9.0claws39
277
278         * src/gtk/gtkstext.c
279                 don't output debug text;
280                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
281                 for pointing this out);
282
283 2003-06-14 [alfons]     0.9.0claws38
284         
285         * src/messageview.c
286                 remove printf() and make one if..else comply with coding style
287
288 2003-06-14 [alfons]     0.9.0claws37
289
290         * AUTHORS
291                 add Martin Wicke
292         * src/action.c
293         * src/messageview.[ch]
294         * src/summaryview.c
295                 apply patch #754162 "Quoting messages filtered by actions" submitted
296                 by Martin Wicke, which allows quoting message body changed by an
297                 action (Thanks!).
298
299 2003-06-13 [alfons]     0.9.0claws36
300
301         * src/utils.c
302                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
303                 use case insensitive regexp (suggested by Ivan Martinez)
304
305 2003-06-13 [christoph]  0.9.0claws35
306
307         * configure.ac
308         * src/plugins/trayicon/Makefile.am
309         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
310         * src/plugins/trayicon/trayicon.c
311         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
312         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
313         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
314         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
315         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
316         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
317                 replace my own EggTrayIcon backport with the backport
318                 used by (l|x)mule and gabber.
319
320 2003-06-13 [alfons]     0.9.0claws34
321
322         * AUTHORS
323         * src/common/utils.c
324                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
325
326 2003-06-13 [alfons]     0.9.0claws33
327
328         * src/compose.c
329                 clean up a little bit
330
331 2003-06-12 [alfons]     0.9.0claws32
332
333         * src/compose.c
334                 const correctness fix
335
336         * src/common/sylpheed.[ch]
337                 () -> (void)
338                 prevent redef MIN/MAX
339                 
340         * src/common/utils.[ch]
341                 () -> (void)
342
343 2003-06-12 [melvin]     0.9.0claws31
344
345         * src/compose.c
346                 Updated to take into accounts changes in GtkAspell.
347
348 2003-06-12 [alfons]     0.9.0claws30
349
350         * src/compose.c
351         * src/procmsg.c
352         * src/common/utils.[ch]
353                 handle reply subject prefixes better (initial 
354                 suggestion by Robert Story adapted and enhanced 
355                 using regexps)
356
357 2003-06-12 [melvin]     0.9.0claws29
358
359         * src/compose.c
360                 Use new gtkaspell_checkers_strerror() to get the speller's
361                 error message instead of accessing the (now private)
362                 checkers structure.
363                 Minor code clean up
364
365         * src/main.c
366                 Use #ifdef instead of #if for USE_ASPELL
367                 Use the new spell checkers init/quit functions 
368
369         * src/gtk/gtkaspell.c
370                 Use #ifdef instead of #if for USE_ASPELL
371                 Moved in the majority of GtkAspell structures that were
372                 exported before by gtkaspell.h
373         
374         * src/gtk/gktaspell.h
375                 Made gtkaspell.h contain only the necessary data to be
376                 publicized by moving many structures to gtkaspell.c.
377                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
378                 gtkaspell_checkers_new(): replaced by...
379                 gtkaspell_checkers_init(): new function for initialization
380                 gtkaspell_checkers_delete(): replaced by...
381                 gtkaspell_checkers_quit(): new function
382                 gtkaspell_checkers_strerror(): new function that returns
383                 the checker's last error message.
384                 
385 2003-06-11 [melvin]     0.9.0claws28
386
387         * po/POTFILES.in
388                 Updated to take into account gtkaspell.c migration to
389                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
390
391 2003-06-10 [alfons]     0.9.0claws27
392
393         * src/filtering.[ch]
394         * src/folder.c
395         * src/matcher.c
396         * src/scoring.[ch]
397                 - try fixing bug #18 (any brave testers?)
398                 - add more robustness by refusing previously 
399                   unchecked NULL pointers 
400
401 2003-06-10 [alfons]     0.9.0claws26
402
403         * src/procmsg.c
404                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
405
406 2003-06-09 [alfons]     0.9.0claws25
407
408         * src/prefs_common.c
409                 fix bug #163 "Icon switching doesnt work properly" by 
410                 preventing early freeing of prefs_common.pixmap_theme_path.
411
412 2003-06-09 [christoph]  0.9.0claws24
413
414         * src/gtk/gtkaspell.c
415                 revert Thorsten's fix and add forgotten g_strdup for
416                 aspell path (it should not be possible to alter the path a
417                 GtkASpell uses from outside)
418
419 2003-06-09 [thorsten]   0.9.0claws23
420
421         * src/gtk/gtkaspell.c
422                 dont free prefs_common.aspell_path when closing compose
423
424 2003-06-08 [colin]      0.9.0claws22
425
426         * src/plugins/spamassassin/spamassassin.c
427                 fix prefs types
428
429 2003-06-07 [christoph]  0.9.0claws21
430
431         * src/Makefile.am
432         * src/compose.c
433         * src/gtkaspell.[ch]            ** REMOVE **
434         * src/gtk/Makefile.am
435         * src/gtk/gtkaspell.[ch]        ** NEW **
436                 o make gtkaspell independent from sylpheed's prefs
437                 o move gtkaspell.[ch] to gtk directory
438
439 2003-06-07 [christoph]  0.9.0claws20
440
441         * src/Makefile.am
442         * src/crash.c
443         * src/export.c
444         * src/filesel.[ch]              ** REMOVE **
445         * src/folder.c
446         * src/main.[ch]
447         * src/common/sylpheed.[ch]
448         * src/gtk/Makefile.am
449         * src/gtk/filesel.[ch]          ** NEW **
450         * src/gtk/pluginwindow.c
451         * src/gtk/sslcertwindow.c
452                 move filesel.[ch] to gtk directory
453
454 2003-06-07 [alfons]     0.9.0claws19
455
456         * src/filesel.c
457                 make (multi) file selection dialog work again (Claws-only)
458
459 2003-06-07 [thorsten]   0.9.0claws18
460
461         * po/de.po
462                 fix typos
463
464 2003-06-07 [alfons]     0.9.0claws17
465
466         * configure.ac
467         * src/mimeview.c
468                 detect apache mishap in which case don't include fnmatch.h
469                 if regex.h is already included
470
471 2003-06-06 [christoph]  0.9.0claws16
472
473         * configure.ac
474         * src/mimeview.h
475                 add check for fnmatch.h and include it when available
476
477         * src/mimeview.[ch]
478                 fix wrong case sensitivity of Content-Types
479
480         * src/gtk/Makefile.am
481                 need the same include paths in gtk directory as in
482                 common directory because .h files in common can
483                 include files from these directories, when included
484                 in gtk's .h or .c files
485
486 2003-06-06 [alfons]     0.9.0claws15
487
488         * src/mimeview.c
489         * src/summaryview.c
490                 make it compile again because of regex.h / fnmatch.h 
491                 include problems (related to recent mime stuff, can
492                 someone check this?)
493
494 2003-06-06 [thorsten]   0.9.0claws14
495
496         * src/folderview.c
497                 possible use of uninitialized pointer while dragging
498
499 2003-06-06 [paul]       0.9.0claws13
500
501         * src/compose.c
502                 fix bug where the insert sig button would be effective
503                 only when auto_sig was set
504
505 2003-06-06 [paul]       0.9.0claws12
506
507         * sync with 0.9.2 release
508
509 2003-06-02 [paul]       0.9.0claws11
510
511         * sync with 0.9.1cvs1
512                 see ChangeLog 2003-06-02
513                 
514         * po/de.po
515                 update by Jens
516
517 2003-06-01 [christoph]  0.9.0claws10
518
519         * src/account.c
520                 don't use substring search to find accounts by email address
521
522         (closes Bug 169 Overly loose matching of "From" address)
523
524 2003-05-31 [christoph]  0.9.0claws9
525
526         * doc-src/rfc2683.txt
527         * src/imap.c
528                 limit IMAP command length as recommended in RFC2683
529                 (message number lists will be split into multiple imap
530                 sets, the limit of 1000 octets is not a hard limit)
531
532         (closes Bug 161 sylpheed-claws exits with segfault when logging
533          in to certain imap-servers)
534
535 2003-05-29 [alfons]     0.9.0claws8
536
537         * src/toolbar.[ch]
538                 add print button (calling summary_print());
539                 fine tune setting tooltip text;
540                 (if someone needs other buttons, please take these 
541                 commits as a guide, instead of bothering us - also
542                 see 0.8.11claws150) 
543
544 2003-05-29 [darko]      0.9.0claws7
545
546         * src/compose.c
547                 fix crash when word wrapping kicks in due to
548                 changed text by spell checker
549
550 2003-05-29 [paul]       0.9.0claws6
551
552         * src/compose.c
553                 fix bug where changing account would insert
554                 sig even if auto_sig was FALSE
555                 
556         * ChangeLog
557           ChangeLog.jp
558           INSTALL
559                 sync with 0.9.1 release
560
561 2003-05-28 [christoph]  0.9.0claws5
562
563         * src/imap.c
564                 fix truncation of too long commands
565
566         (closes Bug 167 IMAP hangs trying to get envelope
567          information in imap_get_uncached_messages)
568
569 2003-05-27 [paul]       0.9.0claws4
570
571         * tools/Makefile.am
572           tools/maildir2sylpheed.pl     ** NEW FILE **
573                 add kmail to sylpheed mailbox conversion script
574
575 2003-05-27 [paul]       0.9.0claws3
576
577         * sync with 0.9.0cvs10
578                 see ChangeLog 2003-05-26
579
580 2003-05-26 [paul]       0.9.0claws2
581
582         * sync with 0.9.0cvs9
583                 see ChangeLog 2003-05-26
584
585 2003-05-24 [paul]       0.9.0claws1
586
587         * sync with 0.9.0cvs8
588                 see ChangeLog 2003-05-23
589
590 2003-05-24 [paul]       0.9.0claws
591
592         * version 0.9.0claws released
593
594 2003-05-24 [paul]       0.8.11claws177
595
596         * src/plugins/dillo-viewer/Makefile.am
597           src/plugins/traycon/Makefile.am
598                 add missing files
599                 
600         * po/bg.po
601           po/en_GB.po
602           po/es.po
603           po/it.po
604           po/pt_BR.po
605           po/ru.po
606           po/sr.po
607                 update Bulgarian, British English, Spanish, Italian, 
608                 Brazilian Portuguese, Russian, and Serbian translations, 
609                 submitted by George Danchev, [me], Ricardo Mones Lastra,
610                 André Filipe de Assunção e Brito, Alessandro Maestri, 
611                 Ruslan N. Balkin, and Urke MMI
612
613 2003-05-23 [melvin]     0.8.11claws176
614
615         * po/fr.po
616                 Updated French translations
617
618 2003-05-22 [paul]       0.8.11claws175
619
620         * src/Makefile.am
621           src/addrbook.[ch]
622           src/addrcache.[ch]
623           src/addr_compl.[ch]
624           src/adressbook.[ch]
625           src/addrindex.[ch]
626           src/addritem.[ch]
627           src/editaddress.c
628           src/editgroup.c
629           src/editldap_basedn.c
630           src/editldap.c
631           src/jpilot.c
632           src/vcard.c
633                 revert to get ldap into it previous working state
634                 
635         * po/zh_TW.Big5.po
636                 new Taiwanese translation,
637                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
638
639 2003-05-22 [christoph]  0.8.11claws174
640
641         * src/plugins/spamassassin/libspamc.[ch]
642                 sync libspamc with SpamAssaain release 2.55
643
644 2003-05-22 [paul]       0.8.11claws173
645
646         * sync with 0.9.0cvs7
647                 see ChangeLog 2003-05-22
648                 
649         * src/summaryview.c
650                 revert change in 0.8.11claws172: follow
651                 Hiroyuki's decision and that's the end of it.
652
653 2003-05-21 [paul]       0.8.11claws172
654
655         * src/summaryview.c
656                 fix discrepency between open_unread_on_enter
657                 and always_show_msg
658
659 2003-05-21 [paul]       0.8.11claws171
660
661         * sync with 0.9.0cvs6
662                 see ChangeLog 2003-05-21
663
664 2003-05-21 [paul]       0.8.11claws170
665
666         * sync with 0.9.0cvs5
667                 see ChangeLog 2003-05-21
668
669 2003-05-20 [paul]       0.8.11claws169
670
671         * sync with 0.9.0cvs4
672                 see ChangeLog 2003-05-20
673                 fixes bug #152, 'encoding of IMAP folders names'
674
675 2003-05-20 [paul]       0.8.11claws168
676
677         * sync with 0.9.0cvs3
678                 see ChangeLog 2003-05-20
679                 
680         * src/tools/convert_mbox.pl
681                 minor change in the comments, submitted by Fred Marton
682
683 2003-05-19 [paul]       0.8.11claws167
684
685         * src/plugins/clamav/Makefile.am
686           configure.ac
687                 link clamav_lib to the plugin and not to the main program
688
689 2003-05-19 [christoph]
690
691         * src/Makefile.am
692                 add -export-dynamic for linking
693
694 2003-05-19 [paul]       0.8.11claws166
695
696         * sync with 0.9.0cvs1
697                 see ChangeLog 2003-05-19
698
699 2003-05-19 [paul]       0.8.11claws165
700
701         * src/inc.c
702                 fix 'pop before smtp' timeout
703
704 2003-05-18 [alfons]     0.8.11claws164
705
706         * src/prefs_matcher.c
707                 put "execute" action command line ("expression") in edit box
708
709 2003-05-18 [christoph]  0.8.11claws163
710
711         * src/mimeview.[ch]
712         * src/plugins/dillo_viewer/dillo_viewer.c
713         * src/plugins/image_viewer/viewer.c
714         * src/plugins/mathml_viewer/mathml_viewer.c
715                 let a viewer have a list of Content-Types
716
717 2003-05-18 [paul]       0.8.11claws162
718
719         * src/prefs_filtering.c
720                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
721                 and REDIRECT actions
722
723 2003-05-17 [christoph]
724
725         * README.claws
726                 o remove dynamic signatures that was syned with main
727                 o add infos about no longer "build in" image viewer
728                 o update bugtracker URL
729
730 2003-05-17 [christoph]  0.8.11claws161
731
732         * src/folder.c
733         * src/folderview.c
734         * src/imap.c
735                 don't use imap_scan_folder anymore. Instead call folder_item_scan
736                 for every folder after rebuilding the folder tree.
737
738         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
739          messages)
740
741 2003-05-17 [christoph]  0.8.11claws160
742
743         * src/imap.c
744                 don't use STATUS command on current folder to check for
745                 content changes. imap_cmd_ok() now tracks changes to
746                 folder and number of existing messages.
747
748 2003-05-17 [paul]       0.8.11claws159
749
750         * src/plugins/clamav/clamav_plugin.c
751                 remove unnecessary debug_print
752
753 2003-05-16 [thorsten]   0.8.11claws158
754
755         * src/plugins/demo.c
756                 included missing intl.h
757
758 2003-05-16 [paul]       0.8.11claws157
759
760         * po/POTFILES.in
761                 remove non-existant entries
762         
763         * src/plugins/clamav/clamav_plugin.c
764           src/plugins/clamav/clamav_plugin_gtk.c
765           src/plugins/dillo_viewer/dillo_prefs.c
766           src/plugins/dillo_viewer/dillo_viewer.c
767                 gettextise
768
769 2003-05-16 [christoph]  0.8.11claws156
770
771         * po/POTFILES.in
772                 include plugin .c files for translation until I
773                 find a better solution to have plugins have their
774                 own textdomain
775         * src/plugins/demo/demo.c
776         * src/plugins/image_viewer/plugin.c
777         * src/plugins/mathml_viewer/mathml_viewer.c
778         * src/plugins/spamassassin/spamassassin.c
779         * src/plugins/spamassassin/spamassassin_gtk.c
780         * src/plugins/trayicon/trayicon.c
781                 add gettext macros for plugin name and description
782
783 2003-05-16 [paul]
784
785         * sync with 0.9.0
786
787 2003-05-16 [paul]       0.8.11claws155
788
789         * sync with lastest 0.9.0pre1
790                 see ChangeLog 2003-05-16
791
792 2003-05-15 [paul]       0.8.11claws154
793
794         * sync with latest 0.9.0pre1
795                 see ChangeLog 2003-05-14 and 2003-05-15
796
797 2003-05-14 [christoph]  0.8.11claws153
798
799         * src/plugins/image_viewer/viewer.c
800         * src/plugins/image_viewer/viewer.glade         ** NEW **
801         * src/plugins/image_viewer/viewerprefs.c
802                 make it possible to disable the autoload function in the
803                 imageviewer again
804
805 2003-05-14 [christoph]  0.8.11claws152
806
807         * src/folder.c
808                 fix folder update after adding a message
809
810 2003-05-13 [alfons]     0.8.11claws151
811
812         * src/common/session.c
813                 remove debug traces
814                 
815         * src/addrcache.[ch]
816         * src/filtering.[ch]
817         * src/folder.[c]
818         * src/gtkaspell.[ch]
819         * src/imap.[ch]
820         * src/mbox_folder.[ch]
821         * src/mh.[ch]
822         * src/mimeview.h
823         * src/msgcache.[ch]
824         * src/news.[ch]
825         * src/passphrase.[ch]
826         * src/prefs_common.[ch]
827         * src/prefs_gtk.[ch]
828         * src/procmsg.c
829         * src/scoring.[ch]
830                 be pedantic; (in prototypes () implies (int))
831
832 2003-05-13 [alfons]     0.8.11claws150
833
834         * src/prefs_toolbar.[ch]
835         * src/summaryview.[ch]
836         * src/toolbar.[ch]
837                 change misleading text in toolbar prefs;
838                 add toolbar action for ignore thread (toggles ignore thread flag);
839                 clean up a little bit;
840
841 2003-05-12 [paul]
842
843         * tools/convert_mbox.pl
844                 bug fixed by Fred Marton
845
846 2003-05-12 [paul]
847
848         * sync with 0.9.0pre1
849
850 2003-05-09 [paul]       0.8.11claws149
851
852         * sync with 0.8.11cvs43
853                 see ChangeLog 2003-05-09
854
855 2003-05-08 [christoph]  0.8.11claws148
856
857         * src/imap.[ch]
858                 o use CAPABILIY as first command and check for PREAUTH
859                   information in the response to it
860                 o rewrite all imap_cmd_* functions to use an IMAPSession
861                   instead of a SockInfo as parameter
862                 o do STARTTLS after fetching and checking the server
863                   capabilities
864
865 2003-05-08 [paul]       0.8.11claws147
866
867         * tools/Makefile.am
868           tools/README
869           tools/convert_mbox.pl         ** NEW FILE **
870                 add mbox conversion script. Submitted by 
871                 Fred Marton <Fred.Marton@uni-bayreuth.de>
872
873 2003-05-07 [christoph]
874
875         * doc-src/glade.txt
876         * src/gtk/pluginwindow.glade
877         * src/plugins/image_viewer/viewerprefs.glade
878         * src/plugins/spamassassin/spamassassin_gtk.glade
879                 add glade files for user interfaces and a description how
880                 to use glade to create the sylpheed code
881
882 2003-05-07 [paul]       0.8.11claws146
883
884         * sync with 0.8.11cvs41
885                 see ChangeLog 2003-05-07
886
887 2003-05-06 [christoph]  0.8.11claws145
888
889         * src/main.c
890         * src/plugins/image_viewer/viewer.c
891                 fix usage of imlib in imageviewer plugin
892
893         * src/gtk/prefswindow.c
894                 handle window close event correctly
895
896 2003-05-06 [paul]       0.8.11claws144
897
898         * src/common/ssl.c
899                 fix typo introduced in sync
900
901 2003-05-06 [paul]       0.8.11claws143
902
903         * sync with 0.8.11cvs39
904                 see ChangeLog 2003-05-06
905
906 2003-05-06 [paul]       0.8.11claws142
907
908         * AUTHORS
909           po/cs.po
910                 updated Czech translation, submitted by 
911                 Radek Vybiral <Radek.Vybiral@vsb.cz>
912                 
913         * src/plugins/clamav/clamav_plugin_gtk.c
914                 clean up
915
916 2003-05-03 [alfons]     0.8.11claws141
917
918         * src/compose.[ch]
919                 make paste as quotation work even when the call to 
920                 text_inserted() was deferred (fixes bug #140 "Paste 
921                 as quotation does not work when using "external" 
922                 clipboard")
923
924 2003-05-03 [thorsten]   0.8.11claws140
925
926         * src/addrquery.h
927           src/ldapquery.h
928           src/mainwindow.c
929                 removed C++ comments
930         * src/addr_compl.c
931                 function with non-int retval/param used before
932                 implementation/declaration
933
934 2003-05-02 [paul]       0.8.11claws139
935
936         * src/addr_compl.[ch]
937           src/addressbook.[ch]
938           src/addrindex.c
939           src/summaryview.c
940                 revert match's changes to (finally) remove the bug where
941                 opening a folder causes massive slowdown when using the 
942                 'Display sender using address book' option
943
944 2003-05-01 [melvin]     0.8.11claws138
945
946         * src/plugins/dillo_viewer/dillo_prefs.[ch]
947         * src/plugins/dillo_viewer/dillo_viewer.c
948                 Fixed bug where "Cancel" button from prefs issued
949                 warnings.
950                 Comply a little more to coding style
951
952 2003-05-01 [paul]       0.8.11claws137
953
954         * sync with 0.8.11cvs38
955                 see ChangeLog 2003-05-01
956
957 2003-05-01 [paul]       0.8.11claws136
958
959         * po/bg.po
960                 updated by George Danchev
961
962 2003-04-30 [christoph]  0.8.11claws135
963
964         * src/plugins/dillo_viewer/dillo_prefs.c
965         * src/plugins/image_viewer/viewerprefs.c
966         * src/plugins/spamassassin/spamassassin_gtk.c
967                 remove gtk_widget_ref() calls for widgets in
968                 glade code
969
970 2003-04-30 [paul]       0.8.11claws134
971
972         * src/addrindex.c
973                 ok, this time a better fix for the bug where opening folder
974                 has massive slowdown when using the 'Display sender using 
975                 address book' option
976
977 2003-04-30 [paul]       0.8.11claws133
978
979         * src/addrindex.c
980                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
981         
982 2003-04-30 [melvin]     0.8.11claws132
983
984         New: Dillo plugin preferences (patch by Dimitar Haralanov)
985
986         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
987                 Preferences for the dillo plugin
988         * src/plugins/dillo_viewer/dillo_viewer.c
989                 Support for preferences
990         * src/plugins/dillo_viewer/Makefile.am
991                 Added dillo_prefs.[ch]
992
993 2003-04-30 [alfons]     0.8.11claws131
994
995         * src/common/plugin.[ch]
996                 see? this ANSI C'fication immediately gives us type
997                 checking for free.
998
999 2003-04-30 [alfons]     0.8.11claws130
1000
1001         * src/common/plugin.[ch]
1002         * src/plugins/clamav/clamav_plugin.[ch]
1003         * src/plugins/clamav/clamav_plugin_gtk.c
1004         * src/plugins/demo/demo.c
1005         * src/plugins/dillo_viewer/dillo_viewer.c
1006         * src/plugins/image_viewer/plugin.c
1007         * src/plugins/image_viewer/viewer.[ch]
1008         * src/plugins/image_viewer/viewerprefs.[ch]
1009         * src/plugins/mathml_viewer/mathml_viewer.c
1010         * src/plugins/spamassassin/spamassassin.[ch]
1011         * src/plugins/spamassassin/spamassassin_gtk.c
1012         * src/plugins/trayicon/trayicon.c
1013                 clean up
1014
1015 2003-04-30 [alfons]     0.8.11claws129
1016
1017         * src/common/utils.c
1018                 make is_ascii_str() fail gracefully when NULL pointer
1019                 is passed
1020
1021 2003-04-30 [paul]       0.8.11claws128
1022
1023         * src/addrindex.c
1024                 fix bug where opening folder has massive slowdown when
1025                 using the 'Display sender using address book' option
1026
1027 2003-04-30 [paul]       0.8.11claws127
1028
1029         * src/plugins/clamav/clamav_plugin.c
1030           src/plugins/clamav/clamav_plugin_gtk.c
1031           src/plugins/demo/demo.c
1032           src/plugins/dillo_viewer/dillo_viewer.c
1033           src/plugins/image_viewer/plugin.c
1034           src/plugins/mathml_viewer/mathml_viewer.c
1035           src/plugins/spamassassin/spamassassin.c
1036           src/plugins/spamassassin/spamassassin_gtk.c
1037           src/plugins/trayicon/trayicon.c
1038                 get rid of eye-hurting function signatures
1039
1040 2003-04-30 [paul]       0.8.11claws126
1041
1042         * src/plugins/trayicon/trayicon.c
1043                 add description
1044                 
1045         * src/mimeview.c
1046                 be more descriptive
1047
1048 2003-04-30 [paul]       0.8.11claws125
1049
1050         * configure.ac
1051                 arrange the plugins in reverse alphabetical order
1052                 
1053         * src/plugins/clamav/clamav_plugin.[ch]
1054           src/plugins/clamav/clamav_plugin_gtk.c
1055                 rename some params
1056                 resize max_size window
1057                 re-arrange the order of some gui elements
1058                 improve descriptions
1059         
1060         * src/plugins/image_viewer/plugin.c
1061           src/plugins/mathml_viewer/mathml_viewer.c
1062                 add descriptions
1063                 
1064         * src/plugins/spamassassin/spamassassin_gtk.c
1065                 resize max_size window
1066                 re-arrange the order of some gui elements
1067                 
1068         * src/messageview.c
1069           src/mimeview.c
1070                 correct typos
1071
1072 2003-04-30 [alfons]     0.8.11claws124
1073
1074         * src/imap.c
1075                 fix a leak found while browsing Martin Kluge's 
1076                 valgrind log (Claws only)
1077
1078 2003-04-29 [darko]      0.8.11claws123
1079
1080         * src/gtk/gtkstext.h
1081                 include wchar.h if it is available, fixes compilation
1082                 on HP-UX systems
1083
1084 2003-04-29 [melvin]     0.8.11claws122
1085
1086         * src/prefs_actions.c
1087                 Improved help text of Actions' syntax
1088
1089 2003-04-28 [paul]       0.8.11claws121
1090
1091         * src/action.c
1092                 a better fix for the crash when performing an action
1093                 on a mime part
1094
1095 2003-04-28 [paul]       0.8.11claws120
1096
1097         * src/action.c
1098                 fix crash when performing an action on a
1099                 mime part
1100
1101 2003-04-28 [paul]       0.8.11claws119
1102
1103         * sync with 0.8.11cvs36
1104                 see ChangeLog 2003-04-28
1105
1106 2003-04-27 [paul]       0.8.11claws118
1107
1108         * more sync with 0.8.11cvs35
1109                 see ChangeLog 2003-04-25
1110
1111 2003-04-26 [christoph]  0.8.11claws117
1112
1113         * src/folder.c
1114                 fix remove virtual check
1115
1116 2003-04-26 [paul]       0.8.11claws116
1117
1118         * src/messageview.c
1119                 fix return-receipt, make it work again
1120
1121 2003-04-26 [paul]       0.8.11claws115
1122
1123         * src/mimeview.c
1124                 restore double-clicking of the [application/pgp-signature 
1125                 (Select "Check signature" to check)] line in the message view,
1126                 broken in recent sync
1127
1128 2003-04-26 [christoph]  0.8.11claws114
1129
1130         * src/folder.c
1131                 check if remove virtual really exists before
1132                 calling the function
1133
1134 2003-04-25 [match]      0.8.11claws113
1135
1136         * src/addrindex.c
1137         * src/addrbook.c
1138         * src/ldapquery.[ch]
1139         * src/ldapctrl.[ch]
1140                 fix memleak.
1141         * src/ldapserver.[ch]
1142                 fix memleak. fix segfault.
1143                 plug a Claws memleak
1144
1145 2003-04-25 [alfons]     0.8.11claws112
1146
1147         * src/folder.c
1148                 plug a Claws memleak
1149
1150 2003-04-25 [alfons]     0.8.11claws111
1151
1152         * src/common/session.c
1153                 plug a memleak
1154
1155 2003-04-25 [paul]       0.8.11claws110
1156
1157         * sync with 0.8.11cvs35
1158                 see ChangeLog 2003-04-24 and 2003-04-25
1159                 
1160         * src/gtk/pluginwindow.c
1161                 correct another strange float value
1162
1163 2003-04-24 [christoph]  0.8.11claws109
1164
1165         * src/folder.c
1166                 freeze folder item updates when unsetting new flags
1167
1168         * src/gtk/pluginwindow.c
1169                 correct strange float value
1170
1171 2003-04-23 [paul]       0.8.11claws108
1172
1173         * sync with 0.8.11cvs33
1174                 see ChangeLog 2003-04-23
1175
1176 2003-04-22 [paul]       0.8.11claws107
1177
1178         * src/Makefile.am
1179           src/messageview.c
1180           src/mimeview.c
1181           src/pgptext.[ch]      ** REMOVED **
1182                 remove pgptext.[ch] as its not used any more
1183
1184 2003-04-22 [paul]       0.8.11claws106
1185
1186         * sync with 0.8.11cvs31
1187                 see ChangeLog 2003-04-21 and 2003-04-22
1188
1189 2003-04-21 [alfons]     0.8.11claws105
1190
1191         * src/main.c
1192                 No access to GTK structures if we're a spawned child
1193                 (and clean up code a little bit...) Should fix #126.
1194
1195 2003-04-21 [melvin]     0.8.11claws104
1196
1197         * src/plugins/dillo_viewer/README
1198                 Improved slightly the text.
1199
1200 2003-04-21 [melvin]     0.8.11claws103
1201
1202         * src/plugins/dillo_viewer/README *** NEW ***
1203                 Added a README file for the Dillo plugin
1204
1205 2003-04-20 [paul]
1206
1207         * tools/README
1208           tools/outlook2sylpheed.pl
1209                 updated and improved by Ricardo Mones Lastra
1210
1211 2003-04-18 [oliver]     0.8.11claws102
1212
1213         * src/inc.c 
1214         * src/prefs_account.h
1215                 remove Pop3SessionType (used by selective download)
1216         * src/prefs_toolbar.c
1217                 enable set Default Toolbar button
1218
1219 2003-04-18 [paul]       0.8.11claws101
1220
1221         * sync with 0.8.11cvs29
1222                 see ChangeLog 2003-04-18
1223
1224 2003-04-17 [paul]       0.8.11claws100
1225
1226         * src/prefs_common.[ch]
1227           src/summaryview.c
1228                 remove 'Open next message on deletion' option,
1229                 as the same effect can now be achieved via the
1230                 'Always open messages in summary when selected'
1231                 option.
1232
1233 2003-04-17 [paul]       0.8.11claws99
1234
1235         * sync with 0.8.11cvs28
1236                 see ChangeLog 2003-04-17
1237
1238 2003-04-17 [christoph]  0.8.11claws98
1239
1240         * ac/spamassassin.m4
1241         * src/plugins/spamassassin/libspamc.[ch]
1242         * src/plugins/spamassassin/utils.[ch]
1243                 sync libspamc with SpamAssassin project
1244
1245 2003-04-17 [christoph]  0.8.11claws97
1246
1247         * src/common/socket.h
1248         * src/gtk/sslcertwindow.h
1249                 rename old USE_SSL to USE_OPENSSL
1250
1251 2003-04-17 [paul]       0.8.11claws96
1252
1253         * src/prefs_common.h
1254                 use gulong for P_COLOR so that it compiles/runs on
1255                 64-bit systems. Patch submitted by James Noyes
1256                 <jnoyes-claws@retrogeeks.com>
1257                 
1258         * po/de.po
1259                 updated by Jens
1260
1261 2003-04-17 [paul]       0.8.11claws95
1262
1263         * sync with 0.8.11cvs27
1264                 see ChangeLog 2003-04-16
1265
1266 2003-04-15 [paul]       0.8.11claws94
1267
1268         * src/prefs_common.[ch]
1269                 rearrange to stop the window getting too long:
1270                         move Receive dialog stuff to Receive tab
1271                         move Send dialog to Send tab
1272                         remove Dialogs frame
1273                 rename 'Open messages in summary with cursor keys' to
1274                 'Always open messages in summary when selected', as its
1275                 more appropriate
1276
1277 2003-04-15 [paul]       0.8.11claws93
1278
1279         * src/prefs_common.[ch]
1280           src/summaryview.c
1281                 add new option '/Interface/Open next message on deletion'
1282
1283 2003-04-15 [paul]       0.8.11claws92
1284
1285         * src/summaryview.[ch]
1286                 add /Mark/Lock and /Mark/Unlock to the pop-up
1287                 menu. Patch submitted by Ivan Francolin Martinez
1288                 <ivanfm@users.sourceforge.net>
1289
1290 2003-04-15 [paul]       0.8.11claws91
1291
1292         * sync with 0.8.11cvs24
1293                 see ChangeLog 2003-04-15
1294
1295 2003-04-14 [jens]       0.8.11claws90
1296
1297         * updated German translation and some corrections from
1298                 Roland Bless <bless@tm.uka.de>
1299
1300 2003-04-14 [paul]       0.8.11claws89
1301
1302         * sync with 0.8.11cvs22
1303                 see ChangeLog 2003-04-14
1304
1305 2003-04-13 [paul]       0.8.11claws88
1306
1307         * src/plugins/clamav/clamav_plugin.c
1308                 fix memory leaks
1309                 clean up
1310
1311 2003-04-12 [paul]       0.8.11claws87
1312
1313         * src/plugins/clamav/clamav_plugin.c
1314                 activate enable/disable archive scanning option
1315                 
1316         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1317
1318 2003-04-12 [paul]       0.8.11claws86
1319
1320         * src/plugins/Makefile.am
1321           src/plugins/clamav/Makefile.am                ** NEW FILE **
1322           src/plugins/clamav/README                     ** NEW FILE ** 
1323           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1324           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1325                 add Clam AntiVirus plugin
1326
1327 2003-04-12 [paul]       0.8.11claws85
1328
1329         * sync with 0.8.11cvs21
1330                 see ChangeLog 2003-04-11
1331
1332 2003-04-11 [paul]       0.8.11claws84
1333
1334         * po/es.po
1335                 update Spanish translation. Submitted by Ricardo
1336                 Mones Lastra.
1337
1338 2003-04-10 [christoph]  0.8.11claws83
1339
1340         * src/mbox.c
1341                 fix typo that did not move unfiltered mails to destination
1342                 folder
1343
1344         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1345          when filtering from spool)
1346
1347 2003-04-10 [christoph]  0.8.11claws82
1348
1349         * src/imap.c
1350                 use BODY.PEEK instead of BODY in in message fetch operation
1351                 to make sure the IMAP server does not set the \Seen flag for
1352                 messages. Sylpheed does that later itself, when the message
1353                 is opened in sylpheed
1354
1355         (closes Bug 111 Claws destroys unread marks)
1356
1357 2003-04-09 [oliver]     0.8.11claws81
1358         
1359         * src/folder.c
1360                 fix crash in folder_destroy
1361         * README.claws
1362                 remove selective download
1363
1364 2003-04-09 [christoph]  0.8.11claws80
1365
1366         * src/imap.c
1367                 fix crash in imap_get_msginfo() when then fetched message
1368                 is not found
1369
1370         (closes Bug 110 Crash during mail composition)
1371
1372 2003-04-08 [christoph]  0.8.11claws79
1373
1374         * src/folder.c
1375         * src/prefs_account.c
1376                 Filter new messages that are found in an INBOX folder
1377                 when 'Filter messages on receiving' is enabled in the
1378                 Folder's AccountPrefs. This allows to use Sylpheed's
1379                 filtering engine for IMAP folders where messages are
1380                 added to the INBOX by a MTA
1381
1382 2003-04-08 [paul]       0.8.11claws78
1383
1384         * src/procmsg.h
1385                 clean up after last commit
1386
1387 2003-04-08 [paul]       0.8.11claws77
1388
1389         * sync with 0.8.11cvs20
1390                 see ChangeLog 2003-04-07 and 2003-04-08
1391
1392 2003-04-07 [christoph]  0.8.11claws76
1393
1394         * src/filtering.[ch]
1395         * src/inc.[ch]
1396         * src/mbox.c
1397         * src/procmsg.[ch]
1398                 add procmsg_msginfo_filter() to execute filtering actions
1399
1400 2003-04-06 [christoph]  0.8.11claws75
1401
1402         * src/imap.c
1403                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1404
1405 2003-04-06 [christoph]  0.8.11claws74
1406
1407         * src/common/utils.[ch]
1408                 add g_int_compare() function for slist sorting
1409
1410         * src/imap.c
1411                 fetch all MsgInfos with one command in imap_get_msginfos()
1412                 using an imap set with a list of ranges
1413
1414         * src/news.c
1415                 use new g_int_compare() function
1416
1417 2003-04-06 [thorsten]   0.8.11claws73
1418
1419         * src/mh.c
1420                 corrected implementation of mh_folder_destroy()
1421
1422 2003-04-05 [christoph]  0.8.11claws72
1423
1424         * src/account.c
1425         * src/folder.[ch]
1426         * src/folderview.c
1427         * src/imap.c
1428         * src/inc.c
1429         * src/main.c
1430         * src/mainwindow.c
1431         * src/mbox_folder.c
1432         * src/mh.c
1433         * src/mimeview.h
1434         * src/msgcache.[ch]
1435         * src/news.c
1436         * src/procmime.h
1437         * src/procmsg.[ch]
1438         * src/setup.c
1439         * src/gtk/gtkutils.c
1440                 o rename structure field names class and new to klass and
1441                   new_msgs, to allow including files in C++
1442                 o add 'extern "C"' block to some header files
1443                 o add MsgInfoList and MsgNumberList as alias for GSList for
1444                   developers to know what type of list is expected
1445
1446         * src/plugins/image_viewer/plugin.c
1447         * src/plugins/image_viewer/viewer.[ch]
1448         * src/plugins/image_viewer/viewerprefs.[ch]
1449                 rename function names to prevent conflicts
1450
1451 2003-04-05 [paul]       0.8.11claws71
1452
1453         * sync with 0.8.11cvs18
1454                 see ChangeLog 2003-04-03 and 2003-04-04
1455
1456 2003-04-02 [christoph]  0.8.11claws70
1457
1458         * src/folder.[ch]
1459         * src/imap.[ch]
1460         * src/mbox_folder.[ch]
1461         * src/mh.[ch]
1462         * src/news.[ch]
1463                 o Make all virtual folder functions private
1464                 o remove unused folder code
1465
1466         * src/common/socket.[ch]
1467         * src/summaryview.c
1468                 fix warnings
1469
1470 2003-03-30 [alfons]     0.8.11claws69
1471
1472         * src/send_message.c
1473                 remove two debug traces and see if people still report
1474                 errors
1475
1476 2003-03-30 [alfons]     0.8.11claws68
1477
1478         * src/send_message.c
1479         * src/commons/session.c
1480                 add more debug traces
1481
1482 2003-03-30 [christoph]  0.8.11claws67
1483
1484         * src/folder.c
1485                 change processing folder name from .processing to processing
1486
1487         * src/common/ssl.c
1488                 disable SSL certificate check because it causes Xlib error
1489                 when the child process want's to open an GTK window
1490
1491 2003-03-30 [christoph]  0.8.11claws66
1492
1493         * src/folder.c
1494                 don't use default folder for processing folder item because
1495                 it can be a non local folder
1496
1497         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1498
1499 2003-03-30 [alfons]     0.8.11claws65
1500
1501         * src/send_message.c
1502                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1503                 to generate bad code for 'send_send_data_progressive': When
1504                 called from 'send_send_data_finished', the 'data' pointer is
1505                 cleared just before the assignment to the dialog pointer
1506
1507 2003-03-29 [christoph]  0.8.11claws64
1508
1509         * src/common/prefs.h
1510         * src/plugins/image_viewer/Makefile.am
1511         * src/plugins/image_viewer/plugin.c
1512         * src/plugins/image_viewer/viewer.[ch]
1513         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1514                 add PrefsPage for ImageViewer
1515
1516 2003-03-28 [thorsten]   0.8.11claws63
1517
1518         * src/common/session.c
1519                 added some comments
1520
1521 2003-03-28 [paul]       0.8.11claws62
1522
1523         * sync with 0.8.11cvs16
1524                 see ChangeLog 2003-03-28
1525
1526 2003-03-28 [paul]       0.8.11claws61
1527
1528         * sync with 0.8.11cvs15
1529                 see ChangeLog 2003-03-28
1530
1531 2003-03-27 [christoph]  0.8.11claws60
1532
1533         * src/folder.c
1534         * src/imap.c
1535         * src/common/socket.[ch]
1536                 set socket state to DISCONNECTED when any operation
1537                 fails to allow reconnecting in IMAP code without
1538                 checking the return code of all calls to the command
1539                 functions
1540
1541         * src/folderview.c
1542         * src/summaryview.c
1543                 remove some more stuff that depends on specific
1544                 folder types
1545
1546 2003-03-27 [paul]       0.8.11claws59
1547
1548         * sync with 0.8.11cvs14
1549                 see ChangeLog 2003-03-27
1550                 
1551         * src/selective_download.[ch]   ** REMOVED **
1552                 really removed
1553
1554 2003-03-27 [christoph]  0.8.11claws58
1555
1556         * src/folder.c
1557                 fix handling of tmp_flags in flag copy function
1558
1559 2003-03-27 [paul]       0.8.11claws57
1560
1561         * sync with 0.8.11cvs13
1562                 see ChangeLog 2003-03-27
1563
1564 2003-03-27 [oliver]     0.8.11claws56
1565
1566         * src/maiwindow.c
1567                 remove sel_download_cb
1568
1569 2003-03-27 [oliver]     0.8.11claws55
1570         
1571         * src/inc.c
1572                 remove POP3_TOP
1573         
1574 2003-03-26 [oliver]     0.8.11claws54
1575
1576         *src/pop.h
1577                 remove POP3_TOP*
1578         * README.claws
1579                 remove selective donwload readme
1580
1581 2003-03-26 [oliver]     0.8.11claws53
1582         * src/matcher.[ch]
1583         * src/matcher_parser_parse.y 
1584         * src/pop.c 
1585         * src/prefs_account.[ch]
1586         * src/prefs_filtering.c
1587                 remove selective donwload
1588
1589 2003-03-26 [oliver]     0.8.11claws52
1590
1591         * src/inc.[ch] 
1592         * src/filtering.c 
1593         * src/mainwindow.c 
1594                 remove selective donwload
1595
1596 2003-03-26 [oliver]     0.8.11claws51
1597         
1598         * src/Makefile.am
1599         * src/selective_download.[ch]   ** REMOVE **    
1600
1601 2003-03-26 [christoph]  0.8.11claws50
1602
1603         * src/news.c
1604                 fix NEWS that got broken by a sync with sylpheed-main
1605
1606 2003-03-26 [christoph]  0.8.11claws49
1607
1608         * src/mimeview.c
1609                 fix mime type guessing when no mime type is found for a file
1610
1611 2003-03-25 [christoph]  0.8.11claws48
1612
1613         * src/mimeview.c
1614         * src/procmime.c
1615                 remove mime type guessing from mime parser and use
1616                 name based mime types in viewer lookup for mime type
1617                 application/octet-stream
1618
1619 2003-03-25 [christoph]  0.8.11claws47
1620
1621         * doc-src/readme.txt
1622         * doc-src/rfc2554.txt
1623                 add RFC about SMTP AUTH
1624
1625         * src/send_message.c
1626         * src/common/smtp.[ch]
1627                 add extra error code for authentication errors and
1628                 clear temporary password when this error occurs
1629
1630         (closes Bug 84 authentication failure while sending should
1631          prompt for password again)
1632
1633 2003-03-25 [christoph]  0.8.11claws46
1634
1635         * configure.ac
1636         * src/Makefile.am
1637         * src/imageview.[ch]                            ** REMOVE **
1638         * src/messageview.[ch]
1639         * src/mimeview.[ch]
1640         * src/prefs_common.[ch]
1641         * src/textview.c
1642         * src/plugins/Makefile.am
1643         * src/plugins/image_viewer/.cvsignore           ** NEW **
1644         * src/plugins/image_viewer/Makefile.am          ** NEW **
1645         * src/plugins/image_viewer/plugin.c             ** NEW **
1646         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1647                 move image viewer into a plugin (building is enabled by default)
1648                 [ToDo: Prefs for resize and autoview]
1649
1650 2003-03-25 [paul]       0.8.11claws45
1651
1652         * sync with 0.8.11cvs12
1653                 see ChangeLog 2003-03-26
1654
1655 2003-03-25 [paul]       0.8.11claws44
1656
1657         * sync with 0.8.11cvs11
1658                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1659                 
1660         Note: Selective Download is broken.
1661                 
1662 2003-03-22 [christoph]  0.8.11claws43
1663
1664         * src/folder.c
1665                 code cleanup for flags copying
1666
1667 2003-03-22 [christoph]  0.8.11claws42
1668
1669         * src/plugins/trayicon/trayicon.c
1670                 fix setting the transparent area when the window size
1671                 is forced by the system tray
1672
1673 2003-03-22 [christoph]  0.8.11claws41
1674
1675         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1676         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1677         * src/plugins/trayicon/newmail.xpm              ** NEW **
1678         * src/plugins/trayicon/nomail.xpm               ** NEW **
1679         * src/plugins/trayicon/trayicon.c
1680         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1681                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1682                 o add icon for unread mails
1683                 o set transparency for window
1684
1685 2003-03-22 [christoph]  0.8.11claws40
1686
1687         * src/news.c
1688                 init news session to prevent crash when session is closed
1689
1690 2003-03-22 [christoph]  0.8.11claws39
1691
1692         * src/imap.c
1693         * src/common/session.[ch]
1694                 Init session data to make sure we don't have invalid pointers
1695                 for read_ch and write_ch when new multi process sessions are
1696                 not used
1697
1698         * src/main.c
1699         * src/common/plugin.c
1700         * src/common/sylpheed.c
1701         * src/plugins/demo/demo.c
1702         * src/plugins/dillo_viewer/dillo_viewer.c
1703         * src/plugins/mathml_viewer/mathml_viewer.c
1704         * src/plugins/spamassassin/spamassassin.c
1705         * src/plugins/spamassassin/spamassassin_gtk.c
1706                 add plugin types to allow loading plugins at different times
1707                 (and maybe for different frontends), because it's not good to
1708                 load GTK-Plugins gefore gtk_init was called
1709
1710         * configure.ac
1711         * src/plugins/Makefile.am
1712         * src/plugins/trayicon/.cvsignore               ** NEW **
1713         * src/plugins/trayicon/Makefile.am              ** NEW **
1714         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1715         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1716         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1717         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1718         * src/plugins/trayicon/trayicon.c               ** NEW **
1719                 New Trayicon plugin that shows an icon in a systray that uses
1720                 XEMBED protocol like Gnome's systray. Icon shows if there
1721                 are new mails and a tooltip shows information about new,
1722                 unread and total messages.
1723
1724 2003-03-22 [paul]       0.8.11claws38
1725
1726         * src/common/smtp.c
1727                 fix ESMTP AUTH CRAM-MD5
1728                 [sync with main (still version 0.8.11cvs6), see
1729                  ChangeLog 2003-03-22]
1730
1731 2003-03-21 [colin]      0.8.11claws37
1732
1733         * src/send_message.c
1734                 Fix USE_SSL => USE_OPENSSL
1735
1736 2003-03-21 [colin]      0.8.11claws36
1737
1738         * src/folderview.c
1739                 Fix counts in drag and dropped subfolders
1740
1741 2003-03-21 [colin]      0.8.11claws35
1742
1743         * src/folder.c 
1744         * src/folderview.c
1745                 speed up a bit folder dnd
1746
1747 2003-03-20 [alfons]     0.8.11claws34
1748
1749         * src/main.c
1750         * src/toolbar.c
1751         * src/procmsg.c
1752                 don't send locked queue messages
1753                 (feature request "[ 705245 ] Locking message in outbox 
1754                  should prevent sending")
1755
1756 2003-03-20 [christoph]  0.8.11claws33
1757
1758         * src/folder.c
1759                 remove NEW and UNREAD flag in special folders when scanning
1760                 
1761         * src/common/smtp.c
1762                 fix ESMTP AUTH CRAM-MD5
1763
1764 2003-03-20 [paul]       0.8.11claws32
1765
1766         * src/prefs_account.c
1767                 Re-write 'Tunnel command to open connection' as
1768                 'Use command to communicate with server', and disable
1769                 it for all except IMAP accounts
1770
1771 2003-03-20 [paul]       0.8.11claws31
1772
1773         * sync with 0.8.11cvs6
1774                 see ChangeLog 2003-03-20
1775
1776 2003-03-19 [match]      0.8.11claws30
1777
1778         * src/addritem.[ch]
1779                 include documentation. minor refactoring.
1780         * src/addr_compl.[ch]
1781         * src/addrindex.[ch]
1782         * src/addresbook.[ch]
1783         * src/summaryview.c
1784                 re-enable address lookup (was disabled in
1785                 0.8.11claws20).
1786
1787 2003-03-19 [christoph]  0.8.11claws29
1788
1789         * src/procmsg.c
1790                 add temp flag handling, will make moving and copying
1791                 messages possible again
1792
1793         * src/folder.c
1794                 correct calulation of folder stats
1795
1796 2003-03-18 [match]      0.8.11claws28
1797
1798         * src/editgroup.h
1799                 remove case sensitive comparison (closes bug 80).
1800
1801 2003-03-18 [christoph]  0.8.11claws27
1802
1803         * src/imap.c
1804                 fix imap using a tunnel command
1805
1806         (closes bug 87)
1807
1808 2003-03-18 [christoph]  0.8.11claws26
1809
1810         * src/folder.[ch]
1811         * src/imap.c
1812         * src/procmsg.[ch]
1813                 rewrite flag handling for folders
1814
1815 2003-03-18 [christoph]  0.8.11claws25
1816
1817         * src/folder.c
1818         * src/procmsg.c
1819         * src/summaryview.c
1820                 unset NEW and UNREAD flags when message is ignored, to make
1821                 sure messages don't show up as unread on other IMAP clients,
1822                 because the IGNORE_THREAD flag can not be syncronized through
1823                 the IMAP folder
1824
1825 2003-03-17 [christoph]  0.8.11claws24
1826
1827         * src/imap.c
1828                 don't use recursion to fetch uids when the number of messages
1829                 does not match. Moved code into subfunction that is used
1830                 again when needed, to prevent an endless loop.
1831
1832 2003-03-17 [thorsten]   0.8.11claws23
1833
1834         * src/imageview.[ch]
1835                 export imageview_get_resized_size() (for plugins)
1836         * src/prefs_common.[ch]
1837                 added prefs_common_get() (for plugins)
1838
1839 2003-03-17 [christoph]  0.8.11claws22
1840
1841         * src/imap.c
1842                 o remove UID guessing from copy code
1843                 o support UIDPLUS extension for APPEND command
1844
1845 2003-03-17 [paul]       0.8.11claws21
1846
1847         * src/gtk/about.c
1848                 remove 'Compiled-plugins' section.
1849                 
1850         * src/plugins/dillo_viewer/dillo_viewer.c
1851                 slight change to description text
1852
1853 2003-03-16 [match]      0.8.11claws20
1854         * src/ldapserver.[ch]           ** NEW **
1855         * src/ldapctrl.[ch]             ** NEW **
1856         * src/ldapquery.[ch]            ** NEW **
1857         * src/ldaputil.[ch]             ** NEW **
1858         * src/addrcindex.[ch]           ** NEW **
1859         * src/addrquery.h               ** NEW **
1860         * src/addritem.[ch]
1861         * src/addrcache.[ch]
1862         * src/addrindex.[ch]
1863         * src/addr_compl.[ch]
1864         * src/addressbook.[ch]
1865         * src/addrbook.[ch]
1866         * src/editgroup.c
1867         * src/editaddress.c
1868         * src/editldap.c
1869         * src/editldap_basedn.c
1870         * src/vcard.c
1871         * src/jpilot.c
1872         * src/Makefile.am
1873                 included dynamic LDAP queries. improved address
1874                 completion.
1875
1876 2003-03-16 [paul]       0.8.11claws19
1877
1878         * tools/multiwebsearch.pl
1879                 fix a fatal typo
1880
1881 2003-03-16 [christoph]  0.8.11claws18
1882
1883         * src/mimeview.c
1884         * src/plugins/dillo_viewer/dillo_viewer.c
1885         * src/plugins/mathml_viewer/mathml_viewer.c
1886                 make unregistering of MimeViewerFactorys possible
1887
1888 2003-03-16 [alfons]     0.8.11claws17
1889
1890         * configure.ac
1891                 correct typo
1892
1893 2003-03-16 [melvin]     0.8.11claws16
1894
1895         * src/plugins/dillo_viewer.c
1896                 Fixed bug where it was not possible to view more than
1897                 one text/html attachment per message (bug discovered
1898                 by Christoph Hohmann).
1899
1900 2003-03-15 [melvin]     0.8.11claws15
1901
1902         * src/prefs_actions.c
1903                 Fixed compilation warnings.
1904
1905 2003-03-15 [melvin]     0.8.11claws14
1906
1907         * src/plugins/Makefile.am
1908         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1909         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1910         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1911                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1912                 newer (http://dillo.auriga.wearlab.de/).
1913
1914 2003-03-15 [christoph]  0.8.11claws13
1915
1916         * src/imap.c
1917                 don't query imap folder for attributes because we already
1918                 for them from imap_status
1919
1920         * src/mimeview.[ch]
1921                 add support for plugable MimeViewers (unloading Viewers
1922                 not yet complete)
1923
1924         * src/plugins/Makefile.am
1925         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1926         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1927         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1928                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1929                 widget from http://helm.cs.unibo.it/mml-widget/
1930
1931 2003-03-14 [christoph]  0.8.11claws12
1932
1933         * src/folder.[ch]
1934                 o error return code's should better be negative
1935                 o replace printf with debug_print
1936
1937         * src/imap.c
1938                 improve IMAP folder scan by checking UID-NEXT
1939
1940         * src/summaryview.c
1941                 remove check that are unnecessary in my opinion
1942
1943 2003-03-13 [christoph]  0.8.11claws11
1944
1945         * src/folder.[ch]
1946         * src/foldersel.c
1947         * src/folderview.c
1948         * src/imap.c
1949         * src/mbox_folder.c
1950         * src/mh.c
1951         * src/news.c
1952         * src/prefs_scoring.c
1953         * src/summaryview.c
1954                 use a common function to get a displayable name
1955                 for a FolderItem
1956
1957 2003-03-13 [paul]       0.8.11claws10
1958
1959         * tools/Makefile.am
1960           tools/README
1961           tools/multiwebsearch.conf     ** NEW FILE **
1962           tools/multiwebsearch.pl       ** NEW FILE **
1963                 add multiwebsearch Actions script
1964
1965 2003-03-13 [colin]      0.8.11claws9
1966
1967         * src/compose.c
1968                 Remove leading emtpy lines from quoted text
1969                 before quoting it
1970
1971 2003-03-13 [melvin]     0.8.11claws8
1972
1973         * src/prefs_actions.c
1974                 Fixed a memory leak
1975                 Code clean ups
1976                 Added Cancel and OK buttons
1977                 Corrected help text
1978
1979 2003-03-13 [christoph]  0.8.11claws7
1980
1981         * src/account.c
1982         * src/folder.[ch]
1983         * src/imap.c
1984         * src/mainwindow.c
1985         * src/mbox_folder.c
1986         * src/mh.c
1987         * src/news.c
1988         * src/setup.c
1989                 replace more folder type stuff with folder class stuff
1990
1991 2003-03-13 [melvin]     0.8.11claws6
1992
1993         * src/prefs_actions.c
1994                 Added new tokens:
1995                 %u: user provided argument
1996                 %h: user provided argument (hidden on input)
1997                 %s: current text selection in the message view 
1998
1999 2003-03-13 [paul]       0.8.11claws5
2000
2001         * sync with 0.8.11cvs5
2002                 see ChangeLog 2003-03-11, 2003-03-12
2003
2004 2003-03-12 [christoph]  0.8.11claws4
2005
2006         * src/folder.c
2007                 use folder class idstr when writing folderlist.xml
2008
2009         * src/folder.h
2010         * src/imap.c
2011         * src/news.c
2012                 replace folder type checks with folder class checks
2013
2014 2003-03-12 [christoph]  0.8.11claws3
2015
2016         * src/folder.[ch]
2017         * src/imap.[ch]
2018         * src/main.c
2019         * src/mbox_folder.[ch]
2020         * src/mh.[ch]
2021         * src/news.[ch]
2022                 o create a list of known folder classes in the folder system
2023                 o use folder class id strings for folder item identifiers
2024
2025 2003-03-12 [christoph]  0.8.11claws2
2026
2027         * src/imap.c
2028                 fix imap uid validity check
2029
2030 2003-03-12 [christoph]  0.8.11claws1
2031
2032         * src/account.c
2033         * src/folder.[ch]
2034         * src/foldersel.c
2035         * src/folderview.c
2036         * src/imap.c
2037         * src/mainwindow.c
2038         * src/mbox_folder.c
2039         * src/mh.c
2040         * src/news.c
2041         * src/prefs_scoring.c
2042         * src/procmsg.c
2043         * src/setup.c
2044         * src/summaryview.c
2045                 initial restructuring of folder system, seperating
2046                 folders and folder classes
2047
2048 2003-03-12 [paul]       0.8.11claws
2049
2050         0.8.11claws release
2051
2052 2003-03-12 [christoph]
2053
2054         * src/gtk/prefswindow.c
2055                 fix translation of "Page Index"
2056
2057 2003-03-12 [paul]       0.8.10claws110
2058
2059         a sync from 0.8.11cvs4 before the release
2060
2061         * src/common/utils.c
2062                 subject_compare_for_sort(): allow null strings (fixes
2063                 summary sorting).
2064
2065 2003-03-11 [paul]       0.8.10claws109
2066
2067         * po/es.po
2068                 update Spanish translation, submitted by
2069                 Ricardo Mones Lastra
2070
2071 2003-03-11 [melvin]     0.8.10claws108
2072
2073         * po/fr.po
2074                 Updated French translations
2075
2076 2003-03-11 [paul]       0.8.10claws107
2077
2078         * manual/en/Makefile.am
2079           manual/en/*.html
2080                 update English manual, add a new page
2081                 updated by Francois Barriere <fbarriere@atmel.fr>
2082                 
2083         * po/bg.po
2084           po/it.po
2085           po/sr.po
2086                 update Bulgarian, Italian, and Serbian translations
2087                 submitted by George Danchev, Alessandro Maestri, and
2088                 Urke MMI
2089
2090 2003-03-10 [paul]       0.8.10claws106
2091
2092         * src/gtk/about.c
2093           src/gtk/prefswindow.c
2094                 make some strings translatable
2095
2096 2003-03-10 [darko]      0.8.10claws105
2097
2098         * src/compose.c
2099                 code cleanup to make Hiro happy
2100
2101 2003-03-10 [paul]       0.8.10claws104
2102
2103         * sync with 0.8.11cvs2
2104                 see ChangeLog 2003-03-10
2105
2106 2003-03-09 [melvin]     0.8.10claws103
2107
2108         * src/textview.c
2109                 textview_set_font(): fix for message display in
2110                 UTF-8 locales (thanks to Sergey Vlasov).
2111                 (was unintentionnaly reverted in 0.8.6claws6)   
2112
2113 2003-03-08 [darko]      0.8.10claws102
2114
2115         * src/compose.c
2116                 fix infinite loop in wrapping as reported
2117                 by happycactus
2118                 obsoletes patch #696482
2119
2120 2003-03-08 [christoph]  0.8.10claws101
2121
2122         * src/imap.c
2123                 add workaround for IMAP servers that do not
2124                 support the "UID SEARCH UID" command
2125
2126 2003-03-07 [christoph]  0.8.10claws100
2127
2128         * src/plugins/spamassassin/spamassassin.[ch]
2129         * src/plugins/spamassassin/spamassassin_gtk.c
2130                 code cleanup
2131
2132 2003-03-07 [paul]       0.8.10claws99
2133
2134         * po/es.po
2135                 updated Spanish translation, submitted by
2136                 Ricardo Mones Lastra
2137
2138 2003-03-07 [christoph]  0.8.10claws98
2139
2140         * src/send.c
2141                 fix in 0.8.10claws94 was wrong
2142                 local delivery does not require escaping, remove escaping
2143                 code to make signatures of mails with "." lines valid
2144                 
2145                 NOTE: requires that sendmail is executed with "-i" option,
2146                       what is the default now, but has to be changed in all
2147                       exsiting accounts)
2148
2149 2003-03-07 [paul]       0.8.10claws97
2150
2151         * sync with 0.8.11 release
2152                 see ChangeLog 2003-03-07
2153
2154 2003-03-06 [paul]       0.8.10claws96
2155
2156         * src/compose.c
2157                 revert commit 0.8.10claws92
2158
2159 2003-03-06 [paul]       0.8.10claws95
2160
2161         * src/folderview.c
2162                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2163
2164         * src/gtkaspell.c
2165                 fix bug 74, 'Crash opening editor window with pseudo-color
2166                 display'
2167                 
2168         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2169
2170 2003-03-06 [christoph]  0.8.10claws94
2171
2172         * src/send.c
2173                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2174                 all lines starting with a period get an extra period
2175                 inserted
2176                 (found by Simon 'corecode' Schubert)
2177
2178 2003-03-06 [paul]       0.8.10claws93
2179
2180         * src/folderview.c
2181                 if configured font can't be loaded fall back to gtk
2182                 default. (with thanks to Christoph)
2183                 
2184                 closes long-standing bug 15 'Crashes on startup'
2185
2186 2003-03-06 [paul]       0.8.10claws92
2187
2188         * src/compose.c
2189                 freeze text before autosave and thaw afterwards
2190                 fixes bug 67 'autosave make re-rediting message crazy'
2191
2192 2003-03-06 [christoph]  0.8.10claws91
2193
2194         * src/compose.c
2195                 ignore address comment in dupe check for Cc-list
2196
2197         (closes reopened bug 47 Replying to message strips name part of
2198          e-mail addresses of Cc: lines)
2199
2200 2003-03-06 [paul]       0.8.10claws90
2201
2202         * src/Makefile.am
2203                 remove reference to gtkxtext.h as its no longer in
2204                 the repository
2205
2206 2003-03-06 [paul]       0.8.10claws89
2207
2208         * sync with 0.8.10cvs25
2209                 see ChangeLog 2003-03-06
2210
2211 2003-03-06 [oliver]     0.8.10claws88
2212         
2213         * src/messageview.c
2214                 remove include
2215
2216 2003-03-06 [oliver]     0.8.10claws87
2217         
2218         * src/folderview.c 
2219                 remove changes introduced inclaws74
2220         * src/messageview.c
2221                 another attempt to sanely delete and update
2222                 messages deleted in separate messageview
2223
2224 2003-03-05 [christoph]  0.8.10claws86
2225
2226         * src/summaryview.c
2227                 check if "From" matches any account's address if
2228                 addressbook completion of addresses is disabled too
2229
2230         (closes Bug 70 "Display recipient in from" doesn't check
2231          folder's default account)
2232
2233 2003-03-05 [christoph]  0.8.10claws85
2234
2235         * src/compose.c
2236         * src/common/utils.[ch]
2237                 don't strip address comments when building Cc lists
2238
2239         (closes Bug 47 Replying to message strips name part of e-mail addresses
2240          of Cc: lines)
2241
2242         * src/folder.c
2243                 fix return value of copy function
2244
2245 2003-03-05 [christoph]  0.8.10claws84
2246
2247         * src/imap.c
2248                 don't ask imap server for non rfc822 headers
2249
2250         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2251
2252         * src/imap.c
2253                 destroy session on socket error to allow reconnecting
2254
2255 2003-03-05 [christoph]  0.8.10claws83
2256
2257         * configure.ac
2258                 fix building with gnome when no prefix is set
2259
2260         (closes bug 66 Gnome directory is set to NONE)
2261
2262 2003-03-05 [paul]       0.8.10claws82
2263
2264         * sync with 0.8.10cvs23
2265                 see ChangeLog 2003-03-05
2266
2267 2003-03-04 [christoph]  0.8.10claws81
2268
2269         * src/folder.c
2270                 o fix moving and copying when folder returns 0 for new
2271                   message number
2272                 o remove some code for single message copy and move
2273                   operations and use functions for multiple messages
2274
2275         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2276
2277         * src/news.c
2278                 remove unused include
2279
2280 2003-03-04 [paul]       0.8.10claws80
2281
2282         * src/gtk/about.c
2283                 list 'Compiled plugins'
2284
2285 2003-03-03 [christoph]  0.8.10claws79
2286
2287         * src/news.[ch]
2288                 have to multiply the percentage of the current fetch with
2289                 the percentage that it has of the total fetch operation
2290                 for correct values
2291
2292 2003-03-03 [christoph]  0.8.10claws78
2293
2294         * src/news.c
2295                 fix calculation of expected lines for progress indicator
2296
2297 2003-03-03 [christoph]  0.8.10claws77
2298
2299         * src/summaryview.c
2300         * src/common/utils.c
2301                 fix segfault when opening the root news folder
2302
2303 2003-03-03 [christoph]  0.8.10claws76
2304
2305         * src/mainwindow.[ch]
2306         * src/common/Makefile.am
2307         * src/common/progressindicator.[ch]
2308                 add UI independent progress indicator handling
2309
2310         * src/news.[ch]
2311                 use new progress indicator for message info fetching
2312
2313         * src/common/hooks.h
2314                 code cleanup
2315
2316 2003-03-03 [oliver]     0.8.10claws75
2317
2318         * src/toolbar.c
2319         * src/compose.c
2320                 removed commented code
2321
2322 2003-03-03 [oliver]     0.8.10claws74
2323
2324         * src/toolbar.[ch]
2325                 cleanups and refactoring
2326         * src/compose.[ch]
2327                 compose_reply_mode reply & forwarding interface for
2328                 toolbar buttons
2329         * src/folderview.c
2330                 act on messages marked for deletion in folderview_selected
2331                 based on prefs_common.immediate_exec since a message might 
2332                 have been deleted by messageview in a folder we are changing 
2333                 to (does anybody understand what I'm on about ?)
2334
2335 2003-03-03 [oliver]     0.8.10claws73
2336         
2337         * src/messageview.[ch]
2338                 new functions
2339                 - messageview_delete: delete message shown in messagview
2340                 - messageview_update_view: update messageview to currently 
2341                   selected summaryview message
2342                 - add separate messageview to msgview_list in order to update 
2343                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2344         * src/summaryview.[ch]
2345                 summary_get_selection returns a list of selected msgs
2346                 in summaryview
2347         * src/mainwindow.c
2348                 toolbar reply refactoring
2349
2350 2003-03-03 [paul]       0.8.10claws72
2351
2352         * sync with 0.8.10cvs21
2353                 see ChangeLog 2003-03-03
2354
2355 2003-03-02 [christoph]  0.8.10claws71
2356
2357         * src/common/passcrypt.c
2358                 use POSIX includes
2359
2360 2003-03-02 [christoph]  0.8.10claws70
2361
2362         * configure.ac
2363         * src/prefs_account.c
2364         * src/prefs_gtk.[ch]
2365         * src/common/.cvsignore
2366         * src/common/Makefile.am
2367         * src/common/passcrypt.c                ** NEW **
2368         * src/common/passcrypt.h.in             ** NEW **
2369                 Implement password encryption in config files
2370                 using unix encrypt and setkey functions. The crypt
2371                 key can be set as a configure parameter. Old
2372                 passwords will be converted if they do not begin
2373                 with '!'
2374
2375 2003-03-02 [paul]       0.8.10claws69
2376
2377         * src/prefs_account.c
2378                 fix compile error
2379
2380 2003-03-01 [thorsten]   0.8.10claws68
2381
2382         * po/el.po
2383           po/hr.po
2384           po/it.po
2385           po/nl.po
2386           po/sr.po
2387           po/sv.po
2388                 corrected format strings
2389         * po/en_GB.po
2390                 corrected headers
2391                 (fix compile errors with GNU gettext-0.11.5)
2392
2393 2003-03-01 [oliver]     0.8.10claws67
2394
2395         * src/summaryview.c
2396                 menu callbacks call toolbar_menu_reply
2397
2398 2003-03-01 [oliver]     0.8.10claws66
2399
2400         * src/mainwindow.c
2401         * src/messageview.c
2402                 menu callbacks call toolbar_menu_reply
2403         * src/toolbar.[ch]
2404                 callbacks from menu handled by toolbar_menu_reply
2405
2406 2003-03-01 [paul]       0.8.10claws65
2407
2408         * src/addressbook.c
2409                 revert commit 0.8.10claws54 - breaks editing of
2410                 addressbook.
2411                 
2412         * po/bg.po
2413                 update Bulgarian translation, submitted by
2414                 George Danchev
2415
2416 2003-02-28 [christoph]  0.8.10claws64
2417
2418         * src/account.c
2419         * src/addressadd.c
2420         * src/compose.c
2421         * src/gtkaspell.c
2422         * src/gtkxtext.h                ** REMOVE **
2423         * src/imap.c
2424         * src/matcher.[ch]
2425         * src/mh.c
2426         * src/news.c
2427         * src/pine.c
2428         * src/prefs_common.c
2429         * src/prefs_matcher.c
2430         * src/procheader.[ch]
2431         * src/procmsg.[ch]
2432         * src/toolbar.c
2433         * src/common/ssl_certificate.c
2434         * src/gtk/colorlabel.c
2435         * src/gtk/menu.c
2436                 o fix warnings
2437                 o remove code obsoleted by new cache and folder system rework
2438
2439 2003-02-28 [oliver]     0.8.10claws63
2440         
2441         * src/toolbar.[ch]
2442                 * fix bug where reply in Messageview replied to 
2443                 Message displayed in summaryview
2444                 (reportedd via ML by chinatinte at gmx dot ch)
2445                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2446                 didn't work in separate MessageView Toolbar
2447                 (wondering if anybody uses this at all ?)
2448         * src/summaryview.[ch]
2449                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2450                 (generalize reply and forward code);
2451         * src/messageview.c 
2452                 remove focus_in event which updated summaryview to messageview
2453
2454 2003-02-28 [paul]       0.8.10claws62
2455
2456         * po/Makefile.in.in
2457                 add the --check option
2458                 Patch submitted by Ricardo Mones Lastra
2459
2460 2003-02-28 [paul]       0.8.10claws61
2461
2462         * src/prefs_account.c
2463                 re-order 'Signature' items
2464
2465 2003-02-28 [paul]       0.8.10claws60
2466
2467         * sync with 0.8.10cvs20
2468                 see ChangeLog 2003-02-28
2469
2470 2003-02-28 [paul]       0.8.10claws59
2471
2472         * po/POTFILES.in
2473                 update to reflect recent movement of files
2474
2475 2003-02-28 [paul]       0.8.10claws58
2476
2477         * sync with 0.8.10cvs19
2478                 see ChangeLog 2003-02-28
2479
2480 2003-02-27 [martin]     0.8.10claws57
2481
2482         * src/prefs_matcher.c 
2483                 fix segfault in prefs_matcher_ok() when the
2484                 last entry is deleted and prevents that the
2485                 message "entry not saved" comes up after deleting
2486                 an entry
2487
2488 2003-02-27 [martin]     0.8.10claws56
2489
2490         * src/prefs_filtering.c 
2491                 fix segfault in prefs_filtering_ok() when the
2492                 last entry is deleted and prevents that the
2493                 message "entry not saved" comes up after deleting
2494                 an entry
2495
2496 2003-02-27 [paul]       0.8.10claws55
2497
2498         * sync with 0.8.10cvs18
2499                 see ChangeLog 2003-02-27
2500
2501 2003-02-27 [paul]       0.8.10claws54
2502
2503         * src/addressbook.c
2504                 fix bug where the address book crashes with 
2505                 multiple lookups.
2506                 Patch [687729] submitted by David Frager 
2507                 <dbfrager@users.sourceforge.net>
2508
2509 2003-02-25 [christoph]  0.8.10claws53
2510
2511         * src/Makefile.am
2512         * src/colorlabel.[ch]           ** REMOVE **
2513         * src/gtk/Makefile.am
2514         * src/gtk/colorlabel.[ch]       ** NEW **
2515                 move colorlabel files to gtk directory
2516
2517         * src/esmtp.[ch]                ** REMOVE **
2518                 has been merged into smtp.[ch] in 0.7.5
2519
2520 2003-02-25 [christoph]  0.8.10claws52
2521
2522         * src/Makefile.am
2523         * src/about.[ch]                ** REMOVE **
2524         * src/gtk/Makefile.am
2525         * src/gtk/about.[ch]            ** NEW **
2526                 move about files to gtk directory
2527
2528 2003-02-25 [christoph]  0.8.10claws51
2529
2530         * src/folder.c
2531                 some code optimization of folder scanning code
2532
2533         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2534
2535 2003-02-25 [christoph]  0.8.10claws50
2536
2537         * src/main.c
2538         * src/common/sylpheed.c
2539                 add command line parameter parsing to common code
2540
2541 2003-02-24 [christoph]
2542
2543         * Makefile.am
2544         * configure.ac
2545                 fix gnome prefix problems, the configure script now removed
2546                 `gnome-config --prefix` from `gnome-config --datadir`
2547                 and adds $(prefix} instead
2548
2549         (closes Bug 24 Makefile does not respect prefix when installing
2550          GNOME data)
2551
2552 2003-02-24 [christoph]  0.8.10claws49
2553
2554         * src/news.c
2555                 check for valid session before trying to authenticate
2556
2557         (closes Bug 60 crash if "authenticate on logon" is activated
2558          and newsserver-hostname is not valid)
2559
2560 2003-02-24 [melvin]     0.8.10claws48
2561
2562         * src/prefs_actions.c
2563                 Make sure all user's input is sent to the action and then
2564                 close the socket..
2565
2566 2003-02-23 [alfons]     0.8.10claws46
2567
2568         * src/summaryview.c
2569                 also wait cursor when deleting files
2570
2571 2003-02-23 [paul]
2572
2573         * tools/freshmeat_search.pl
2574           tools/google_search.pl
2575                 scripts should now work for any browser/browser command line
2576
2577 2003-02-22 [christoph]  0.8.10claws45
2578
2579         * src/procmsg.c
2580                 fix IMAP flag setting, IMAP flag is not handled correctly
2581                 anymore by the folder system and information about the
2582                 folder should not be saved in the MsgInfo (in my opinion)
2583
2584         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2585
2586 2003-02-22 [christoph]  0.8.10claws44
2587
2588         * src/summaryview.c
2589                 fix spelling of "label" ;-)
2590
2591 2003-02-22 [thorsten]   0.8.10claws43
2592
2593         * src/mimeview.c
2594           src/prefs_common.[ch]
2595           src/procmime.[ch]
2596                 do not use description as attachment name
2597
2598 2003-02-22 [alfons]     0.8.10claws42
2599
2600         * src/summaryview.c
2601                 freeze/thaw folder item updates when changing color labels,
2602                 and put a wait cursors on
2603
2604 2003-02-22 [thorsten]   0.8.10claws41
2605
2606         * src/mimeview.c
2607                 save-all fixes: crash if invoked on multipart container,
2608                 mimeinfo access, pathseparators, error dialog
2609
2610 2003-02-21 [alfons]     0.8.10claws40
2611
2612         * src/prefs_gtk.c
2613                 remove unused var
2614
2615 2003-02-21 [colin]      0.8.10claws39
2616
2617         * src/send.c
2618                 Fix smtp logging
2619
2620 2003-02-21 [colin]      0.8.10claws38
2621
2622         * src/summaryview.c
2623                 Freeze/thaw folderItem updates when filtering messages 
2624                 via Tools/Filter messages
2625
2626 2003-02-21 [paul]       0.8.10claws37
2627
2628         * src/compose.c
2629                 revert commit 0.8.10claws26, there are ulterior motives
2630                 for users to set a Reply-To header when posting to
2631                 newsgroups
2632
2633 2003-02-21 [paul]       0.8.10claws36
2634
2635         * sync with 0.8.10cvs17
2636                 see ChangeLog 2003-02-21
2637
2638 2003-02-20 [christoph]  0.8.10claws35
2639
2640         * src/imap.c
2641                 IMAP UID fetch speedup using SEARCH
2642
2643         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2644
2645         * src/imap.c
2646                 fix problem with UIDs in IMAP UID cache that no longer existed
2647
2648 2003-02-20 [christoph]  0.8.10claws34
2649
2650         * src/imap.c
2651         * src/procheader.c
2652         * src/procheader.h
2653                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2654
2655         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2656
2657         * src/imap.c
2658                 Rewrite imap_cmd_gen_recv use sock_getline instead
2659                 of sock_gets to avoid problems with too long reply
2660                 lines
2661     
2662 2003-02-20 [colin]      0.8.10claws33
2663         
2664         * src/prefs_account.c
2665                 Better wording
2666
2667 2003-02-20 [colin]      0.8.10claws32
2668
2669         * src/compose.c
2670                 Remove useless '&& !to_sender' 
2671
2672 2003-02-20 [darko]
2673
2674         * AUTHORS
2675                 change my e-mail address
2676
2677 2003-02-19 [colin]      0.8.10claws31
2678
2679         * src/prefs_common.c
2680                 X11 style colors for every configurable color
2681
2682 2003-02-19 [alfons]     0.8.10claws30
2683
2684         * src/prefs_gtk.[ch]
2685         * src/prefs_common.c
2686                 for color_new accept both plain integers and X11 style color
2687                 names (as found in /usr/lib/X11/rgb.txt)
2688
2689 2003-02-19 [paul]       0.8.10claws29
2690
2691         * src/mainwindow.c
2692                 add tooltips to online/offline button and account selector
2693                 button
2694
2695 2003-02-19 [paul]       0.8.10claws28
2696
2697         * src/folder.c
2698           src/news.c
2699           src/prefs_account.[ch]
2700           src/prefs_common.[ch]
2701                 move 'Maximum number of articles to download' to
2702                 account prefs.
2703                 clean up account prefs gui a little by hiding entries
2704                 rather then greying out entries
2705
2706 2003-02-19 [hiro]       0.8.10claws27
2707
2708         * src/common/utils.c
2709                 fix bug #54 'yesterdays date is displayed in the message 
2710                 summary window'
2711
2712 2003-02-19 [paul]       0.8.10claws26
2713
2714         * src/compose.c
2715                 fix bug reported in Feature Request [688596] 
2716                 'Reply-to header in news'
2717
2718 2003-02-18 [paul]       0.8.10claws25
2719
2720         * src/select-keys.c
2721                 add a 'List all keys' button to key selection dialog
2722
2723 2003-02-18 [colin]      0.8.10claws24
2724         
2725         * src/stock_pixmap.c
2726                 fix compile error
2727
2728 2003-02-18 [colin]      0.8.10claws23
2729
2730         * src/common/smtp.[ch]
2731           src/prefs_account.c
2732                 Try to starttls if it seems to be the only
2733                 way to authenticate a user
2734
2735 2003-02-18 [paul]       0.8.10claws22
2736
2737         * src/Makefile.am
2738           src/folderview.c
2739           src/stock_pixmap.[ch]
2740           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2741           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2742                 as a Drafts folder is a special folder allow it to have
2743                 its own unique icons
2744
2745 2003-02-18 [colin]      0.8.10claws21
2746
2747         * src/imap.c
2748                 Fix port selection when using starttls
2749
2750 2003-02-18 [paul]       0.8.10claws20
2751
2752         * src/mainwindow.c
2753           src/prefs_common.[ch]
2754                 make blue the default new mail colour
2755
2756 2003-02-18 [paul]       0.8.10claws19
2757
2758         * sync with 0.8.10cvs14
2759                 see ChangeLog 2003-02-18
2760
2761 2003-02-17 [jens]       0.8.10claws18
2762
2763         * src/common/md5.c
2764                 fixed a compile problem with gcc 3.3
2765                 works on 2.95.3 too (testet on PPC as it is big endian)
2766
2767 2003-02-17 [paul]       0.8.10claws17
2768
2769         * sync with 0.8.10cvs13
2770                 see ChangeLog 2003-02-17
2771
2772 2003-02-17 [paul]       0.8.10claws16
2773
2774         * sync with 0.8.10cvs12
2775                 see ChangeLog 2003-02-17
2776
2777 2003-02-16 [match]      0.8.10claws15
2778
2779         * src/addressbook.c
2780                 Eliminates reloading of address data when items
2781                 deleted or added. Applied submitted by
2782                 Luke Plant <lukeplant@softhome.net>
2783
2784 2003-02-16 [paul]       0.8.10claws14
2785
2786         * src/news.c
2787                 when a 'protocol error' is encountered disconnect from
2788                 the server. This means that the user can carry on viewing
2789                 other articles and doesn't have to either wait until the
2790                 server timesout or quit sylpheed.
2791                 Fixes bug #53 'Unable to read messages in newsgroups, 
2792                 displayed message doesn't change'
2793
2794 2003-02-15 [christoph]  0.8.10claws13
2795
2796         * src/imap.c
2797                 fix bug that stopped scanning of folders when an
2798                 IMAP folder was empty
2799
2800         (closes bug 46 stop scan messages in folders after empty folder)
2801
2802 2003-02-15 [paul]
2803
2804         * tools/Makefile.am
2805           tools/README
2806           tools/freshmeat_search.pl     ** NEW FILE **
2807           tools/google_search.pl        ** NEW FILE **
2808                 Add 2 Actions scripts which search freshmeat/google
2809                 for the selected text using the browser configured
2810                 in sylpheedrc.
2811                 
2812         Note: These scripts are very dependent on the format of the
2813         browser command and may not work on every occasion. Testing
2814         is welcome. 
2815
2816 2003-02-14 [alfons]     0.8.10claws12
2817
2818         * src/compose.c
2819                 fix breakage because of uninitialized account pointer.
2820                 please verify.
2821
2822 2003-02-14 [paul]       0.8.10claws11
2823
2824         * src/compose.c
2825           src/prefs_account.[ch]
2826           src/prefs_common.[ch]
2827                 move signature settings to Account Prefs
2828
2829 2003-02-14 [paul]       0.8.10claws10
2830
2831         * sync with 0.8.10cvs11
2832                 see ChangeLog 2003-02-14
2833
2834 2003-02-13 [thorsten]   0.8.10claws9
2835
2836         * src/news.c
2837                 revert news progressbar (GUI separation)
2838
2839 2003-02-13 [paul]       0.8.10claws8
2840
2841         * src/compose.c
2842                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2843                 paragraph 1
2844
2845 2003-02-13 [paul]       0.8.10claws7
2846
2847         * src/compose.[ch]
2848           src/summaryview.c
2849                 fix 'Follow-up and Reply-to' so that it creates a reply to
2850                 the newsgroup and the sender. If the message has the keyword
2851                 'poster' in the Followup-To header, all replies go to the
2852                 sender, re: RFC 1036, Section 2.2.3
2853                 rename all instances of 'ignore_replyto' to 'to_sender', both
2854                 were previously used, now we use just one.
2855
2856 2003-02-13 [paul]       0.8.10claws6
2857
2858         * sync with 0.8.10cvs9
2859                 see ChangeLog 2003-02-13
2860
2861 2003-02-13 [paul]       0.8.10claws5
2862
2863         * configure.ac
2864                 show which plugins are configured in the configure
2865                 output.
2866
2867 2003-02-12 [thorsten]   0.8.10claws4
2868
2869         * src/news.c
2870                 show progress while fetching news headers
2871
2872 2003-02-12 [christoph]  0.8.10claws3
2873
2874         * configure.ac
2875         * src/plugins/Makefile.am
2876                 use AM_CONDITIONAL to enable plugins, automake correctly
2877                 manages this when creating distdir
2878
2879 2003-02-12 [christoph]  0.8.10claws2
2880
2881         * ac/spamassassin.m4
2882         * src/plugins/spamassassin/Makefile.am
2883                 fix building SpamAssassin plugin without OpenSSL
2884
2885 2003-02-12 [paul]       0.8.10claws1
2886
2887         * ac/Makefile.am
2888           src/Makefile.am
2889           src/plugins/Makefile.am
2890                 fix failure of 'make release'
2891
2892 2003-02-12 [paul]       0.8.10claws
2893
2894         * 0.8.10claws released
2895
2896 2003-02-12 [paul]       0.8.9claws56
2897
2898         * po/bg.po
2899           po/es.po
2900           po/it.po
2901           po/ru.po
2902           po/sr.po
2903                 updated translations by George Danchev, Ricardo Mones Lastra,
2904                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2905                 
2906         * sylpheed.spec.in
2907                 Allow the building of RPMs by a regular user. Submitted
2908                 by Sergei Astanin
2909
2910 2003-02-11 [alfons]     0.8.9claws55
2911
2912         * src/colorlabel.c
2913                 don't use pixmaps for label color rect but draw rectangles
2914                 so we can respect the color map of palette based visuals
2915                 (fixes the long time crashes on Suns - thanks to Andreas
2916                 Engel and Steve O'Hara-Smith for testing)
2917
2918 2003-02-11 [christoph]  0.8.9claws54
2919
2920         * src/matcher_parser_parse.y
2921                 correct bug where filering rules of not existing folders in
2922                 matcherrc were added to global filtering
2923                 
2924         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2925          main filter-rules after removing directory, http://bugs.debian.org/180253)
2926         
2927 2003-02-11 [paul]       0.8.9claws53
2928
2929         * sync with 0.8.10cvs7
2930                 see ChangeLog 2003-02-09
2931
2932 2003-02-11 [melvin]     0.8.9claws52
2933
2934         * po/fr.po
2935                 Updated French tranlsations
2936
2937 2003-02-10 [paul]       0.8.9claws51
2938
2939         * sylpheed.spec.in
2940                 correct --enable-openssl
2941                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2942
2943 2003-02-09 [martin]     0.8.9claws50
2944
2945         * src/prefs_matcher.c
2946                 fix segfault in prefs_matcher_substitute_cb() when
2947                 no row is selected
2948
2949 2003-02-09 [paul]       0.8.9claws49
2950
2951         * src/folderview.c
2952                 fix bug where a newsgroup folder's processing rules were
2953                 merged with the global filtering rules when the newsgroup
2954                 folder was deleted, causing some seriously bad results,
2955                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2956
2957 2003-02-08 [melvin]     0.8.9claws48
2958
2959         * src/compose.c
2960                 Corrected and modified an alert message.
2961
2962 2003-02-07 [paul]       0.8.9claws47
2963
2964         * src/folderview.c
2965                 fix bug where both an 'Account properties' window and a
2966                 'Folder properties' window were opened when clicking on
2967                 'Properties' in an NNTP or IMAP folder's popup menu.
2968
2969 2003-02-07 [paul]       0.8.9claws46
2970
2971         * sync with 0.8.10cvs6
2972                 see ChangeLog 2003-02-06
2973
2974 2003-02-06 [christoph]  0.8.9claws45
2975
2976         * src/mbox.c
2977                 freeze folder updates while importing mbox files
2978                 (closes bug 43 importing mbox took hours)
2979                 
2980         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2981
2982 2003-02-06 [thorsten]   0.8.9claws44
2983
2984         * po/de.po
2985                 Updated german translations
2986
2987 2003-02-06 [thorsten]   0.8.9claws43
2988
2989         * src/news.h
2990                 use guint for message numbers (fix count in grouplist dialog)
2991
2992 2003-02-05 [paul]       0.8.9claws42
2993
2994         * sync with 0.8.10cvs2
2995                 see ChangeLog 2003-02-05
2996
2997 2003-02-04 [colin]      0.8.9claws41
2998
2999         * src/prefs_common.[ch]
3000           src/procmsg.c
3001           src/summaryview.c
3002                 Add an option to disable threading by subject
3003
3004 2003-02-04 [christoph]  0.8.9claws40
3005
3006         * src/inc.c
3007                 only abort fetching mails from multiple accounts when the
3008                 error is fatal and does not allow to check any more accounts
3009                 (currently only disk full error)
3010
3011         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3012          receive mails for other accouts)
3013
3014 2003-02-04 [christoph]  0.8.9claws39
3015
3016         * src/folder.c
3017                 first add the new message to the cache, then
3018                 send the update notification
3019
3020         (closes bug 39 after sending message folderview doesnt get updated)
3021
3022 2003-02-04 [colin]      0.8.9claws38
3023
3024         * src/inc.c
3025                 _really_ fix this Connecting... status
3026
3027 2003-02-04 [paul]       0.8.9claws37
3028
3029         * sync with 0.8.10
3030                 see ChangeLog 2003-02-04
3031
3032 2003-02-04 [paul]       0.8.9claws36
3033
3034         * sync with 0.8.9cvs6
3035                 see ChangeLog 2003-02-03
3036
3037 2003-02-04 [paul]       0.8.9claws35
3038
3039         * po/pt_BR.po
3040                 updated by André Filipe de Assunção e Brito 
3041                 <bedecko@netsite.com.br>
3042
3043 2003-02-03 [thorsten]   0.8.9claws34
3044
3045         * po/de.po
3046                 Updated german translations
3047
3048 2003-02-02 [paul]       0.8.9claws33
3049
3050         * po/es.po
3051                 updated by Ricardo Mones Lastra
3052
3053 2003-02-02 [thorsten]   0.8.9claws32
3054
3055         * src/mh.c
3056                 Fix mh_get_msginfo() segfault if file is inaccessible
3057
3058 2003-01-31 [colin]      0.8.9claws31
3059
3060         * src/procheader.c
3061                 Fix last commit's bug
3062
3063 2003-01-31 [colin]      0.8.9claws30
3064
3065         * src/procheader.c
3066                 Missing a change for gpg-signed messages
3067
3068 2003-01-31 [paul]       0.8.9claws29
3069
3070         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3071           src/procheader.c
3072           src/stock_pixmap.[ch]
3073           src/summaryview.c
3074                 indicate GnuPG signed messages by displaying an icon
3075                 in the Attachment column.
3076
3077 2003-01-31 [paul]       0.8.9claws28
3078
3079         * sync with 0.8.9cvs4
3080                 see ChangeLog 2003-01-31
3081
3082 2003-01-31 [alfons]     0.8.9claws27
3083
3084         * src/textview.c
3085                 tune URI parser to accept mailto URLs with a '?'
3086                 (patch from Ruslan Balkin)
3087
3088 2003-01-31 [colin]      0.8.9claws26
3089
3090         * src/summaryview.c
3091                 Fix a leak introduced in claws24
3092
3093 2003-01-31 [colin]      0.8.9claws25
3094
3095         * src/summaryview.c
3096                 Freeze/Thaw folder updates when deleting dups
3097
3098 2003-01-31 [colin]      0.8.9claws24
3099         
3100         * src/addr_compl.c
3101           src/summaryview.c
3102           src/msgcache.c
3103                 little speed improvements
3104
3105 2003-01-31 [colin]      0.8.9claws23
3106
3107         * src/summaryview.c
3108                 Fix segfault when forwarding nothing
3109                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3110                 
3111 2003-01-30 [paul]       0.8.9claws22
3112
3113         * sync with 0.8.9cvs3
3114                 see ChangeLog 2003-01-30
3115
3116 2003-01-30 [paul]       0.8.9claws21
3117
3118         * sync with 0.8.9cvs2
3119                 see ChangeLog 2003-01-30
3120
3121 2003-01-29 [paul]       0.8.9claws20
3122
3123         * sync with 0.8.9cvs1
3124                 see ChangeLog 2003-01-29
3125
3126 2003-01-28 [paul]       0.8.9claws19
3127
3128         * po/POTFILES.in
3129                 update to reflect changes. 
3130                 thanks to Ricardo Mones Lastra
3131
3132 2003-01-27 [christoph]  0.8.9claws18
3133
3134         * ac/openssl.m4
3135         * ac/spamassassin.m4
3136         * src/plugins/spamassassin/README
3137         * src/plugins/spamassassin/libspamc.[ch]
3138         * src/plugins/spamassassin/utils.[ch]
3139                 updated to latest libspamc
3140
3141 2003-01-27 [christoph]  0.8.9claws17
3142
3143         * src/folder.c
3144                 fix wrong use of procheader_get_header_fields
3145
3146 2003-01-27 [christoph]  0.8.9claws16
3147
3148         * src/news.c
3149         * src/prefs_account.[ch]
3150         * src/common/nntp.[ch]
3151                 allow to force authentication for NNTP servers
3152
3153         Patch submitted by Florian Mickler <dmk@d-labs.de>
3154
3155 2003-01-26 [paul]       0.8.9claws15
3156
3157         * src/summaryview.c
3158                 speed up of marking messages as read
3159                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3160
3161 2003-01-26 [christoph]  0.8.9claws14
3162
3163         * src/Makefile.am
3164         * src/mgutils.[ch]              ** REMOVE **
3165         * src/xml.[ch]                  ** REMOVE **
3166         * src/xmlprops.[ch]             ** REMOVE **
3167         * src/common/Makefile.am
3168         * src/common/mgutils.[ch]       ** NEW **
3169         * src/common/xml.[ch]           ** NEW **
3170         * src/common/xmlprops.[ch]      ** NEW **
3171                 move xml files to common directory
3172
3173 2003-01-26 [christoph]  0.8.9claws13
3174
3175         * src/plugins/spamassassin/spamassassin_gtk.c
3176                 only set gtk entry text if string is available
3177
3178 2003-01-26 [melvin]     0.8.9claws12
3179
3180         * src/description_window.c
3181                 Allow resizing of the window
3182                 Allow automatic horizontal scroll bar
3183                 Do not vertically expand and fill
3184
3185 2003-01-26 [christoph]  0.8.9claws11
3186
3187         * src/Makefile.am
3188         * src/gtkutils.[ch]             ** REMOVE **
3189         * src/common/sylpheed.c
3190         * src/gtk/Makefile.am
3191         * src/gtk/description_window.c
3192         * src/gtk/gtkutils.[ch]         ** NEW **
3193         * src/gtk/prefswindow.c
3194                 move gtkutils to gtk directory
3195
3196 2003-01-26 [paul]       0.8.9claws10
3197
3198         * src/summaryview.c
3199                 rename summary_unread_clicked() to summary_status_clicked()
3200
3201 2003-01-26 [melvin]     0.8.9claws9
3202
3203         * src/prefs_actions.c
3204                 Cosmetical changes to the help text
3205
3206 2003-01-26 [paul]       0.8.9claws8
3207
3208         * src/folder.[ch]
3209           src/mainwindow.c
3210           src/prefs_common.c
3211           src/prefs_sumamry_column.c
3212           summaryview.[ch]
3213                 rename the 'Unread' column to 'Status'
3214
3215 2003-01-25 [match]      0.8.9claws7
3216
3217         * src/mgutils.[ch]
3218                 removed reference to LDAP constants. removed error2string.
3219                 included functions to support LDAP dynamic queries.
3220         * src/syldap.h
3221                 moved LDAP constants here.
3222         * src/addressbook.c
3223         * src/addrindex.c
3224         * src/importldif.c
3225                 removed references to LDAP constants and references to
3226                 error2string.
3227
3228 2003-01-25 [paul]       0.8.9claws6
3229
3230         * src/summaryview.c
3231                 summary_thread_build(), summary_thread_init(): remove 
3232                 unneeded reference to summaryview->folder_item
3233
3234 2003-01-25 [christoph]  0.8.9claws5
3235
3236         * src/gtk/description_window.c
3237                 o allow description texts to expand over multiple columns
3238                 o translate all columns
3239         * src/prefs_actions.c
3240                 change syntax description to use new multi column feature
3241
3242         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3243
3244 2003-01-25 [match]      0.8.9claws4
3245
3246         * src/vcard.c
3247                 fixed bug with Quoted-Printable
3248
3249 2003-01-25 [paul]       0.8.9claws3
3250
3251         * src/folder.[ch]
3252           src/summaryview.[ch]
3253                 implement per-folder collapsed/expanded threads setting
3254                 
3255         * src/prefs_common.c
3256                 remove global collapsed/expanded threads option
3257
3258 2003-01-25 [christoph]  0.8.9claws2
3259
3260         * po/POTFILES.in
3261                 add pluginwindow and prefswindow
3262         * src/compose.c
3263                 make send respond correctly to messages that could be added
3264                 to the queue folder, but the UID of the message is unknown
3265         * src/folder.c
3266         * src/imap.c
3267                 don't return guessed UIDs in imap_add_msg anymore. We return
3268                 0 to tell the folder system it was appened but the UID is
3269                 unknown. Folder system now get's the UID by scaning the folder
3270                 and searching the cache for the Message-ID
3271                 (closes bug #29 Messages queued, but not sent)
3272
3273 2003-01-25 [paul]       0.8.9claws1
3274
3275         * src/codeconv.c
3276                 conv_encode_header():  fix bug when long headers with 8-bit
3277                 characters are used, so that the encoded words are wrapped.
3278                 If the space in the original text falls on the wrap boundary,
3279                 it can be lost.
3280                 Patch by Sergey Vlasov.
3281                 
3282         * src/folderview.c
3283                  fix bug where a change to the sorting method or thread view
3284                  of a folder's messages is lost if simpify-subject is set and
3285                  toggled on or off.
3286                  Patch by Luke Plant.
3287
3288 2003-01-24 [paul]       0.8.9claws
3289
3290         * sylpheed-0.8.9claws released
3291         
3292         * Makefile.am
3293           sylpheed.spec.in
3294                 remove reference to 'INSTALL.jp'
3295
3296 2003-01-23 [paul]       0.8.8claws128
3297
3298         * po/es.po
3299           po/it.po
3300           po/ru.po
3301           po/sr.po
3302                 updated translations. submitted by Ricardo Mones Lastra,
3303                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3304
3305 2003-01-23 [colin]      0.8.8claws127
3306
3307         * src/compose.c
3308                 Fix drafted and queued news articles re-edition
3309
3310 2003-01-23 [melvin]     0.8.8claws126
3311
3312         * po/fr.po
3313                 Updated French translations
3314
3315 2003-01-23 [colin]      0.8.8claws125
3316
3317         * src/inc.c
3318                 Fix "Connecting to..." status message
3319
3320 2003-01-22 [paul]       0.8.8claws124
3321
3322         * po/bg.po
3323                 updated by George Danchev
3324                 
3325         * src/folder.c
3326                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3327                 and folder deletion
3328
3329 2003-01-21 [paul]       0.8.8claws123
3330
3331         * po/bg.po
3332                 updated by George Danchev
3333                 
3334         * src/about.c
3335                 its now 2003
3336                 
3337         * src/toolbar.c
3338                 don't translate 'Separator'
3339                 
3340         * src/plugins/spamassassin/Makefile.am
3341                 add aspell to CPPFLAGS
3342                 
3343         * src/plugins/spamassassin/spamassassin.c
3344           src/plugins/spamassassin/spamassassin_gtk.c
3345                 set correct default for spamassassin_receive_spam
3346                 slightly re-word descriptions and some
3347                 other minor changes
3348
3349 2003-01-19 [alfons]     0.8.8claws122
3350                 
3351         * src/mimeview.c
3352                 mimeview_save_as(): we might as well show the file name for
3353                 the single case "Save As" too
3354
3355 2003-01-19 [alfons]     0.8.8claws121
3356
3357         * src/crash.c
3358                 change bug tracker URL to bugzilla URL
3359
3360 2003-01-19 [alfons]     0.8.8claws120
3361
3362         * src/mimeview.c
3363                 mimeview_save_all(): display name of file before overwriting;
3364                 continue saving all, even when one overwrite was cancelled
3365
3366 2003-01-19 [christoph]  0.8.8claws119
3367
3368         * src/summaryview.c
3369         * src/procmsg.[ch]
3370                 fix wrong usage of procmsg_find_children in summaryview
3371                 by using procmsg_update_unread_children instead of
3372                 summaryview_update_unread_children
3373
3374 2003-01-19 [christoph]  0.8.8claws118
3375
3376         * src/procmsg.c
3377                 fix infinite loop in procmsg_find_children
3378                  (closes bug #25 sylpheed crashes on delete.)
3379
3380         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3381
3382 2003-01-19 [paul]       0.8.8claws117
3383
3384         * po/pt_BR.po
3385                 updated by Ivan Francolin Martinez
3386
3387 2003-01-18 [melvin]     0.8.8claws116
3388
3389         * src/prefs_actions.c
3390                 Removed syntax limitation of only one '&' at the end of command.
3391                         Now actions that contain '>/dev/null 2>&1' are possible.
3392
3393 2003-01-18 [melvin]     0.8.8claws115
3394
3395         * src/prefs_actions.c
3396                 Actions IO dialog: when the action ends
3397                 the "Close" button now has focus and [Escape] closes the
3398                 window.
3399
3400 2003-01-18 [christoph]  0.8.8claws114
3401
3402         * src/procmsg.c
3403                 o add debug output when MsgInfos are really freed
3404                 o free GSLists in procmsg_find_children and
3405                   procmsg_update_unread_children
3406
3407 2003-01-18 [christoph]  0.8.8claws113
3408
3409         * src/mainwindow.c
3410                 reorder Configuration menu
3411
3412 2003-01-18 [christoph]  0.8.8claws112
3413
3414         * src/compose.c
3415                 fix applying templates to forwarded messages
3416
3417         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3418
3419 2003-01-17 [christoph]  0.8.8claws111
3420
3421         * src/folder.c
3422                 destroy folder items, when a folder item is removed
3423
3424 2003-01-17 [christoph]  0.8.8claws110
3425
3426         * src/folder.c
3427                 fix wrong folder stats update when ignored message is
3428                 deleted
3429
3430 2003-01-17 [colin]      0.8.8claws109
3431         
3432         * src/mainwindow.c
3433         * src/summaryview.c
3434                 Quicksearch bugfixes: 
3435                 - hide help button at startup if not extended
3436                 - switch to extended when looking for replies
3437
3438 2003-01-17 [paul]
3439
3440         * sync with 0.8.9 release
3441
3442 2003-01-17 [paul]       0.8.8claws108
3443
3444         * sync with 0.8.8cvs11
3445                 see ChangeLog 2003-01-17
3446
3447 2003-01-16 [colin]      0.8.8claws107
3448
3449         * src/procmsg.c
3450                 Changed encryption test to re-ask passphrase
3451                 if an encrypted message hasn't been decrypted
3452                 Fixes bug #5
3453
3454 2003-01-16 [christoph]  0.8.8claws106
3455
3456         * src/prefs_gtk.c
3457         * src/prefs_toolbar.c
3458         * src/gtk/prefswindow.h
3459         * src/plugins/spamassassin/spamassassin_gtk.c
3460                 remove page destroy function that is not used anymore
3461
3462 2003-01-16 [paul]       0.8.8claws105
3463
3464         * sync with 0.8.8cvs9
3465                 see ChangeLog 2002-01-16
3466
3467 2003-01-16 [colin]      0.8.8claws104
3468
3469         * src/compose.[ch]
3470                 Fix bug with autosaved drafts for IMAP, when draft
3471                 folder is specified - fixes bugzilla bug #20
3472
3473 2003-01-15 [paul]       0.8.8claws103
3474
3475         * src/compose.[ch]
3476           src/procmsg.c
3477                 store folder and message-id of message forwarding
3478                 in queue header and set forward flag after sending
3479
3480 2003-01-15 [paul]       0.8.8claws102
3481
3482         * sync with 0.8.8cvs8
3483                 see ChangeLog 2002-01-15
3484
3485 2003-01-15 [colin]      0.8.8claws101
3486
3487         * src/Makefile.am
3488                 Fix linking with GNU libiconv
3489
3490 2003-01-15 [darko]      0.8.8claws100
3491
3492         * src/pine.c
3493                 fix crash when importing pine address book
3494                 entry with an empty name (reported by DY
3495                 <dybulk at tri8.net>)
3496
3497 2003-01-14 [paul]       0.8.8claws99
3498
3499         * configure.in  ** REMOVED **
3500           configure.ac  ** NEW FILE **
3501                 rename configure.in to configure.ac, as it is now
3502                 preferred
3503
3504 2003-01-14 [melvin]     0.8.8claws98
3505
3506         * src/folderview.c
3507                 folderview_check_new(): More precise function description
3508
3509 2003-01-14 [melvin]     0.8.8claws97
3510
3511         * src/folderview.c
3512                 folderview_check_new(): return the number of new messages 
3513                         since last check.
3514         * src/inc.c
3515                 inc_account_mail(): Disable counting of new messages for IMAP
3516                         and NNTP until bug [19] and [14] are fixed.
3517
3518 2003-01-14 [paul]       0.8.8claws96
3519
3520         * sync with 0.8.8cvs6
3521                 see ChangeLog 2003-01-14
3522
3523 2003-01-13 [alfons]     0.8.8claws95
3524
3525         * src/textview.c
3526                 tune email address validation (c. 0.8.8claws89): if . is 
3527                 just one char away from @, the address is invalid too 
3528                 (correctly rejects addresses like foo@.com)
3529
3530 2003-01-13 [paul]       0.8.8claws94
3531
3532         * src/messageview.c
3533           src/toolbar.c
3534                 fixes to the Message View toolbar and menu:
3535                 fix non-functioning Forward button
3536                 make Reply button consider default_reply_list
3537                 remove 'Follow-up...' menu entry
3538                 add 'Forward' and 'Redirect' menu entries
3539
3540 2003-01-13 [melvin]     0.8.8claws93
3541
3542         * src/inc.c
3543                 Fixed typo that could make new messages count incorrect.
3544
3545 2003-01-13 [melvin]     0.8.8claws92
3546
3547         * src/folderview.[ch]
3548                 folderview_check_new(): return the number of new messages.
3549         * src/inc.c
3550                 Should fix bug [14] where new mail notification worked 
3551                         incorrectly with IMAP accounts.
3552                 inc_spool_account(): return number of new msgs, or -1 on error
3553                 inc_all_spool(): return number of new msgs
3554                 
3555 2003-01-13 [melvin]     0.8.8claws91
3556
3557         * src/prefs_actions.c
3558                 Justify help text.
3559
3560 2003-01-12 [thorsten]   0.8.8claws90
3561
3562         * src/common/prefs.c
3563                 close file before rename
3564
3565 2003-01-12 [alfons]     0.8.8claws89
3566
3567         * AUTHORS
3568                 add Christian Mertes
3569         * src/common/utils.[ch]
3570                 g_stricase_hash(), g_stricase_equal(): functions for 
3571                 case insensitive hash tables
3572         * src/textview.c
3573                 use top level domain names to validate email address, based
3574                 on a patch by Christian Mertes (thanks!), but changed 
3575                 implementation to use a hash table 
3576
3577 2003-01-12 [paul]       0.8.8claws88
3578
3579         * po/bg.po
3580                 updated by George Danchev
3581
3582 2003-01-12 [alfons]     0.8.8claws87
3583
3584         * src/summaryview.c
3585                 delete / execute performance: use new style folder update
3586
3587 2003-01-12 [paul]       0.8.8claws86
3588
3589         * sync with 0.8.8cvs5
3590                 see ChangeLog 2003-01-13 (!)
3591
3592 2003-01-12 [alfons]     0.8.8claws85
3593
3594         * src/filtering.c
3595         * src/matcher_parser_parse.y
3596                 prepare change_score filtering action
3597         * src/matcher.[ch]
3598                 give up const-correctness on functions that call non-const-correct functions;
3599                 several casts to gpointer in g_free();
3600                 add change_score;
3601
3602 2003-01-12 [christoph]  0.8.8claws84
3603
3604         * src/compose.c
3605                 fix 2 warnings
3606
3607         * src/gtk/prefswindow.[ch]
3608         * src/plugins/spamassassin/spamassassin_gtk.c
3609                 changed the call of the widget create function
3610                 for PrefsPages, because sometimes the widget
3611                 create function needs a widget that already has
3612                 been attached to a window (to create GDK pixmaps
3613                 for exmaple). So we simply pass the GtkWindow as
3614                 the second parameter now.
3615
3616         * src/main.c
3617         * src/mainwindow.c
3618         * src/prefs_toolbar.[ch]
3619                 rewrite Toolbar Preferences using the new
3620                 prefs window
3621
3622 2003-01-11 [alfons]     0.8.8claws83
3623
3624         * src/addressadd.c
3625                 fix crash when adding sender to addressbook because status bar
3626                 isn't there (the status bar doesn't seem to be used though,
3627                 but I'll let Match decide what to do with it)
3628
3629 2003-01-11 [colin]      0.8.8claws82
3630
3631         * src/main.c
3632           src/toolbar.c
3633                 Two useless changes reversed
3634
3635 2003-01-11 [colin]      0.8.8claws81
3636
3637         * src/mainwindow.c
3638           src/mainwindow.h
3639                 Add mainwindow_get_mainwindow()
3640         * src/alertpanel.c
3641           src/alertpanel.h
3642                 Add alertpanel_error_log() 
3643         * src/compose.c
3644           src/inc.c
3645           src/messageview.c
3646           src/toolbar.c
3647           src/main.c
3648           src/procmsg.c
3649                 Network errors get a View Log button
3650
3651 2003-01-10 [alfons]     0.8.8claws80
3652
3653         * src/prefs_toolbar.c
3654         * src/toolbar.c
3655                 use the translatable string for "Separator" as file name for
3656                 separator toolbar items (probably make this uppercase?)
3657
3658 2003-01-10 [alfons]     0.8.8claws79
3659
3660         * src/prefs_toolbar.c
3661                 put right A_SEPARATOR description string in "displayed
3662                 toolbar items list" so manually added separators are
3663                 saved correctly (bug #10, "Adding a separator to the main 
3664                 toolbar fails, entry in xml file is wrong")
3665
3666 2003-01-10 [christoph]  0.8.8claws78
3667
3668         * src/imap.c
3669                 o fix warnings
3670                 o use CAPABILITY to check if NAMESPACE is available
3671
3672 2003-01-10 [christoph]  0.8.8claws77
3673
3674         * src/imap.[ch]
3675                 apply UIDPLUS IMAP extension support patch
3676
3677         Patch submitted by Simon 'corecode' Schubert
3678
3679 2003-01-10 [paul]       0.8.8claws76
3680
3681         * src/folderview.c
3682                 a sync from main which fixes the news account folders'
3683                 Properties bug
3684
3685 2003-01-10 [christoph]  0.8.8claws75
3686
3687         * src/folder.c
3688                 don't accept 0 as a valid uid returned by copy and move
3689                 functions. 0 means the message was copied or moved but the
3690                 new uid could not be fetched. It is not an error condition
3691                 for the copy or move operation.
3692
3693 2003-01-10 [paul]       0.8.8claws74
3694
3695         * src/prefs_filtering.c
3696                 change English used in Alert when entry is not
3697                 saved.
3698                 
3699         * sync with 0.8.8cvs4
3700                 see ChangeLog 2003-01-10
3701
3702 2003-01-10 [darko]      0.8.8claws73
3703
3704         * src/pine.c
3705                 fix crash when importing address book entry
3706                 without a valid address
3707
3708 2003-01-09 [alfons]     0.8.8claws72
3709
3710         * src/inc.c
3711                 filtering performance: use new style folder update
3712
3713 2003-01-09 [christoph]  0.8.8claws71
3714
3715         * src/compose.c
3716         * src/gtk/menu.[ch]
3717                 fix wrong selecting of mime encoding type, when
3718                 opening property dialog of attachments in the
3719                 compose window. 7bit was always selected and that
3720                 destoryed files with 8bit data.
3721                 (closes bug #9 Sylpheed-claws destroys attachments when
3722                  changing MIME-types)
3723
3724 2003-01-09 [paul]       0.8.8claws70
3725
3726         * sync with 0.8.8cvs3
3727                 see ChangeLog 2003-01-09
3728
3729 2003-01-08 [alfons]     0.8.8claws69
3730         
3731         * src/addressadd.c
3732                 apply patch by Kim Schulz to fix build breakage
3733                 because of missing variable
3734
3735 2003-01-08 [paul]       0.8.8claws68
3736
3737         * sync with 0.8.8cvs2
3738                 see ChangeLog 2002-01-08
3739
3740 2003-01-08 [paul]       0.8.8claws67
3741
3742         * po/it.po
3743                 updated by Alessandro Maestri
3744                 
3745         * src/addressadd.c
3746                 when using 'Add sender to addressbook' allow
3747                 name to be edited and remarks to be entered
3748                 Patch submitted by Luke Plant
3749
3750 2003-01-08 [darko]      0.8.8claws66
3751
3752         * README.claws, src/summaryview.c
3753                 fix description for marked messages
3754
3755 2003-01-08 [paul]
3756
3757         * tools/Makefile.am
3758           tools/launch_phoenix  ** NEW FILE **
3759                 add script that enables using Phoenix as the default
3760                 web browser. 
3761                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3762                 
3763         * tools/OOo2sylpheed.pl
3764                 remove full path to sylpheed executable, just 'sylpheed'
3765                 will do
3766                 
3767         * tools/README
3768                 add launch_phoenix informtion and re-arrange and compress
3769                 the data a little
3770
3771 2003-01-07 [christoph]  0.8.8claws65
3772
3773         * src/folder.c
3774                 fix update for source folder when moving messages
3775         * src/procmsg.[ch]
3776         * src/summaryview.c
3777                 use function to set to_folder for message infos and
3778                 automatically update the op_count for old and new
3779                 folder
3780
3781 2003-01-07 [melvin]     0.8.8claws64
3782
3783         * src/prefs_actions.c
3784                 Fixed bug where an '%p' Action on a displayed image crashed 
3785                         Sylpheed
3786                 Code clean up (get rid of duplicated code and removed unnecessary 
3787                                 structure member)
3788
3789 2003-01-07 [christoph]  0.8.8claws63
3790
3791         * src/compose.c
3792         * src/folder.[ch]
3793         * src/folderview.c
3794         * src/import.c
3795         * src/inc.c
3796         * src/main.c
3797         * src/mainwindow.c
3798         * src/messageview.c
3799         * src/prefs_folder_item.c
3800         * src/procmsg.c
3801         * src/summaryview.c
3802         * src/toolbar.c
3803                 o remove all folder update triggering from the UI code. The folder
3804                   system should know much better when a folder needs an update.
3805                 o to prevent multiple updates in a row the folder updates can be
3806                   frozen for some time.
3807
3808                 Note: - Please verify that no updates are missing
3809                       - Check where freeze/thaws should be added
3810
3811 2003-01-07 [christoph]  0.8.8claws62
3812
3813         * src/prefs_actions.c
3814                 don't translate empty strings
3815
3816         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3817
3818 2003-01-06 [christoph]  0.8.8claws61
3819
3820         * src/prefs_actions.c
3821                 mark strings for gettext
3822         * src/prefs_matcher.c
3823                 use new description window for Execute action and
3824                 match condition in Filtering
3825
3826         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3827
3828 2003-01-06 [alfons]     0.8.8claws60
3829
3830         keep myself inspired to re-organize matcher part 8; 
3831         yes, more to come (I need to move out the descriptive
3832         text for actions to matcher.c, or at least make it not
3833         depend on the wicked ordering)
3834
3835         * src/prefs_matcher.c
3836                 add documentation so others may comprehend the
3837                 UI part of the conditions
3838                 
3839 2003-01-06 [christoph]  0.8.8claws59
3840
3841         * src/prefs_actions.c
3842                 use new description window for syntax help
3843         * src/gtk/description_window.c
3844                 fix display of descriptions with column count != 2
3845
3846         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3847
3848 2003-01-06 [christoph]  0.8.8claws58
3849
3850         * src/quote_fmt.c
3851         * src/summaryview.[ch]
3852         * src/gtk/Makefile.am
3853         * src/gtk/description_window.[ch]       ** NEW **
3854                 use a generic window to display syntax descriptions
3855                 currently used in quote_fmt and summaryview (new description
3856                 for extended quick search)
3857
3858         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3859
3860 2003-01-06 [paul]       0.8.8claws57
3861
3862         * sync with 0.8.8cvs1
3863                 see ChangeLog 2003-01-06
3864
3865 2003-01-06 [christoph]  0.8.8claws56
3866
3867         * src/mainwindow.c
3868         * src/prefs_gtk.[ch]
3869         * src/gtk/prefswindow.[ch]
3870         * src/plugins/spamassassin/spamassassin_gtk.c
3871                 o remove page management from prefswindow, pages
3872                   will be an argument to prefswindow_open
3873                 o prefswindow_open gets a datapointer that is
3874                   passed to the widget_create function to allow
3875                   creation of prefswindow for specific items
3876
3877 2003-01-06 [colin]      0.8.8claws55
3878         
3879         * src/summaryview.c
3880                 We don't want regexp in the reply-finder, 
3881                 because MIDs can contain !,$,. and so on
3882
3883 2003-01-06 [jens]       0.8.8claws54
3884
3885         * src/jpilot.c
3886                 fixed a wrong free in jpilot_read_db_files
3887
3888 2003-01-06 [alfons]     0.8.8claws53
3889
3890         re-organize matcher part 8; more to come
3891        
3892         * src/matcher.c
3893                 matcherprop_to_string(): put g_free()s before the
3894                 switch-case break to fix memleaks                
3895
3896 2003-01-06 [colin]      0.8.8claws52
3897
3898         * src/summaryview.c
3899                 cleanup & reply-finder now displays the first 
3900                 matching message
3901
3902 2003-01-05 [alfons]     0.8.8claws51
3903
3904         re-organize matcher part 7; more to come
3905
3906         * src/matcher.[ch]
3907                 fixes for constant correctness;
3908                 more documentation;
3909
3910 2003-01-05 [alfons]     0.8.8claws50
3911
3912         re-organize matcher part 6; more to come
3913         
3914         * src/matcher.[ch]
3915                 fixes for constant correctness;
3916                 more documentation;
3917         * src/filtering.c
3918                 fix for constant correctness
3919
3920 2003-01-05 [colin]      0.8.8claws49
3921
3922         * src/account.[ch]
3923                 Add account_get_reply_account function
3924         * src/compose.c
3925                 Use account_get_reply_account function 
3926         * src/summaryview.c
3927                 Basic reply-finder - click on the replied
3928                 icon gets you to the outbox using quick-search
3929
3930 2003-01-05 [paul]       0.8.8claws48
3931
3932         * src/prefs_common.c
3933                 small change to English
3934                 
3935         * src/prefs_filtering.c
3936                 prefs_filtering_action_select(): improve logic and uniformity
3937                 of gui
3938
3939 2003-01-05 [alfons]     0.8.8claws47
3940
3941         fine tune solution to focus problems (bug #7)
3942
3943         * src/mainwindow.c
3944                 mainwindow_focus_in_event(): remove grab event check
3945         * src/summaryview.c
3946                 summary_button_pressed(): move selection on right-click
3947                 too. we can't possibly move the selection back after
3948                 canceling a dialog, because gtk's incomplete focus 
3949                 management. whether this is a good solution, only time
3950                 will tell.
3951
3952 2003-01-05 [christoph]  0.8.8claws46
3953
3954         * src/imap.c
3955                 fix crash when no imap connection could be established
3956
3957 2003-01-05 [paul]       0.8.8claws45
3958
3959         * src/mainwindow.c
3960           src/sumamryview.c
3961           src/gtk/menu.[ch]
3962                 fix bug 605957 'shortcuts in popup-menu'
3963                 make user-defined shortcuts work
3964                 show shortcuts that are already defined
3965                 in the main menu
3966                 Patch submitted by Luke Plant
3967
3968 2003-01-05 [alfons]     0.8.8claws44
3969
3970         * src/mainwindow.c
3971                 focus_in_event handler should not select summary view row 
3972                 when another window (menu, dialog) grabbed for events 
3973                 (bug #7, "[0.8.8claws42] Message summary focus") 
3974
3975 2003-01-04 [christoph]  0.8.8claws43
3976
3977         * src/procmsg.c
3978                 update save folder after adding the sent message
3979                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3980
3981 2003-01-02 [christoph]  0.8.8claws42
3982
3983         * src/common/plugin.c
3984                 fix unloading of all plugins and unload
3985                 plugins in reverse order
3986                 
3987         * src/gtk/pluginwindow.c
3988                 implement function of load and unload button
3989
3990         * src/gtk/prefswindow.c
3991         * src/gtk/prefswindow.h
3992                 rename register function and add new unregister
3993                 function
3994
3995         * src/plugins/spamassassin/spamassassin_gtk.c
3996                 unregister prefs page and update for changes in
3997                 src/gtk/prefswindow.c
3998
3999 2003-01-02 [paul]       0.8.8claws41
4000
4001         * po/es.po
4002                 updated by Ricardo Mones Lastra
4003
4004 2003-01-02 [paul]
4005
4006         * tools/tb2sylpheed
4007                 fixes and improvements by Urke MMI
4008
4009 2003-01-02 [thorsten]   0.8.8claws40
4010
4011         * src/procmsg.c
4012                 fixed wrong return value
4013
4014 2003-01-02 [thorsten]   0.8.8claws39
4015
4016         * src/prefs.c
4017                 fixed printing wrong variable
4018
4019 2003-01-02 [thorsten]   0.8.8claws38
4020
4021         * src/prefs.c
4022                 fixed acessing members of freed pfile struct
4023
4024 2003-01-02 [thorsten]   0.8.8claws37
4025
4026         * src/procmsg.c
4027                 detect loops across several messages
4028                 as suggested by Christoph Hohmann
4029
4030 2003-01-01 [match]      0.8.8claws36
4031
4032         * src/addrindex.c
4033                 fixed another memory leak.
4034
4035 2003-01-01 [match]      0.8.8claws35
4036
4037         * src/jpilot.[ch]
4038                 fixed memory leaks. applied Doxygen comments.
4039
4040 2003-01-01 [thorsten]   0.8.8claws34
4041
4042         * src/procmsg.c
4043                 inhibit endless loop if msg references itself
4044                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4045
4046 2003-01-01 [christoph]  0.8.8claws33
4047
4048         * src/mainwindow.c
4049         * src/gtk/Makefile.am
4050         * src/gtk/pluginwindow.c                ** NEW **
4051         * src/gtk/pluginwindow.h                ** NEW **
4052                 add plugin window
4053
4054         * src/plugins/demo/demo.c
4055         * src/plugins/spamassassin/spamassassin.c
4056         * src/plugins/spamassassin/spamassassin_gtk.c
4057                 write better plugin descriptions
4058
4059 2002-12-31 [christoph]  0.8.8claws32
4060
4061         * src/gtk/prefswindow.c
4062         * src/plugins/spamassassin/spamassassin_gtk.c
4063                 some small improvements to GTK code
4064
4065 2002-12-31 [christoph]  0.8.8claws31
4066
4067         * src/plugins/spamassassin/spamassassin_gtk.c
4068                 enable folder select button
4069
4070 2002-12-31 [christoph]  0.8.8claws30
4071
4072         * src/mainwindow.c
4073         * src/gtk/Makefile.am
4074         * src/gtk/prefswindow.c                         ** NEW **
4075         * src/gtk/prefswindow.h                         ** NEW **
4076                 add new prefs window
4077
4078         * src/common/plugin.c
4079                 don't try to load empty config lines
4080         
4081         * src/plugins/spamassassin/Makefile.am
4082         * src/plugins/spamassassin/spamassassin.c
4083         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4084         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4085                 GTK config for SpamAssassin Plugin using
4086                 the new prefs window
4087
4088 2002-12-31 [paul]       0.8.8claws29
4089
4090         * po/POTFILES.in
4091                 remove obsolete entry 'src/menu.c'
4092
4093 2002-12-31 [alfons]     0.8.8claws28
4094
4095         * src/matcher.[ch]
4096         * src/matcher_parser_parse.y
4097         * src/prefs_matcher.c
4098                 add "ignore_thread" and "~ignore_thread" condition so it's
4099                 possible to make the actions / scoring operate on the ignore
4100                 thread flag
4101
4102 2002-12-31 [christoph]  0.8.8claws27
4103
4104         * src/addrbook.c
4105         * src/addrindex.c
4106         * src/folder.c
4107         * src/matcher.c
4108         * src/prefs_account.c
4109         * src/prefs_actions.c
4110         * src/prefs_customheader.c
4111         * src/prefs_display_header.c
4112         * src/prefs_gtk.c
4113         * src/procmime.c
4114         * src/toolbar.c
4115         * src/xmlprops.c
4116         * src/common/prefs.[ch]
4117                 extend prefs file handling for reading and automatic handling
4118                 of blocks. When reading prefs_set_block_label will automatically
4119                 move on to the block. When writing it will copy all other blocks
4120                 automatically
4121
4122         * src/common/plugin.c
4123                 Now loading plugin filenames from [Plugins] block in
4124                 sylpheed rc file
4125
4126 2002-12-30 [christoph]  0.8.8claws26
4127
4128         * src/common/hooks.[ch]
4129                 return abort status to caller of hooks_invoke
4130                 
4131         * src/inc.[ch]
4132                 invoke message filtering hook and stop
4133                 default handling when filter returns abort
4134
4135         * src/common/plugin.[ch]
4136         * src/plugins/demo/demo.c
4137                 modify plugin loader, because resolving symbols for strings
4138                 does not work correctly
4139         
4140         * configure.in
4141         * ac/spamassassin.m4                            ** NEW **
4142         * src/plugins/spamassassin/.cvsignore           ** NEW **
4143         * src/plugins/spamassassin/Makefile.am          ** NEW **
4144         * src/plugins/spamassassin/README               ** NEW **
4145         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4146         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4147         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4148                 add spamassassin plugin, see src/plugins/spamassassin/README
4149                 for details
4150
4151 2002-12-29 [alfons]     0.8.8claws25
4152
4153         * src/mainwindow.c
4154                 when moving focus from a message view to the main 
4155                 window, don't forget to select the summary node
4156                 of the displayed message. should fix "[ 659103 ] 
4157                 focus-follows-mouse confuses sylpheed"
4158
4159 2002-12-29 [christoph]  0.8.8claws24
4160
4161         * src/Makefile.am
4162         * src/stringtable.[ch]          ** REMOVE **
4163         * src/common/Makefile.am
4164         * src/common/stringtable.[ch]   ** NEW **
4165                 move stringtable files to common directory
4166
4167 2002-12-29 [christoph]  0.8.8claws23
4168
4169         * src/Makefile.am
4170         * src/menu.[ch]                 ** REMOVE **
4171         * src/gtk/Makefile.am
4172         * src/gtk/menu.[ch]             ** NEW **
4173                 move menu files to gtk directory
4174
4175 2002-12-29 [match]      0.8.8claws22
4176
4177         * src/addressbook.c
4178         * src/syldap.c
4179                 moved UI specific code out of LDAP code into addressbook
4180                 UI code. fixed memory leak.
4181
4182 2002-12-29 [christoph]  0.8.8claws21
4183
4184         * src/folder.c
4185                 only check for IGNORED parent message when message is
4186                 not IGNORED itself
4187
4188 2002-12-29 [alfons]     0.8.8claws20
4189
4190         * src/summaryview.c
4191                 set gtksctree's anchor correct (immediate execute
4192                 changes the tree's layout, and anchor points at 
4193                 the incorrect row). fixes "[ 657233 ] multiple msg 
4194                 delete sometimes off by 1".
4195                 we probably have to look for more tree layout /
4196                 anchor glitches.
4197
4198 2002-12-29 [paul]       0.8.8claws19
4199
4200         * src/summaryview.c
4201                 fix bug [ 659054 ] incorrect sorting of 'From' column
4202                 when using 'display sender using address book'
4203                 thanks to Alfons and Luke Plant
4204
4205 2002-12-29 [christoph]  0.8.8claws18
4206
4207         * src/folder.c
4208         * src/procmsg.[ch]
4209                 check parent messages for IGNORE THREAD flag, when adding,
4210                 moving or copying messages to a folder
4211
4212 2002-12-27 [alfons]     0.8.8claws17
4213
4214         re-organize matcher part 5; more to come
4215
4216         * src/matcher.c
4217                 hash keywords in matchparser_tab 
4218
4219 2002-12-27 [alfons]     0.8.8claws16
4220
4221         re-organize matcher part 4; more to come
4222
4223         * src/matcher_parser.h
4224         * src/matcher_parser_lex.l
4225         * src/matcher_parser_parse.y
4226                 cleanup
4227
4228 2002-12-27 [alfons]     0.8.8claws15
4229
4230         re-organize matcher part 3; more to come
4231
4232         * src/matcher.[ch]
4233                 cleanup
4234
4235 2002-12-27 [alfons]     0.8.8claws14
4236
4237         re-organize matcher part 2; more to come but this should
4238         work. cc me if there are any regressions.
4239
4240         * src/matcher.h
4241                 add prototype for get_matchparser_tab_id()
4242         * src/matcher_parser_lex.l
4243                 look up keywords using matchparser_tab_id();
4244
4245 2002-12-27 [alfons]     0.8.8claws12
4246
4247         re-organize matcher part 1
4248
4249         * src/matcher.h
4250                 map yacc generated constants to sylpheed matcher constants
4251         * src/matcher.c
4252                 add function to find a matcher constant from a string
4253
4254 2002-12-27 [christoph]  0.8.8claws11
4255
4256         * src/compose.c
4257                 MENUITEM_ADD casts the 4th argument from integer to pointer
4258                 so it probably should not be a pointer, this means we
4259                 should use account id for it and not the account's pointer
4260
4261 2002-12-27 [paul]       0.8.8claws10
4262
4263         * src/mainwindow.c
4264                 remove unneeded 'GtkWidget *vbox'
4265                 
4266         * src/summaryview.c
4267                 further sync with 0.8.8 - make sort
4268                 by recipient work as expected
4269                 
4270         * NEWS
4271                 sync with 0.8.8
4272
4273 2002-12-27 [paul]       0.8.8claws9
4274
4275         * po/pt_BR.po
4276                 updated by Ivan F. Martinez
4277                 
4278 2002-12-27 [darko]      0.8.8claws8
4279
4280         * src/common/utils.c
4281                 added locked pattern to extended search
4282
4283 2002-12-27 [alfons]     0.8.8claws7
4284
4285         * src/prefs_matcher.[ch]
4286                 clean up
4287
4288 2002-12-26 [alfons]     0.8.8claws6
4289
4290         * src/matcher.[ch]
4291         * src/matcher_parser_lex.l
4292         * src/matcher_parser_parse.y
4293         * src/prefs_matcher.c
4294                 allow color label as a condition in the matcher
4295
4296 2002-12-26 [oliver]     0.8.8claws5
4297         
4298         * src/toolbar.c 
4299                 enable Addressbook for Main and Messageview
4300         * src/prefs_actions.c
4301                 enable actions in Messageview
4302
4303 2002-12-26 [christoph]  0.8.8claws4
4304
4305         * src/common/plugin.c
4306                 add a little debug output
4307         * configure.in
4308         * src/plugins/demo/Makefile.am
4309                 better use of automake
4310
4311 2002-12-26 [christoph]  0.8.8claws3
4312
4313         * src/Makefile.am
4314         * src/common/Makefile.am
4315                 fix "make distdir"
4316
4317 2002-12-26 [christoph]  0.8.8claws2
4318
4319         * configure.in
4320                 sort configure checks into common / gtk / plugins
4321         * po/POTFILES.in
4322                 add src/prefs_gtk.c
4323         * src/Makefile.am
4324                 add plugins SUBDIR
4325         * src/main.c
4326         * src/common/sylpheed.[ch]
4327                 added now sylpheed_done function for shutdown
4328         * src/common/Makefile.am
4329         * src/common/plugin.[ch]                ** NEW **
4330                 plugin loader and unloader
4331         * src/plugins/.cvsignore                ** NEW **
4332         * src/plugins/Makefile.am               ** NEW **
4333                 build plugins
4334         * src/plugins/demo/.cvsignore           ** NEW **
4335         * src/plugins/demo/Makefile.am          ** NEW **
4336         * src/plugins/demo/demo.c               ** NEW **
4337                 small demo plugin that installs a logtext hook and
4338                 outputs the log text to stdout
4339
4340 2002-12-26 [paul]       0.8.8claws1
4341
4342         * po/es.po
4343                 updated by Ricardo Mones Lastra
4344
4345 2002-12-26 [paul]       0.8.8claws
4346
4347         * 0.8.8claws released
4348
4349 2002-12-26 [paul]       0.8.7claws12
4350
4351         * po/bg.po
4352                 updated by George Danchev
4353
4354 2002-12-26 [paul]       0.8.7claws11
4355
4356         * po/POTFILES.in
4357                 remove unneeded 'src/prefs.c' entry 
4358
4359 2002-12-26 [paul]       0.8.7claws10
4360
4361         * src/codeconv.c
4362           src/mainwindow.c
4363                 sync with 0.8.8 release
4364         
4365         * src/folder.[ch]
4366           src/mh.c
4367           src/summaryview.c
4368                 partial sync with 0.8.8 release
4369         
4370
4371 2002-12-25 [alfons]     0.8.7claws9
4372
4373         * src/matcher.[ch]
4374         * src/matcher_parser_lex.l
4375         * src/matcher_parser_parse.y
4376         * src/prefs_matcher.c
4377                 add locked flag to possible filtering / matcher 
4378                 conditions (also a good example what should be
4379                 done to add a simple boolean condition)
4380
4381 2002-12-25 [christoph]  0.8.7claws8
4382
4383         * src/Makefile.am
4384         * src/account.[ch]
4385         * src/addrbook.c
4386         * src/addressbook.c
4387         * src/addrindex.c
4388         * src/filtering.c
4389         * src/folder.c
4390         * src/matcher.c
4391         * src/prefs.[ch]                ** REMOVE **
4392         * src/prefs_account.c
4393         * src/prefs_actions.c
4394         * src/prefs_common.c
4395         * src/prefs_customheader.c
4396         * src/prefs_display_header.c
4397         * src/prefs_filtering.c
4398         * src/prefs_folder_item.c
4399         * src/prefs_gtk.[ch]            ** NEW **
4400         * src/prefs_matcher.c
4401         * src/prefs_scoring.c
4402         * src/prefs_summary_column.c
4403         * src/procmime.c
4404         * src/selective_download.c
4405         * src/toolbar.c
4406         * src/common/Makefile.am
4407         * src/common/prefs.[ch]         ** NEW **
4408                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4409
4410 2002-12-24 [alfons]     0.8.7claws7
4411
4412         * src/summaryview.c
4413                 summary_thread_build(): fix real cause of the crash mentioned in
4414                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4415                 this way we get meaningful ctree nodes 
4416
4417 2002-12-24 [oliver]     0.8.7claws6
4418
4419         * src/mainwindow.[ch]
4420         * src/messageview.[ch]
4421         * src/compose.[ch]
4422         * src/inc.c
4423         * src/summaryview.c
4424                 changes to use updated toolbar handling
4425                 
4426 2002-12-24 [oliver]     0.8.7claws5
4427
4428         * src/toolbar.[ch]
4429                 generic toolbar handling
4430                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4431         * src/prefs_toolbar.[ch]
4432                 adjust to handling
4433         
4434 2002-12-24 [oliver]     0.8.7claws4
4435         
4436         * src/stock_pixmap.[ch]
4437                 move SYLPHEED_LOGO to end of list in order 
4438                 to remove it from Custom Toolbar`s Icon View
4439
4440 2002-12-24 [alfons]     0.8.7claws3
4441
4442         * src/summaryview.c
4443                 summary_thread_build(): fix crash because of focus != selection 
4444                 after threading. when deleting the selection, gtk tries but fails 
4445                 to find the correct focusable element. we now force the selection
4446                 to be focused. this should solve the infamous bug reported by 
4447                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4448                 a test case is available. 
4449
4450 2002-12-24 [darko]      0.8.7claws2
4451
4452         * src/summaryview.c
4453                 don't crash when unmarking message with unread children
4454
4455 2002-12-23 [christoph]  0.8.7claws1
4456
4457         * src/Makefile.am
4458         * src/common/Makefile.am
4459                 update Makefiles for moved intl.h, version.h and defs.h
4460         * src/imap.c
4461                 rewrite imap_session_get to avoid duplicate code
4462
4463 2002-12-23 [paul]       0.8.7claws
4464
4465         * Santa-Claws released
4466         
4467         * po/hu.po
4468           po/ru.po
4469                 squeeze in updated Hungarian and Russian translations.
4470                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4471
4472 2002-12-23 [paul]       0.8.6claws129
4473
4474         * po/pl.po
4475                 updated by Witold Wladyslaw Wojciech Wilk
4476
4477 2002-12-23 [paul]       0.8.6claws128
4478
4479         * src/quote_fmt_parse.y
4480                 fix typo and add licence header
4481
4482 2002-12-23 [paul]       0.8.6claws127
4483
4484         * po/en_GB.po
4485                 updated
4486
4487 2002-12-23 [paul]       0.8.6claws126
4488
4489         * po/it.po
4490                 updated translation, submitted by Alessandro Maestri
4491                 
4492 2002-12-23 [paul]       0.8.6claws125
4493
4494         * src/quote_fmt_parse.y
4495                 fix signature-stripping on replies bug. match
4496                 '-- \n' and not '-- '.
4497
4498 2002-12-22 [paul]       0.8.6claws124
4499
4500         * po/bg.po
4501           po/es.po
4502           po/sr.po
4503                 updated translations. submitted by George Danchev,
4504                 Ricardo Mones Lastra, and Urke MMI respectively
4505
4506 2002-12-21 [paul]       0.8.6claws123
4507
4508         * src/addrbook.c
4509                 fix coding style
4510
4511 2002-12-21 [paul]       0.8.6claws122
4512
4513         * src/addrbook.c
4514                 fix bug [643638] where if a person is in one or more
4515                 addressbook groups editing that person's email 
4516                 address results in removal from those groups.
4517                 Patch submitted by Luke Plant.
4518
4519 2002-12-20 [christoph]  0.8.6claws121
4520
4521         * src/common/utils.c
4522         * src/summaryview.c
4523                 reimplement expand_search_string using GString to
4524                 prevent crashs caused by miscalculated string
4525                 lengths reported by Paul
4526
4527 2002-12-20 [christoph]  0.8.6claws120
4528
4529         * src/summaryview.c
4530                 don't use "changed" to check if op_count has to be changed as it
4531                 is also set when the message has unread children
4532                 (closes bug [ 653221 ] crash while deleting duplicates)
4533
4534 2002-12-20 [paul]       0.8.6claws119
4535
4536         * sync with 0.8.6cvs27
4537                 see ChangeLog 2002-12-20
4538
4539 2002-12-20 [paul]       0.8.6claws118
4540
4541         * sync with 0.8.6cvs26
4542                 see ChangeLog 2002-12-19 and 2002-12-20
4543
4544 2002-12-19 [alfons]     0.8.6claws117
4545
4546         * src/textview.c
4547                 fix incorrect parsing of email addresses, submitted by 
4548                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4549                 name display if it contains @".
4550
4551 2002-12-18 [paul]       0.8.6claws116
4552
4553         * sync with 0.8.6cvs23
4554                 see ChangeLog 2002-12-18
4555
4556 2002-12-18 [paul]       0.8.6claws115
4557
4558         * src/Makefile.am
4559         * src/account.c
4560         * src/codeconv.c
4561         * src/gtkutils.[ch]
4562         * src/imap.c
4563                 sync with 0.8.6cvs22.
4564                 see ChangeLog 2002-12-17 and 2002-12-18
4565
4566 2002-12-17 [christoph]  0.8.6claws114
4567
4568         * src/imap.c
4569                 o don't create a session if imap greeting fails
4570                 o don't close socket when authentication fails
4571                   this is done by imap_session_destroy
4572
4573 2002-12-17 [thorsten]   0.8.6claws113
4574
4575         * tools/Makefile.am
4576           tools/README
4577           tools/google_msgid.pl ** NEW FILE **
4578                 Added "search for message-id" script and doc
4579
4580 2002-12-17 [thorsten]   0.8.6claws112
4581
4582         * po/hu.po
4583                 Updated hungarian translation
4584                 (updated by Gal Zoltan)
4585
4586 2002-12-16 [christoph]  0.8.6claws111
4587
4588         * src/addr_compl.c
4589                 remove stupid addressbook dump to debug output
4590         * src/mh.c
4591                 fix memory leak found by Hiro
4592
4593 2002-12-14 [paul]       0.8.6claws110
4594
4595         * src/compose.c
4596                 fix menubar sensitivity on send
4597                 
4598         * src/prefs_filtering.c
4599         * src/prefs_matcher.c
4600         * src/prefs_scoring.c
4601                 Fix english ;)
4602                 
4603         * src/common/quoted-printable.h
4604                 sync: fix typo
4605         
4606 2002-12-13 [christoph]  0.8.6claws109
4607
4608         * src/Makefile.am
4609         * src/manage_window.[ch]        ** REMOVE **
4610         * src/gtk/Makefile.am
4611         * src/gtk/manage_window.[ch]    ** NEW **
4612                 move manage_window files to gtk directory
4613
4614 2002-12-13 [christoph]  0.8.6claws108
4615
4616         * src/Makefile.am
4617         * src/gtkshruler.[ch]           ** REMOVE **
4618         * src/gtk/Makefile.am
4619         * src/gtk/gtkshruler.[ch]       ** NEW **
4620                 move gtkshruler files to gtk directory
4621
4622 2002-12-13 [christoph]  0.8.6claws107
4623
4624         * src/Makefile.am
4625         * src/compose.c
4626         * src/gtkstext.[ch]             ** REMOVE **
4627         * src/gtkutils.[ch]
4628         * src/textview.c
4629         * src/gtk/gtkstext.[ch]         ** NEW **
4630         * src/gtk/Makefile.am
4631                 o move stext functions to gtkstext.c to remove
4632                   dependency of gtkutils
4633                 o move gtkstext files to gtk directory
4634
4635         * src/gtk/Makefile.am
4636         * src/gtk/sslcertwindow.[ch]
4637                 UI stuff can always depend on common code so
4638                 it's ok to add ../common to include path
4639
4640 2002-12-13 [colin]      0.8.6claws106
4641
4642         * src/summaryview.c
4643                 Disconnect sighandlers for mainwindow when
4644                 quicksearch has the focus
4645                 Fix bug #653231
4646         * src/mainwindow.[ch]
4647                 Make key_pressed callback public, to be able
4648                 to disconnect it
4649
4650 2002-12-13 [christoph]  0.8.6claws105
4651
4652         * src/mh.c
4653                 create .mh_sequences file in new MH folders
4654                 (closes feature request [ 523162 ] MH folders should
4655                  get a .mh_sequences)
4656
4657 2002-12-13 [colin]      0.8.6claws104
4658
4659         * src/summaryview.c
4660                 Better handling of quicksearch show/hide
4661                 (basically the button stays under the mouse 
4662                  when toggled)
4663
4664 2002-12-13 [paul]       0.8.6claws103
4665
4666         * sync with 0.8.6cvs17
4667                 see ChangeLog 2002-12-13
4668
4669 2002-12-13 [paul]       0.8.6claws102
4670
4671         * po/es.po
4672                 updated by Ricardo Mones Lastra
4673
4674 2002-12-11 [colin]       0.8.6claws101
4675
4676         * src/folder.c
4677                 remove statusbar stuff
4678           src/folderview.c
4679                 set statusbar verbosity when moving folders
4680
4681 2002-12-11 [colin]       0.8.6claws100
4682         * src/prefs_filtering.c
4683         * src/prefs_matcher.c
4684         * src/prefs_scoring.c
4685                 Fix english ;)
4686
4687 2002-12-11 [colin]       0.8.6claws99
4688
4689         * src/prefs_common.[ch]
4690                 Add summary_quicksearch_type
4691         * src/summaryview.c
4692                 Save last used quicksearch type
4693
4694 2002-12-11 [jens]       0.8.6claws98
4695         * src/prefs_filtering.c
4696         * src/prefs_matcher.c
4697         * src/prefs_scoring.c
4698                 added dialog for incomplete rules in scoring, filtering and
4699                 matcher to ask wheather really close
4700
4701 2002-12-11 [colin]      0.8.6claws97
4702
4703         * src/folder.c
4704                 Fix folder dnd statusbar logging
4705
4706 2002-12-10 [christoph]  0.8.6claws96
4707
4708         * src/compose.c
4709         * src/folder.c
4710         * src/imap.c
4711         * src/inc.c
4712         * src/main.c
4713         * src/mainwindow.c
4714         * src/news.c
4715         * src/send.c
4716         * src/statusbar.[ch]
4717         * src/common/hooks.c
4718         * src/common/log.[ch]
4719                 o handle verbose logging in statusbar directly in statusbar code
4720                   and common code does not need any knowledge about a statusbar
4721                 o remove direct calls to statusbar_(puts|pop)_all functions
4722
4723 2002-12-10 [jens]       0.8.6claws95
4724
4725         * src/*.c
4726                 removed gettext from g_warnings
4727         * po/POTFILES.in
4728                 cleaned and updated
4729         * po/de.po
4730                 updated
4731
4732 2002-12-10 [colin]      0.8.6claws94
4733
4734         * src/main.c
4735                 finish crash dialog fix
4736
4737 2002-12-10 [colin]      0.8.6claws93
4738
4739         * src/main.c
4740                 "Fix" "sylpheed already running" instead of
4741                 crash dialog appearing after a crash
4742
4743 2002-12-10 [colin]      0.8.6claws92
4744
4745         * po/POTFILES.in
4746                 add src/gtk/sslcertwindow.c
4747
4748 2002-12-10 [paul]       0.8.6claws91
4749
4750         * po/POTFILES.in
4751                 updated to reflect recent changes
4752                 submitted by Alessandro Maestri
4753
4754 2002-12-09 [christoph]  0.8.6claws90
4755
4756         * src/Makefile.am
4757         * src/smtp.[ch]                 ** REMOVE **
4758         * src/common/Makefile.am
4759         * src/common/smtp.[ch]          ** NEW **
4760                 move smtp files to common directory
4761
4762 2002-12-09 [christoph]  0.8.6claws89
4763
4764         * src/Makefile.am
4765         * src/session.[ch]              ** REMOVE **
4766         * src/common/Makefile.am
4767         * src/common/session.[ch]       ** NEW **
4768                 move session files to common directory
4769
4770 2002-12-09 [paul]       0.8.6claws88
4771
4772         * src/account.c
4773                 fix bug [649746] edit accounts: move account reverted
4774                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4775
4776 2002-12-09 [colin]      0.8.6claws87
4777
4778         * src/ssl_certificate.c
4779                 cleanup
4780
4781 2002-12-09 [colin]      0.8.6claws86
4782
4783         * src/ssl.c
4784                 Try to open the cert.pem database and 
4785                 issue a warning if it isn't there
4786
4787 2002-12-09 [colin]      0.8.6claws85
4788
4789         * src/common/ssl_certificate.c
4790         * src/gtk/sslcertwindow.c
4791                 Warning fixes
4792
4793 2002-12-09 [colin]      0.8.6claws84
4794
4795         * src/ssl_certificate.[ch] ** REMOVED **
4796         * src/common/ssl_certificate.[ch] ** NEW **
4797         * src/Makefile.am
4798         * src/common/Makefile.am
4799                 Moved ssl_certificate.[ch] to common
4800         * src/common/ssl.c 
4801                 Put back needed include
4802         * src/gtk/sslcertwindow.[ch]
4803                 Changed ssl_certificate.h include
4804         
4805 2002-12-09 [colin]      0.8.6claws83
4806
4807         * src/gtk/sslcertwindow.[ch]
4808                 Implement hook for certificate acception
4809         * src/ssl_certificate.[ch]
4810                 Implement hook for certificate acception
4811         * src/common/ssl.c
4812                 Reenable certificate acception check
4813         * src/mainwindow.c
4814                 Register sslcertwindow's hook
4815         
4816 2002-12-08 [christoph]  0.8.6claws82
4817
4818         * src/about.c
4819         * src/addr_compl.c
4820         * src/codeconv.c
4821         * src/manual.c
4822         * src/undo.c
4823         * src/common/utils.c
4824                 o add missing includes
4825                 o fix warnings
4826         * src/.cvsignore
4827         * src/common/.cvsignore
4828         * src/common/version.h          ** REMOVE **
4829                 remove autogenerated file
4830
4831 2002-12-08 [paul]       0.8.6claws81
4832
4833         * src/stringtable.c
4834                 put back needed include
4835
4836 2002-12-08 [colin]      0.8.6claws80
4837         
4838         * src/gtk/sslcertwindow.c
4839                 Cleaner popups when asking
4840         * src/ssl_certificate.c
4841         * src/prefs_common.[ch]
4842                 remove ssl certificate pref
4843                 put back needed include
4844         * src/undo.c
4845                 put back needed include
4846
4847 2002-12-08 [christoph]  0.8.6claws79
4848
4849         * src/folderview.c
4850         * src/logwindow.c
4851         * src/statusbar.c
4852         * src/summaryview.c
4853                 only abort hook invokation if required data is missing not
4854                 if our own data pointer is NULL, update hookfunction for
4855                 log window
4856
4857 2002-12-08 [paul]       0.8.6claws78
4858
4859         * src/about.c
4860         * src/addrcache.c
4861         * src/addrclip.c
4862         * src/addr_compl.c
4863         * src/addrselect.c
4864         * src/codeconv.c
4865         * src/colorlabel.c
4866         * src/enriched.c
4867         * src/esmtp.c
4868         * src/exporthtml.c
4869         * src/headerview.c
4870         * src/imageview.c
4871         * src/manual.c
4872         * src/noticeview.c
4873         * src/pgptext.c
4874         * src/scoring.c
4875         * src/sourcewindow.c
4876         * src/stringtable.c
4877         * src/undo.c
4878                 clean up: remove unneccesary includes
4879
4880 2002-12-08 [christoph]  0.8.6claws77
4881
4882         * src/folderview.c
4883         * src/statusbar.c
4884         * src/summaryview.c
4885         * src/common/hooks.[ch]
4886                 hook functions now have a gboolean return value, if a hook
4887                 returns TRUE it will stop executing of any more hooks in
4888                 the same hooklist for this invokation
4889
4890 2002-12-08 [colin]      0.8.6claws76
4891         
4892         * src/main.c
4893                 put back argv0 for CRASH_DIALOG
4894
4895 2002-12-08 [christoph]  0.8.6claws75
4896
4897         * src/Makefile.am
4898         * src/about.c
4899         * src/account.c
4900         * src/crash.c
4901         * src/esmtp.h
4902         * src/imap.[ch]
4903         * src/inc.c
4904         * src/main.c
4905         * src/mainwindow.c
4906         * src/news.c
4907         * src/pop.[ch]
4908         * src/prefs_account.[ch]
4909         * src/prefs_common.[ch]
4910         * src/send.[ch]
4911         * src/smtp.[ch]
4912         * src/ssl_certificate.[ch]
4913         * src/ssl_manager.[ch]
4914         * src/common/Makefile.am
4915         * src/common/log.c
4916         * src/common/nntp.[ch]
4917         * src/common/socket.[ch]
4918         * src/common/ssl.[ch]
4919         * src/gtk/sslcertwindow.[ch]
4920         * ac/openssl.m4
4921                 use new autoconf script to detect OpenSSL with extra parameters
4922                 to specify the location of libs and includes, also remove USE_SSL
4923                 to USE_OPENSSL
4924
4925         * src/common/sylpheed.[ch]
4926         * src/common/version.h.in
4927                 start seperation of common code initialization seperated from gui
4928
4929         * src/summaryview.c
4930                 The function that is called when a color label changes
4931                 should not change the color lable again
4932
4933 2002-12-08 [colin]      0.8.6claws74
4934
4935         * src/gtk/sslcertwindow.c
4936                 warning fixes
4937
4938 2002-12-08 [colin]      0.8.6claws73
4939
4940         * src/statusbar.c
4941           src/common/log.h
4942                 Register a hook for statusbar_puts_all
4943         * src/common/log.c
4944                 invoke statusbar_puts_all's hook
4945         
4946 2002-12-08 [colin]      0.8.6claws72
4947
4948         * src/ssl_certificate.c
4949                 Put back a badly-removed include
4950
4951 2002-12-08 [colin]      0.8.6claws71
4952
4953         * src/gtk/sslcertwindow.[ch]    ** NEW **
4954                 new certificate presentation
4955         * src/gtk/Makefile.am
4956                 add new files
4957         * src/ssl_certificate.[ch]
4958                 gtk cleanup, made utility functions public
4959         * src/ssl_manager.c
4960                 use new cert presentation
4961
4962 2002-12-07 [christoph]  0.8.6claws70
4963
4964         * src/Makefile.am
4965         * src/nntp.[ch]                 ** REMOVE **
4966         * src/common/Makefile.am
4967         * src/common/nntp.[ch]          ** NEW **
4968                 move nntp files to common directory
4969
4970 2002-12-07 [christoph]  0.8.6claws69
4971
4972         * src/procmsg.[ch]
4973         * src/summaryview.c
4974                 implement msginfo update callback using sylpheed's new
4975                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4976
4977 2002-12-06 [christoph]  0.8.6claws68
4978
4979         * src/editgroup.c
4980                 This patch changes the 'Edit Group Details' dialog to
4981                 allow extended selections in either pane, so that
4982                 addresses can be added or removed from a group more
4983                 quickly and easily. (it actually is a net decrease in
4984                 file size, as some unnecessary functions have been
4985                 removed). 
4986                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4987
4988 2002-12-06 [christoph]  0.8.6claws67
4989
4990         * src/Makefile.am
4991         * src/template.[ch]             ** REMOVE **
4992         * src/common/Makefile.am
4993         * src/common/template.[ch]      ** NEW **
4994                 move template files to common directory
4995
4996         * src/nntp.c
4997                 add missing log.h include
4998
4999 2002-12-06 [melvin]     0.8.6claws66
5000
5001         * src/prefs_actions.c
5002                 Added the trailing ">" syntax to insert command's output
5003                 without replacing old text (in contrast to trailing "|").
5004
5005 2002-12-05 [colin]      0.8.6claws65
5006         
5007         * src/common/utils.c
5008                 Don't modify original search_string or it'll change
5009                 the next iterations in the for()
5010
5011 2002-12-05 [darko]      0.8.6claws64
5012
5013         * src/common/utils.c
5014                 proper check for filtering commands, found by Colin
5015
5016 2002-12-05 [darko]      0.8.6claws63
5017
5018         * src/common/utils.c
5019                 check proper string for NULL pointer, found by Colin
5020
5021 2002-12-05 [darko]      0.8.6claws62
5022
5023         * src/common/utils.[ch]
5024                 expand_search_string(): new function
5025                 converts Mutt-like patterns to Sylpheed's
5026                 filtering engine
5027         * src/summaryview.c
5028                 use expand_search_string() to allow Mutt-like
5029                 patterns in extended search
5030         * README.claws
5031                 document extended option in quick search
5032
5033 2002-12-05 [paul]       0.8.6claws61
5034
5035         * sync with 0.8.6cvs16
5036                 see ChangeLog 2002-12-05
5037                 
5038         * po/POTFILES.in
5039                 clean up
5040
5041 2002-12-04 [christoph]  0.8.6claws60
5042
5043         * src/imap.[ch]
5044                 put imap authentication code into a new function and
5045                 remove it from imap_session_new that will allow to
5046                 send other commands before authentication
5047
5048 2002-12-04 [christoph]  0.8.6claws59
5049
5050         * src/imap.[ch]
5051                 use already existing method to prevent unneeded IMAP
5052                 folder selects. Set imap_select parameters to NULL
5053                 in some functions if the values are not required.
5054
5055         * src/xml.h
5056                 remove no longer required include
5057
5058 2002-12-04 [paul]       0.8.6claws58
5059
5060         * po/es.po
5061                 updated by Ricardo Mones Lastra
5062                 
5063         * configure.in
5064           po/hu.po      ** NEW FILE **
5065                 initial Hungarian translation, submitted
5066                 by Gál Zoltán <galzoli@hu.inter.net>
5067
5068 2002-12-03 [christoph]  0.8.6claws57
5069
5070         * src/Makefile.am
5071         * src/gtksctree.[ch]            ** REMOVE **
5072         * src/gtk/Makefile.am
5073         * src/gtk/gtksctree.[ch]        ** NEW **
5074                 move gtksctree files to gtk directory
5075
5076 2002-12-03 [christoph]  0.8.6claws56
5077
5078         * src/Makefile.am
5079         * src/md5.[ch]                  ** REMOVE **
5080         * srm/common/Makefile.am
5081         * src/common/md5.[ch]           ** NEW **
5082                 move md5 files to common directory
5083
5084         * src/gtkstext.c
5085                 remove not required #include
5086
5087 2002-12-03 [sergey]     0.8.6claws55
5088
5089         * src/gtkutils.c
5090         * src/gtkutils.h
5091                 gtkut_window_popup(): new function.
5092         * src/mainwindow.c
5093                 main_window_popup(): use gtkut_window_popup() to raise
5094                 window without changing its position.
5095                 (see sylpheed-main ML message [sylpheed:17247])
5096
5097 2002-12-03 [sergey]     0.8.6claws54
5098
5099         * src/send.c
5100                 send_message_local(): removed first-dot escaping
5101                 (SMTP-only, not needed for sending through pipe)
5102
5103 2002-12-03 [paul]       0.8.6claws53
5104
5105         * po/POTFILES.in
5106                 update to reflect recent changes (thanks
5107                 to Ricardo Mones Lastra)
5108                 
5109         * tools/filter_conv.pl
5110                  fix problem with quoted strings. Patch submitted
5111                  by Luke Plant <lukeplant@softhome.net>
5112
5113 2002-12-03 [paul]       0.8.6claws52
5114
5115         * sync with 0.8.6cvs15
5116                 see ChangeLog 2002-12-03
5117
5118 2002-12-02 [christoph]  0.8.6claws51
5119
5120         * src/logwindow.[ch]
5121         * src/common/log.[ch]
5122                 implement logging using a hook function
5123
5124         * src/folderview.c
5125         * src/folder.[ch]
5126                 define hooklist name in header file to avoid
5127                 errors caused by wrong spelling of hooklist names
5128
5129         * src/toolbar.c
5130                 fix warnings
5131
5132 2002-12-02 [christoph]  0.8.6claws50
5133
5134         * src/common/Makefile.am
5135                 add src/common/hooks.[ch]
5136
5137         * src/common/hooks.[ch]
5138                 implement a simple hook system using glib's hook functions
5139
5140         * src/folder.[ch]
5141         * src/folderview.c
5142                 use new hook system for folder item updates
5143
5144 2002-12-02 [christoph]  0.8.6claws49
5145
5146         * doc-src/ui_seperation.txt     ** NEW **
5147                 information for ui seperation
5148
5149         * src/Makefile.am
5150                 remove files that were moved to common
5151                 include common directory by default for the header files
5152
5153         * src/inc.c
5154         * src/common/socket.c
5155         * src/automaton.[ch]
5156                 implement automaton using g_io_*-functions instead of
5157                 gdk_input_add to make it ui independent
5158
5159         * src/codeconv.c
5160         * src/compose.c
5161         * src/ldif.c
5162         * src/pgptext.c
5163         * src/procmime.c
5164         * src/rfc2015.c
5165         * src/smtp.c
5166         * src/unmime.c
5167                 remove common/ prefix because directory is now in
5168                 include path
5169
5170         * src/compose.c
5171         * src/folder.c
5172         * src/folderview.c
5173         * src/mainwindow.c
5174         * src/messageview.c
5175         * src/prefs_common.c
5176         * src/procmsg.c
5177         * src/rfc2015.c
5178                 fix warnings
5179
5180         * src/imap.c
5181         * src/inc.c
5182         * src/news.c
5183         * src/pop.c
5184         * src/send.c
5185         * src/smtp.c
5186         * src/ssl_certificate.c
5187                 add log.h header file for logging functions
5188
5189         * src/main.c
5190         * src/common/utils.c
5191         * src/summaryview.c
5192         * src/xml.c
5193                 o move debug_mode to common/utils.c
5194                 o add functions to set and get debug_mode
5195
5196         * src/defs.h                    ** REMOVE **
5197         * src/intl.h                    ** REMOVE **
5198         * src/socket.[ch]               ** REMOVE **
5199         * src/ssl.[ch]                  ** REMOVE **
5200         * src/utils.[ch]                ** REMOVE **
5201                 replaced by new files in src/common/
5202         
5203         * src/common/Makefile.am
5204                 add new files in src/common/
5205
5206         * src/common/defs.h             ** NEW **
5207         * src/common/intl.h             ** NEW **
5208         * src/common/log.[ch]           ** NEW **
5209         * src/common/socket.[ch]        ** NEW **
5210         * src/common/ssl.[ch]           ** NEW **
5211         * src/common/utils.[ch]         ** NEW **
5212                 replacement for files in src/
5213
5214 2002-12-02 [colin]      0.8.6claws48
5215
5216         * src/folderview.c
5217                 Scroll folderview if necessary during dnd
5218
5219 2002-12-02 [colin]      0.8.6claws47
5220
5221         * src/folder.[ch]
5222                 Add check to verify a move is within a single mailbox
5223         * src/folderview.c
5224                 Add specific error string for this check
5225
5226 2002-12-02 [colin]      0.8.6claws46
5227
5228         * src/folder.c
5229                 Add a test to folder moving, remove a statusbar_print
5230         * src/folderview.c
5231                 Add Move folder... context-menu item
5232                 Factorize folder moving code
5233                 Enable folder DND for mbox
5234
5235 2002-12-01 [christoph]  0.8.6claws45
5236
5237         * ac/aspell.m4
5238                 remove conf.aspelltest if the version check fails
5239
5240 2002-11-30 [christoph]  0.8.6claws44
5241
5242         * autogen.sh
5243                 run libtoolize --force in autogen to create missing
5244                 libtool scripts
5245
5246 2002-11-30 [christoph]  0.8.6claws43
5247
5248         * src/Makefile.am
5249         * src/pgptext.c
5250         * src/procmime.c
5251         * src/rfc2015.c
5252         * src/uuencode.[ch]             ** REMOVED **
5253         * src/common/Makefile.am
5254         * src/common/uuencode.[ch]      ** NEW **
5255                 move uuen/decoder to common directory
5256
5257 2002-11-30 [christoph]  0.8.6claws42
5258
5259         * src/Makefile.am
5260         * src/base64.[ch]               ** REMOVED **
5261         * src/codeconv.c
5262         * src/compose.c
5263         * src/ldif.c
5264         * src/pgptext.c
5265         * src/procmime.c
5266         * src/rfc2015.c
5267         * src/smtp.c
5268         * src/unmime.c
5269         * src/common/Makefile.am
5270         * src/common/base64.[ch]        ** NEW **
5271                 move base64 en/decoder to common directory
5272
5273 2002-11-30 [christoph]  0.8.6claws41
5274
5275         * src/common                    ** NEW **
5276                 new directory for UI independent code
5277         * src/gtk                       ** NEW **
5278                 new directory for GTK frontend
5279         * src/common/.cvsignore         ** NEW **
5280         * src/gtk/.cvsignore            ** NEW **
5281                 ignore build files
5282         * src/common/Makefile.am        ** NEW **
5283         * src/gtk/Makefile.am           ** NEW **
5284                 automake files to build new seperated stuff
5285         * src/Makefile.am
5286                 the binary will currently still be build with the
5287                 files in src, so we include the code from the
5288                 subdirs for now after building the libs there
5289
5290 2002-11-30 [paul]       0.8.6claws40
5291
5292         * src/compose.c
5293                 fix bug [642731] 'Wrong selected account with drafted mail'
5294
5295 2002-11-29 [oliver]     0.8.6claws39
5296         
5297         * src/messageview.c
5298                 o update summaryview when switching between different
5299                   messageviews          
5300         * src/toolbar.c  
5301                 o check if messageview holds already removed msg
5302                   from summaryview
5303                 
5304
5305 2002-11-29 [oliver]     0.8.6claws38
5306
5307         * src/toolbar.c 
5308                 remove not needed variables and includes
5309                 make messageview stay opened and move to next when msgs are deleted 
5310
5311 2002-11-29 [oliver]     0.8.6claws37
5312         
5313         * src/toolbar.c 
5314                 disable compose button (messageview toolbar) by default
5315                 deleted msgs are moved to trash
5316         
5317 2002-11-29 [melvin]     0.8.6claws36
5318
5319         * configure.in
5320                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5321                 and to detect signatures expirations (gpgme 0.3.6)
5322
5323         * src/main.c
5324                 Use non obsolescent function for Gpgme engine checking.
5325
5326         * src/rfc2015.c
5327                 Inform about expired signatures or signatures which key
5328                 has expired. Expiration date is displayed.
5329
5330         * src/sigstatus.c
5331                 Inform about expired signatures or signatures which key
5332                 has expired.
5333
5334 2002-11-28 [paul]       0.8.6claws35
5335
5336         * src/folderview.c
5337                 re-instate 'Check for new messages' in Newsgroup
5338                 folders right-click menu, after a suggestion from
5339                 Tim Mann <timmann@users.sourceforge.net>
5340
5341         * src/main.c
5342                 after a crash check only local folders for new
5343                 messages
5344
5345 2002-11-28 [paul]       0.8.6claws34
5346
5347         * configure.in
5348                 apply patch that fixes the checking of GTK with XIM 
5349                 support on different OSs, such as FreeBSD. Patch 
5350                 submitted by Topia <topia@users.sourceforge.net>
5351                 
5352 2002-11-28 [paul]       0.8.6claws33
5353
5354         * src/mainwindow.c
5355           src/prefs_common.c
5356           src/prefs_toolbar.c
5357                 more changes to the English
5358
5359 2002-11-28 [paul]       0.8.6claws32
5360
5361         * sync with 0.8.6cvs13
5362                 see ChangeLog 2002-11-28 (no sync needed
5363                 for src/compose.c)
5364
5365 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5366         
5367         * src/mainwindow.[ch]
5368                 add patch by Ivan F. Martinez introducing messageview Toolbar
5369                 some changes and committed by oliver    
5370
5371 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5372
5373         * src/messageview.[ch]
5374                 add patch by Ivan F. Martinez introducing messageview Toolbar
5375                 some changes and committed by oliver    
5376
5377 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5378
5379         * src/compose.[ch]
5380                 add patch by Ivan F. Martinez introducing messageview Toolbar
5381                 some changes and committed by oliver    
5382
5383 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5384         
5385         * src/toolbar.[ch]
5386                 add patch by Ivan F. Martinez introducing messageview Toolbar
5387                 some changes and committed by oliver
5388
5389 2002-11-28 [oliver]     0.8.6claws27
5390         
5391         * src/prefs_toolbar.[ch]
5392                 getting ready for messageview toolbar
5393                 free mem allocated by gettext
5394                 change prefs_toolbar to prefs_toolbar_open
5395  
5396 2002-11-28 [thorsten]   0.8.6claws26
5397
5398         * src/imageview.[ch]
5399                 cleaned up conflicting declarations of
5400                 imageview_show_image()
5401
5402 2002-11-28 [paul]       0.8.6claws25
5403
5404         * src/grouplistdialog.c
5405           src/prefs_common.c
5406           src/prefs_summary_column.c
5407                 a few more improvements to the English
5408
5409 2002-11-28 [colin]      0.8.6claws24
5410
5411         * man/sylpheed.1
5412                 A few updates to command-line parameters
5413
5414 2002-11-28 [colin]      0.8.6claws23
5415
5416         * src/prefs_filtering.c
5417                 Fix problems with prefs_filtering_delete_path:
5418                 a) if the first rule is removed, original pointers
5419                    weren't updated (leading to segfaults)
5420                 b) it was always global_processing updated in case
5421                    of removed path was parent of rule path
5422
5423 2002-11-27 [paul]       0.8.6claws22
5424
5425         * src/mainwindow.c
5426           src/prefs_account.c
5427           src/prefs_actions.c
5428           src/prefs_common.c
5429           src/prefs_customheader.c
5430           src/prefs_display_header.c
5431           src/prefs_filtering.c
5432           src/prefs_folder_item.c
5433           src/prefs_matcher.c
5434           src/prefs_scoring.c
5435           src/prefs_summary_column.c
5436           src/prefs_template.c
5437           src/prefs_toolbar.c
5438                  improve the English in the GUI
5439
5440 2002-11-27 [colin]      0.8.6claws21
5441
5442         * src/folder.c
5443                 Fix processing renaming problems happening after
5444                 last commit
5445
5446 2002-11-27 [colin]      0.8.6claws20
5447
5448         * src/folder.c
5449                 recursive move now deletes src each subfolder after 
5450                 having moved it
5451         * src/folderview.c
5452                 Use identifier instead of path during dnd (enables
5453                 IMAP folder dnd)
5454
5455 2002-11-27 [paul]       0.8.6claws19
5456
5457         * src/main.c
5458                 apply patch that does command-line processing 
5459                 BEFORE gtk_init, allowing claws to run from 
5460                 shell-scripts in non-X environment (e.g. crontab 
5461                 or ip-up, ip-down scripts). Patch submitted by
5462                 Ruslan N. Balkin <baron@dartel.ru>
5463                 
5464         * po/it.po
5465                 updated by Alessandro Maestri
5466
5467 2002-11-27 [paul]       0.8.6claws18
5468
5469         * sync with 0.8.6cvs12
5470           src/prefs_common.c
5471                 Differences are that main uses a 'Receive dialog'
5472                 frame on the Interface tab, whereas claws groups all 
5473                 the dialogs together in a 'Dialogs' frame.
5474
5475 2002-11-27 [colin]      0.8.6claws17
5476
5477         * src/prefs_matcher.c
5478                 Fix Execute criteria's NOT flag
5479
5480
5481 2002-11-26 [christoph]  0.8.6claws16
5482
5483         * src/ssl.c
5484                 rewrite the ssl code a little bit, only use one
5485                 SSL context, set default certificates' file/path
5486
5487 2002-11-26 [thorsten]   0.8.6claws15
5488
5489         * src/compose.c
5490                 default-reply-to didn't work for ml-reply
5491
5492 2002-11-26 [melvin]     0.8.6claws14
5493
5494         * src/prefs_actions.c
5495                 Made pipe-actions ignore short headers in message view
5496                 Made trailing-pipe-actions write in the message view with
5497                 the same font as the original message
5498
5499 2002-11-26 [paul]       0.8.6claws13
5500
5501         * src/compose.c
5502                 this time commit the correct file
5503
5504 2002-11-26 [paul]       0.8.6claws12
5505
5506         * sync with 0.8.6cvs11
5507           src/quote_fmt_parse.y  
5508                 no sync needed
5509           src/account.[ch]       
5510                 not sync'ed
5511           src/compose.c
5512                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5513                 on draft mode.
5514                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5515                 header
5516                 
5517         see ChangeLog 2002-11-25 and 2002-11-26
5518
5519 2002-11-26 [colin]      0.8.6claws11
5520
5521         * src/folderview.c
5522                 Fix collapsed folder not auto-expanding during
5523                 mail dnd, if it was the source folder.
5524
5525 2002-11-25 [colin]      0.8.6claws10
5526
5527         * src/folderview.[ch]
5528                 Variable renaming and cleaning (slist of nodes 
5529                 to be re-collapsed is stored in FolderView)
5530
5531 2002-11-25 [paul]       0.8.6claws9
5532
5533         * src/prefs_common.[ch]
5534                 fix breakage caused by last commit
5535
5536 2002-11-25 [paul]       0.8.6claws8
5537
5538         * sync with 0.8.6cvs4
5539                 see ChangeLog 2002-11-21
5540
5541 2002-11-25 [paul]       0.8.6claws7
5542
5543         * sync with 0.8.6cvs4
5544                 see ChangeLog 2002-11-20
5545
5546 2002-11-25 [paul]       0.8.6claws6
5547
5548         * sync with 0.8.6cvs3
5549                 see ChangeLog 2002-11-18
5550
5551 2002-11-25 [colin]      0.8.6claws5
5552
5553         * src/gtkutils.[ch]
5554                 Add gtkut_ctree_node_is_parent()
5555         * src/folderview.c
5556                 Spring-loaded folders
5557
5558 2002-11-25 [colin]      0.8.6claws4
5559
5560         * src/utils.[ch]
5561                 Add slist_concat_unique(), function to merge
5562                 two GSList filtering dups
5563         * src/folder.[ch]
5564         * src/summaryview.[ch]
5565         * src/folderview.c
5566         * src/main.c
5567                 Add detection/update/display of unread answers
5568                 to marked mails
5569         * src/procmsg.[ch]
5570                 Add procmsg_find_children()
5571                 Add procmsg_msg_has_marked_parent()
5572
5573 2002-11-25 [colin]      0.8.6claws3
5574
5575         * src/ssl_certificate.[ch]
5576                 Allow checking a certificate without a DNS
5577                 lookup
5578                 Allow to forget a cert (by deleting it)
5579                 Make ssl_certificate_destroy_public
5580         * src/ssl_manager.[ch] ** NEW FILES **
5581                 Gui to manage (display/remove) certificates
5582         * src/prefs_common.[ch]
5583                 Add a pref to allow silent acceptation of
5584                 trusted certificates or not (based on the
5585                 "I want to know what's going on" principle)
5586         * src/mainwindow.c
5587                 Add SSL manager in Tools menu
5588         * src/Makefile.am
5589                 Add the new files to the build
5590         * po/POTFILES.in
5591                 Add ssl_manager.c to translations
5592
5593 2002-11-25 [colin]      0.8.6claws2
5594
5595         * src/summaryview.[ch]
5596                 Add S_SEARCH_EXTENDED to the quick search, which 
5597                 allows to search using filtering syntax.
5598
5599 2002-11-25 [colin]      0.8.6claws1
5600
5601         * src/summaryview.c
5602                 Deletion of duplicates now prefer deleting
5603                 the unread dup (fixes feature-request 638989).
5604
5605 2002-11-24 [paul]       0.8.6claws
5606
5607         * po/es.po
5608           po/pl.po
5609           po/ru.po
5610           po/sr.po
5611                 updated by Ricardo Mones Lastra,
5612                 Witold Wladyslaw Wojciech Wilk,
5613                 Ruslan N. Balkin, and  Urke MMI 
5614                 respectively
5615
5616 2002-11-24 [paul]       0.8.5claws182
5617
5618         * po/bg.po
5619                 updated by George Danchev
5620
5621 2002-11-23 [alfons]     0.8.5claws181
5622
5623         * src/imap.c
5624                 tiny memory leak found by browsing Dimitar's 
5625                 valgrind report
5626
5627 2002-11-23 [paul]       0.8.5claws180
5628
5629         * po/it.po
5630                 updated by Alessandro Maestri
5631
5632 2002-11-22 [christoph]  0.8.5claws179
5633
5634         * src/compose.c
5635         * src/inc.c
5636         * src/prefs_filtering.c
5637         * src/summaryview.c
5638                 more warning fixes
5639
5640 2002-11-22 [alfons]     0.8.5claws178
5641
5642         * src/summaryview.c
5643                 summary_execute_delete_func(): if message is deleted, make 
5644                 sure to also remove its entry in the subject hash table. 
5645                 fixes a corner case bug.
5646
5647 2002-11-22 [paul]       0.8.5claws177
5648
5649         * .cvsignore
5650                 add 'autom4te.cache'
5651                 
5652         * ltconfig      ** REMOVED **
5653                 not needed
5654
5655 2002-11-22 [paul]       0.8.5claws176
5656
5657         * src/textview.c
5658                 textview_set_font(): fix for message display in
5659                 UTF-8 locales (thanks to Sergey Vlasov).
5660                 
5661         * AUTHORS
5662                 add new team members and contributors
5663
5664
5665 2002-11-21 [colin]      0.8.5claws175
5666
5667         * src/procmsg.[ch]
5668                 Add procmsg_remove_special_headers()
5669         * src/mh.c
5670                 Use procmsg_remove_special_headers() for 
5671                 previous fix
5672
5673 2002-11-21 [colin]      0.8.5claws174
5674
5675         * src/mh.c
5676                 Fix moving/copying from queue/draft folders
5677                 for MH folders
5678
5679 2002-11-21 [christoph]  0.8.5claws173
5680
5681         * src/crash.c
5682         * src/filtering.c
5683         * src/logwindow.c
5684         * src/main.c
5685         * src/matcher_parser_lex.[hl]
5686         * src/mbox.c
5687         * src/mbox_folder.[ch]
5688         * src/prefs_filtering.c
5689         * src/procheader.c
5690         * src/quote_fmt_lex.l
5691         * src/ssl.c
5692                 fix all warnings except the warnings in lex and yacc files
5693
5694 2002-11-20 [christoph]  0.8.5claws172
5695
5696         * src/imap.c
5697                 fix MsgInfo retrieval for IMAP draft and queue folders
5698                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5699
5700 2002-11-19 [christoph]  0.8.5claws171
5701
5702         * src/compose.c
5703                 fix segfault, when draft saving does not get
5704                 the MsgInfo of the new message
5705                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5706
5707 2002-11-19 [christoph]  0.8.5claws170
5708
5709         * src/procmsg.c
5710                 add parameter check for flag setting function
5711                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5712
5713 2002-11-18 [paul]       0.8.5claws169
5714
5715         * src/compose.c
5716                 more sensitivity fixes to redirect mode:
5717                 * disable toolbar draft button
5718                 * allow only Address book in the Tools menu
5719                 * disable editing of message by the spell
5720                   checker
5721
5722 2002-11-18 [paul]       0.8.5claws168
5723
5724         * src/compose.c
5725                 fix sensitivity of menu items in compose_redirect():
5726                 allow only the necessary items 
5727
5728 2002-11-18 [paul]       0.8.5claws167
5729
5730         * src/compose.c
5731                 fix bug [ 603259 ] 'attachment got lost on bounce'
5732
5733 2002-11-18 [paul]       0.8.5claws166
5734
5735         * po/ru.po
5736                 updated by Ruslan N. Balkin <baron@dartel.ru>
5737
5738 2002-11-18 [colin]      0.8.5claws165
5739
5740         * src/main.c
5741           src/defs.h
5742                 Remove old filtering stuff
5743
5744
5745 2002-11-17 [oliver]     0.8.5claws164
5746
5747         * src/toolbar.h
5748                 remove not needed typedef 
5749
5750 2002-11-17 [oliver]     0.8.5claws163
5751
5752         * src/toolbar.c
5753                 make toolbar's on click events translatable
5754
5755 2002-11-15 [colin]      0.8.5claws162
5756
5757         * src/summaryview.c
5758                 Revert too-soon integration of a feature
5759
5760 2002-11-15 [christoph]  0.8.5claws161
5761
5762         * src/imap.c
5763                 use main's implementation of imap_get_msginfo
5764
5765 2002-11-15 [christoph]  0.8.5claws160
5766
5767         * src/compose.c
5768         * src/folder.[ch]
5769         * src/imap.c
5770         * src/mbox_folder.c
5771         * src/mh.c
5772         * src/news.c
5773         * src/procmsg.c
5774         * src/summaryview.c
5775                 replace claws' fetch_msginfo with main's get_msginfo
5776                 (use main's implementation where possible)
5777
5778 2002-11-15 [colin]      0.8.5claws159
5779
5780         * src/ssl_certificate.c
5781                 Missed a check
5782
5783 2002-11-16 [melvin]     0.8.5claws158
5784
5785         * po/fr.po
5786                 Updated French translations.
5787
5788 2002-11-16 [colin]      0.8.5claws157
5789
5790         * src/ssl_certificate.c
5791                 Check for missing parts in the certificates
5792
5793 2002-11-15 [colin]      0.8.5claws156
5794
5795         * src/folderview.c
5796                 Preventive fix (missing check) found by
5797                 Alfons
5798
5799 2002-11-15 [paul]
5800
5801         * NEWS
5802                 sync with 0.8.6 release
5803
5804 2002-11-15 [colin]      0.8.5claws155
5805
5806         * src/folder.[ch]
5807           src/folderview.c
5808                 Fix error handling of folder_item_move_to()
5809                 (thanks to Alfons!)
5810
5811 2002-11-15 [colin]      0.8.5claws154
5812
5813         * src/folder.[ch]
5814           src/folderview.c
5815                 folder_item_move_to() sets an error message instead
5816                 of having GUI stuff in folder.c
5817
5818 2002-11-15 [colin]      0.8.5claws153
5819
5820         * src/procmsg.[ch]
5821                 Implemented a callback for MsgInfo updates, 
5822                 heavily copy/pasted from Christoph's folder 
5823                 callback system
5824         * src/summaryview.[ch]
5825                 Register summary_update_msg as callback
5826
5827 2002-11-14 [colin]      0.8.5claws152
5828         
5829         * src/procmsg.c
5830                 Update the FolderItem after sending (fixes 617593)
5831
5832 2002-11-14 [christoph]  0.8.5claws151
5833
5834         * src/folder.c
5835                 fix wrong position of NULL pointer check found
5836                 by Sergey
5837
5838 2002-11-14 [christoph]  0.8.5claws150
5839
5840         * src/folder.c
5841                 fix segfault when deleting messages from IMAP folders
5842                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5843
5844 2002-11-14 [colin]      0.8.5claws149
5845
5846         * src/compose.c
5847                 Forwarding was also ignoring the folder's default account.
5848
5849 2002-11-14 [colin]      0.8.5claws148
5850
5851         * src/compose.c
5852                 Fix sent folder not set to folder properties when 
5853                 forwarding.
5854
5855 2002-11-14 [thorsten]   0.8.5claws147
5856
5857         * src/inc.c
5858                 inc_start(): Files were not moved from .processing to inbox,
5859                 if no global processing rule existed
5860
5861 2002-11-14 [colin]      0.8.5claws146
5862
5863         * src/ssl_certificate
5864                 Fix file operations
5865
5866 2002-11-14 [paul]       0.8.5claws145
5867
5868         * po/it.po
5869                 updated by Alessandro Maestri
5870
5871 2002-11-13 [alfons]     0.8.5claws144
5872
5873         * src/folder.c
5874                 folder_item_close(): only mark messages unread
5875                 when a folder has new messages 
5876
5877 2002-11-13 [keith]      0.8.5claws143
5878
5879         * src/imap.c
5880                 Fix problem moving or copying between
5881                 IMAP folders
5882
5883 2002-11-13 [colin]      0.8.5claws142
5884
5885         * src/matcher_parser_parse.y
5886                 Fix rule problem when " don't match
5887
5888 2002-11-13 [christoph]  0.8.5claws141
5889
5890         * src/folder.c
5891         * src/folderview.c
5892                 moved cache saving to folder_item_close
5893                 the folderview should not have to deal with
5894                 this things
5895
5896 2002-11-13 [christoph]  0.8.5claws140
5897
5898         * src/summaryview.c
5899                 moved setting of important score to
5900                 summary_set_prefs_from_folderitem
5901
5902 2002-11-13 [colin]      0.8.5claws139
5903
5904         * src/matcher_parser_parse.y
5905                 Fix a segfault in the parser (happening when
5906                 a good expression had been tested and a bad 
5907                 one arrives)
5908
5909 2002-11-13 [paul]       0.8.5claws138
5910
5911         * sync with 0.8.5cvs24
5912                 see ChangeLog 2002-11-13
5913                 
5914         * po/pt_BR.po
5915                 updated by Fabio Jr. Beneditto
5916
5917 2002-11-13 [colin]      0.8.5claws137
5918         
5919         * src/msgcache.c
5920           src/defs.h
5921           src/procmsg.[ch]
5922                 Revert last commit, problem
5923
5924 2002-11-13 [colin]      0.8.5claws136
5925
5926         * src/msgcache.c
5927                 Remove duplicated code
5928         * src/defs.h
5929                 Bumped CACHE_VERSION and MARK_VERSION
5930         * src/procmsg.[ch]
5931                 Network endian for cache and mark files
5932
5933 2002-11-12 [colin]      0.8.5claws135
5934
5935         * src/inc.c
5936                 Fix the "socket error" dialog which disappeared
5937
5938 2002-11-12 [colin]      0.8.5claws134
5939
5940         * src/msgcache.c
5941                 Reverse last commit which had performance 
5942                 problems, but still reverse the list
5943
5944 2002-11-12 [colin]      0.8.5claws133
5945
5946         * src/msgcache.c
5947                 Reverse list order
5948
5949 2002-11-12 [melvin]     0.8.5claws132
5950
5951         * src/compose.c
5952                 Added a check for a NULL prefs_common.dictionary
5953
5954 2002-11-12 [colin]      0.8.5claws131
5955
5956         * src/ssl_certificate.[ch]
5957                 Use FQDN hostname
5958
5959 2002-11-12 [colin]      0.8.5claws130
5960
5961         * src/ssl_certificate.[ch]
5962                 Take connection port into account for 
5963                 checking certificates (a single hostname
5964                 could have multiple servers with multiple
5965                 certificates)
5966         * src/ssl.c
5967                 Pass the port to ssl_certificate_check
5968
5969 2002-11-12 [paul]       0.8.5claws129
5970
5971         * src/folder.c
5972                 fix a typo in last commit
5973
5974 2002-11-12 [paul]       0.8.5claws128
5975
5976         * sync with 0.8.5cvs23
5977                 see ChangeLog entry 2002-11-12
5978
5979 2002-11-11 [colin]      0.8.5claws127
5980
5981         * src/ssl_certificate.c
5982                 Cleaner messages
5983                 Don't popup, instead log error, if the 
5984                 corresponding pref is checked
5985         * src/ssl_certificate.h
5986                 include <openssl/objects/h>
5987
5988 2002-11-11 [colin]      0.8.5claws126
5989
5990         * src/ssl_certificate.h
5991                 _Really_ clean it
5992
5993 2002-11-11 [colin]      0.8.5claws125
5994         
5995         * src/ssl_certificate.c
5996                 Fixed leak
5997
5998 2002-11-11 [colin]      0.8.5claws124
5999
6000         * src/ssl.c
6001                 Cleaned a bit
6002         * src/ssl_certificate.[ch]
6003                 Cleaned a bit (better use of SSL API)
6004                 (This will cause non-recognition of saved 
6005                  certificates of claws12[23]...)
6006
6007 2002-11-11 [paul]       0.8.5claws123
6008         
6009         * po/es.po
6010                 updated by Ricardo Mones Lastra
6011
6012 2002-11-11 [colin]      0.8.5claws122
6013
6014         * src/ssl.c
6015                 Fix a typo
6016
6017 2002-11-11 [colin]      0.8.5claws121
6018
6019         * src/ssl_certificate.[ch] ** NEW FILES **
6020         * src/ssl.[ch]
6021                 Check SSL certificates presented to us
6022         * src/Makefile.am
6023                 Add ssl_certificate.[ch]
6024         * po/POTFILES.in
6025                 Add ssl_certificate.c
6026
6027 2002-11-11 [paul]       0.8.5claws120
6028
6029         * sync with 0.8.5cvs22
6030                 see ChangeLog 2002-11-11
6031
6032 2002-11-11 [paul]       0.8.5claws119
6033
6034         * sync with 0.8.5cvs21
6035                 see ChangeLog 2002-11-11
6036
6037 2002-11-10 [jens]       0.8.5claws118
6038
6039         * src/folder.c
6040         * src/folderview.c
6041                 corrected some typing
6042         * po/de.po
6043                 updated german translation
6044         * sylpheed.spec.in
6045                 cleaned up specfile and adjusted it for claws
6046
6047 2002-11-10 [colin]      0.8.5claws117
6048
6049         * src/summaryview.c
6050                 a STATUSBAR_PUSH/POP fix
6051
6052 2002-11-10 [colin]      0.8.5claws116
6053
6054         * src/prefs_folder_item.c
6055                 Fix hanging after opening folder properties
6056
6057 2002-11-10 [hoa]        0.8.5claws115
6058
6059         * src/matcher_parser_lex.l
6060         * src/matcher_parser_parse.y
6061                 config file for scoring and filtering is no more trashed
6062                 when there is a syntax error in a filtering rule when
6063                 editing it in a dialog.
6064
6065 2002-11-09 [colin]      0.8.5claws114
6066
6067         * src/mbox_folder.c
6068                 Added missing initialisation of folder->destroy()
6069
6070 2002-11-09 [colin]      0.8.5claws113
6071
6072         * src/folder.c
6073           src/folderview.c
6074                 Fix the status bar messages
6075
6076 2002-11-09 [colin]      0.8.5claws112
6077
6078         * src/folderview.c
6079                 Fix hangs after folder dnd, happening after 
6080                 claws109.
6081
6082 2002-11-09 [christoph]  0.8.5claws111
6083
6084         * src/folderview.c
6085                 just changed order of calls (reverse order of
6086                 associated calls)
6087         * src/inc.c
6088                 lock inc when checking only one account, otherwise
6089                 inc all could be executed at the same time
6090
6091 2002-11-09 [christoph]  0.8.5claws110
6092
6093         * src/folderview.c
6094                 better unlock the mouse cursor before calling
6095                 summary_show because it changes the cursor too
6096
6097 2002-11-09 [christoph]  0.8.5claws109
6098
6099         * src/folder.[ch]
6100         * src/folderview.c
6101                 add functions to open and close a folder
6102                 o opending will execute scanning for remote folders
6103                   and processing
6104                 o closing will unset new flag for messages
6105
6106 2002-11-09 [colin]      0.8.5claws108
6107
6108         * src/folder.c
6109                 Add a call to prefs_matcher_write_config to 
6110                 avoid non-leaf folders filtering settings to be
6111                 lost
6112
6113 2002-11-09 [paul]       0.8.5claws107
6114
6115         * src/prefs_account.c
6116                 re-word a label
6117
6118 2002-11-09 [colin]      0.8.5claws106
6119
6120         * src/folderview.c
6121                 Minor esthetic fix
6122
6123 2002-11-09 [colin]      0.8.5claws105
6124
6125         * src/folderview.c
6126                 Fix prefs_filtering deletion for MH folders (same
6127                 reason as below)
6128         * src/prefs_filtering.c
6129                 Fix prefs_filtering renaming and deletion for 
6130                 folder-based processing rules.  
6131
6132 2002-11-09 [christoph]  0.8.5claws104
6133
6134         * src/compose.c
6135         * src/folder.[ch]
6136         * src/folderview.[ch]
6137         * src/import.c
6138         * src/inc.c
6139         * src/main.c
6140         * src/mainwindow.c
6141         * src/messageview.c
6142         * src/prefs_folder_item.c
6143         * src/procmsg.c
6144         * src/summaryview.c
6145                 implement a callback system for folder item updates
6146
6147 2002-11-09 [colin]      0.8.5claws103
6148
6149         * src/folderview.c
6150                 Fix prefs_filtering renaming for MH folders (we
6151                 shouldn't rename by path as another folder could
6152                 have the same hierarchy).
6153
6154 2002-11-09 [colin]      0.8.5claws102
6155
6156         * src/folder.c
6157                 Fix a leak found by Christoph, use better variable
6158                 names
6159
6160 2002-11-09 [colin]      0.8.5claws101
6161
6162         * src/folder.c
6163                 One more fix for processing rules
6164
6165 2002-11-08 [colin]      0.8.5claws100
6166         
6167         * src/matcher.c
6168                 Don't copy the compiled regexp (will be reevaluated)
6169         * src/folderview.c
6170                 Lock folderview while moving
6171         * src/folder.c
6172                 Provide info on what's happening to the user
6173
6174 2002-11-08 [colin]      0.8.5claws99
6175
6176         * src/folderview.c
6177                 Fix folder reordering after a move if parent is 
6178                 root
6179         * src/scoring.[ch]
6180                 Add function to copy a ScoringProp
6181         * src/prefs_folder_item.c
6182                 Copy scoring rules when copying a folder prefs
6183
6184 2002-11-08 [colin]      0.8.5claws98
6185
6186         * src/folderview.c
6187                 Fixes in case of failure
6188         * src/filtering.[ch]    
6189                 Add function to duplicate a FilteringProp
6190         * src/matcher.[ch]
6191                 Add function to duplicate a MatcherProp
6192         * src/prefs_folder_item.c
6193                 Save folder's processing rules when copying 
6194                 its prefs
6195
6196 2002-11-08 [colin]      0.8.5claws97
6197         
6198         * src/folderview.c
6199                 Sort after move
6200         * src/folder.c 
6201                 Change a printf to debug_print
6202
6203 2002-11-08 [colin]      0.8.5claws96
6204
6205         * src/folder.c
6206           src/folderview.c
6207                 Fix segfaults, call me stupido
6208         
6209
6210 2002-11-08 [colin]      0.8.5claws95
6211
6212         *src/folder.c
6213                 Added forgotten prefs to save when moving folders
6214
6215 2002-11-08 [colin]      0.8.5claws94
6216
6217         * src/folder.c
6218                 Fixes to folder DND (prefs copy)
6219         * src/folderview.c
6220                 Optimization for folder DND (don't rescan whole tree)
6221                 Added folderview_create_folder_node() for this 
6222                 optimization, so de-duped a bit the code
6223         * src/prefs_folder_item.[ch]
6224                 Added prefs_folder_item_copy_prefs()    
6225           
6226 2002-11-08 [paul]       0.8.5claws93
6227
6228         * src/prefs_account.c
6229           tools/README
6230           tools/kmail2sylpheed_v2.pl
6231                 correct some typos
6232
6233 2002-11-08 [paul]       0.8.5claws92
6234
6235         * src/compose.c
6236           src/prefs_account.[ch]
6237                 remove account options 'clearsign' and 'ascii_armored',
6238                 replace with 'default_gnupg_mode' to prevent mixed-mode
6239                 Privacy settings
6240
6241 2002-11-08 [paul]       0.8.5claws91
6242
6243         * src/compose.[ch]
6244                 re-implement GnuPG 'on-the-fly' mode selection,
6245                 disallow mixed-mode
6246
6247 2002-11-08 [colin]      0.8.5claws90
6248
6249         * src/folderview.c
6250           src/prefs_folder_item.c
6251                 Change "Property" to "Properties"
6252
6253 2002-11-07 [colin]      0.8.5claws89
6254
6255         * src/folderview.c
6256           src/folder.c
6257                 Allow folder dropping to a root folder
6258
6259 2002-11-07 [paul]       0.8.5claws88
6260
6261         * src/compose.c
6262                 revert last commit
6263
6264 2002-11-07 [paul]       0.8.5claws87
6265
6266         * src/compose.c
6267                 fix reply-to-list bug. closes bug report
6268                 "[633382] reply-to-list broken in recent cvs"
6269
6270 2002-11-07 [paul]       0.8.5claws86
6271
6272         * src/compose.c
6273                 add a forgotten '#if USE_GPGME ... #endif'
6274
6275 2002-11-07 [paul]       0.8.5claws85
6276
6277         * sync with 0.8.5cvs20
6278                 see ChangeLog 2002-11-07
6279
6280 2002-11-07 [colin]      0.8.5claws84
6281
6282         * src/folder.[ch]
6283                 Change folder_item_move_to to return the newly 
6284                 created folderitem.
6285         * src/folderview.c
6286                 Select the new folderitem after moving.
6287
6288 2002-11-07 [colin]      0.8.5claws83
6289
6290         * src/prefs_filtering.c
6291                 Fix rule rewriting when moving a leaf folder to a 
6292                 shorter path
6293
6294 2002-11-07 [colin]      0.8.5claws82
6295
6296         * src/prefs_filtering.c
6297                 fix a leak
6298
6299 2002-11-07 [colin]      0.8.5claws81
6300
6301         * src/folder.[ch]
6302                 Add folder_item_move_to() function to move a 
6303                 folderitem into another one (updates matcher etc)
6304         * src/folderview.c
6305                 Add folder drag'n drop (context menu to come)
6306                 [Should be dataloss free, but Please backup before 
6307                  trying !]
6308
6309 2002-11-06 [colin]      0.8.5claws80
6310
6311         * src/mh.c
6312                 mh_create_folder() returns NULL if can't create
6313                 directory hierarchy
6314
6315 2002-11-06 [paul]       0.8.5claws79
6316
6317         * src/compose.[ch]
6318                 allow 'on-the-fly' changing of the type of encryption 
6319                 and/or signing used (mime/ascii) via the compose window
6320
6321 2002-11-06 [paul]       0.8.5claws78
6322
6323         * sync with 0.8.5cvs19
6324                 see ChangeLog 2002-11-06 for src/account.c: 
6325                 account_get_special_folder()
6326                 
6327 2002-11-05 [alfons]     0.8.5claws77
6328
6329         * src/crash.c
6330                 very minor cleanups: nothing to see here, move on. :-)
6331
6332 2002-11-05 [colin]      0.8.5claws76
6333
6334         * src/main.c
6335                 Changes choices if compose windows are opened to
6336                 Discard, Draft, Don't quit
6337
6338 2002-11-05 [thorsten]   0.8.5claws75
6339
6340         * src/compose.c
6341                 reenabled default_reply_to folder option
6342
6343 2002-11-05 [colin]      0.8.5claws74
6344
6345         * src/compose.[ch] 
6346                 add compose_draft()
6347         * src/crash.c
6348                 add SIGTERM handler
6349         * src/main.[ch]
6350                 add clean_quit() for the SIGTERM handler
6351
6352 2002-11-05 [paul]       0.8.5claws73
6353         
6354         * po/es.po
6355                 updated by Ricardo Mones Lastra
6356
6357 2002-11-05 [melvin]     0.8.5claws72
6358
6359         * src/logwindow.c
6360                 Fixed log-clipping bug #616795.
6361                 To stop logging in the log window use 0 length.
6362         * src/prefs_common.c
6363                 Added a label to inform about the 0 log length behaviour.
6364
6365 2002-11-05 [paul]       0.8.5claws71
6366
6367         * sync with 0.8.5cvs17
6368                 see ChangeLog 2002-11-05
6369
6370 2002-11-04 [paul]       0.8.5claws70
6371
6372         * sylpheed-128x128.png
6373           sylpheed-64x64.png
6374           sylpheed.png
6375                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6376                 <nikai@users.sourceforge.net>
6377                 
6378         * po/bg.po
6379                 updated by George Danchev
6380
6381 2002-11-03 [thorsten]   0.8.5claws69
6382
6383         * src/main.c
6384           src/mimeview.c
6385           src/rfc2015.h
6386                 add check if gpg is active
6387
6388 2002-11-03 [thorsten]   0.8.5claws68
6389
6390         * src/toolbar.h
6391                 removed GSList declaration causing trouble on MacOS-X
6392                 (submitted by alfons, reported by xfesty)
6393
6394 2002-11-01 [paul]       0.8.5claws67
6395
6396         * src/mainwindow.c
6397                 remove last remnants of main's filter code
6398
6399 2002-11-01 [paul]       0.8.5claws66
6400
6401         * tools/filter_conv.pl
6402                 fix bug where user-defined headers were ignored
6403
6404 2002-11-01 [paul]       0.8.5claws65
6405
6406         * src/logwindow.c
6407                 make a debug_print() not translatable
6408
6409 2002-10-31 [melvin]     0.8.5claws64
6410
6411         * ac/aspell.m4
6412                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6413                 not run any GNU/aspell test.  The dictionary path will
6414                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6415                 was given, in which case, it will be $prefix/lib/aspell/
6416         * configure.in
6417                 Fixed typo in commentary (Aspell code).
6418
6419 2002-10-31 [paul]       0.8.5claws63
6420
6421         * po/POTFILES.in
6422                 remove src/filter.c and src/prefs_filter.c
6423                 thanks to Ricardo for reminding me
6424
6425 2002-10-31 [colin]      0.8.5claws62
6426
6427         * src/mbox_folder.c
6428                 Plug some leaks
6429
6430 2002-10-31 [paul]       0.8.5claws61
6431
6432         * src/prefs_filter.[ch] ** REMOVED **
6433           src/filter.[ch]       ** REMOVED **
6434           
6435         * src/Makefile.am
6436           src/folderview.c
6437           src/inc.c
6438           src/main.c
6439           src/mainwindow.c
6440           src/mbox.c
6441           src/prefs_common.c
6442           src/prefs_filtering.c
6443           src/summaryview.[ch]
6444                 remove main's 'filter' code
6445                 
6446         README.claws
6447                 update to reflect removal of main's filter
6448
6449 2002-10-31 [paul]       0.8.5claws60
6450
6451         * src/summaryview.c
6452                 remove check for global_processing in summary_filter_open(). 
6453                 This fixes the bug where if the user uses the right-click 
6454                 'Create filter rule...' and doesn't have any filter rules 
6455                 already defined in claws' advanced filtering, the newly 
6456                 created filter rule goes to main's filtering which is 
6457                 inaccessible through the gui. Now the filter rule gets added
6458                 to claws' filtering by default.
6459
6460 2002-10-28 [melvin]     0.8.5claws59
6461
6462         * src/prefs_actions.c
6463                 Fixed bug #627322 where MIME parts were not always
6464                 correctly passed to a %p action
6465                 Display an error dialog when message filename is not found.
6466
6467 2002-10-28 [melvin]     0.8.5claws58
6468
6469         * src/prefs_common.c
6470                 Readded a missing function declaration lost in 0.8.3claws34
6471
6472 2002-10-28 [paul]       0.8.5claws57
6473
6474         * sync with 0.8.5cvs15
6475                 see ChangeLog 2002-10-28 and 2002-10-25
6476                 
6477         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6478
6479 2002-10-27 [oliver]     0.8.5claws56
6480
6481         * src/pop.c
6482                 plug leak in pop3_top_recv
6483
6484 2002-10-26 [christoph]  0.8.5claws55
6485
6486         * src/folder.c
6487                 set need_update folder flag when messages are added
6488                 (closes bug [ 626922 ] folder not updated after receiving)
6489
6490 2002-10-25 [melvin]     0.8.5claws54
6491
6492         * src/imageview.c
6493                 Fixed a memleak introduced in the scaling code.
6494
6495 2002-10-24 [alfons]     0.8.5claws53
6496
6497         * src/filtering.c
6498                 make filtering's forward message action forward from the 
6499                 correct account
6500                 (closes bug [628089 ] Filter -> Forward from address problem
6501                 reported by Oktay)
6502
6503 2002-10-24 [christoph]  0.8.5claws52
6504
6505         * src/mainwindow.c
6506         * src/manual.[ch]
6507                 o use manual of current locale or english if current
6508                   locale is not available (and english is available)
6509                 o also link to sylpheed doc project manuals
6510
6511 2002-10-23 [paul]       0.8.5claws51
6512
6513         * tools/README
6514           tools/kmail2sylpheed_v2.pl
6515                 add new version of kmail addressbook importer script.
6516                 works with newer versions of Kmail/KAddressBook which
6517                 have new and rearranged data.
6518
6519 2002-10-23 [martin]     0.8.5claws50
6520
6521         * src/folderview.c
6522         * src/summaryview.c
6523         * src/utils.h
6524         * src/utils.c
6525                 added length parameter to get_abbrev_newsgroup_name()
6526                 changed this function so that it abbreviates the newsgroup
6527                 names only so long it is smaller than the length parameter
6528                 (for better reading of some newsgroup names and space efficiency)
6529
6530 2002-10-22 [colin]      0.8.5claws49
6531
6532         *src/foldersel.c
6533                 Revert Alfons' last modification (after voting ;-))
6534
6535 2002-10-21 [alfons]     0.8.5claws48
6536
6537         * src/foldersel.c
6538                 folder view in folder selection dialog reflects state of
6539                 folder view in main window
6540
6541 2002-10-18 [alfons]     0.8.5claws47
6542
6543         * src/mbox.c
6544                 drop imported messages in folder selected by user,
6545                 and not in the inbox
6546                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6547
6548 2002-10-18 [alfons]     0.8.5claws46
6549
6550         * src/compose.c
6551                 make automagic reply work correctly for email accounts 
6552                 (whether it's viable to do a full sync with Hiro's 
6553                 compose.c is still under discussion)
6554
6555 2002-10-18 [melvin]     0.8.5claws45
6556
6557         * src/prefs_actions.c
6558                 Fixed bug #622275 where asynchroneous actions left 
6559                 zombies processes
6560                 Made (synchroneous) actions' input be displayed live.
6561
6562 2002-10-18 [christoph]  0.8.5claws44
6563
6564         * src/textview.c
6565                 don't add a newline in the textview in front of the
6566                 first textpart if header display is disabled
6567                 (closes bug [ 603385 ] disabled header display leaves blank
6568                  lin)
6569
6570 2002-10-18 [christoph]  0.8.5claws43
6571
6572         * src/folder.[ch]
6573         * src/imap.c
6574         * src/mbox_folder.c
6575         * src/mh.c
6576         * src/news.c
6577                 folder->get_num_list now returns an error code
6578                 (closes bug [ 609424 ] News cache cleared on failure)
6579                 
6580 2002-10-17 [colin]      0.8.5claws42
6581         
6582         * src/news.c
6583                 Changed a printf by debug_print
6584
6585 2002-10-16 [paul]       
6586
6587         * tools/OOo2sylpheed.pl
6588                 allow for spaces in the name of the
6589                 file to be attached.
6590
6591 2002-10-16 [colin]      0.8.5claws41
6592
6593         * src/main.c
6594                 Use a tristate to change online mode
6595
6596 2002-10-16 [paul]       0.8.5claws40
6597
6598         * po/es.po
6599                 updated by Ricardo Mones Lastra
6600
6601 2002-10-16 [colin]      0.8.5claws39
6602
6603         * src/main.c
6604           src/mainwindow.[ch]
6605                 Added --online and --offline command-line
6606                 switches
6607
6608 2002-10-15 [christoph]  0.8.5claws38
6609
6610         * src/procmime.c
6611                 set mimeinfo->name to NULL after g_free to
6612                 avoid double freeing with g_free
6613
6614 2002-10-14 [christoph]  0.8.5claws37
6615
6616         * src/compose.c
6617         * src/filtering.c
6618         * src/summaryview.c
6619                 remove calls to folder->change_flags that are now
6620                 done by procmsg flag functions (seems it is not
6621                 used by any foldertype anyway)
6622         * src/folder.c
6623                 init folder->change_flags with NULL
6624
6625 2002-10-14 [christoph]  0.8.5claws36
6626
6627         * src/folder.[ch]
6628         * src/imap.[ch]
6629                 use virtual functions for folder item new and destroy
6630                 functions
6631
6632 2002-10-14 [melvin]     0.8.5claws35
6633
6634         * src/compose.c
6635                 Added a test to not run the spell checker if no default
6636                 dictionary is available. No dialog is displayed though.
6637
6638 2002-10-14 [melvin]     0.8.5claws34
6639
6640         * src/gtkaspell.c
6641                 Fixed bug in dictionary list context menu where
6642                 "More..." pointed to an emtpy submenu if the
6643                 number of dictionaries is a multiple of 15
6644                 Removed unneeded code in suggestions list creation
6645
6646 2002-10-14 [paul]       0.8.5claws33
6647
6648         * po/bg.po
6649                 updated by George Danchev
6650
6651 2002-10-13 [hoa]        0.8.5claws32
6652
6653         * src/matcher.[ch]
6654           src/matcher_parser_parser.y
6655                 removed the escaped string from internal structure
6656                 of matcher.
6657
6658 2002-10-12 [colin]      0.8.5claws31
6659
6660         * src/gtksctree.[ch]
6661           src/summaryview.c
6662                 Removed useless function gtksctree_reanchor
6663
6664 2002-10-12 [alfons]     0.8.5claws30
6665         
6666         * sync with remaining main changes 2002-10-09 - 2002-10-11
6667         - drop changes to src/compose.c (requires claws specific changes)
6668         
6669 2002-10-12 [alfons]     0.8.5claws29
6670         
6671         * sync with main changes of 2002-10-08
6672         - drop changes to src/compose.c (requires claws specific changes)
6673         - drop changes to src/summaryview.c (requires changes to compose.c)     
6674
6675 2002-10-12 [alfons]     0.8.5claws28
6676         
6677         * sync with main changes of 2002-10-07
6678
6679 2002-10-12 [alfons]     0.8.5claws27
6680
6681         * sync with main changes of 2002-10-04
6682         - drop changes to src/compose.c (requires claws specific changes)
6683         - drop changes to src/prefs_folder_item.c (claws implementation
6684           seems to be working)
6685
6686 2002-10-12 [colin]      0.8.5claws26
6687
6688         * src/mainwindow.c
6689                 Fix folder-flicker when space-reading, introduced 
6690                 in claws22.
6691
6692 2002-10-12 [colin]      0.8.5claws25
6693
6694         * src/compose.c
6695                 Save account address when saving as draft.
6696                 (closes bug 621838)
6697
6698 2002-10-12 [colin]      0.8.5claws24
6699
6700         * src/summaryview.c
6701                 Fix the problem consisting of no message selected
6702                 after the last message in a folder has been moved.
6703
6704 2002-10-12 [paul]       0.8.5claws23
6705
6706         * src/compose.c
6707           src/prefs_template.c
6708           src/template.[ch]
6709                 add Cc and Bcc to templates. Patch submitted by
6710                 John L. Males.
6711
6712 2002-10-12 [colin]      0.8.5claws22
6713
6714         * src/folderview.c
6715                 Fix a bug after "Check for new messages":
6716                 If a folder was opened, it was still selected at
6717                 the end of the check, but displayed empty.
6718         * src/mainwindow.c
6719                 Remove unnecessary check
6720
6721 2002-10-12 [paul]
6722
6723         * tools/README
6724                 be more verbose in the description of
6725                 OOo2sylpheed.pl
6726                 
6727
6728 2002-10-11 [colin]      0.8.5claws21
6729
6730         * src/mainwindow.c
6731                 Make space work (better) when no mail is selected
6732
6733 2002-10-11 [colin]      0.8.5claws20
6734
6735         * src/inc.c
6736           src/news.c
6737                 fix warnings
6738
6739 2002-10-11 [colin]      0.8.5claws19
6740
6741         * src/mainwindow.c
6742                 revert 0.8.5claws6 changes as i couldn't get to
6743                 anything satisfying
6744
6745 2002-10-11 [melvin]     0.8.5claws18
6746
6747         * src/compose.c
6748                 Removed buggy and unused macro (should have been committed in
6749                 0.8.5claws17)
6750
6751 2002-10-11 [melvin]     0.8.5claws17
6752
6753         * src/compose.c
6754                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6755
6756 2002-10-11 [thorsten]   0.8.5claws16 
6757
6758         * src/folderview.c
6759                 remove rescan warning
6760
6761 2002-10-11 [colin]      0.8.5claws15 
6762
6763         * src/procheader.c
6764                 fix a segfault that happens if conv_unmime_header
6765                 fails (should be better to find out why it fails)
6766
6767 2002-10-11 [christoph]  0.8.5claws14
6768
6769         * src/summaryview.c
6770                 update folderview stats after ignore/unignore thread
6771
6772 2002-10-11 [hoa]        0.8.5claws13
6773
6774         * src/quote_fmt_parse.y
6775                 Fixed a yacc/bison syntax error
6776         * src/matcher.c
6777                 Escaping of string is fixed.
6778
6779 2002-10-11 [colin]      0.8.5claws12
6780
6781         * src/imageview.c
6782                 Resize images to fit
6783
6784 2002-10-11 [paul]       0.8.5claws11
6785
6786         * po/es.po
6787                 updated by Ricardo Mones Lastra
6788
6789 2002-10-10 [alfons]     0.8.5claws10
6790
6791         * src/compose.c
6792                 allow dropping files by "moving" files from a file manager,
6793                 not only by the more cumbersome "copying". the latter 
6794                 mostly implies holding down the Control button
6795
6796 2002-10-10 [christoph]  0.8.5claws9
6797
6798         * src/summaryview.c
6799                 update folders after thread building for ignored threads
6800
6801 2002-10-10 [christoph]  0.8.5claws8
6802
6803         * config/.cvsignore
6804                 added Makefile
6805         * src/filtering.[ch]
6806         * src/folder.[ch]
6807         * src/folderview.[ch]
6808         * src/import.c
6809         * src/inc.[ch]
6810         * src/mbox.[ch]
6811         * src/procmsg.c
6812         * src/summaryview.[ch]
6813                 o added new flag need_update to FolderItem
6814                 o removed folder_table from various functions from tracking
6815                   folder updates
6816                 o set need_update flags in folder.c's move, copy and delete
6817                   functions and procmsg's flags functions
6818                 o added function folderview_update_items_when_required that
6819                   updates all folders with need_update set
6820                 o call folderview_update_items_when_required instead of
6821                   folderview_update_item_foreach
6822
6823 2002-10-09 [sergey]     0.8.5claws7
6824
6825         * src/compose.c
6826                 Strip CRs whel loading the text into editor in reedit mode.
6827
6828 2002-10-09 [colin]      0.8.5claws6
6829
6830         * src/mainwindow.c
6831                 Make Space work when no mail is selected
6832
6833 2002-10-09 [colin]      0.8.5claws5
6834
6835         * src/gtksctree.[ch]
6836                 Fix range_select
6837                 Add gtk_sctree_reanchor() 
6838         * src/summaryview.c
6839                 Use gtk_sctree_reanchor() - better fix for 
6840                 bug 60413
6841
6842 2002-10-09 [colin]      0.8.5claws4
6843
6844         * src/summaryview.c
6845                 Fix shift-click select after delete problem
6846                 (closes bug 60413)
6847
6848 2002-10-08 [thorsten]   0.8.5claws3
6849
6850         * src/summaryview.c
6851                 exclude current msg from -hide read messages-
6852
6853 2002-10-08 [colin]      0.8.5claws2
6854
6855         * src/inc.[ch]
6856           src/pop.c
6857           src/recv.c
6858                 Differentiate socket errors from disk full
6859                 errors
6860
6861 2002-10-08 [christoph]  0.8.5claws1
6862
6863         * Makefile.am
6864         * configure.in
6865                 modifications for new config directory
6866
6867         * config.guess  ** REMOVED **
6868         * config.sub    ** REMOVED **
6869         * install-sh    ** REMOVED **
6870         * ltmain.sh     ** REMOVED **
6871         * missing       ** REMOVED **
6872         * mkinstalldirs ** REMOVED **
6873                 these files are autogenerated by automake
6874                 when you run autogen.sh
6875
6876         * config/.cvsignore     ** NEW FILE **
6877         * config/Makefile.am    ** NEW FILE **
6878                 ignore autogenerated files
6879                 create a Makefile in this directory
6880
6881 2002-10-08 [paul]       0.8.5claws
6882
6883         * 0.8.5claws release
6884         
6885         * src/compose.c
6886           src/procheader.c
6887           src/procmsg.c
6888                 fix quote reply format for newsgroups reply bug
6889                 (thanks to Hoa)
6890                 
6891         * po/en_GB.po
6892           po/pl.po
6893                 updated by me and Witold Wladyslaw Wojciech Wilk
6894                 repectively
6895
6896 2002-10-07 [paul]       0.8.3claws53
6897
6898         * po/it.po
6899           po/pt_BR.po
6900           po/sr.po
6901                 updated messages catalogs, submitted by
6902                 Alessandro Maestri, Fabio Jr.Beneditto 
6903                 and Urke MMI, respectively.
6904
6905 2002-10-07 [christoph]  0.8.3claws52
6906
6907         * src/folder.[ch]
6908         * src/folderview.c
6909         * src/mainwindow.c
6910                 fix new folder ghost message bug
6911                 (closes bug [ 619722 ] wrong count for newly created folders)
6912
6913 2002-10-07 [christoph]  0.8.3claws51
6914
6915         * src/compose.c
6916                 fix news posting problem
6917
6918 2002-10-07 [melvin]     0.8.3claws50
6919
6920         * po/fr.po
6921                 Updated French translation
6922
6923 2002-10-05 [christoph]  0.8.3claws49
6924
6925         * src/gtkstext.c
6926                 check if line_start_cache is set in gtk_stext_update_text
6927                 (closes bug [ 618119 ] crash while doing search in folder)
6928
6929 2002-10-05 [christoph]  0.8.3claws48
6930
6931         * src/imap.c
6932         * src/news.c
6933         * src/utils.c
6934         * src/utils.h
6935                 implement cache cleanups for claws' folder system
6936                 (closes bug [ 595916 ] imapcache not cleaned up)
6937
6938 2002-10-05 [melvin]     0.8.3claws47
6939
6940         * src/prefs_actions.c
6941                 Made the help text more clear for the %p token
6942
6943 2002-10-04 [paul]       0.8.3claws46
6944
6945         * sync with 0.8.5
6946                 see ChangeLog 2002-10-02 and 2002-10-03
6947
6948 2002-10-04 [christoph]  0.8.3claws45
6949
6950         * src/inc.c
6951                 fix segfault caused by pop before smtp
6952                 call to inc_account_mail with NULL
6953                 pointer for mainwin
6954
6955 2002-10-04 [paul]       0.8.3claws44
6956
6957         * configure.in
6958                 sync the LDAP detection from 0.8.5cvs1
6959
6960 2002-10-02 [christoph]  0.8.3claws43
6961
6962         * po/de.po
6963                 fix small spelling error
6964
6965 2002-10-02 [melvin]     0.8.3claws42
6966
6967         * ac/aspell.m4
6968                 Behave better and say "no" when test program cannot be run.
6969
6970 2002-10-02 [paul]       0.8.3claws41
6971
6972         * sync with 0.8.4cvs1
6973                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6974                 
6975         * src/summaryview.c
6976                 toggle the behavior of Reply menuitem between
6977                 normal reply and reply-to-list
6978
6979 2002-10-01 [sergey]     0.8.3claws40
6980
6981         * src/compose.c
6982                 Convert newlines in the message text to the canonical form
6983                 before base64 encoding (RFC2045 compliance, fixes some
6984                 interoperability issues with Evolution 1.0.3)
6985
6986 2002-09-29 [colin]      0.8.3claws39
6987
6988         * src/summaryview.c
6989                 Fix an unwanted copy/paste
6990
6991 2002-09-29 [colin]      0.8.3claws38
6992
6993         * src/mainwindow.c
6994                 Renamed "Custom toolbar" to "Customize toolbar"
6995                 Renamed "Show all header" to "Show all headers"
6996                 Renamed "Set diplay item" to "Set displayed items"
6997         * src/prefs_common.c
6998                 Renamed "Show all header" to "Show all headers"
6999         * src/prefs_summary_column.c
7000                 Renamed "diplay item" to "displayed items"
7001
7002 2002-09-29 [colin]      0.8.3claws37
7003
7004         * src/mainwindow.[ch]
7005                 online/offline status pixmaps follow theme
7006                 changes
7007         * src/summaryview.[ch]
7008                 quicksearch pixmap follows theme changes
7009
7010 2002-09-29 [thorsten]   0.8.3claws36
7011
7012         * src/compose.c
7013           src/prefs_folder_item.[ch]
7014                 add default_reply_to folder option (closes patch 581044)
7015
7016 2002-09-29 [christoph]  0.8.3claws35
7017
7018         * acconfig.h    ** REMOVED **
7019         * configure.in
7020         * ac/aspell.m4
7021         * ac/check-type.m4
7022         * ac/gnupg-check-typedef.m4
7023                 fix autoheader 2.50 warning
7024
7025 2002-09-29 [christoph]  0.8.3claws34
7026
7027         * major code cleanup (part 2)
7028         
7029                 - unused variables removed
7030                 - unused functions removed
7031                 - uninitialized variables checked
7032                 - missing return statements added
7033                 - missing function return types added
7034                 - added parentheses around assignment
7035                   when suggested by gcc
7036
7037 2002-09-29 [alfons]     0.8.3claws33
7038
7039         * src/logwindow.c
7040                 log_window_clear(): only bracket gtk_text_forward_delete() 
7041                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7042                 works around GTK text bug)
7043
7044 2002-09-29 [paul]       0.8.3claws32
7045
7046         * po/bg.po
7047           po/sr.po
7048                 updated by George Danchev and Urke MMI
7049                 respectively
7050
7051 2002-09-27 [christoph]  0.8.3claws31
7052
7053         * doc-src/readme.txt
7054         * doc-src/rfc1806.txt   ** REMOVED **
7055         * doc-src/rfc2183.txt   ** NEW FILE **
7056         * doc-src/rfc2980.txt   ** NEW FILE **
7057                 update rfcs
7058
7059 2002-09-27 [melvin]     0.8.3claws30
7060
7061         * ac/aspell.m4
7062                 Fixed typo which could break linking
7063
7064 2002-09-27 [melvin]     0.8.3claws29
7065
7066         * ac/aspell.m4
7067                 Improved GNU/aspell checking. 
7068                 Fixed bug #614490
7069
7070 2002-09-27 [paul]       0.8.3claws28
7071
7072         * sync with 0.8.3cvs8
7073                 see ChangeLog 2002-09-27
7074
7075 2002-09-26 [colin]      0.8.3claws27
7076
7077         * src/toolbar.[ch]
7078           src/mainwindow.[ch]
7079                 Add "Reply to Mailing-list" to the toolbar
7080
7081 2002-09-26 [christoph]  0.8.3claws26
7082
7083         * src/summaryview.c
7084                 Fix wrong message counts in summaryview status
7085
7086 2002-09-26 [paul]       0.8.3claws25
7087
7088         * sync with 0.8.3cvs7
7089                 see ChangeLog 2002-09-26
7090
7091 2002-09-26 [paul]       0.8.3claws24
7092
7093         * sync with 0.8.3cvs6
7094                 see ChangeLog 2002-09-25
7095
7096 2002-09-25 [christoph]  0.8.3claws23
7097
7098         * src/prefs_common.c
7099         * src/prefs_folder_item.c
7100         * src/prefs_scoring.c
7101                 Renamed "kill score" to "hide score" in GUI
7102                 and prefs files
7103
7104 2002-09-25 [paul]       0.8.3claws22
7105
7106         * sync with 0.8.3cvs5
7107                 see ChangeLog 2002-09-24
7108
7109 2002-09-24 [alfons]     0.8.3claws21
7110
7111         patch by Satoshi Nagayasu: allows appending / saving multiple 
7112         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7113         'Save as ...'")
7114
7115         * AUTHORS
7116                 add Satoshi Nagayasu
7117         * src/summaryview.c
7118                 summary_save_as(): allow saving selected files to
7119                 one file
7120                 summary_set_menu_sensitive: enable "Save As..." when
7121                 multiple files are selected
7122         * src/utils.[ch]
7123                 append_file(): new function
7124
7125 2002-09-24 [colin]      0.8.3claws20
7126
7127         * src/procmime.c
7128                 Fix segfault when mimeinfo doesn't have a 
7129                 content_type. 
7130
7131 2002-09-24 [colin]      0.8.3claws19
7132
7133         * src/prefs_common.[ch]
7134                 Add a preference to display send dialog or not
7135         * src/send.c
7136                 Display send dialog according to preference
7137
7138 2002-09-24 [colin]      0.8.3claws18
7139
7140         * src/compose.[ch]
7141                 Disable user actions when sending
7142
7143 2002-09-24 [colin]      0.8.3claws17
7144
7145         * src/procmime.c
7146                 Do not display name or filename for attachments
7147                 with an application/pgp-signature type
7148                 (security flaw, see bug 537413)
7149
7150 2002-09-23 [colin]      0.8.3claws16
7151
7152         * src/editaddress.c
7153                 Initialize entry_email, entry_alias and 
7154                 entry_remarks to first email address of the list
7155
7156 2002-09-23 [colin]      0.83claws15
7157
7158         * src/compose.c
7159                 Drop pgp-signature when reediting a signed queued
7160                 message
7161
7162 2002-09-23 [melvin]     0.8.3claws14
7163
7164         * po/fr.po
7165                 Updated French translation
7166
7167 2002-09-23 [melvin]     0.8.3claws13
7168
7169         * src/mainwindow.c
7170                 Made custom toolbar menu labels more consistent
7171         * src/prefs_toolbar.c
7172                 Made custom toolbar window title more consistent
7173
7174 2002-09-22 [colin]      0.8.3claws12
7175
7176         * src/inc.c
7177                 Initialize session type to normal before getting 
7178                 mail (fixes strange Get behaviour)
7179         * src/prefs_account.h
7180                 Move STYPE_POP_BEFORE_SMTP to last position to 
7181                 avoid other side-effects
7182
7183 2002-09-22 [colin]      0.8.3claws11
7184
7185         * src/prefs_account.c
7186                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7187                 from pop3 to apop or vice-versa
7188
7189 2002-09-22 [colin]      0.8.3claws10
7190         
7191         * src/prefs_account.[ch]
7192                 Add an option for the POP before SMTP timeout
7193         * src/inc.c
7194                 Remember time of last POP connection
7195         * src/send.c
7196                 Do POP before SMTP only if timeout reached
7197
7198 2002-09-22 [oliver]     0.8.3claws9
7199         
7200         * README.claws
7201                 explain custom toolbar
7202
7203 2002-09-22 [oliver]     0.8.3claws8
7204
7205         * src/prefs_actions.[ch]
7206         custom toolbar for compose      
7207                 actions callback from compose toolbar
7208         * src/folderview.c
7209                 remove include toolbar.h
7210
7211 2002-09-22 [oliver]     0.8.3claws7
7212         
7213         * src/prefs_toolbar.[ch]
7214                 custom toolbar for compose
7215                 - generic prefs_toolbar handles both
7216                   Mainwin's toolbar as well as Compose toolbar          
7217
7218 2002-09-22 [oliver]     0.8.3claws6
7219         
7220         * src/toolbar.[ch]
7221                 custom toolbar for compose
7222                 restructure toolbar.[ch]
7223
7224 2002-09-22 [oliver]     0.8.3claws5
7225
7226         * src/compose.[ch]
7227                 custom toolbar for compose
7228
7229 2002-09-22 [oliver]     0.8.3claws4
7230         
7231         * src/mainwindow.[ch]
7232                 custom toolbar for compose 
7233                 move mainwin toolbar back to mainwindow
7234
7235 2002-09-22 [alfons]     0.8.3claws3
7236
7237         * src/procmsg.c
7238                 :%sno/if(/if (/gc
7239                 :%sno/for(/for (/gc
7240                 (beautify)
7241
7242 2002-09-22 [alfons]     0.8.3claws2
7243         
7244         * src/procmsg.c
7245                 procmsg_save_to_outbox(): don't unlink message file from queue;
7246                 callers should do it using folder_item_remove_msg()
7247
7248 2002-09-22 [colin]      0.8.3claws1
7249
7250         * src/mimeview.[ch]
7251                 Made mimeview_check_signature() public
7252         * src/textview.c
7253                 Made GPG signatures verifiable by clicking
7254                 the [application/pgp-signature] in the Text
7255                 view
7256
7257 2002-09-22 [paul]       0.8.3claws
7258
7259         * po/bg.po
7260           po/en_GB.po
7261           po/es.po
7262           po/it.po
7263           po/pl.po
7264           po/pt_BR.po
7265           po/sr.po
7266                 updated translations, submitted by George Danchev,
7267                 me, Ricardo Mones Lastra, Alessandro Maestri,
7268                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7269                 and Urke MMI, respectively.     
7270
7271 2002-09-22 [alfons]     0.8.2claws65
7272
7273         * src/procmsg.c
7274         * src/pgptext.c
7275                 no furry valgrinds have been used to plug these memleaks
7276
7277 2002-09-20 [paul]       0.8.2claws64
7278
7279         * sync with 0.8.3cvs4
7280                 'Select thread' re-implemented 
7281                 see ChangeLog 2002-09-20
7282
7283 2002-09-21 [alfons]     0.8.2claws63
7284
7285         * src/compose.c
7286                 compose_send(): plug unnoticed memleak
7287
7288 2002-09-20 [alfons]     0.8.2claws62
7289
7290         * src/addr_compl.c
7291                 replace_address_in_edit(): strict check for NULL address to
7292                 fix "[ 607348 ] Segfault in address completion". My guess is
7293                 that this happens with an empty address book, but it's good
7294                 to have this check here anyway
7295                 
7296                 completion_window_button_press(): free string returned 
7297                 from the internal cache
7298
7299 2002-09-20 [christoph]  0.8.2claws61
7300
7301         * src/procmime.h
7302                 added ENC_BINARY to EncodingType
7303         * src/procmime.c
7304                 the string returned by procmime_get_encoding_str
7305                 should not depend on the order of values in the
7306                 EncodingType definition
7307         * doc-src/rfc1806.txt   ** NEW FILE **
7308                 Added rfc1806 about MIME Content-Disposition
7309                 Extension
7310
7311 2002-09-19 [paul]       0.8.2claws60
7312
7313         * sync with 0.8.2cvs3
7314                 see ChangeLog 2002-09-19
7315
7316 2002-09-19 [paul]       0.8.2claws59
7317
7318         * src/prefs_folder_item.c
7319                 revert to Darko's original alignment of colour
7320                 selector button
7321                 add a colon to folder_color label
7322                 
7323         * src/compose.c
7324                 add Colin's patch (with Hiro's modifications) to 
7325                 force BASE64 encoding for 8-bit text when signing
7326                 (sync with 0.8.3cvs2)
7327
7328 2002-09-18 [alfons]     0.8.2claws58
7329
7330         * src/compose.c
7331                 :%sno/if(/if (/gc
7332                 :%sno/for(/for (/gc
7333                 (beautify a little bit)
7334
7335 2002-09-18 [christoph]  0.8.2claws57
7336
7337         * src/pine.c
7338                 fix handling of fgetc return value
7339
7340 2002-09-17 [alfons]     0.8.2claws56
7341         
7342         * src/summaryview.c
7343                 summary_sort(): check non-NULL summaryview->folder_item when no 
7344                 folder is selected at all
7345                 (closes "[ 610344 ] sort label make syl Crash")
7346
7347 2002-09-17 [alfons]     0.8.2claws55
7348         
7349         * src/compose.c
7350                 beautify a little bit
7351
7352 2002-09-17 [christoph]  0.8.2claws54
7353
7354         * src/folder.c
7355                 initialize max values for cache and folder
7356                 when cache or folder is empty
7357
7358 2002-09-15 [colin]      0.8.2claws53
7359
7360         * src/compose.c
7361                 Fix a leak (thanks Alfons!) and cleaned
7362                 variables names for custom headers
7363
7364 2002-09-15 [colin]      0.8.2claws52
7365
7366         * src/compose.c
7367                 Fix custom headers recognition when
7368                 prefs_common.trans_hdr is on
7369
7370 2002-09-15 [colin]      0.8.2claws51
7371
7372         * src/compose.c
7373                 Allow dynamically-added custom headers
7374                 Yet not reparsed if reedited
7375
7376 2002-09-15 [alfons]     0.8.2claws50
7377
7378         * src/prefs_account.c
7379                 fix warnings
7380
7381 2002-09-15 [colin]      0.8.2claws49
7382         
7383         * src/prefs_account.c
7384                 fix pop_before_smtp sensitivity
7385
7386 2002-09-15 [colin]      0.8.2claws48
7387
7388         * src/inc.[ch]
7389                 add inc_pop_before_smtp()
7390                 allow MainWindow to be undefined in 
7391                 inc_account_mail() and inc_start()
7392         * src/pop.c
7393           src/prefs_account.h
7394                 add STYPE_POP_BEFORE_SMTP session type
7395         * src/prefs_account.c
7396                 activated pop before smtp option
7397         * src/send.c
7398                 do pop before smtp if the relevant option 
7399                 is set
7400
7401 2002-09-15 [paul]       0.8.2claws47
7402
7403         * sync with 0.8.3
7404                 see ChangeLog 2002-09-15
7405
7406 2002-09-14 [paul]       0.8.2claws46
7407
7408         * po/bg.po
7409                 updated Bulgarian translation, submitted by
7410                 George Danchev
7411
7412 2002-09-13 [paul]       0.8.2claws45
7413
7414         * src/compose.c
7415                 merge claws' select_account() with main's
7416                 (new) compose_select_account(). [sync with
7417                 0.8.2cvs15, see ChangeLog 2002-09-11]
7418
7419 2002-09-12 [christoph]  0.8.2claws44
7420
7421         * src/filter.c
7422                 allocate 1 elements of FolderItem not 0
7423
7424 2002-09-12 [colin]      0.8.2claws43
7425
7426         * src/compose.c
7427                 Fix bug #590825 (obey Follow-up: poster)
7428
7429 2002-09-12 [colin]      0.8.2claws42
7430
7431         * src/procmime.c
7432                 Fix bug #557009 (wrong headers for messages 
7433                 forwarded as attachments)
7434
7435 2002-09-11 [colin]      0.8.2claws41
7436         
7437         * src/compose.c
7438                 Put SCF: pseudo-header on top of message
7439                 Set draft tmp_flag when saved as draft
7440
7441         * src/procmsg.c
7442           src/procheader.c
7443                 Skip after first \n\n for beginning of real message
7444                 for drafts too
7445
7446 2002-09-11 [christoph]  0.8.2claws40
7447
7448         * src/filtering.c
7449                 use procmsg flag functions in filtering or processing
7450                 will cause incorrect folder message counts
7451
7452 2002-09-11 [colin]      0.8.2claws39
7453
7454         * src/compose.c
7455                 Fix bug #550175 - wrong save folder when reediting
7456                 drafts
7457
7458 2002-09-11 [paul]       0.8.2claws38
7459
7460         * sync with 0.8.2cvs14
7461                 see ChangeLog 2002-09-11
7462
7463 2002-09-11 [colin]      0.8.2claws37
7464
7465         * src/folder.c
7466                 Fix a typo (seeming to cause new/unread status to
7467                 be lost)
7468
7469 2002-09-10 [christoph]  0.8.2claws36
7470
7471         * src/compose.c
7472                 compose_redirect should not use compose_generic_new
7473                 because that does more stuff than expected including
7474                 opening the external editor
7475                 (closes bug "[ 526608 ] bounced messages appear blank
7476                  in editor")
7477
7478 2002-09-10 [christoph]  0.8.2claws35
7479
7480         * src/folder.c
7481                 fix problem with too large message number range
7482                 causing a crash in folder_item_scan
7483
7484 2002-09-10 [paul]       0.8.2claws34
7485
7486         * sync with 0.8.2cvs13
7487                 see ChangeLog 2002-09-10
7488
7489 2002-09-10 [christoph]  0.8.2claws33
7490
7491         * src/msgcache.c
7492                 set MsgInfo TmpFlags for queue and draft folders
7493                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7494
7495 2002-09-10 [paul]       0.8.2claws32
7496
7497         * AUTHORS
7498           po/bg.po      ** NEW FILE **
7499                 new Bulgarian translation submitted by
7500                 George Danchev <danchev@spnet.net>
7501                 
7502         * tools/Makefile.am
7503           tools/README
7504           tools/tb2sylpheed     ** NEW FILE **
7505                 add script that converts an addressbook exported
7506                 from The Bat! into a Sylpheed addressbook. Submitted
7507                 by Urke MMI <urke-kg@eunet.yu>
7508
7509 2002-09-10 [paul]       0.8.2claws31
7510
7511         * sync with 0.8.2cvs12
7512                 see ChangeLog 2002-09-10
7513
7514 2002-09-06 [paul]       0.8.2claws30
7515
7516         * src/prefs_common.c
7517                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7518                 
7519         * tools/Makefile.am
7520           tools/README
7521           tools/ldif-to-xml.py  ** REMOVED **
7522                 remove obsolete python script
7523
7524 2002-09-06 [paul]       0.8.2claws29
7525
7526         * sync with 0.8.2cvs10
7527                 see ChangeLog 2002-09-06
7528
7529 2002-09-04 [paul]       0.8.2claws28
7530
7531         * sync with 0.8.2cvs9
7532                 see ChangeLog 2002-08-04
7533
7534 2002-09-04 [colin]      0.8.2claws27 
7535
7536         * src/prefs_common.[ch]
7537                 Added signature color configuration
7538         * src/textview.c
7539                 Use user-specified signature color
7540
7541 2002-09-03 [colin]      0.8.2claws26
7542
7543         * src/prefs_common.[ch]
7544                 Added autosave and autosave_length prefs
7545         * src/compose.c
7546                 Added compose_remove_draft()
7547                 Auto-save drafts according to the prefs
7548         * src/main.c
7549                 Added a crash-indicator file, allowing to check
7550                 for new messages on startup if Sylpheed crashed
7551                 (makes saved drafts "reappear")
7552
7553 2002-09-03 [colin]      0.8.2claws25
7554
7555         * src/textview.[ch]
7556                 Grey the signature
7557
7558 2002-09-03 [paul]       0.8.2claws24
7559
7560         * sync with 0.8.2cvs8
7561                 see ChangeLog 2002-09-02 and 2002-09-03
7562
7563 2002-09-03 [darko]      0.8.2claws23
7564
7565         * src/folderview.c
7566                 use normal style when creating new folder to pick
7567                 proper font size 
7568
7569 2002-09-02 [melvin]     0.8.2claws22
7570
7571         * src/gtkaspell.m4
7572                 removed some obsolete code
7573
7574 2002-09-02 [melvin]     0.8.2claws21
7575
7576         * ac/aspell.m4
7577                 fixed test's equality sign (== to =)
7578
7579 2002-09-02 [alfons]     0.8.2claws20
7580
7581         * src/folder.c
7582         * src/mh.c
7583                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7584                 as folder->destroy virtual as suggested by Hiro
7585                 (the mh.c code seems to have been lost around mh.c.1.21)
7586
7587 2002-09-02 [paul]       0.8.2claws19
7588
7589         * po/pt_BR.po
7590                 updated by Fabio Jr. Beneditto
7591                 
7592         * src/defs.h
7593                 use 'http://claws.sylpheed.org' for homepage link. 
7594                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7595
7596 2002-09-01 [alfons]     0.8.2claws18
7597
7598         * src/mh.c
7599                 plug memleak related to one Martin Kluge found
7600
7601 2002-08-31 [paul]       0.8.2claws17
7602
7603         * sync with 0.8.2cvs6
7604                 see ChangeLog 2002-08-30
7605
7606 2002-08-31 [alfons]     0.8.2claws16
7607
7608         * src/folder.c
7609                 folder_destroy(): remove mailbox from folderlist even if it has
7610                 no destroy virtual
7611
7612 2002-08-31 [alfons]     0.8.2claws15
7613
7614         * src/folder.c
7615                 :%sno/if(/if (/gc
7616                 :%sno/for(/for (/gc
7617                 (being pedantic I know)
7618
7619 2002-08-31 [alfons]     0.8.2claws14
7620
7621         * src/folder.c
7622                 check for NULL pointers returned from folder->fetch_msginfo virtual
7623                 (should solve some reported crashes)
7624
7625 2002-08-30 [alfons]     0.8.2claws13
7626
7627         * acconfig.h
7628         * configure.in
7629         * src/crash.c
7630                 enable crash dialog on compilation time
7631                 (--enable-crash-dialog configure option)
7632
7633 2002-08-30 [alfons]     0.8.2claws12
7634
7635         * AUTHORS
7636                 add Martin Kluge
7637         * src/mh.c
7638                 apply memory leak plug patch by Martin Kluge
7639                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7640                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7641                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7642
7643 2002-08-30 [darko]      0.8.2claws11
7644
7645         * src/folderview.c
7646                 copy Gtk style from normal style to match
7647                 font size for coloured folders
7648
7649 2002-08-29 [alfons]     0.8.2claws10
7650
7651         * sylpheed.desktop
7652                 Type=Internet <- Type=Application
7653                 (reported by Michael Schwendt, see:
7654                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7655                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7656
7657 2002-08-29 [paul]       0.8.2claws9
7658
7659         * sync with 0.8.2cvs5
7660                 see ChangeLog 2002-08-29
7661
7662 2002-08-29 [colin]      0.8.2claws8
7663
7664         * src/summaryview.c
7665                 Added a sanity check in summary_select_thread
7666                 Should fix bug 601605
7667
7668 2002-08-29 [colin]      0.8.2claws7
7669
7670         * src/main.c
7671                 Revert claws6 changes regarding bug #591676
7672
7673 2002-08-28 [colin]      0.8.2claws6
7674         
7675         * src/main.c
7676                 Ignore cache for queue folderitems
7677                 Fix bug #591676
7678
7679 2002-08-28 [melvin]     0.8.2claws5
7680
7681         * README.claws
7682                 Fixed typos.
7683
7684 2002-08-28 [melvin]     0.8.2claws4
7685
7686         * README.claws
7687                 Updated a bit the text concerning the spell checker
7688
7689 2002-08-28 [melvin]     0.8.2claws3
7690
7691         Merged the GNU_aspell_branch:
7692                 Support of new GNU/aspell is now included and the old pspell
7693                 is not supported anymore.
7694                 See README.claws
7695
7696         * README.claws
7697                 Updated spell checker text to reflect the switch to GNU/aspell
7698
7699         * ac/aspell.m4          *** NEW ***
7700         * src/gtkaspell.[ch]    *** NEW *** 
7701         * ac/pspell.m4          *** DELETED *** 
7702         * src/gtkspell.[ch]     *** DELETED ***
7703
7704         * ac/Makefile.am
7705                 Updated for GNU/aspell support
7706
7707         * po/POTFILES.in
7708                 Replaced gtkspell.c by gtkaspell.c
7709
7710         * acconfig.h
7711         * src/Makefile.am
7712         * src/about.c
7713         * src/compose.[ch]
7714         * src/crash.c
7715         * src/main.c
7716         * src/prefs_common.[ch]
7717                 Updated for GNU/aspell support
7718
7719 2002-08-28 [paul]       0.8.2claws2
7720
7721         * sync with 0.8.2cvs4
7722                 see ChangeLog 2002-08-27 and 2002-08-28
7723
7724 2002-08-28 [colin]      0.8.2claws1
7725
7726         * src/summary_search.c
7727                 Added "AND search"
7728
7729 2002-08-28 [jens]       0.8.2claws
7730
7731         *po/de.po
7732                 Updated German translations
7733
7734 2002-08-27 [melvin]     0.8.2claws
7735
7736         * po/fr.po
7737                 Updated French translations
7738
7739 2002-08-27 [paul]       0.8.2claws
7740
7741         * sync with 0.8.2 main release
7742
7743         * po/en_GB.po
7744           po/es.po
7745           po/it.po
7746           po/pl.po
7747           po/pt_BR.po
7748           po/sr.po
7749                 updated message catalogs submitted by
7750                 Ricardo Mones Lastra, Alessandro Maestri,
7751                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7752                 Beneditto and Urke MMI  
7753
7754 2002-08-27 [hoa]        0.8.1claws123
7755
7756         * src/mainwindow.[ch]
7757         * src/summaryview.[ch]
7758                 removed the "filter setting" menu option.
7759                 add a "cancel a news message" menu option.
7760
7761 2002-08-26 [martin]     0.8.1claws122
7762
7763         * ChangeLog.claws
7764                 changed string under 0.8.1claws79 changed by myself
7765                 i'm sorry alfons :(
7766
7767 2002-08-26 [martin]     0.8.1claws121
7768
7769         * src/crash.c
7770                 added kill command to debuggerrc to start crash dialog
7771
7772 2002-08-26 [paul]       0.8.1claws120
7773
7774         * sync with 0.8.1cvs31
7775                 see ChangeLog 2002-08-26
7776
7777 2002-08-25 [alfons]     0.8.1claws119
7778
7779         * src/procmsg.c
7780                 fix bug that didn't send out correct headers to news server
7781                 when sending news article and email from queue (bug reported
7782                 and patch provided by Tim Mann; closes bug 
7783                 "[ 583196 ] 0.7.8claws can't post news")
7784
7785 2002-08-25 [alfons]     0.8.1claws118
7786
7787         * src/selective_download.c
7788                 mark two strings as translatable
7789                 (thanks to Urke MMI for pointing this out)
7790
7791 2002-08-25 [alfons]     0.8.1claws117
7792
7793         * src/summaryview.c
7794                 treat sent boxes as special and allow sorting them by addressee
7795                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7796                 submitted by Steve Lamb)
7797
7798 2002-08-24 [alfons]     0.8.1claws116
7799
7800         * src/matcher.c
7801                 fix memleak reported by Martin Kluge
7802                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7803
7804 2002-08-24 [oliver]     0.8.1claws115
7805
7806         * src/prefs_toolbar.c
7807                 o code cleanup as suggested by Alfons
7808                 o memleak fix
7809
7810 2002-08-24 [alfons]     0.8.1claws114
7811
7812         * src/summaryview.c
7813                 o fix another memory leak reported by Martin Kluge
7814                   (see "[ 599568 ] Small Memory Leak")
7815                 o remove 'from' variable from 'summary_set_header()'; we can
7816                   do with just 'to' 
7817
7818 2002-08-24 [paul]       0.8.1claws113
7819
7820         * sync with 0.8.1cvs30
7821                 see ChangeLog 2002-08-23
7822
7823 2002-08-24 [alfons]     0.8.1claws112
7824
7825         * src/summaryview.c
7826                 remove unnecessary allocations for search bar fixing leaks
7827                 reported by Martin Kluge
7828                 (see "[ 599451 ] Further memory leaks?")
7829
7830 2002-08-24 [alfons]     0.8.1claws111
7831
7832         * src/main.c
7833                 make get_socket_name() public for crash.c
7834         * src/crash.c
7835                 o make report bug button work (goes to claws' 
7836                   bug tracker at sf.net)
7837                 o introduce function for doing important stuff just
7838                   before claws goes down
7839                 o clean up code 
7840
7841 2002-08-24 [alfons]     0.8.1claws110
7842
7843         * src/compose.c
7844                 move cursor to "To" entry when forwarding as attachment
7845                 (reported and solved by Steve Lamb, closes bug report
7846                 "[ 592880 ] Forward as attachment; cursor not in to")
7847
7848 2002-08-24 [colin]      0.8.1claws109
7849
7850         * src/mainwindow.c
7851                 fix quick search visibility after GUI (de)separations.
7852
7853 2002-08-23 [colin]      0.8.1claws108
7854
7855         * src/mainwindow.c
7856                 fix header pane visibility after folderview or
7857                 messageview (de)separation
7858
7859 2002-08-23 [paul]       0.8.1claws107
7860
7861         * src/mainwindow.[ch]
7862           src/toolbar.c
7863                 give full control of display or non-display 
7864                 of the Execute icon to Custom toolbar settings.
7865                 add new sensitivity condition to maninwindow.h: 
7866                 M_DELAY_EXEC
7867
7868         * ChangeLog
7869           ChangeLog.jp
7870           NEWS
7871                 more sync with 0.8.1cvs29
7872
7873 2002-08-23 [melvin]     0.8.1claws106
7874
7875         * src/alertpanel.c
7876                 Readded support for custom widget in alertpanel lost in last
7877                 sync.
7878
7879 2002-08-23 [paul]       0.8.1claws105
7880
7881         * sync with 0.8.1cvs29
7882                 see ChangeLog 2002-08-23
7883
7884 2002-08-23 [colin]      0.8.1claws104
7885
7886         * src/summaryview.c
7887                 Fix folder and search pixmaps exchanging positions
7888                 after theme or toolbar changes. Thank to Oliver for 
7889                 reporting this.
7890
7891 2002-08-23 [colin]      0.8.1claws103
7892
7893         * src/mainwindow.c
7894           src/messageview.[ch]
7895           src/noticeview.[ch]
7896           src/summaryview.c
7897                 Changed messageview_create() and noticeview_create()
7898                 to avoid the last gdk_warning
7899
7900 2002-08-22 [colin]      0.8.1claws102
7901
7902         * src/summaryview.c
7903                 Fix my new `Creating pixmap from xpm' warning
7904
7905 2002-08-22 [colin]      0.8.1claws101
7906
7907         * src/mainwindow.c
7908                 Fix some of the gdk warnings
7909
7910 2002-08-22 [colin]      0.8.1claws100
7911
7912         * src/Makefile.am
7913         * src/stock_pixmap.c
7914         * src/stock_pixmap.h
7915         * src/pixmaps/quicksearch.xpm *ADDED*
7916                 Add the quicksearch pixmap
7917         * src/mainwindow.c
7918         * src/summaryview.c
7919         * src/summaryview.h
7920                 Make quicksearch bar visible/hidden via a button
7921
7922 2002-08-22 [christoph]  0.8.1claws99
7923
7924         * src/folder.c
7925                 fix folder update for newsgroups with message
7926                 numbers below minimum number of articles to fetch
7927                 (closes bug #598445)
7928
7929 2002-08-22 [paul]       0.8.1claws98
7930
7931         * sync with 0.8.1cvs28
7932                 see ChangeLog 2002-08-22
7933
7934 2002-08-21 [alfons]     0.8.1claws97
7935
7936         * src/crash.c
7937                 use bt instead of bt full which seems to work 
7938                 better, and bt full doesn't give a great deal 
7939                 of information anyway
7940
7941 2002-08-21 [colin]      0.8.1claws96
7942
7943         * src/summaryview.c
7944                 fix summaryview_searchtype_changed prototype
7945
7946 2002-08-21 [christoph]  0.8.1claws95
7947
7948         * src/mainwindow.c
7949                 o fix broken menu update for sorting type, we have to
7950                   get this info from the summaryview now
7951                 o removed setting of threaded state in menu callback
7952         * src/summaryview.[ch]
7953                 more summaryview/folderitem seperation for
7954                 threading option
7955         * configure.in
7956                 removed not required --with-compiler-flags option
7957
7958 2002-08-21 [oliver]     0.8.1claws94
7959         
7960         * src/toolbar.h 
7961                 o rename toolbar.xml to toolbar_main.xml
7962                   since toolbar_compose.xml might come up 
7963                   any time soon
7964         * README.claws
7965                 add custom toolbar              
7966
7967 2002-08-21 [darko]      0.8.1claws93
7968
7969         * src/procmsg.c
7970                 don't reset tmp flags for messages copied
7971                 to sent folder
7972
7973 2002-08-21 [colin]      0.8.1claws92
7974         
7975         * src/prefs_filtering.c
7976                 fix renaming rules on folder rename 
7977                 when folder is not a leaf folder
7978
7979 2002-08-21 [paul]       0.8.1claws91
7980
7981         * src/prefs_folder_item.c
7982                 fix alignment of colour selector
7983
7984 2002-08-21 [paul]       0.8.1claws90
7985
7986         * sync with 0.8.1cvs27
7987                 see ChangeLog 2002-08-21
7988
7989 2002-08-21 [paul]       0.8.1claws89
7990
7991         * src/summaryview.c
7992                 fix crash when changing field type in
7993                 Quick search bar
7994
7995 2002-08-21 [colin]      0.8.1claws88
7996
7997         * src/summaryview.c
7998                 Made quick search case-insensitive
7999
8000 2002-08-21 [paul]       0.8.1claws87
8001
8002         * sync with 0.8.1cvs26
8003                 see ChangeLog 2002-08-21
8004
8005 2002-08-20 [christoph]  0.8.1claws86
8006
8007         * src/folderview.c
8008         * src/main.c
8009         * src/summaryview.[ch]
8010                 more summaryview/folderitem seperation for
8011                 sort_key and sort_type
8012         * src/procmsg.c
8013                 added missing return statement
8014
8015 2002-08-20 [colin]      0.8.1claws85
8016
8017         * src/summaryview.[ch]
8018                 Added a quick search box
8019         * src/mainwindow.c
8020         * src/prefs_common.[ch]
8021                 Added a show/hide option for the quick search
8022
8023 2002-08-20 [oliver]     0.8.1claws84
8024         
8025         * src/mainwindow.c
8026                 remove toolbar_create_popups
8027         * src/toolbar.[ch]
8028                 o remove toolbar_create_popups
8029                 o fix toolbar_set_sensitive 
8030                   (Bug reports #596834 and #596832)     
8031         * src/prefs_toolbar.c
8032                 o add "Set default" button
8033                 o align label and text + combo widgets
8034
8035 2002-08-20 [hoa]        0.8.1claws83bis
8036
8037         * src/imap.c
8038                 fixed a bug in imap_fetch_msginfo() in case there is no
8039                 current folder.
8040
8041 2002-08-20 [darko]      0.8.1claws83
8042
8043         * src/folderview.c
8044                 copy the color style of folder view so it
8045                 works with GTK themes
8046
8047 2002-08-20 [darko]      0.8.1claws82
8048
8049         * src/folder.h
8050         * src/folderview.c
8051         * src/prefs_folder_item.[hc]
8052                 don't use UI stuff in folder.h
8053
8054 2002-08-20 [darko]      0.8.1claws81
8055
8056         * src/folder.h
8057         * src/prefs_folder_item.h
8058         * src/folderview.c
8059         * src/prefs_folder_item.c
8060                 ability to set folder color in folderview
8061
8062 2002-08-19 [alfons]     0.8.1claws80
8063
8064         * src/summaryview.c
8065                 fix one of the earlier memleaks reported by Martin Kluge
8066
8067 2002-08-19 [alfons]     0.8.1claws79
8068
8069         * src/mainwindow.c
8070                 hide notice view when selecting seperate folder
8071                 view (reported by Urke MMI)
8072
8073 2002-08-19 [christoph]  0.8.1claws78
8074
8075         * src/folderview.c
8076         * src/prefs_folder_item.h
8077         * src/summaryview.[ch]
8078                 o add summary_set_prefs_from_folderitem to set
8079                   summaryview prefs (first step to remove all
8080                   references to the folderitem in summaryview)
8081                 o moved compiled regex stuff from folderitem prefs
8082                   to summaryview code
8083
8084 2002-08-19 [paul]       0.8.1claws77
8085
8086         * src/compose.c
8087                 add check for '.' to QUOTE_IF_REQUIRED
8088
8089 2002-08-19 [paul]       0.8.1claws76
8090
8091         * src/inc.c
8092                 sync with 0.8.1cvs25 (plug memory leak)
8093
8094         * src/prefs_toolbar.c
8095                 re-order prefs_toolbar_cancel()
8096
8097 2002-08-18 [alfons]     0.8.1claws75
8098
8099         * src/inc.c
8100         * src/matcher.c
8101                 plug other memleaks reported by Martin Kluge
8102
8103 2002-08-18 [paul]       0.8.1claws74
8104
8105         * po/pt_BR.po
8106                 updated by Fabio Jr. Beneditto
8107
8108 2002-08-18 [paul]       0.8.1claws73
8109
8110         * src/toolbar.[ch]
8111                 fix bug where tooltips were displayed untranslated              
8112
8113         * src/prefs_toolbar.c
8114                 fix bug where clicking 'Cancel' creates an icon & text
8115                 toolbar regardless of prefs
8116         
8117
8118 2002-08-17 [oliver]     0.8.1claws72
8119
8120         * src/prefs_toolbar.c
8121                 update toolbar on CANCEL
8122                 bug reported by Martin Kluge
8123         * src/toolbar.c
8124                 toolbar_destroy memleak fixed           
8125
8126 2002-08-17 [alfons]     0.8.1claws71
8127
8128         * src/toolbar.c
8129                 plug another memleak reported by Martin Kluge
8130
8131 2002-08-16 [alfons]     0.8.1claws70
8132
8133         * src/crash.c
8134                 use execvp() correctly (suggested by wwp; thanks!)
8135
8136 2002-08-16 [alfons]     0.8.1claws69
8137
8138         * src/gtksctree.c
8139                 plug memory leak reported by Kim Schultz & Martin Kluge
8140
8141 2002-08-16 [paul]       0.8.1claws68
8142
8143         * po/es.po
8144                 updated by Ricardo Mones Lastra
8145
8146 2002-08-16 [paul]       0.8.1claws67
8147
8148         * src/toolbar.h
8149                 fix bug where 'Compose News' icon showed wrong
8150                 tooltip
8151
8152 2002-08-16 [paul]       0.8.1claws66
8153
8154         * sync with 0.8.1cvs24
8155                 see ChangeLog 2002-08-16
8156
8157         * po/it.po
8158                 updated by Alessandro Maestri
8159
8160 2002-08-15 [paul]       0.8.1claws65
8161
8162         * po/sr.po
8163                 updated by Urke MMI
8164
8165 2002-08-15 [paul]       0.8.1claws64
8166
8167         * src/*.c
8168                 don't translate debug info
8169
8170         * src/matcher.[ch]
8171                 add copyright info
8172
8173 2002-08-15 [paul]       0.8.1claws63
8174
8175         * src/prefs_toolbar.c
8176                 fix bug where clicking 'OK' creates an icon & text
8177                 toolbar regardless of prefs
8178
8179 2002-08-14 [alfons]     0.8.1claws62
8180
8181         * src/main.c
8182                 add global var that has the full argv[0]
8183         * src/crash.c
8184                 o execvp the correct sylpheed by using argv0
8185                   and setting the correct work dir
8186                 o other tweaks  
8187
8188 2002-08-14 [oliver]     0.8.1claws61
8189         
8190         * enable/disable Toolbar Action Buttons 
8191         * code cleanups
8192         * src/mainwindow.c
8193         * src/toolbar.[ch]      
8194         * src/prefs_toolbar.c   
8195
8196 2002-08-14 [melvin]     0.8.1claws60
8197
8198         * po/fr.po
8199                 Updated French translations
8200
8201 2002-08-14 [melvin]     0.8.1claws59
8202
8203         * src/crash.c
8204                 Made bug report not translatable
8205         * src/exporthtml.c
8206                 Fixed exporthtml_build_filespec() return value
8207         * src/foldersel.c
8208                 Fixed incorrect include file
8209         * src/gtkspell.c
8210         * src/prefs_actions.c
8211         * src/prefs_toolbar.c
8212                 Made debug info not translatable
8213         * src/mutt.c
8214         * src/quote_fmt.c
8215                 Added missing includes
8216         * src/prefs_common.c
8217                 Fixed typo
8218
8219 2002-08-14 [paul]       0.8.1claws58
8220
8221         * faq/es/sylpheed-faq.html
8222           faq/es/sylpheed-faq-[1-3].html
8223           faq/es/sylpheed-faq-4.html     **NEW FILE **
8224                 update Spanish FAQ
8225
8226 2002-08-13 [christoph]  0.8.1claws57
8227
8228         * src/procmsg.c
8229                 ignore thread fix that did not mark all
8230                 child nodes of a ignored thread as
8231                 ignored. Does not work perfectly yet,
8232                 but it is better now
8233
8234 2002-08-13 [alfons]     0.8.1claws56
8235
8236         * src/crash.c
8237                 o implement 'save crash log'
8238                 o some tweaks
8239
8240 2002-08-13 [melvin]     0.8.1claws55
8241
8242         * src/main.c
8243                 removed unrequired "execinfo.h" header
8244
8245 2002-08-12 [paul]       0.8.1claws54
8246
8247         * faq/en/sylpheed-faq.html
8248           faq/en/sylpheed-faq-[1-3].html
8249           faq/en/sylpheed-faq-4.html     **NEW FILE **
8250                 update English FAQ
8251
8252 2002-08-12 [alfons]     0.8.1claws53
8253
8254         * po/POTFILES.in
8255                 add crash.c to translatables
8256         * src/crash.c
8257                 bring in Leandro's crash dialog
8258
8259 2002-08-11 [alfons]     0.8.1claws52
8260
8261         * src/crash.c
8262                 clean up some warnings
8263
8264 2002-08-11 [alfons]     0.8.1claws51
8265
8266         * acconfig.h
8267         * configure.in
8268         * src/crash.[ch]        ** NEW FILES **
8269         * src/main.c            
8270                 initial gdb crash handler
8271
8272 2002-08-11 [paul]       0.8.1claws50
8273
8274         * src/prefs_toolbar.c
8275                 replace Up/Down arrow pixmaps with text to be
8276                 consistent across icon themes
8277
8278 2002-08-11 [paul]       0.8.1claws49
8279
8280         * src/prefs_common.c
8281           src/prefs_toolbar.c
8282                 rename 'Pixmap' -> 'Icon'
8283
8284         * src/toolbar.[ch]
8285                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8286
8287 2002-08-10 [paul]       0.8.1claws48
8288
8289         * src/prefs_toolbar.c
8290                 re-work the UI
8291
8292 2002-08-10 [paul]       0.8.1claws47
8293
8294         * src/main.c
8295                 don't write Processing progress to status bar
8296                 patch submitted by Alexander Evseev
8297
8298         * src/prefs_toolbar.c
8299                 re-position and resize window
8300                 make window assume correct size on first call
8301
8302 2002-08-10 [paul]       0.8.1claws46
8303
8304         * src/mainwindow.c
8305           src/prefs_toolbar.c
8306           src/toolbar.c
8307           src/toolbar.h
8308                 obey coding style
8309                 follow UI text conventions
8310
8311 2002-08-10 [alfons]     0.8.1claws45
8312
8313         * src/toolbar.c
8314                 correct pixmap for delete action
8315
8316 2002-08-10 [paul]       0.8.1claws44
8317
8318         * po/pt_BR.po
8319                 updated by Fabio Jr. Beneditto
8320
8321 2002-08-10 [paul]       0.8.1claws43
8322
8323         * po/POTFILES.in
8324                 add custom toolbar files
8325
8326 2002-08-10 [paul]       0.8.1claws42
8327
8328         * sync with 0.8.1cvs22
8329                 see ChangeLog 2002-08-09
8330
8331 2002-08-09 [paul]       0.8.1claws41
8332
8333         * tools/Makefile.am
8334           tools/README
8335           tools/outlook2sylpheed.pl     ** NEW FILE **
8336                 add script to convert exported Outlook
8337                 contacts list to a Sylpheed addressbook.
8338                 Submitted by Ricardo Mones Lastra.
8339
8340 2002-08-09 [paul]       0.8.1claws40
8341
8342         * AUTHORS
8343           configure.in
8344           po/sr.po      ** NEW FILE **
8345                 add Serbian message catalog. Submitted by
8346                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8347
8348 2002-08-09 [paul]       0.8.1claws39
8349
8350         * sync with 0.8.1cvs21
8351                 see ChangeLog 2002-08-08
8352
8353 2002-08-08 [oliver]     0.8.1claws38
8354
8355         * src/mainwindow.c
8356                 move Custom Toolbar to Configuration menu
8357
8358 2002-08-08 [oliver]     0.8.1claws37
8359
8360         * src/prefs_toolbar.c
8361                 fix substitute pixmap bug
8362
8363 2002-08-08 [paul]       0.8.1claws36
8364
8365         * sync with 0.8.1cvs19
8366                 see ChangeLog 2002-08-08
8367
8368 2002-08-07 [christoph]  0.8.1claws35
8369
8370         * src/utils.c
8371                 fixed a memory leak in new canonicalize_file_replace
8372
8373 2002-08-07 [christoph]  0.8.1claws34
8374
8375         * src/utils.[ch]
8376                 o canonicalize_file_replace should create the temporary
8377                   file in the same directory as the original file.
8378                 o added get_tmpfile_in_dir that creates a temorary file
8379                   in a specified directory.
8380
8381 2002-08-07 [melvin]     0.8.1claws33
8382
8383         * src/toolbar.c
8384                 fixed bug where 'Article' button acted as 'Email' button.
8385
8386 2002-08-07 [paul]       0.8.1claws32
8387
8388         * sync with 0.8.1.cvs17
8389                 see ChangeLog 2002-08-07
8390
8391 2002-08-07 [colin]      0.8.1claws31
8392         
8393         * src/news.c
8394                 fix mass-cancel problem
8395
8396 2002-08-07 [thorsten]   0.8.1claws30
8397
8398         * src/prefs_toolbar.c
8399                 fix: crash on replace or add new button
8400         * src/toolbar.c
8401                 fix: close xmlfile after reading
8402         * src/utils.c
8403                 fix: unlink() file before rename()
8404
8405 2002-08-06 [paul]       0.8.1claws29
8406
8407         * sync with 0.8.cvs15
8408                 see ChangeLog 2002-08-06
8409
8410 2002-08-06 [oliver]     0.8.1claws28
8411
8412         * src/toolbar.c
8413         * src/prefs_toolbar.c
8414                 fixed empty toolbar issue
8415
8416 2002-08-06 [oliver]     0.8.1claws27
8417
8418         * Custom Toolbar Final 
8419         * src/folderview.c
8420         * src/inc.c
8421         * src/summaryview.c
8422                 o toolbar stuff now lives in src/toolbar.[ch]
8423                 o main_window_toolbar_* functions are renamed to
8424                   toolbar_* reflecting their new source file
8425         * src/mainwindow.[ch]
8426                 o remove toolbar stuff  
8427
8428 2002-08-06 [oliver]     0.8.1claws26
8429         
8430         * src/Makefile.am
8431         * src/prefs_toolbar.[ch]        **New File**
8432         * src/toolbar.[ch]              **New File**
8433                 o prefs_toolbar.[ch] custom toolbar frontend
8434                 o toolbar.[ch]       backend 
8435
8436 2002-08-06 [oliver]     0.8.1claws25
8437
8438         * src/prefs_actions.[ch]
8439                 o new exported function actions_execute
8440
8441 2002-08-06 [paul]       0.8.1claws24
8442
8443         * sync with 0.8.1cvs4
8444                 see ChangeLog 2002-08-06
8445
8446 2002-08-06 [paul]       0.8.1claws23
8447
8448         * sync with 0.8.1cvs13
8449                 see ChangeLog 2002-08-06
8450
8451 2002-08-06 [paul]       0.8.1claws22
8452
8453         * sync with 0.8.1cvs12
8454                 see ChangeLog 2002-08-05 and 2002-08-06
8455
8456 2002-08-06 [match]      0.8.1claws21
8457
8458         * src/addrclip.c
8459                 improvements to cut/copy/paste address
8460
8461 2002-08-05 [match]      0.8.1claws20
8462
8463         * src/addritem.[ch]
8464         * src/addrcache.c
8465         * src/addrbook.c
8466         * src/editaddress.c
8467         * src/addressbook.c
8468                 fixes to improve cut/copy/paste
8469
8470 2002-08-06 [melvin]     0.8.1claws19
8471
8472         * src/account.[ch]
8473                 account_find_all_from_address(): new function that returns the
8474                 list of all accounts that are matched in an address.
8475         * src/alertpanel.[ch]
8476                 alertpanel() now accepts a custom widget
8477                 alertpanel_with_widget(): new function that pops up a panel with
8478                 a custom widget in it 
8479         * src/gtkutils.[ch]
8480                 gtkut_account_menu_new(): new function that allows the selection
8481                 of an account from a list of accounts.
8482         * src/messageview.c
8483                 Extended Return Receipt notification to select the correct 
8484                 account and to make a security test on the Delivery-Notification
8485                 address which should be the same as the Return-Path.
8486
8487 2002-08-06 [thorsten]   0.8.1claws18
8488
8489         * src/mimeview.c
8490                 attach_all: save unnamed as "noname.%d",
8491                 dont free static dirname
8492
8493 2002-08-05 [alfons]     0.8.1claws17
8494
8495         * configure.in
8496                 detect XIM by trying to link rather than compile a XIM program
8497
8498 2002-08-05 [oliver]     0.8.1claws16
8499                 
8500         * src/stock_pixmap.[ch]
8501                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8502                 o new func to retrieve pixmaps
8503
8504 2002-08-05 [paul]       0.8.1claws15
8505
8506         * sync with 0.8.1cvs10
8507                 see ChangeLog 2002-08-05
8508
8509 2002-08-04 [alfons]     0.8.1claws14
8510
8511         * src/textview.c
8512                 see if this plugs memleak
8513
8514 2002-08-04 [melvin]     0.8.1claws13
8515
8516         * src/gtkspell.c
8517                 fixed bug that could crash Sylpheed when highlighting
8518                 all misspelled words.
8519
8520 2002-08-03 [melvin]     0.8.1claws12
8521
8522         * src/prefs_actions.c
8523                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8524         * src/messageview.c
8525                 fixed bug where the Return Receipt was sent to
8526                 Delivery-Notification-To address even if it was not present
8527
8528 2002-08-02 [alfons]     0.8.1claws11
8529
8530         * src/prefs_actions.c
8531                 o more check for NULLs
8532                 o put create_io_dialog() in right conditional block
8533
8534 2002-08-02 [paul]       0.8.1claws10
8535
8536         * po/es.po
8537                 updated by Ricardo Mones Lastra
8538
8539 2002-08-01 [christoph]  0.8.1claws9
8540
8541         * src/folder.c
8542                 don't free the cache of the opened
8543                 folder in the summaryview
8544         * src/summaryview.c
8545                 don't unset flags, if it is not required
8546
8547 2002-08-01 [paul]       0.8.1claws8
8548
8549         * sync with 0.8.1cvs8
8550                 see ChangeLog entry 2002-08-01
8551
8552 2002-08-01 [paul]       0.8.1claws7
8553
8554         * sync with 0.8.1cvs7
8555                 see ChangeLog 2002-07-31 and 2002-08-01
8556
8557 2002-07-31 [christoph]  0.8.1claws6
8558
8559         * src/mainwindow.c
8560                 forgot to update menu sensitivity
8561                 function for new menu entry
8562
8563 2002-07-31 [alfons]     0.8.1claws5
8564
8565         * src/main.c
8566                 check folder item and its path for NULL on
8567                 initial processing
8568
8569 2002-07-31 [christoph]  0.8.1claws4
8570
8571         * src/folder.c
8572                 check if folder_item_get_msginfo in
8573                 folder_item_remove_msg returned NULL
8574         * src/imap.c
8575                 better clear the uid cache in the
8576                 uid validity check function and delete
8577                 cached messages
8578
8579 2002-07-31 [paul]       0.8.1claws3
8580
8581         * man/sylpheed.1
8582                 add the '--attach' option and a few other
8583                 minor changes
8584
8585 2002-07-31 [paul]       0.8.1claws2
8586
8587         * sync with 0.8.1cvs5
8588                 see ChangeLog 2002-07-31
8589
8590 2002-07-31 [christoph]  0.8.1claws1
8591
8592         * src/folderview.[ch]
8593         * src/mainwindow.c
8594                 replace "Rescan all folders..." with
8595                 "Check all folders for new messages..."
8596
8597 2002-07-30 [paul]       0.8.1claws
8598
8599         * version 0.8.1claws released
8600
8601 2002-07-30 [paul]       0.8.0claws29
8602
8603         * tools/OOo2sylpheed.pl ** NEW FILE **
8604           tools/README
8605                 add script to enable sending documents as
8606                 attachments from OpenOffice.org
8607
8608 2002-07-30 [melvin]     0.8.0claws28
8609
8610         * src/prefs_actions.c
8611                 Made the actions' input/output dialog display
8612                 without delay.
8613
8614 2002-07-30 [christoph]  0.8.0claws27
8615
8616         * src/procmsg.c
8617                 check if folder_item_get_msginfo in
8618                 procmsg_save_to_outbox returned NULL
8619
8620 2002-07-30 [paul]       0.8.0claws26
8621
8622         * sync with 0.8.1cvs4
8623                 see ChangeLog 2002-07-29
8624
8625 2002-07-29 [thorsten]   0.8.0claws25
8626
8627         * README.claws
8628                 added selective download, delete on server
8629
8630 2002-07-29 [paul]       0.8.0claws24
8631
8632         * sync with 0.8.1cvs3
8633                 see ChangeLog 2002-07-29
8634
8635 2002-07-27 [christoph]  0.8.0claws23
8636
8637         * src/folder.c
8638                 add extra check if fetching the msginfo
8639                 returned NULL
8640
8641 2002-07-27 [paul]       0.8.0claws22
8642
8643         * sync with 0.8.1cvs2
8644                 see ChangeLog 2002-07-26
8645
8646 2002-07-27 [christoph]  0.8.0claws21
8647
8648         * src/imap.c
8649                 add another check if a valid msginfo
8650                 was returned
8651
8652 2002-07-26 [hoa]        0.8.0claws20
8653
8654         * src/folder.c
8655                 Fixed a condition in folder_item_destroy()
8656
8657         * src/imap.c
8658                 Fixed an error in IMAP protocol
8659
8660 2002-07-26 [alfons]     0.8.0claws19
8661
8662         * src/folder.c
8663                 ofcourse compare with identifier, not the path
8664
8665 2002-07-26 [alfons]     0.8.0claws18
8666
8667         * src/folder.c
8668                 use folder item identifier for saving / restoring
8669                 preferences because folder->path might not be unique
8670
8671 2002-07-26 [melvin]     0.8.0claws17
8672
8673         * src/logwindow.c
8674                 Fixed a crash introduced in 0.8.0claws5 when log is 
8675                 cut under 80 characters.
8676
8677 2002-07-26 [paul]       0.8.0claws16
8678
8679         * sync with 0.8.1cvs1
8680                 see ChangeLog 2002-07-26
8681
8682 2002-07-26 [christoph]  0.8.0claws15
8683
8684         * src/imap.[ch]
8685                 imap folder now remembers the last selected
8686                 folder and imap_fetch_msginfo skips selecting
8687                 the folder if it is already selected
8688
8689 2002-07-26 [christoph]  0.8.0claws14
8690
8691         * src/folder.c
8692         * src/folderview.c
8693         * src/imap.c
8694                 fix imap folder rescanning
8695
8696 2002-07-25 [christoph]  0.8.0claws13
8697
8698         * src/filter.c
8699         * src/folder.[ch]
8700         * src/folderview.c
8701         * src/imap.[ch]
8702         * src/mainwindow.c
8703         * src/mbox_folder.c
8704         * src/mh.c
8705         * src/news.c
8706                 implement imap uid cache and uid validity check
8707
8708 2002-07-25 [alfons]     0.8.0claws12
8709
8710         * src/summaryview.c
8711                 fix a brown paper bag bug, and also add some more
8712                 checks
8713
8714 2002-07-25 [christoph]  0.8.0claws11
8715
8716         * src/folder.c
8717                 don't mix copy, fetch_msginfo and remove
8718                 operations in folder item copy and move
8719                 operations
8720
8721 2002-07-25 [christoph]  0.8.0claws10
8722
8723         * src/folderview.c
8724         * src/mainwindow.c
8725         * src/prefs_folder_item.c
8726         * src/summaryview.[ch]
8727                 remove no longer required parameter update_cache from
8728                 summary_show
8729
8730 2002-07-25 [paul]       0.8.0claws9
8731
8732         * sync with 0.8.1
8733         
8734         * AUTHORS
8735                 a few corrections
8736
8737 2002-07-24 [alfons]     0.8.0claws8
8738
8739         * src/summaryview.c
8740                 sort correctly when using simplified subject line
8741                 (closes feature request "[ 585141 ] applying regexp to subject 
8742                 before sort" submitted by Alexandra Walford)
8743
8744 2002-07-24 [paul]       0.8.0claws7
8745
8746         * sync with 0.8.0cvs3
8747                 see ChangeLog 2002-07-24
8748
8749 2002-07-23 [christoph]  0.8.0claws6
8750
8751         * src/folder.c
8752         * src/folder.h
8753         * src/summaryview.c
8754         * src/summaryview.h
8755         * src/main.c
8756                 o separate processing and summaryview
8757                 o removed summary_write_cache from summaryview
8758                 o removed summaryview->killed_messages, because we don't have
8759                   to keep a list of killed messages anymore. New cache will
8760                   keep the hidden messages in cache anyway
8761         * src/folderview.c
8762         * src/inc.c
8763         * src/selective_download.c
8764                 o removed unnecessary summary_write_cache calls
8765         * src/procmsg.c
8766                 o don't set ignore thread flag in procmsg_get_thread_tree
8767                   if it is already set
8768         * src/mainwindow.c
8769         * src/statusbar.h
8770                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8771                   they are used in different files
8772
8773 2002-07-23 [melvin]     0.8.0claws5
8774
8775         * src/addressbook.c
8776         * src/addrgather.c
8777         * src/editaddress.c
8778         * src/editgroup.c
8779         * src/editldap_basedn.c
8780         * src/importldif.c
8781         * src/prefs_common.c
8782                 Fixed few memory leak (gtk_editable_get_chars returns
8783                 an allocated string)
8784         * src/logwindow.c
8785                 Fixed few memory leak (gtk_editable_get_chars returns
8786                 an allocated string) and modified a little the log cutting
8787                 loop.
8788         * src/compose.c
8789                 Replaced a call to an obsolete function gtk_entry_get_text()
8790                 by gtk_editable_get_chars()
8791         * src/send.c
8792                 Removed a debug printf
8793
8794 2002-07-23 [christoph]  0.8.0claws4
8795
8796         * src/filesel.c
8797                 fix another g_dirname memory leak
8798
8799 2002-07-23 [christoph]  0.8.0claws3
8800
8801         * src/mh.c
8802                 fixed a memory leak in mh_fetch_msginfo
8803                 fixed crash when message header could not be
8804                 parsed
8805
8806 2002-07-23 [paul]       0.8.0claws2
8807
8808         * sync with 0.8.0cvs2
8809                 see ChangeLog 2002-07-23
8810
8811 2002-07-23 [paul]       0.8.0claws1
8812
8813         * sync with 0.8.0cvs1
8814                 see ChangeLog 2002-07-23
8815
8816 2002-07-23 [paul]       0.8.0claws
8817
8818         * release of 0.8.0claws
8819
8820 2002-07-23 [paul]       0.7.8claws99
8821
8822         * po/ru.po
8823                 new Russian translation, submitted by
8824                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8825
8826 2002-07-22 [jens]       0.7.8claws98
8827
8828         * po/de.po
8829                 Updated German translations.
8830
8831 2002-07-22 [paul]       0.7.8claws97
8832
8833         * po/es.po
8834           po/it.po
8835           po/nl.po
8836           po/pt_BR.po
8837                 updated translations by Ricardo Mones Lastra,
8838                 Alessandro Maestri, Wilbert Berendsen and 
8839                 Fabio Jr. Beneditto respectively
8840
8841 2002-07-22 [christoph]  0.7.8claws96
8842
8843         * src/mimeview.c
8844                 fix memory leak caused by wrong g_dirname usage
8845
8846 2002-07-22 [christoph]  0.7.8claws95
8847
8848         * src/summaryview.c
8849                 update new and unread message counts for summaryview
8850                 summaryview does not get it from the folder anymore
8851                 and has to update the values itself
8852
8853 2002-07-22 [melvin]     0.7.8claws94
8854
8855         * po/fr.po
8856                 Updated French translations.
8857
8858 2002-07-22 [christoph]  0.7.8claws93
8859
8860         * src/matcher.c
8861                 set prop->preg pointer to NULL or following check
8862                 will not fail and regexec will be called with
8863                 invalid pointer
8864
8865 2002-07-21 [alfons]     0.7.8claws92
8866         
8867         * src/prefs_common.[ch]
8868                 remove option "Send return receipt on request"
8869
8870 2002-07-21 [thorsten]   0.7.8claws91
8871
8872         * src/mimeview.c
8873                 fixed memleaks, coding style as pointed out by alfons
8874
8875 2002-07-21 [alfons]     0.7.8claws90
8876
8877         * src/messageview.c
8878         * src/noticeview.[ch]
8879                 o fix bug notice view being displayed when going to empty folder 
8880                   (noticed by Christoph)
8881                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8882                   (noticed by Thorsten)
8883
8884 2002-07-21 [thorsten]   0.7.8claws89
8885
8886         * src/mimeview.c
8887                 Included save_all patch from Xaview FACQ
8888                 added support for pathnames
8889
8890 2002-07-21 [alfons]     0.7.8claws88
8891
8892         * po/POTFILES.in
8893         * src/Makefile.am
8894         * src/mainwindow.c
8895         * src/messageview.[ch]
8896         * src/noticeview.c      ** NEW FILE **
8897         * src/noticeview.h      ** NEW FILE **
8898                 make return receipts work again
8899                 (UI idea by Leandro Pereira)
8900
8901 2002-07-21 [paul]       0.7.8claws87
8902
8903         * src/summaryview.c
8904                 fix sensitivity of 'Select thread'
8905
8906 2002-07-21 [paul]       0.7.8claws86
8907
8908         * src/prefs_common.c
8909                 add browser command line for Galeon
8910
8911 2002-07-21 [paul]       0.7.8claws85
8912
8913         * Makefile.am
8914                 fix 'EXTRA_DIST': remove README.README, add TODO
8915                 and TODO.claws
8916
8917 2002-07-21 [alfons]     0.7.8claws84
8918
8919         * src/gtkstext.c
8920                 make enter clear selection
8921                 (closes "[ 579888 ] Editor selection/entry error"
8922                 reported by Steve Lamb)
8923
8924 2002-07-21 [alfons]     0.7.8claws83
8925         
8926         * src/summaryview.c
8927                 sort message list when selecting unthread messages
8928                 (closes "[ 501593 ] switching threaded view doesn't sort"
8929                 reported by Simon Schubert)
8930
8931 2002-07-20 [alfons]     0.7.8claws82
8932         
8933         * src/matcher.c
8934                 const-correctness
8935
8936 2002-07-20 [thorsten]   0.7.8claws81
8937
8938         * src/matcher.c
8939                 Fixed expansion of empty fields in matchactions
8940
8941 2002-07-19 [melvin]     0.7.8claws80
8942
8943         * src/gtkspell.c
8944                 Removed a duplicate menu entry (fast mode) introduced during
8945                 the new cache merge
8946                 Added a menu separator between 'Use alternate' and 'Fast mode'
8947
8948 2002-07-19 [paul]       0.7.8claws79
8949
8950         * tools/Makefile.am
8951           tools/README
8952                 correct typos
8953
8954 2002-07-19 [thorsten]   0.7.8claws78
8955
8956         * tools/calypso_convert.pl      ** NEW FILE **
8957           tools/README
8958           tools/Makefile.am
8959                 script to import mbox files exported
8960                 by calypso
8961                 o generates folder structure
8962                 o includes attachments
8963
8964 2002-07-19 [melvin]     0.7.8claws77
8965
8966         * src/selective_download.[ch]
8967                 Fixed bug where closing the dialog with the window manager's
8968                 close button will not unlock the summary
8969                 Corrected some function declarations that missed a return value
8970                 Made the source code comply better with coding style.
8971         * src/prefs_common.c
8972                 Added new browser command line for Mozilla.
8973
8974 2002-07-18 [paul]       0.7.8claws76
8975
8976         * src/mainwindow.c
8977           src/selective_download.[ch]
8978                 reflect theme changes, fix Gdk Warning when creating 
8979                 pixmap from NULL window, and minor clean up.
8980                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8981
8982         * po/en_GB.po
8983                 updated
8984
8985 2002-07-17 [paul]       0.7.8claws75
8986
8987         * INSTALL[.jp]
8988                 sync with 0.8.0
8989         
8990         * po/en_GB.po
8991                 updated
8992
8993 2002-07-16 [paul]       0.7.8claws74
8994
8995         * tools/filter_conv.pl
8996           tools/README
8997                 replace conversion script with reimplemented version, 
8998                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8999
9000 2002-07-16 [colin]      0.7.8claws73
9001
9002         * src/summaryview.c
9003                 remove forgotten debug messages - sorry ;-)
9004
9005 2002-07-16 [colin]      0.7.8claws72
9006
9007         * src/mimeview.c
9008           src/summaryview.c
9009           src/textview.c
9010           src/textview.h
9011                 add the ability to select part of a text mime-part 
9012                 to reply.
9013
9014 2002-07-15 [christoph]  0.7.8claws71
9015
9016         * src/folder.c
9017                 fix folder message count for folders without
9018                 msg_is_changed (includes news folders)
9019
9020 2002-07-15 [martin]     0.7.8claws70
9021
9022         * src/summaryview.c
9023                 option "display recipient on 'From'..." now works
9024                 without the need of enabling the option
9025                 "display  sender  using  address  book".
9026
9027 2002-07-15 [christoph]  0.7.8claws69
9028
9029         * src/summaryview.c
9030                 removed setting folder status from summaryview.
9031                 folder.c should update all message counts correctly.
9032
9033 2002-07-15 [paul]       0.7.8claws68
9034
9035         * po/pt_BR.po
9036                 updated by Fabio Junior Beneditto
9037
9038 2002-07-15 [darko]      0.7.8claws67
9039
9040         * src/mh.c
9041                 Fixed target folder colorization, don't decrease op
9042                 number twice
9043
9044 2002-07-14 [paul]       0.7.8claws66
9045
9046         * sync with main 0.8.0
9047                 see ChangeLog 2002-07-14
9048
9049 2002-07-13 [melvin]     0.7.8claws65
9050         
9051         * src/addrbook.c
9052         * src/addressbook.c
9053         * src/addrindex.c
9054                 Replaced sprintf by g_snprintf to prevent possible buffer
9055                 overflow.
9056         * src/news.c
9057                 Corrected a log message output format.
9058                 Added a missing "done" debug output.
9059         * src/compose.c
9060                 Added keyboard accelerator for Priority menu items
9061                 Added missing \n in debug output
9062         * src/logwindow.c
9063         * src/gtkspell.c
9064         * src/rfc2015.c
9065                 Added missing \n in debug output
9066
9067 2002-07-13 [paul]       0.7.8claws64
9068
9069         * man/sylpheed.1
9070                 change Sergey's email address to the sf address
9071
9072         * src/textview.c
9073                 increase show_url_timeout (more useful for long
9074                 urls)
9075
9076 2002-07-12 [sergey]     0.7.8claws63
9077
9078         * src/rfc2015.c
9079                 applied (with some modifications) patch to set the
9080                 micalg parameter for signatures
9081                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9082
9083 2002-07-12 [sergey]     0.7.8claws62
9084
9085         * man/Makefile.am
9086         * configure.in
9087                 fixed man page installation
9088
9089 2002-07-12 [paul]       0.7.8claws61
9090
9091         * sync with 0.7.8cvs26
9092                 see ChangeLog 2002-07-11 and 2002-07-12
9093
9094 2002-07-11 [christoph]  0.7.8claws60
9095
9096         * src/compose.c
9097         * src/procmsg.c
9098                 first use the message number to find the message
9099                 to mark with a reply flag but check the
9100                 message-id if we got the correct message, if not
9101                 try to find it by message-id.
9102                 use new string seperator that is not allowed
9103                 in message-ids.
9104
9105 2002-07-11 [paul]       0.7.8claws59
9106
9107         * sync with 0.7.8cvs23
9108                 see ChangeLog 2002-07-10
9109
9110 2002-07-10 [christoph]  0.7.8claws58
9111
9112         * src/folder.[ch]
9113         * src/msgcache.[ch]
9114                 Added message-id table to the cache in memory
9115                 and functions to msgcache.c and folder.c to
9116                 fetch MsgInfos by message id
9117         * src/compose.c
9118         * src/procmsg.c
9119                 store folder and message-id of message replying
9120                 to in queue header and set reply flag after sending
9121                 (Closes bug #469498)
9122
9123 2002-07-10 [paul]       0.7.8claws57
9124
9125         * AUTHORS
9126           man/sylpheed.1.gz
9127                 add Martin to the list of authors
9128
9129 2002-07-09 [martin]     0.7.8claws56
9130         * src/gtksctree.c
9131                 Added gtk_ctree_last_visible(), tree_update_level(),
9132                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9133                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9134                 from gtk+ to gtksctree.c for the new sorting code
9135                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9136                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9137         * src/gtksctree.h
9138                 Added declaration for gtk_sctree_sort_recursive() and
9139                 gtk_sctree_sort_node
9140         * src/addressbook.c
9141         * src/foldersel.c
9142         * src/folderview.c
9143         * src/summaryview.c
9144                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9145                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9146
9147 2002-07-08 [paul]       0.7.8claws55
9148
9149         * more sync with 0.7.8cvs21
9150                 see ChangeLog 2002-07-08
9151
9152 2002-07-08 [paul]       0.7.8claws54
9153
9154         * sync with 0.7.8cvs21
9155                 see ChangeLog 2002-07-08
9156
9157 2002-07-07 [alfons]     0.7.8claws53
9158
9159         * src/Makefile.am
9160         * src/stock_pixmap.[ch]
9161         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9162         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9163         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9164                 add new pixmaps for upcoming notice pane
9165
9166 2002-07-06 [melvin]     0.7.8claws52
9167
9168         * src/gtkspell.[ch]
9169                 Made them a bit closer to Sylpheed's coding style.
9170                 Removed old code.
9171                 Removed possible memory leaks when some errors occurs.
9172
9173 2002-07-06 [melvin]     0.7.8claws51
9174
9175         * po/Makefile.in.in
9176                 Removed --no-location in xgettext command line to help
9177                 translators that use Emacs' po-mode
9178         * src/quote_fmt.c
9179                 Removed unnecessary comments that messed up sylpheed.pot
9180
9181 2002-07-06 [paul]       0.7.8claws50
9182
9183         * sync with 0.7.8cvs19
9184                 see ChangeLog 2002-07-05
9185
9186 2002-07-06 [christoph]  0.7.8claws49
9187
9188         * src/folder.c
9189         * src/mainwindow.c
9190                 fix folder_item_remove_all_msg and folderview
9191                 status for trash folders after emptying trash
9192
9193 2002-07-05 [paul]       0.7.8claws48
9194
9195         * sync with 0.7.8cvs16
9196                 see ChangeLog 2002-07-04 and 2002-07-05
9197
9198 2002-07-04 [paul]       0.7.8claws47
9199
9200         * sync with 0.7.8cvs14
9201                 see  ChangeLog 2002-07-04
9202
9203 2002-07-03 [alfons]     0.7.8claws46
9204
9205         * src/folder.c
9206                 dupe folder item's path because it's being reallocated
9207                 by new folder scanning code
9208
9209 2002-07-03 [christoph]  0.7.8claws45
9210
9211         * src/imap.c
9212                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9213         * src/msgcache.c
9214                 add missing return in msgcache_write
9215
9216 2002-07-02 [thorsten]   0.7.8claws44
9217
9218         * src/jpilot.c
9219         * src/msgcache.c
9220         * src/rfc2015.c
9221                 use binary mode for file access
9222
9223 2002-07-02 [christoph]  0.7.8claws43
9224
9225         * major code cleanup (part 1)
9226         
9227                 - unused variables removed
9228                 - unused functions removed
9229                 - uninitialized variables checked
9230                 - missing return statements added
9231                 - missing function return types added
9232                 - added parentheses around assignment and
9233                   && in || when suggested by gcc
9234               
9235         * src/mh.c
9236         * src/folder.c
9237                 replaced direct calls to folder->scan_tree
9238                 with folder_scan_tree and restore folder
9239                 prefs in this function. The folder should
9240                 not have to deal with them.
9241                 ( Should now work for all folder types )
9242
9243 2002-07-02 [paul]       0.7.8claws42
9244
9245         * sync with 0.7.8cvs13
9246                 see ChangeLog 2002-07-01 and 2002-07-02
9247
9248 2002-07-01 [christoph]  0.7.8claws41
9249
9250         * src/summaryview.c
9251                 fix "goto next/prev unread message" with
9252                 ignored threads
9253
9254 2002-07-01 [paul]       0.7.8claws40
9255
9256         * po/es.po
9257                 updated by Ricardo Mones Lastra
9258
9259 2002-06-30 [match]      0.7.8claws39
9260
9261         * src/jpilot.c
9262                 applied variation of leonerd's patch (566661) to
9263                 allow multiple email addresses per JPilot entry.
9264                 addresses may be separated by space, comma, pipe,
9265                 semi-colon, new-line.
9266
9267 2002-06-30 [alfons]     0.7.8claws38
9268
9269         * src/procmsg.c
9270                 simple fix for putting older nodes before
9271                 newer nodes when threading by subject
9272
9273 2002-06-30 [christoph]  0.7.8claws37
9274
9275         * src/folder.c
9276         * src/folderview.c
9277         * src/mh.c
9278         * src/news.c
9279         * src/procmsg.c
9280                 fix broken folder tree rescaning
9281                 and don't use procmsg_get_mark_sum
9282                 anymore
9283
9284 2002-06-30 [christoph]  0.7.8claws36
9285
9286         * merge new cache branch
9287         * src/imap.c
9288                 fix new cache imap copy bug
9289         * src/folder.c
9290                 improved folder_item_scan
9291                 it should now always set the correct
9292                 new, unread and total message counts
9293
9294 2002-06-29 [paul]       0.7.8claws35
9295
9296         * configure.in
9297                 correct syntax error
9298
9299 2002-06-29 [paul]       0.7.8claws34
9300
9301         * configure.in
9302           Makefile.am
9303           man/Makefile.am       ** NEW FILE **
9304           man/sylpheed.1.gz     ** NEW FILE **
9305                 add Sylpheed man page
9306
9307 2002-06-29 [paul]       0.7.8claws33
9308
9309         * po/pt_BR.po
9310                 updated by Fabio Junior Beneditto
9311
9312 2002-06-28 [jens]       0.7.8claws32
9313
9314         * po/de.po
9315                 translation updated
9316
9317         * src/selective_download.c
9318                 removed gettext for space " "
9319
9320         * src/imap.c
9321                 removed wrong space
9322
9323 2002-06-28 [paul]       0.7.8claws31
9324
9325         * sync with 0.7.8cvs11
9326                 see ChangeLog 2002-06-28
9327
9328 2002-06-28 [paul]       0.7.8claws30
9329
9330         * sync with 0.7.8cvs10
9331                 see ChangeLog 2002-06-27 and 2002-06-28
9332
9333 2002-06-26 [paul]       0.7.8claws29
9334
9335         * src/addrgather.c
9336           src/selective_download.c
9337                 don't gettextise empty strings.
9338                 reserved by gettext. gettext("") returns 
9339                 the header entry with meta information, 
9340                 not the empty string
9341
9342         * po/en_GB.po
9343                 updated
9344
9345 2002-06-26 [paul]       0.7.8claws28
9346
9347         * sync with 0.7.8cvs7
9348                 see ChangeLog 2002-06-25
9349
9350         * src/prefs_common.c
9351                 ...and in the process, tweak the gui a little
9352
9353 2002-06-25 [alfons]     0.7.8claws27
9354         
9355         * configure.in
9356         * src/Makefile.am
9357                 fine tune ldap library detection
9358
9359 2002-06-25 [alfons]     0.7.8claws26
9360
9361         * src/compose.c
9362                 don't allow return receipts when composing a news article
9363
9364 2002-06-25 [paul]       0.7.8claws25
9365
9366         * Makefile.am
9367                 add '$(AMTAR)' to 'release' section to allow for
9368                 new and older autotools
9369
9370 2002-06-25 [paul]       0.7.8claws24
9371
9372         * src/summaryview.c
9373                 fix "No more unread messages" persistant pop-up
9374                 window bug
9375
9376 2002-06-25 [paul]       0.7.8claws23
9377
9378         * po/it.po
9379                 updated by Alessandro Maestri
9380
9381 2002-06-25 [paul]       0.7.8claws22
9382
9383         * sync with 0.7.8cvs6
9384                 see ChangeLog 2002-06-25
9385
9386 2002-06-24 [paul]       0.7.8claws21
9387
9388         * tools/update-po
9389                 add GPL copyright information
9390
9391 2002-06-24 [paul]       0.7.8claws20
9392
9393         * tools/Makefile.am
9394           tools/README
9395           tools/update-po       ** NEW FILE **
9396                 add script that eases the creation of *.po files
9397                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9398
9399 2002-06-23 [alfons]     0.7.8claws19
9400
9401         * src/messageview.c
9402                 make notification_convert_header obey const correctness
9403                 (next step will be fixing the broken return receipt)
9404
9405 2002-06-23 [paul]       0.7.8claws18
9406
9407         * src/messageview.c
9408                 fix bug introduced in last commit:
9409                 removed too much code in last commit - put back what's
9410                 needed
9411
9412 2002-06-23 [paul]       0.7.8claws17
9413
9414         * src/messageview.[ch]
9415                 remove code committed in error from locally patched
9416                 source
9417
9418 2002-06-23 [colin]      0.7.8claws16
9419
9420         * src/compose.[ch]
9421                 add compose_entry_select(), used to select the default_to
9422                 email address - hopefully avoiding people sending mails to
9423                 wrong recipients.
9424
9425 2002-06-22 [alfons]     0.7.8claws15
9426
9427         * AUTHORS
9428                 add Bram Metsch & Stanislav Karchebny
9429         * src/smtp.[ch]
9430         * src/prefs_account.[ch]
9431         * src/send.c
9432                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9433                   options.  (see <http://sourceforge.net/tracker/index.php
9434                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9435
9436                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9437                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9438
9439 2002-06-22 [paul]       0.7.8claws14
9440
9441         * sync with 0.7.8cvs5
9442                 see ChangeLog 2002-06-19 and 2002-06-20
9443
9444 2002-06-22 [alfons]     0.7.8claws13
9445
9446         * src/selective_download.c
9447                 fix a stupid mistake I made
9448
9449 2002-06-22 [alfons]     0.7.8claws12
9450
9451         * src/selective_download.[ch]
9452                 fix another unnoticed leak; cleanup code
9453
9454 2002-06-21 [alfons]
9455
9456         * tools/Makefile.am
9457                 gpg-sign <-- gpg-sign-syl
9458
9459 2002-06-21 [alfons]     0.7.8claws11
9460
9461         * src/selective_download.c
9462         * src/selective_download.h
9463                 fix assorted mix of allocation errors (should solve
9464                 problem reported by Philippe Gramoullé, see:
9465                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9466
9467 2002-06-20 [melvin]     0.7.8claws10
9468
9469         * tools/gpg-sign *REMOVED*
9470           tools/gpg-sign-syl *ADDED*
9471                 Replaced the gpg clearsigning script with the version using
9472                 xterm instead of ssh-askpass and changed its name.
9473
9474         * README.claws
9475                 Updated actions example to reflect the renaming of the
9476                 gpg clearsigning script.
9477
9478 2002-06-19 [paul]       0.7.8claws9
9479
9480         * sync with 0.7.8claws9
9481                 see ChangeLog 2002-06-18 and 2002-06-19
9482
9483 2002-06-19 [paul]       0.7.8claws8
9484
9485         * sync with 0.7.8cvs1
9486                 see ChangeLog 2002-06-18
9487
9488 2002-06-18 [alfons]     0.7.8claws7
9489
9490         * src/mainwindow.h
9491                 add omitted prototype
9492
9493 2002-06-17 [paul]       0.7.8claws6
9494
9495         * src/mainwindow.c
9496                 fix hiding of exec_btn
9497
9498 2002-06-17 [paul]       0.7.8claws5
9499
9500         * src/pop.c
9501                 remove unneeded code: should_delete() 
9502                 and Pop3State::uidl_todelete_list
9503
9504 2002-06-17 [paul]       0.7.8claws4
9505
9506         * sync with 0.7.8
9507                 see ChangeLog 2002-06-11 and 2002-06-13
9508
9509 2002-06-16 [alfons]     0.7.8claws3
9510         
9511         * src/folder.c
9512                 make sure lock sort mode (claws specific) is
9513                 also persists after a tree rescan
9514
9515 2002-06-16 [alfons]     0.7.8claws2
9516
9517         * src/prefs_folder_item.c
9518         * src/folder.[ch]
9519                 fix persistence of folder sort mode (broken
9520                 by adapting Hiro's new folder persistence code)
9521
9522 2002-06-16 [alfons]     0.7.8claws1
9523
9524         * AUTHORS
9525         * src/logwindow.c
9526         * src/prefscommon.[ch]
9527                 control size of log text in log window; 
9528                 closes patch #569155 submitted by Mitko Haralanov.
9529
9530 2002-06-15 [paul]       0.7.8claws
9531
9532         * release of 0.7.8claws
9533
9534 2002-06-15 [paul]       0.7.7claws
9535
9536         * po/pt_BR.po
9537                 updated by Fabio Junior Beneditto
9538
9539 2002-06-14 [paul]       0.7.6claws49
9540
9541         * po/es.po
9542                 updated by Ricardo Mones Lastra
9543
9544 2002-06-14 [paul]       0.7.6claws48
9545
9546         * po/nl.po
9547                 updated translation by Wilbert Berendsen
9548
9549 2002-06-14 [melvin]     0.7.6claws47
9550
9551         * po/fr.po
9552                 Updated French translation
9553
9554 2002-06-13 [paul]       0.7.6claws46
9555
9556         * src/filesel.c
9557                 allow filename to be typed in, rather than just
9558                 selected by the mouse. Patch by Gustavo Noronha Silva.
9559
9560 2002-06-13 [alfons]     0.7.6claws45
9561
9562         * src/mainwindow.[ch]
9563                 more cleanups (removing unnecessary menu items Expand 
9564                 summary / message view)
9565
9566 2002-06-13 [melvin]     0.7.6claws44
9567
9568         * po/POTFILES.in
9569                 Added src/string_match.c
9570         * src/string_match.c
9571                 Fixed possible buffer overflow.
9572                 Corrected typo.
9573                 Added missing config.h header.
9574         * src/prefs_common.c
9575           src/prefs_matcher.c
9576           src/prefs_scoring.c
9577                 Made some strings translatable (missing _(..)).
9578
9579 2002-06-13 [melvin]     0.7.6claws43
9580
9581         * README.claws
9582                 Corrected action example (verifying clearsigned mail).
9583         * src/prefs_account.c
9584                 Corrected typo.
9585         * src/prefs_common.c
9586                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9587
9588 2002-06-12 [alfons]     0.7.6claws42
9589
9590         * src/summaryview.c
9591                 add init of score column lost in 0.7.6claws42
9592
9593 2002-06-12 [paul]       0.7.6claws41
9594
9595         * src/prefs_account.c
9596                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9597                 behavior of the radio buttons, (from 0.7.7cvs2)
9598
9599 2002-06-11 [alfons]     0.7.6claws40
9600
9601         * src/messageview.[ch]
9602         * src/summaryview.[ch]
9603         * src/summary_search.c
9604         * src/mainwindow.c
9605                 perform a sync to bring in Hiro's separate view implementation 
9606
9607                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9608
9609 2002-06-11 [paul]       0.7.6claws39
9610         
9611         * src/prefs_account.c
9612                 correct a typo on the Receive tab
9613
9614 2002-06-10 [match]      0.7.6claws38
9615
9616         * src/addressbook.c
9617                 Included address completion patch from Gustavo Noronha.
9618
9619 2002-06-10 [paul]       0.7.6claws37
9620
9621         * src/inc.[ch]
9622           src/pop.c
9623           src/prefs_account.[ch]
9624           src/selective_download.[ch]
9625                 apply PATCH #561712
9626                  NEW:
9627                 - check if POP Account
9628                 - Receive Button renamed to Preview
9629                 - Preview Button Popup: preview new/all messages
9630                 - Download Button
9631                 - Account Preferences-->Receive tab checkbutton if you
9632                   want to remove Mail after Download
9633                 -: default YES
9634                 - Account Preferences-->Receive tab checkbutton use
9635                   filtering rules on preview
9636                   (think of delete_on_server)
9637                 -: default YES
9638                 - Account selectable from SD dialog
9639                 - checkbutton to show already downloaded messages if
9640                   all messages are previewed
9641                 - new clist column showing Date
9642                 - ESC KEY close
9643                 FIXES:
9644                 - play ball with UIDL
9645                 - fault tolerant (?) 
9646                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9647
9648 2002-06-10 [melvin]     0.7.6claws36
9649
9650         * README.claws
9651                 Added a hint to ac/README in cvs instructions.
9652
9653         * src/prefs_actions.c
9654                 Made it possible to use a more elaborate command line
9655                 for asynchronous actions, too.
9656
9657 2002-06-10 [melvin]     0.7.6claws35
9658         
9659         * src/prefs_actions.c
9660                 Make it possible to use a more elaborate command line
9661                 (e.g. |foo|bar|cat>there;echo Done|)
9662                 Corrected error message when calling %f, %F and %p commands
9663                 from the compose window.
9664
9665 2002-06-09 [colin]      0.7.6claws34
9666
9667         * src/summaryview.c
9668                 Automatically find unread messages in current folder
9669                 before annoying the user.
9670
9671 2002-06-08 [alfons]     0.7.6claws33
9672
9673         * po/it.po
9674                 remove bad formatting string in it.po translation
9675                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9676
9677 2002-06-08 [paul]       0.7.6claws32
9678
9679         * sync with 0.7.6cvs25
9680                 see ChangeLog 2002-06-07
9681
9682 2002-06-05 [paul]       0.7.6claws31
9683
9684         * src/mainwindow.c
9685                 add 'Sort by locked' and 'Sort by score'
9686
9687 2002-06-05 [paul]       0.7.6claws30
9688
9689         * sync with 0.7.6cvs24
9690                 see ChangeLog 2002-06-04
9691
9692 2002-06-04 [paul]       0.7.6claws29
9693
9694         * po/pt_BR.po
9695                 updated by Fabio Junior Beneditto
9696
9697 2002-06-03 [thorsten]   0.7.6claws28
9698
9699         * src/matcher.c
9700                 fclose() matcherrc after reading
9701
9702 2002-06-03 [paul]       0.7.6claws27
9703
9704         * sync with 0.7.6cvs21
9705                 see ChangeLog 2002-05-31
9706
9707 2002-05-31 [paul]       0.7.6claws26
9708
9709         * sync with 0.7.6cvs20
9710                 see ChangeLog 2002-05-29 and 2002-05-30
9711
9712 2002-05-31 [paul]       0.7.6claws25
9713
9714         * src/imap.c
9715                 hopefully fix last buggy sync
9716
9717         * README.claws
9718                 correct typo in 'Actions' examples
9719
9720 2002-05-29 [paul]       0.7.6claws24
9721
9722         * sync with 0.7.6cvs18
9723                 see ChangeLog 2002-05-28 and 2002-05-29
9724
9725         * src/news.c
9726           src/nntp.[ch]
9727                 sync with above 
9728
9729 2002-05-28 [paul]       0.7.6claws23
9730
9731         * sync with 0.7.6cvs16
9732                 see ChangeLog 2002-05-28
9733
9734 2002-05-27 [thorsten]   0.7.6claws22 
9735
9736         * faq/it/sylpheed-faq-1.html
9737           faq/it/sylpheed-faq-2.html
9738           faq/it/sylpheed-faq-3.html
9739           faq/it/sylpheed-faq.html
9740                 corrected DOS lineendings
9741         * faq/de/sylpheed-faq-1.html
9742           faq/de/sylpheed-faq-2.html
9743           faq/en/sylpheed-faq-1.html
9744           faq/en/sylpheed-faq-2.html
9745           faq/en/sylpheed-faq-3.html
9746           faq/es/sylpheed-faq-1.html
9747           faq/es/sylpheed-faq-2.html
9748           faq/es/sylpheed-faq-3.html
9749           faq/fr/sylpheed-faq-1.html
9750           faq/it/sylpheed-faq-1.html
9751           faq/it/sylpheed-faq-2.html
9752           faq/it/sylpheed-faq-3.html
9753           faq/it/sylpheed-faq.html
9754                 changed ">" to &quot;
9755
9756 2002-05-27 [paul]       0.7.6claws21
9757         
9758         * sync with 0.7.6cvs15
9759                 see ChangeLog 2002-05-27
9760
9761 2002-05-27 [paul]       0.7.6claws20
9762
9763         * src/prefs_account.c
9764                 correct a typo
9765
9766 2002-05-26 [paul]       0.7.6claws19
9767
9768         * tools/README
9769                 correct a typo
9770
9771 2002-05-25 [paul]       0.7.6claws18
9772
9773         * tools/README
9774                 add description of kmail2sylpheed.pl
9775
9776 2002-05-25 [paul]       0.7.6claws17
9777
9778         * tools/kmail2sylpheed.pl       ** NEW FILE **
9779                 perl script that converts an exported Kmail address
9780                 book, converts it to sylpheed addressbook file,
9781                 writes the file to .sylpheed, and updates
9782                 addrbook--index.xml 
9783
9784 2002-05-25 [paul]       0.7.6claws16
9785
9786         * sync with 0.7.6cvs14
9787                 see ChangeLog 2002-05-23
9788
9789 2002-05-24 [paul]       0.7.6claws15
9790
9791         * README.claws
9792                 make a correction and add some more info
9793
9794 2002-05-24 [paul]       0.7.6claws14
9795
9796         * src/compose.c
9797                 fix memory leak in 
9798                 compose_redirect_write_headers_from_headerlist()
9799                 add Subject and Resent-Message-ID to
9800                 compose_redirect_write_headers()
9801                 Received, Subject, and X-UIDL are filtered out in 
9802                 compose_redirect_write_to_file()
9803
9804 2002-05-23 [paul]       0.7.6claws13
9805
9806         * src/compose.[ch]
9807           src/filtering.c
9808           src/mainwindow.c
9809           src/matcher.[ch]
9810           src/matcher_parser_lex.l
9811           src/matcher_parser_parse.y
9812           src/prefs_common.[ch]
9813           src/prefs_filtering.c
9814           src/summaryview.c
9815                 rename 'Bounce' to 'Redirect'
9816
9817 2002-05-23 [paul]       0.7.6claws12
9818
9819         * more sync with 0.7.6cvs13
9820           src/compose.c
9821                 see ChangeLog 2002-05-22
9822
9823 2002-05-22 [paul]       0.7.6claws11
9824
9825         * sync with 0.7.6cvs13
9826           src/codeconv.c
9827                 see ChangeLog 2002-05-20
9828           src/prefs_common.c
9829                 see ChangeLog 2002-05-22
9830
9831 2002-05-21 [melvin]     0.7.6claws10
9832
9833         * src/folderview.c
9834                 Added missing filtering and scoring headers
9835                 Fixed bad function call that showed garbage 
9836                 in Folder->Processing
9837
9838 2002-05-21 [paul]       0.7.6claws9
9839
9840         * tools/Makefile.am
9841                 make all tools executable, (patch by Alfons).
9842
9843 2002-05-20 [alfons]     0.7.6claws8
9844
9845         * src/procheader.c
9846                 don't forget to call mktime() so we have a valid week 
9847                 and year day
9848                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9849
9850 2002-05-20 [paul]       0.7.6claws7
9851
9852         * src/html.c
9853                 fix broken parsing of urls
9854         * src/textview.c
9855                 fix displaying of urls
9856
9857                 both fixes from the patch [547855] by Eugene 
9858                 Brevdo (zonem)
9859
9860 2002-05-19 [alfons]     0.7.6claws6
9861
9862         * configure.in
9863                 make sylpheed configure correctly with the latest
9864                 and greatest of automake / autoconf / gettext
9865
9866 2002-05-19 [alfons]     0.7.6claws5
9867
9868         * src/procheader.c
9869         * src/procheader.h
9870                 add function for returning ime zone offset
9871         * src/quote_fmt.c
9872         * src/quote_fmt_parse.y
9873                 better quotation formatting - does not convert
9874                 to local time, but uses the original date string.
9875                 
9876                 Note: %z inserts the timezone offset (should 
9877                 work also on platforms where strftime does not
9878                 support %z).
9879
9880 2002-05-18 [christoph]  0.7.6claws4
9881
9882         * src/summaryview.c
9883                 fix indentation of some code
9884         * tools/Makefile.am
9885                 fix spaces after \
9886         * src/Makefile.am
9887                 add missing \
9888                 correct path for ignorethread.xpm
9889                 incorrect filename for sylpheed_logo.xpm
9890                 add missing include matcher_parser_parse.h
9891
9892 2002-05-18 [paul]       0.7.6claws3
9893
9894         * sync with 0.7.6cvs8
9895                 see ChangeLog 2002-05-16 and 2002-05-17
9896
9897 2002-05-18 [melvin]     0.7.6claws2
9898
9899         * README.claws
9900                 Corrected an action's definition and fixed some misspellings.
9901
9902 2002-05-18 [paul]       0.7.6claws1
9903
9904         * tools/Makefile.am
9905           tools/gpg-sign        ** new file **
9906           tools/uudec           ** new file **
9907                 add Melvin's Actions scripts
9908
9909         * README.claws
9910                 add Melvin's descriptions for Actions
9911
9912 2002-05-18 [paul]       0.7.6claws
9913
9914         * Version 0.7.6claws released
9915
9916 2002-05-17 [paul]       0.7.5claws32
9917
9918         * po/es.po
9919                 updated by Ricardo Mones Lastra
9920
9921 2002-05-17 [paul]       0.7.5claws31
9922
9923         * src/compose.c
9924                 fix Account prefs default folder for sent/draft/deleted
9925                 messages bug
9926
9927         * po/it.po
9928           po/nl.po
9929                 updated translation by Alessandro Maestri and
9930                 Wilbert Berendsen
9931
9932 2002-05-17 [melvin]     0.7.5claws30
9933
9934         * src/prefs_actions.c
9935                 Fixed bug where using %F not at the end of the command 
9936                 resulted in an additional empty argument being created.
9937                 Thanks to Darko Koruga for reporting the bug.
9938
9939 2002-05-17 [melvin]     0.7.5claws29
9940
9941         * po/fr.po
9942                 Updated French translations.
9943
9944 2002-05-15 [paul]       0.7.5claws28
9945         
9946         * po/es.po
9947                 updated by Ricardo Mones Lastra
9948
9949 2002-05-15 [paul]       0.7.5claws27
9950
9951         * sync with 0.7.6cvs4
9952                 see ChangeLog 2002-05-14 and 2002-05-15
9953
9954 2002-05-14 [paul]       0.7.5claws26
9955
9956         * sync with 0.7.6cvs1
9957                 see ChangeLog 2002-05-13
9958
9959 2002-05-13 [thorsten]   0.7.5claws25
9960
9961         * src/messageview.c
9962                 fix select_all and copy in multipart messages
9963         * src/mainwindow.c
9964                 fix select_all and copy in multipart messages
9965
9966 2002-05-12 [paul]       0.7.5claws24
9967
9968         * src/summaryview.c
9969                 reverse last commit, bug already fixed in 0.7.5claws3
9970
9971 2002-05-12 [netztorte]  0.7.5claws23
9972
9973         * src/summaryview.c
9974                 dont parse empty addressbook (checked in before claws20)
9975
9976 2002-05-12 [melvin]     0.7.5claws22
9977
9978         * src/procmsg.[ch]
9979                 Removed unneeded priority code introduced by the previous 
9980                 commit.
9981
9982 2002-05-12 [melvin]     0.7.5claws21
9983
9984         * src/compose.[ch]
9985                 Added possibility to set message's priority.
9986         * src/procmsg.[ch]
9987                 Added possibility to set message's priority.
9988                 Added missing headers
9989
9990 2002-05-12 [melvin]     0.7.5claws20
9991
9992         * src/prefs_actions.c
9993                 Removed implicitely added quotes around the name
9994                 of the temporary files of mime parts.
9995
9996 2002-05-12 [paul]       0.7.5claws19
9997
9998         * sync with 0.7.5cvs20
9999                 see ChangeLog 2002-05-11
10000
10001 2002-05-12 [alfons]     0.7.5claws18
10002
10003         * src/quote_fmt_lex.l
10004         * src/quote_fmt_parse.y
10005                 allow quote / reply date & time format to be set using
10006                 %D{format}. format is a format string you'd pass to
10007                 strftime() (see man strftime, or the Display tab |
10008                 Date format setting).
10009
10010                 Currently %D converts the date to local time. 
10011
10012 2002-05-11 [paul]       0.7.5claws17
10013
10014         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10015                 see ChangeLog 2002-05-10 and 2002-05-11
10016
10017 2002-05-10 [paul]       0.7.5claws16
10018
10019         * sync with 0.7.5cvs16
10020                 see ChangeLog entries 2002-05-09 and 
10021                 2002-05-10
10022
10023 2002-05-10 [colin]      0.7.5claws15
10024
10025         * src/textview.c
10026                 Corrected a bug that prevented sylpheed to open
10027                 double-clicked URIs.
10028
10029 2002-05-09 [paul]       0.7.5claws14
10030
10031         * sync with 0.7.5cvs14
10032                 see ChangeLog 2002-05-08 and 2002-05-09
10033
10034 2002-05-08 [paul]       0.7.5claws13
10035
10036         * sync with 0.7.5cvs11
10037                 see ChangeLog entry 2002-05-08
10038
10039 2002-05-08 [paul]       0.7.5claws12
10040
10041         * src/mainwindow.c
10042           src/textview.[ch]
10043                 fix segfault on View->Open in new window
10044                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10045
10046 2002-05-07 [paul]       0.7.5claws11
10047
10048         * sync with 0.7.5cvs9
10049                 see ChangeLog entry 2002-05-07
10050
10051 2002-05-06 [paul]       0.7.5claws10
10052
10053         * src/messageview.c
10054           src/textview.c
10055                 display url in statusbar on single-click
10056                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10057
10058 2002-05-06 [match]      0.7.5claws9
10059
10060         * src/addritem.[ch]
10061                 new functions.
10062         * src/addrcache.c
10063                 tidy up.
10064         * src/xmlprops.[ch]
10065                 XML implementation of properties file.
10066         * src/exporthtml.[ch]
10067         * src/expthtmldlg.[ch]
10068         * src/addressbook.c
10069                 export to HTML.
10070
10071 2002-05-02 [sergey]     0.7.5claws8
10072
10073         * src/mainwindow.c (mainwin_entries),
10074           src/prefs_common.c (prefs_send_create()),
10075           src/codeconv.c (locale_table):
10076                 use charset name "Windows-1251" instead of "CP1251".
10077
10078 2002-05-02 [colin]      0.7.5claws7
10079         
10080         * src/compose.c
10081           src/prefs_common.c
10082           src/prefs_folder_item.c
10083                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10084
10085 2002-05-02 [hiro]       0.7.5claws6
10086
10087         * src/imap.c
10088                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10089
10090 2002-05-02 [paul]       0.7.5claws5
10091
10092         * src/compose.c
10093                 more sync with 0.7.5cvs7, see ChangeLog entry
10094                 2002-05-02
10095
10096 2002-05-02 [hiro]       0.7.5claws4
10097
10098         * src/compose.c
10099                 compose_queue_sub():
10100                 check if queue folder exists (closes #550397).
10101                 removed directory creation since it should be handled
10102                 transparently.
10103         * src/imap.c
10104                 imap_add_msg(): return UID for appended message
10105                 (closes #548842).
10106
10107 2002-04-30 [paul]       0.7.5claws3
10108
10109         * src/summaryview.c
10110                 fix account_find_from_address() bug
10111
10112 2002-04-28 [colin]      0.7.5claws2
10113
10114         * src/compose.c
10115           src/textview.c
10116           src/prefs_common.[ch]
10117           src/utils.[ch]
10118                 Added user-definable quotation characters recognition.
10119
10120 2002-04-28 [paul]       0.7.5claws1
10121
10122         * sync with 0.7.5cvs4
10123                 see ChangeLog entry  2002-04-25
10124
10125 2002-04-28 [paul]       0.7.5claws
10126
10127         * po/es.po
10128           po/nl.po
10129           po/pt_BR.po
10130                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10131                 Fabio Junior Beneditto
10132
10133 2002-04-27 [jens]       0.7.4claws103
10134
10135         * po/de.po
10136                 updated German translation.
10137
10138 2002-04-27 [hiro]       0.7.4claws102
10139
10140         * src/summaryview.c
10141                 summary_write_cache(): fixed the mark loss of hidden messages.
10142
10143 2002-04-26 [melvin]     0.7.4claws101
10144
10145         * src/procmsg.c
10146                 fixed a second typo (same one)
10147         * po/fr.po
10148           po/it.po
10149           po/pt_BR.po
10150                 fixed the type again...
10151
10152 2002-04-26 [melvin]     0.7.4claws100
10153
10154         * src/procmsg.c
10155                 fixed a typo in an alert message ("temorary").
10156         * po/it.po
10157         * po/pt_BR.po
10158                 corrected the typo  described above.
10159         * po/fr.po
10160                 updated French translation.
10161
10162 2002-04-26 [darko]      0.7.4claws99
10163
10164         * src/summaryview.c
10165                 fix target folder colorization
10166
10167 2002-04-25 [paul]       0.7.4claws98
10168
10169         * po/it.po
10170                 updated by Alessandro Maestri
10171
10172 2002-04-24 [colin]      0.7.4claws97
10173         
10174         * src/compose.c
10175                 Fixed double "subject is empty" question.
10176
10177 2002-04-23 [colin]      0.7.4claws96
10178         
10179         * src/mimeview.c
10180                 Corrected issue when "automatically display images" was
10181                 not set : first image remained after selecting second.
10182
10183 2002-04-23 [melvin]     0.7.4claws95
10184
10185         * src/prefs_actions.c
10186                 Don't display in/out dialog if there is nothing to show.
10187
10188 2002-04-23 [paul]       0.7.4claws94
10189
10190         * sync with 0.7.5cvs3
10191                 bug fixes: see ChangeLog entry 2002-04-23
10192
10193 2002-04-22 [darko]      0.7.4claws93
10194
10195         * src/compose.c
10196                 fix previous check-in which changed code after
10197                 merge from main
10198
10199 2002-04-22 [paul]       0.7.4claws92
10200
10201         * faq/de/*
10202                 add German FAQ
10203         * faq/en/*
10204           faq/es/*
10205           faq/fr/*
10206                 update English, Spanish and French FAQs
10207         * manual/de/*
10208           manual/es/*
10209                 add German and Spanish manuals
10210         * manual/en/*
10211           manual/fr/*
10212                 update English and French manuals
10213
10214         * src/Makefile.am
10215                 add to and re-arrange the pixmap entries
10216
10217 2002-04-22 [darko]      0.7.4claws91
10218
10219         * src/compose.c
10220                 fix sender initials recognition to only allow
10221                 '>' after the initials
10222
10223 2002-04-21 [paul]       0.7.4claws90
10224
10225         * sync with 0.7.5 release
10226                 see ChangeLog entry 2002-04-21
10227
10228 2002-04-21 [alfons]
10229
10230         * src/Makefile.am
10231                 add colin's new pixmaps to EXTRA_DIST
10232
10233 2002-04-21 [colin]      0.7.4claws89
10234         * src/compose.c
10235         * src/inc.c
10236         * src/mainwindow.[ch]
10237         * src/prefs_common.[ch]
10238         * src/stock_pixmap.[ch]
10239                 Added "Work offline" ability.
10240
10241 2002-04-21 [colin]      0.7.4claws88
10242         
10243         * src/mimeview.c
10244         * src/prefs_common.c
10245         * src/prefs_common.h
10246         * src/textview.c : Added an option to common preferences -> display
10247           to allow user not to automatically display images.
10248
10249 2002-04-21 [paul]       0.7.4claws87
10250
10251         * sync with 0.7.4cvs52
10252                 see ChangeLog entry 2002-04-21 (src/imap.c)
10253
10254 2002-04-21 [paul]       0.7.4claws86
10255
10256         * sync with 0.7.4cvs51
10257                 see ChangeLog entry 2002-04-21
10258
10259 2002-04-21 [paul]       0.7.4claws85
10260
10261         * sync with 0.7.4cvs49
10262                 see ChangeLog entries 2002-04-20 and 2002-04-21
10263
10264         * src/Makefile.am
10265                 clean up: remove old 'stock_' element from xpm 
10266                 filenames.
10267
10268 2002-04-21 [alfons]     0.7.4claws84
10269
10270         apply sync patch from Paul
10271
10272         * src/folderview.c
10273                 use old claws prefs_folder_item_create() for now
10274
10275 2002-04-19 [match]      0.7.4claws83
10276
10277         * src/addressbook.[ch]
10278         * src/addrharvest.[ch]
10279         * src/addrgather.[ch]
10280                 recurse folders.
10281         * src/mainwindow.c
10282         * src/summaryview.[ch]
10283                 change menu option.
10284
10285 2002-04-19 [paul]       0.7.4claws82
10286
10287         * po/pt_BR.po
10288                 updated by Fabio Junior Beneditto
10289
10290 2002-04-14 [alfons]     0.7.4claws81
10291
10292         * src/passphrase.c
10293                 add #include <sys/types.h> for mode_t and off_t 
10294
10295 2002-04-13 [paul]       0.7.4claws80
10296         
10297         * src/main.c
10298           src/passphrase.[ch]
10299           src/pgptext.c
10300           src/prefs_common.[ch]
10301           src/rfc2015.c
10302                 enable storing of GnuPG passphrase for the whole 
10303                 session or a user-defined number of minutes. patch 
10304                 submitted by Ravemax <ravemax@dextrose.com>
10305
10306 2002-04-13 [alfons]     0.7.4claws79
10307
10308         * src/textview.c
10309                 make email parser also stop scanning when encountering separators
10310                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10311
10312 2002-04-13 [paul]       0.7.4claws78
10313
10314         * sync with 0.7.4cvs39
10315                 see ChangeLog entry 2002-04-12
10316
10317 2002-04-11 [paul]       0.7.4claws77
10318
10319         * sync with 0.7.4cvs37
10320                 see ChangeLog entry 2002-04-11
10321
10322 2002-04-11 [paul]       0.7.4claws76
10323
10324         * COPYING 
10325                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10326                 the clause for OpenSSL). sync with sylpheed main
10327
10328 2002-04-09 [melvin]     0.7.4claws75
10329
10330         * src/compose.c
10331                 Made 'Ctrl-Enter' on send ignore some modifiers 
10332                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10333                 to bind other *-Enter (but not Alt-Enter).
10334
10335 2002-04-09 [paul]       0.7.4claws74
10336
10337         * sync with 0.7.4cvs35
10338                 see ChangeLog entries 2002-04-09
10339
10340 2002-04-08 [paul]       0.7.4claws73
10341
10342         * sync with 0.7.4cvs33
10343                 see ChangeLog entry 200-04-08
10344
10345 2002-04-07 [match]      0.7.4claws72
10346
10347         * src/addrharvest.[ch]
10348                 fixed to read all addresses in header, regardless
10349                 of header size. improved name parsing. accommodate
10350                 harvest from folders and selected message.
10351         * src/addritem.[ch]
10352                 included new address parsing function.
10353         * src/addrgather.[ch]
10354         * src/addressbook.[ch]
10355         * src/summaryview.[ch]
10356         * src/mainwindow.c
10357                 allow address harvest of folder as well as selected
10358                 messages.
10359
10360 2002-04-07 [paul]       0.7.4claws71
10361
10362         * src/esmtp.[ch]
10363           src/smtp.c
10364                 don't try to authenticate with CRAM-MD5 in SMTP when 
10365                 SMTP-AUTH enabled if MTA doesn't issue this 
10366                 auth-method in it's ehlo-response. bug item #531364,
10367                 patch item #938910. patch submitted by Colin Leroy 
10368                 <colin@colino.net>
10369
10370 2002-04-07 [paul]       0.7.4claws70
10371
10372         * src/nntp.c
10373                 fix missing MODE_READER bug. patch submitted by
10374                 Colin Leroy <colin@colino.net>
10375
10376 2002-04-07 [alfons]     0.7.4claws69
10377
10378         * src/matcher.[ch]
10379         * src/prefs_filtering.c
10380         * src/summaryview.c
10381                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10382                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10383
10384 2002-04-07 [paul]       0.7.4claws68
10385
10386         * sync with 0.7.4cvs32
10387                 see ChangeLog entry 2002-04-06
10388
10389         * tools/filter_conv.pl
10390                 more bug fixes
10391
10392 2002-04-06 [paul]       0.7.4claws67
10393
10394         * tools/filter_conv.pl
10395                 modify to be able to find the name of the first
10396                 mailbox and use that. main's filter does not
10397                 record the full path to the mailbox and therefore
10398                 can only filter to the first mailbox.
10399
10400 2002-04-05 [paul]       0.7.4claws66
10401
10402         * tools/filter_conv.pl
10403                 attempt to make the script all-encompassing and
10404                 be able to convert any main 'filter' rule thrown
10405                 at it
10406
10407 2002-04-05 [paul]       0.7.4claws65
10408
10409         * tools/filter_conv.pl
10410                 allow for collapsed folder trees
10411
10412 2002-04-05 [paul]       0.7.4claws64
10413
10414         * sync with 0.7.4cvs31
10415                 see ChangeLog entries 2002-04-05
10416
10417 2002-04-03 [paul]       0.7.4claws63
10418
10419         * sync with 0.7.4cvs29
10420                 see ChangeLog entries 2002-04-02 and 2002-04-03
10421
10422 2002-04-02 [paul]       0.7.4claws62
10423
10424         * sync with 0.7.4cvs26
10425                 see ChangeLog entry 2002-04-01
10426
10427 2002-04-02 [match]      0.7.4claws61
10428
10429         * src/pine.[ch]
10430         * src/importpine.[ch]
10431         * src/addressbook.c
10432                 import Pine address book.
10433
10434 2002-04-02 [match]      0.7.4claws60
10435
10436         * src/addrharvest.[ch]
10437                 improve address parsing of funky addresses.
10438
10439 2002-04-02 [darko]      0.7.4claws59
10440
10441         * src/compose.c
10442                 wrap on send improvements, it now recognizes quoted
10443                 initials as part of the quotation string, and it
10444                 does not join lines separated by CR
10445
10446 2002-04-01 [match]      0.7.4claws58
10447
10448         * src/mgutils.[ch]
10449                 added new functions.
10450         * src/mutt.[ch]
10451                 remove excessive duplicate address generation
10452                 on import.
10453
10454 2002-04-01 [alfons]     0.7.4claws57
10455         
10456         * src/summaryview.c
10457                 put back g_free() 
10458
10459 2002-04-01 [paul]       0.7.4claws56
10460
10461         * sync with 0.7.4cvs25
10462                 see ChangeLog entry 2002-04-01
10463
10464 2002-04-01 [alfons]     0.7.4aprilfool55
10465
10466         * src/summaryview.c
10467                 honour feature request item #537427 to allow for
10468                 displaying names from address book for sent mail also
10469
10470 2002-03-29 [paul]       0.7.4claws54
10471
10472         * src/mainwindow.c
10473           src/prefs_filtering.[ch]
10474           src/prefs_matcher.c
10475           src/summaryview.c
10476                 add 'fast filter' for claws' filtering,
10477                 /Tools/Create filter rule/... patch submitted
10478                 by Neill Miller <neillm@thecodefactory.org>
10479
10480 2002-03-29 [paul]       0.7.4claws53
10481
10482         * sync with 0.7.4cvs24
10483                 see ChangeLog entry 2002-03-29
10484
10485 2002-03-28 [paul]       0.7.4claws52
10486
10487         * sync with 0.7.4cvs23
10488                 see ChangeLog entry 2002-03-28
10489
10490 2002-03-27 [melvin]     0.7.4claws51
10491
10492         * src/prefs_actions.c
10493                 Added support to pass only one message part (as a
10494                 file) to the command using '%p'. No quotes are needed
10495                 because doubles quotes are automatically added.
10496                 Fixed bug where Sylpheed could block when waiting for
10497                 a child process to finish.
10498                 Changed the help menu to remove quotes around symbols to 
10499                 avoid misinterpretation (they must not be used).
10500
10501 2002-03-27 [melvin]     0.7.4claws50
10502
10503         * src/inc.c
10504                 Made the new mail notification command always 
10505                 execute asynchronously.
10506
10507 2002-03-27 [paul]       0.7.4claws49
10508
10509         * src/compose.c
10510                 fix bug introduced in last commit
10511
10512 2002-03-27 [paul]       0.7.4claws48
10513
10514         * sync with 0.7.4cvs21
10515                 see ChangeLog 2002-03-26 and 2002-03-27
10516
10517 2002-03-26 [hoa]        0.7.4claws47
10518
10519         * src/prefs_folder_item.c
10520                 really fixed the bug #516442 with folder rescan.
10521
10522 2002-03-26 [paul]       0.7.4claws46
10523
10524         * sync with 0.7.4cvs19
10525                 see ChangeLog entries 2002-03-25 and 2002-03-26
10526
10527 2002-03-25 [hoa]        0.7.4claws45
10528
10529         * src/matcher.c
10530         * src/mh.c
10531                 fix the bug #516442 with folder rescan.
10532
10533         * src/prefs_common.[ch]
10534         * src/compose.c
10535                 added an option to enable two different behaviours
10536                 for bounce.
10537
10538
10539 2002-03-25 [paul]       0.7.4claws44
10540
10541         * src/mainwindow.c
10542           src/selective_download.c
10543                 correct a few menuitem labels
10544
10545 2002-03-25 [christoph]  0.7.4claws43
10546
10547         * src/procmsg.c
10548                 fix non deleted tmp message in
10549                 procmsg_save_to_outbox
10550                 fix problems caused by sync with
10551                 main branch's procmsg_send_queue
10552
10553 2002-03-25 [paul]       0.7.4claws42
10554
10555         * src/quote_fmt.c
10556           src/quote_fmt_lex.l
10557           src/quote_fmt_parse.y
10558                 add Last name (%L) placeholder for quoting. 
10559                 patch submitted by Thorsten Thielen 
10560                 <thth@users.sourceforge.net>
10561
10562 2002-03-25 [paul]       0.7.4claws41
10563
10564         * src/utils.c
10565                 get full hostname. patch submitted by
10566                 Bob Woodside <rwoodside1@comcast.net>
10567
10568 2002-03-25 [paul]       0.7.4claws40
10569
10570         * src/account.c
10571           src/news.c
10572           src/nntp.[ch]
10573           src/prefs_account.[ch]
10574                 enable NNTP over SSL. patch submitted by
10575                 Pascal Jermini <pascal@infinity.hn.org>
10576
10577 2002-03-24 [paul]       0.7.4claws39
10578
10579         * src/prefs_common.c
10580                 make the arrangement of the Compose tab more
10581                 coherent
10582
10583         * src/mainwindow.c
10584                 fix some irregularities of style
10585
10586         * po/de.po
10587                 updated by Kilian Krause
10588
10589 2002-03-23 [paul]       0.7.4claws38
10590
10591         * po/pt_BR.po
10592                 updated by Fabio Junior Beneditto
10593
10594 2002-03-23 [paul]       0.7.4claws37
10595
10596         * src/mainwindow.c
10597                 move 'Gather addresses' to 'Tools' menu
10598                 make 'Selective download' sensitive
10599
10600 2002-03-23 [paul]       0.7.4claws36
10601
10602         * sync with 0.7.4cvs16
10603                 see ChangeLog entries 2002-03-23
10604
10605 2002-03-22 [christoph]  0.7.4claws35
10606
10607         * src/quote_fmt_parse.y
10608                 fix include program output
10609
10610 2002-03-22 [alfons]     0.7.4claws34
10611
10612         * src/pop.c
10613                 initialize GDate stack variable correctly (sorry!)
10614
10615 2002-03-22 [paul]       0.7.4claws33
10616
10617         * src/compose.c
10618           src/mainwindow.c
10619           src/prefs_actions.c
10620           src/prefs_common.c
10621                 rename 'Tool' to 'Tools'
10622
10623         * src/mainwindow.c
10624                 move 'Delete duplicated messages' from
10625                 'Message/' to 'Tools/'
10626                 re-arrange the order of 'Tools/' items
10627
10628 2002-03-22 [paul]       0.7.4claws32
10629
10630         * src/addr_compl.c
10631           src/addressbook.[ch]
10632                 auto-address completion now also matches on
10633                 Nickname. patch submitted by Bob Forsman 
10634                 <hammor@users.sourceforge.net>
10635
10636         * src/editaddress.c
10637                 correct a spelling mistake
10638
10639 2002-03-22 [alfons]     0.7.4claws31
10640
10641         * src/pop.c
10642                 fix getting uidl from incorrect string 
10643                 (spotted by Colin)
10644
10645 2002-03-21 [alfons]     0.7.4claws30
10646
10647         * src/pop.c
10648                 more code refactoring
10649                 plug mem leak introduced by delete on server
10650
10651 2002-03-21 [paul]       0.7.4claws29
10652
10653         * sync with 0.7.4cvs11
10654                 see ChangeLog entries 2002-03-20
10655
10656 2002-03-20 [alfons]     0.7.4claws28
10657
10658         * src/inc.c
10659                 apply Colin's patch and refactor
10660
10661 2002-03-20 [paul]       0.7.4claws27
10662
10663         * sync with sylpheed 0.7.4cvs9
10664                 see ChangeLog entry 2002-03-20
10665
10666 2002-03-19 [christoph]  0.7.4claws26
10667
10668         * src/mh.c
10669         * src/procmsg.[ch]
10670         * src/summaryview.c
10671                 revert changes for flag updates
10672                 (does not work correctly and no time to debug)
10673
10674 2002-03-20 [alfons]     0.7.4claws25
10675
10676         * src/pop.c
10677                 refactor should_delete() a little bit 
10678
10679 2002-03-19 [paul]       0.7.4claws24
10680
10681         * src/inc.[ch]
10682           src/pop.c
10683           src/prefs_account.[ch]
10684                 allow the user to leave downloaded mail on the 
10685                 server for n days. Patch submitted by Colin Leroy 
10686                 <colin@colino.net>
10687
10688 2002-02-19 [paul]       0.7.4claws23
10689
10690         * sync with sylpheed 0.7.4cvs8
10691                 see ChangeLog entries 2002-03-19
10692
10693 2002-03-18 [paul]       0.7.4claws22
10694
10695         * sync with sylpheed 0.7.4cvs6
10696                 see ChangeLog entry 2002-03-18
10697
10698 2002-03-18 [paul]       0.7.4claws21
10699
10700         * po/en_GB.po
10701                 add en_GB message catalogue
10702
10703         * src/mbox_folder.c
10704           src/prefs_account.c
10705           src/prefs_actions.c
10706                 correct a few spelling mistakes
10707
10708 2002-03-17 [alfons]     0.7.4claws20
10709
10710         * src/matcher.c
10711                 more stringent checks for NULL params when writing
10712                 filtering actions to a file
10713                 
10714 2002-03-17 [hoa]        0.7.3claws20
10715
10716         * src/news.c
10717                 fixed the count of new messages
10718
10719         * src/compose.c
10720                 fixed the "attachment properties" window
10721
10722 2002-03-17 [paul]       0.7.4claws19
10723
10724         * src/defs.h
10725           src/folder.h
10726           src/news.c
10727           src/prefs_account.[ch]
10728           src/procmsg.[ch]
10729           src/summaryview.c
10730                 automatically mark cross-posted messages as read 
10731                 and (optionally) give them a colour label
10732                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10733                 
10734
10735 2002-03-17 [paul]       0.7.4claws18
10736
10737         * sync with sylpheed 0.7.4cvs5
10738                 see ChangeLog entry 2002-03-17
10739
10740 2002-03-17 [melvin]     0.7.4claws17
10741         
10742         * src/textview.c
10743                 Worked around a gtktext 'bug': when searching for 
10744                 a text in a long message it was scrolling slowly
10745                 line by line until it hit the searched text.
10746         * po/fr.po
10747                 Updated French translation
10748
10749 2002-03-17 [melvin]     0.7.4claws16
10750
10751         * src/mainwindow.c
10752         * src/compose.c
10753         * src/prefs_actions.c
10754                 Moved "Edit/Actions" to "Tool/Actions"
10755                 Made mainwindow/compose window sensitive as soon as
10756                 no child process is running anymore even if the io dialog
10757                 is open.
10758                 Fixed a struct being initialized with a non constant char*
10759
10760 2002-03-16 [christoph]  0.7.4claws15
10761
10762         * configure.in
10763                 add --with-compiler-flags option
10764                 (only for developer hacking)
10765         * src/mh.c
10766         * src/procmsg.[ch]
10767         * src/summaryview.c
10768                 try to make folder-stats and flag handling more
10769                 independent from the summaryview. msgcounts
10770                 are only set when the folder is opened and
10771                 procmsg_msginfo_(un)set_flags will handle it
10772                 later and summaryview will get the values
10773                 from the folder.
10774
10775 2002-03-16 [paul]       0.7.4claws14
10776
10777         * src/messageview.c
10778                 fix Return-receipt. Patch submitted by Bob
10779                 Woodside <rwoodside1@comcast.net>
10780
10781 2002-03-16 [paul]       0.7.4claws13
10782
10783         * src/compose.c
10784                 fix 'dynamic' signatures, make it work again
10785                 broken during sync on 2002-03-14 (0.7.4claws2)
10786
10787 2002-03-15 [match]      0.7.4claws12
10788
10789         * src/addrharvest.[ch]
10790         * src/addrgather.[ch]
10791         * src/addressbook.[ch]
10792         * src/mainwindow.c
10793                 included address harvester feature. still some
10794                 issues with address parsing that I will fix.
10795
10796 2002-03-15 [match]      0.7.4claws11
10797
10798         * src/addrbook.[ch]
10799         * src/addrcache.[ch]
10800         * src/addressbook.[ch]
10801         * src/addrindex.c
10802         * src/editbook.c
10803         * src/importldif.c
10804         * src/importmutt.c
10805         * src/jpilot.[ch]
10806         * src/main.c
10807         * src/syldap.[ch]
10808         * src/vcard.[ch]
10809                 tidy up. fix memory leaks. moved attribs and methods
10810                 from individual interfaces to addrcache object. prep
10811                 for new stuff to come in.
10812
10813 2002-03-15 [alfons]     0.7.4claws10
10814
10815         * src/matcher.[ch]
10816         * src/matcher_parser_parse.y
10817         * src/matcher_parser_lex.l
10818         * src/prefs_matcher.c
10819                 add filtering conditions message greater than, smaller 
10820                 than, and exactly matching a size in bytes
10821                 (does not work with delete from POP3 server yet)
10822
10823                 this should also give others an idea what you should
10824                 do to add new criterions to claws filtering system
10825                 
10826
10827 2002-03-15 [paul]       0.7.4claws9
10828
10829         * tools/filter_conv.pl
10830                 exit if there are no filter rules to convert
10831                 rename filterrc to filterrc.old after completion
10832
10833 2002-03-15 [paul]       0.7.4claws8
10834
10835         * sync with sylpheed 0.7.4cvs3
10836                 see ChangeLog entry 2002-03-14
10837
10838 2002-03-14 [paul]       0.7.4claws7
10839
10840         * src/compose.c
10841                 clean up the last commit (ahem)
10842
10843 2002-03-14 [paul]       0.7.4claws6
10844
10845         * src/compose.c
10846                 fix bug #515655. honour account preferences
10847                 regarding gpg default signing/encryption when 
10848                 changing account from the compose window.
10849
10850 2002-03-14 [paul]       0.7.4claws5
10851
10852         * src/folderview.c
10853                 remove unnecessary curly brackets
10854
10855 2002-03-14 [paul]       0.7.4claws4
10856
10857         * src/folderview.c
10858           src/prefs_filtering.[ch]
10859                 add filter rename on folder rename and filter
10860                 delete on folder delete. Patch submitted by
10861                 Neill Miller <neillm@thecodefactory.org> 
10862
10863 2002-03-14 [christoph]  0.7.4claws3
10864
10865         * src/procmsg.c
10866         * src/send.c
10867                 fix local delivery
10868                 (patch submitted by "Simon 'corecode' Schubert")
10869         * src/prefs_common.c
10870         * src/procmsg.c
10871                 fix gcc 3.0 warning
10872
10873 2002-03-14 [paul]       0.7.4claws2
10874
10875         * sync with sylpheed 0.7.4cvs2
10876                 see ChangeLog entry 2002-03-13
10877
10878 2002-03-12 [darko]      0.7.4claws1
10879
10880         * src/mainwindow.c
10881                 fix what seems to be a copy and paste error
10882                 when setting color for important messages
10883                 (reported by wwp)
10884
10885 2002-03-11 [paul]       version 0.7.4claws released
10886
10887 2002-03-11 [paul]       0.7.4claws
10888
10889         * po/es.po
10890           po/it.po
10891           po/nl.po
10892           po/pt_BR.po
10893                 update message catalogs. Submitted by Ricardo Mones 
10894                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10895                 Fabio Junior Beneditto
10896
10897         * configure.in
10898           faq/Makefile.am
10899           faq/it/Makefile
10900           faq/it/sylpheed-faq*
10901           src/mainwindow.c
10902           src/manual.[ch]
10903                 add FAQ in Italian
10904         
10905
10906 2002-03-11 [jens]       0.7.3claws7
10907
10908         * po/de.po
10909                 updated German translation
10910
10911 2002-03-11 [melvin]     0.7.3claws6
10912
10913         * po/fr.po
10914                 updated and corrected French translation
10915
10916 2002-03-10 [hoa]        0.7.3claws5
10917
10918         * src/account.c
10919         * src/inc.c
10920         * src/prefs_account.c
10921         * src/procmsg.c
10922         * src/send.[ch]
10923                 fixed the local account.
10924                 you have to change the default "/usr/sbin/sendmail"
10925                 to "/usr/sbin/sendmail -t" in the preferences of
10926                 the local account.
10927
10928         * src/procmime.c
10929                 removed some debug display for renderer
10930
10931 2002-03-10 [paul]       0.7.3claws4
10932
10933         * faq/en/sylpheed-faq-1.html
10934           faq/en/sylpheed-faq-2.html
10935                 update
10936
10937 2002-03-09 [paul]       0.7.3claws3
10938
10939         * sync with sylpheed 0.7.4
10940                 see ChangeLog entry 2002-03-09
10941
10942 2002-03-08 [paul]       0.7.3claws2
10943
10944         * faq/en/sylpheed-faq*
10945           faq/es/sylpheed-faq*
10946           faq/fr/sylpheed-faq*
10947                 update the FAQs
10948
10949         * manual/fr/.cvsignore
10950           manual/fr/Makefilea.am
10951           manual/fr/sylpheed*
10952           src/mainwindow.c
10953           src/manual.[ch]
10954                 add the French manual
10955
10956 2002-03-07 [paul]       0.7.3claws1
10957
10958         * sync with sylpheed 0.7.3cvs4
10959                 see ChangeLog entries  2002-03-06 and 2002-03-07
10960         
10961         * po/nl.po
10962                 updated by Wilbert Berendsen
10963
10964 2002-03-07 [melvin]     0.7.2claws34
10965
10966         * src/selective_download.c
10967                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10968
10969 2002-03-06 [paul]       0.7.2claws33
10970
10971         * sync with sylpheed 0.7.3cvs1
10972                 bug fix, see ChangeLog entry 2002-03-05
10973
10974 2002-03-05 [paul]       0.7.2claws32
10975
10976         * src/mimeview.c
10977           src/pgptext.[ch]
10978           src/procmsg.c
10979                 reverse the pgp ascii-armored code implemented in 
10980                 0.7.2claws16. removal of this code until it matures.
10981                 this means that verifying ascii-armored pgp sigs and
10982                 automatic decryption of ascii-armored encrypted
10983                 messages no longer works.
10984
10985 2002-03-05 [paul]       0.7.2claws31
10986
10987         * configure.in
10988           Makefile.am
10989         * faq/Makefile.am
10990         * faq/en/Makefile.am
10991           faq/en/sylpheed-faq.html
10992           faq/en/sylpheed-faq-1.html
10993           faq/en/sylpheed-faq-2.html
10994           faq/en/sylpheed-faq-3.html
10995         * faq/es/Makefile.am
10996           faq/es/sylpheed-faq.html
10997           faq/es/sylpheed-faq-1.html
10998           faq/es/sylpheed-faq-2.html
10999           faq/es/sylpheed-faq-3.html
11000           faq/es/sylpheed-faq-4.html
11001         * faq/fr/Makefile.am
11002           faq/fr/sylpheed-faq.html
11003           faq/fr/sylpheed-faq-1.html
11004           faq/fr/sylpheed-faq-2.html
11005           faq/fr/sylpheed-faq-3.html
11006         * src/Makefile.am
11007           src/defs.h
11008           src/mainwindow.c
11009           src/manual.[ch]
11010                 add FAQs in English, Spanish and French
11011
11012
11013 2002-03-05 [paul]       0.7.2claws30
11014
11015         * manual/en/sylpheed.html
11016           manual/en/sylpheed-XX.html
11017                 updated the English manual
11018
11019 2002-03-05 [hoa]        
11020
11021         * src/summaryview.c
11022                 dialog box pops up if the article can't be deleted.
11023
11024 2002-03-04 [paul]       
11025         
11026         * po/pt_BR.po
11027                 updated by Fabio Junior Benedito
11028
11029 2002-03-04 [hoa]
11030
11031         * removed ac/gpgme.m4
11032                 to avoid autogen common problem
11033                 developers have to install gpgme development package now
11034
11035         * src/compose.c
11036                 encoding to 7bit or 8bit is enabled.
11037
11038 2002-03-03 [alfons]     0.7.2claws29
11039
11040         * src/pop.c
11041                 merge fix by Oliver Haertel for selective
11042                 download buglet
11043
11044 2002-03-03 [paul]       0.7.2claws28
11045         
11046         * sync with sylpheed 0.7.3
11047
11048 2002-03-03 [paul]       0.7.2claws27
11049
11050         * sync with sylpheed 0.7.2cvs24
11051                 see ChangeLog entries 2002-03-02 and 2002-03-03
11052
11053 2002-03-02 [melvin]     0.7.2claws26
11054
11055         * src/inc.[ch]
11056         * src/main.c
11057         * src/mainwindow.c
11058         * src/prefs_common.[ch]
11059                 Added user definable notification on new mail arrival.
11060                 Removed unused variables in spell checker prefs code.
11061
11062 2002-03-02 [melvin]     0.7.2claws25
11063
11064         * src/quote_fmt.c
11065                 Removed unnecessary escape sequences.
11066                 Changed 'Initial...' to 'Initials of Sender'
11067
11068 2002-03-02 [paul]       0.7.2claws24
11069
11070         * sync with sylpheed 0.7.2cvs22
11071                 see ChangeLog entry 2002-03-01
11072
11073 2002-03-01 [hoa]        0.7.2claws23
11074
11075         * src/mainwindow.c
11076                 Set sensitivity of delete actions to active
11077                 even if the folder is a newsgroup.
11078
11079         * src/summaryview.c
11080                 - Set sensitivity of delete actions
11081                 - Added function check_permission() that will check if the
11082                   user is authorized to delete a message. For news, it
11083                   will check if the author is the same.
11084                 - Enabled deletion when there is no trash folder.
11085
11086         * src/news.[ch]
11087                 - Added news_cancel_article() to cancel articles
11088                 - Implemented news_remove_message() (public function)
11089
11090 2002-03-01 [paul]       0.7.2claws22
11091
11092         * src/gtkutils.c
11093           src/textview.c
11094                 recognise urls that that don't include 'http://' and
11095                 simply begin 'www.' 
11096
11097         * AUTHORS
11098                 remove duplicated name
11099
11100 2002-02-28 [paul]       0.7.2claws21
11101
11102         * src/mainwindow.c
11103           src/summaryview.[ch]
11104                 add ability to 'Select thread'
11105                 combines Melvin's "Select thread's head" patch (#510907)
11106                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11107                 patch (#518514) 
11108
11109 2002-02-28 [paul]       0.7.2claws20
11110
11111         * src/mimeview.c
11112                 hopefully fix segfault on right-clicking a mime part
11113                 that some people have experienced.      
11114                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11115
11116 2002-02-28 [paul]       0.7.2claws19
11117
11118         * sync with sylpheed 0.7.2cvs21
11119                 see ChangeLog entries 2002-02-27 and 2002-02-28
11120
11121 2002-02-27 [paul]       0.7.2claws18
11122
11123         * sync with sylpheed 0.7.2cvs18
11124                 see ChangeLog entries 2002-02-26 and 2002-02-27
11125
11126 2002-02-26 [alfons]     0.7.2claws17
11127
11128         * src/procheader.c
11129                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11130                 (spotted by Chris Hessman <idatech@gmx.net>)
11131
11132 2002-02-26 [paul]       0.7.2claws16
11133
11134         * src/mimeview.c
11135           src/pgptext.[ch]
11136           src/procmsg.c
11137                 make decryption of ascii-armored pgp encrypted messages
11138                 and verification of ascii-armored signatures work again.
11139                 slightly altered from the patch by Jens Jahnke 
11140                 <jan0sch@gmx.net>
11141
11142                 ##FIX ME##
11143                 * the checking of plaintext signatures always comes up in 
11144                   a popup box
11145                 * it doesn't work for multipart messages 
11146                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11147                   including the msg headers and these 2 line themselves, are 
11148                   not displayed
11149
11150         * src/mainwindow.c
11151                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11152                 "View/Message View" becomes "View/Separate Message View"
11153                 because its less ambiguous.
11154
11155         * po/es.po
11156                 updated by Ricardo Mones Lastra
11157
11158 2002-02-26 [paul]       0.7.2claws15
11159
11160         * sync with sylpheed 0.7.2cvs17
11161                 see ChangeLog entries 2002-02-25 and 2002-02-26
11162
11163 2002-02-25 [christoph]  0.7.2claws14
11164
11165         * src/filtering.[ch]
11166         * src/inc.c
11167                 do filtering stuff after all messages have been received
11168                   1. drop all messages to .processing
11169                   2. scan processing folder for messages
11170                   3. filter messages or move to inbox
11171                 this will also find old messages left in processing after
11172                 a crash or something like that and we get a real msginfo
11173                 from folder->get_msg_list and do not have to create our
11174                 own in filter_message
11175         * src/matcher_parser_parse.y
11176                 remove MIX/MAX warning (reordered includes)
11177
11178 2002-02-25 [paul]       0.7.2claws13
11179
11180         * sync with sylpheed 0.7.2cvs15
11181                 see ChangeLog entry 2002-02-24
11182
11183 2002-02-24 [alfons]     0.7.2claws12
11184
11185         * src/filtering.c
11186                 clear old color flags first when applying a new color to
11187                 a message info. 
11188                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11189
11190 2002-02-24 [alfons]     0.7.2.claws11
11191         
11192         * AUTHORS
11193         * src/prefs_common.c
11194                 add presets for Opera and Konqueror, closes patch #517261,
11195                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11196
11197 2002-02-24 [alfons]     0.7.2.claws10
11198
11199         * AUTHORS
11200         * src/summaryview.c
11201                 fix threading for null message ids, closes patch #521601,
11202                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11203
11204 2002-02-24 [alfons]     0.7.2claws9
11205
11206         * src/summaryview.c
11207         * src/filtering.c
11208                 make Tool | Filter Message work with filtering system so
11209                 setting flags also works
11210
11211                 TODO:
11212
11213                 - Processing uses the same function as Tool | Filter
11214                   Message, but doesn't use the same update proc yet
11215
11216 2002-02-23 [paul]       0.7.2claws8
11217
11218         * sync with sylpheed 0.7.2cvs14
11219                 see ChangeLog entries 2002-02-22 and 2002-02-23
11220
11221 2002-02-22 [christoph]  0.7.2claws7
11222
11223         * src/quote_fmt.c
11224                 Add column space to table
11225         * src/quote_fmt_parse.y
11226                 Close files
11227
11228 2002-02-22 [paul]       0.7.2claws6
11229
11230         * src/Makefile.am
11231           src/defs.h
11232           src/filtering.c
11233           src/inc.[ch]
11234           src/mainwindow.c
11235           src/matcher.[ch]
11236           src/matcher_parser_lex.l
11237           src/matcher_parser_parse.y
11238           src/pop.[ch]
11239           src/prefs_account.h
11240           src/prefs_filtering.c
11241           src/selective_download.[ch]   *** NEW FILES ***
11242           src/utils.[ch]
11243           po/POTFILES.in
11244                 Selective Download added to 'Tool' menu. 
11245                 Retrieves email headers of the currently selected pop3 
11246                 account and allows the user to mark emails for deletion 
11247                 right on the pop3 server. Patch submitted by Oliver Haertel 
11248                 <oha@users.sourceforge.net>.
11249         
11250         * po/POTFILES.in
11251                 add 'src/quote_fmt.c'           
11252
11253 2002-02-22 [christoph]  0.7.2claws5
11254
11255         * src/Makefile.am
11256                 added quote_fmt.c
11257         * src/prefs_common.[ch]
11258         * src/prefs_template.c
11259         * src/quote_fmt.c               *** NEW FILE ***
11260         * src/quote_fmt.h
11261                 move quote format symbol description code
11262                 to it's own file because it is used from
11263                 differnent code parts
11264                 Rewrote symbol description GUI
11265                   + use table
11266                   + add separators
11267                   + get data from array (no more long constant strings)
11268         * src/quote_fmt_lex.l
11269         * src/quote_fmt_parse.y
11270                 Symbol for Literal % changed to \% instead of %%
11271                 (More logical as \ is used for quoting for other symbols)
11272                 Add |f and |p to include files and program output
11273                 Examples:
11274                     |f{/home/.../.signature}
11275                     |p{date}
11276         * po/de.po
11277                 Correct wrong spelling for "Referenzen"
11278
11279 2002-02-21 [paul]       0.7.2claws4
11280
11281         * src/procmsg.c
11282                 forgotten during sync
11283
11284 2002-02-21 [paul]       0.7.2claws3
11285
11286         * sync with sylpheed 0.7.2cvs11
11287                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11288                 2002-02-20 and 2002-02-21
11289
11290 2002-02-20 [melvin]     0.7.2claws2
11291
11292         * src/prefs_actions.c
11293                 Added error report when child cannot fork or when execvp 
11294                 returns with an error.
11295
11296 2002-02-19 [christoph]  0.7.2claws1
11297
11298         * src/codeconv.c
11299                 return unconverted text if conde conversion is not possible
11300                 when libjconv is used.
11301                 (patch submitted by "Simon 'corecode' Schubert")
11302
11303 2002-02-19 [paul]       
11304
11305         * version 0.7.2claws release
11306
11307 2002-02-19 [paul]       0.7.2claws
11308
11309         * po/nl.po
11310                 updated by Wilbert Berendsen
11311
11312
11313 2002-02-18 [alfons]     0.7.1claws13
11314
11315         * src/syldap.c
11316         * src/jpilot.c
11317                 remove references to dlfcn and explicitly loading functions
11318                 from dynalink libs, because libs linked anyway, and functions
11319                 are loaded explicitly
11320
11321 2002-02-17 [melvin]     0.7.1claws12
11322
11323         * src/prefs_actions.c
11324                 Replaced children wait loop with double fork technique.
11325                 Now, input/output window updated at each new output.
11326                 free_children(): Fixed a memory leak.
11327                 Made input/output window non closable if running children
11328                 still exist.
11329                 Added missing <unistd.h> include.
11330                 Added some --debug outputs.
11331
11332 2002-02-17 [melvin]     0.7.1claws11
11333
11334         * src/summaryview.c
11335                 Fixed bug where descending sort order did not select top
11336                 message.
11337
11338 2002-02-17 [melvin]     0.7.1claws10
11339
11340         * acconfig.h
11341                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11342         * src/prefs_common.c
11343                 Pspell data package directory no more hard coded but
11344                 set during configuration (PSPELL_PATH). (Thanks to 
11345                                 Gustavo Noronha Silva.)
11346
11347 2002-02-17 [melvin]     0.7.1claws9
11348
11349         * configure.in
11350                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11351         * src/gtkspell.c
11352                 Fixed compile-time warnings.
11353
11354 2002-02-16 [alfons]     0.7.1claws8
11355
11356         * src/filesel.c
11357                 fix inadvertent free of NULL pointer which caused
11358                 sylpheed to crash when closing the save-as dialog
11359                 using the window close button
11360
11361 2002-02-16 [carsten]    0.7.1claws7
11362         * src/mainwindow.[ch]
11363           src/summaryview.c
11364           src/prefs_common.c
11365                 fixes for pixmap theming code:
11366                         - recently changed mail attributes shouldn't get
11367                           lost any longer
11368                         - theme is only reloaded iff another theme was
11369                           selected
11370
11371 2002-02-16 [paul]       0.7.1claws6
11372
11373         * sync with sylpheed 0.7.2 release
11374                 see ChangeLog entry 2002-02-15 and 2002-02-16
11375
11376 2002-02-15 [paul]       0.7.1claws5
11377
11378         * sync with sylpheed 0.7.1cvs9
11379                 see ChangeLog entry 2002-02-15
11380
11381         * po/POTFILES.in
11382                 remove unneeded headerwindow.c entry
11383
11384 2002-02-14 [carsten]    0.7.1claws4
11385         * src/summaryview.c
11386                 fixed a bug for "Go to next unread message": there was
11387                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11388                 in the prefs, because of doing "Search again" instead
11389                 "No"
11390
11391 2002-02-14 [carsten]    0.7.1claws3
11392         * src/stock_pixmap.c
11393                 removed 2 more mem leaks; following memprof,
11394                 this code is "leak free" now :)
11395
11396 2002-02-14 [carsten]    0.7.1claws2
11397         * src/stock_pixmap.c
11398                 used opendir/readdir/closedir instead of scandir
11399                 -> code should work now on Solaris
11400
11401 2002-02-14 [paul]       0.7.1claws1
11402
11403         * sync with sylpheed 0.7.1cvs8
11404                 see ChangeLog entries 2002-02-13 and 2002-02-14
11405
11406         * README.claws
11407                 add some description of Actions and Pixmap Themes
11408
11409 2002-02-13 [paul]       
11410
11411         * version 0.7.1claws release
11412
11413 2002-02-13 [paul]       0.7.1claws
11414
11415         * po/es.po
11416           po/it.po
11417           po/pt_BR.po
11418                 updated translations, submitted by Ricardo Mones Lastra,
11419                 Alessandro Maestri and Fabio Junior Beneditto
11420
11421 2002-02-13 [melvin]     0.7.0claws75
11422
11423         * src/prefs_actions.c
11424                 Added missing "signal.h" include
11425
11426 2002-02-13 [melvin]     0.7.0claws74
11427
11428         * src/prefs_folder_item.c
11429                 Added missing "config.h" include
11430         * po/fr.po
11431                 Updated French translation for folder propriety.
11432
11433 2002-02-13 [jens]       0.7.0claws73
11434
11435         * po/POTFILES.in
11436                 Added missing src/prefs_folder_item.c [log added by melvin]
11437         * po/de.po
11438                 Updated German translation.
11439
11440 2002-02-13 [melvin]     0.7.0claws72
11441
11442         * po/fr.po
11443                 Updated French translation.
11444
11445 2002-02-13 [melvin]     0.7.0claws71
11446
11447         * src/gtkutils.c
11448                 Made gtkut_editable_get_selection return NULL if selection
11449                 is of length zero.
11450                 This fixes a bug where selecting part of message A then
11451                 switching to message B and replying to it will not
11452                 quote the message's body.
11453
11454 2002-02-12 [paul]       0.7.0claws70
11455
11456         * src/mainwindow.c
11457                 cosmetic, relating to pixmap themes: on toolbar make 
11458                 updating of 'Exec' and 'Compose news/Compose email'
11459                 icons faster.
11460
11461 2002-02-12 [carsten]    0.7.0claws69
11462         * src/folderview.c
11463           src/mainwindow.[ch]
11464           src/stock_pixmap.c
11465           src/summaryview.c
11466           src/prefs_common.c
11467                 - refreshing after changing pixmap theme better
11468                   now (thanks Paul)
11469                 - wanted to remove some mem leaks, but alfons was
11470                   faster (and had the better solution ;)
11471
11472 2002-02-12 [alfons]     0.7.0claws68
11473
11474         * src/prefs_common.c
11475         * src/stock_pixmap.[ch]
11476                 plug mem leaks, refactor code a little bit
11477
11478
11479 2002-02-12 [sergey]     0.7.0claws67
11480
11481         * src/imap.c
11482                 Fixed problem with copying messages to IMAP folders when the
11483                 server uses something other than '/' as a namespace separator
11484                 (cyrus-imapd uses '.').
11485
11486 2002-02-12 [jens]       0.7.0claws66
11487
11488         * po/de.po
11489                 Updated German Translation
11490
11491 2002-02-12 [paul]       0.7.0claws65
11492
11493         * sync with sylpheed 0.7.1cvs1
11494                 see ChangeLog entry 2002-02-12
11495
11496 2002-02-12 [melvin]     0.7.0claws64
11497
11498         * src/prefs_actions.c
11499                 Fixed "feature" where children's output was duplicated 
11500                 instead of refreshed while monitoring.
11501                 Removed some debug code.
11502
11503 2002-02-12 [christoph]  0.7.0claws63
11504
11505         * src/compose.c
11506                 always delete message from queue after sending/send error
11507                 (closes bug #509601)
11508
11509 2002-02-12 [melvin]     0.7.0claws62
11510
11511         * src/prefs_actions.c
11512                 Children wait loop is now triggered with a timeout of 1s
11513                 Added %F which is replaced with the list of filenames 
11514                 of all selected messages (as suggested by Ricardo Mones Lestra)
11515                 Pipe syntax changed. Prefix with | to send selection, postfix
11516                 with | to retrieve output. Prefix with > or * to send
11517                 user definable input to the command (*: input is hidden)
11518                 Old pipe action should now be postfixed with |, too.
11519
11520 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11521         * src/stock_pixmap.c
11522                 fixed a bug: if there's no theme directory don't
11523                 throw an error, just do "nothing" (thanks Alfons)
11524
11525 2002-02-12 [carsten]    0.7.0claws60
11526         * src/folderview.c
11527           src/summaryview.c
11528                 had to write the cache twice (nasty!); some marks would 
11529                 get lost if not
11530
11531 2002-02-11 [carsten]    0.7.0claws59
11532         * acconfig.h
11533           configure.in
11534           doc-src/maintainer_guide.txt
11535           src/compose.[ch]
11536           src/defs.h
11537           src/folderview.[ch]
11538           src/gtkutils.[ch]
11539           src/mainwindow.[ch]
11540           src/prefs_common.[ch]
11541           src/stock_pixmap.[ch]
11542           src/summaryview.[ch]
11543                 pixmap theming and related work on pixmap
11544                 handling on some other places
11545                 (e.g. hrm features for all folder)
11546           src/pixmap/stock_*.xpm -> the stock_ was removed
11547         
11548 2002-02-11 [paul]       0.7.0claws58
11549
11550         * sync with sylpheed 0.7.1 release
11551                 see ChangeLog entries 2002-02-11
11552
11553 2002-02-08 [paul]       0.7.0claws57
11554
11555         * sync with sylpheed 0.7.0cvs39
11556                 see ChangeLog entry 2002-02-07 (last entry) 
11557
11558         * src/prefs_actions.c
11559           src/prefs_filtering.c
11560           src/prefs_matcher.c
11561           src/prefs_scoring.c
11562                 sync: made it compile with C compilers other than gcc
11563
11564 2002-02-07 [paul]       0.7.0claws56
11565
11566         * sync with sylpheed 0.7.0cvs38
11567                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11568                 2002-02-07
11569
11570 2002-02-07 [darko]      0.7.0claws55
11571
11572         * src/gtkutils.[ch]
11573         * src/summaryview.c
11574                 Fix const gchar */gchar * issue (thanks Hiro)
11575
11576 2002-02-07 [darko]      0.7.0claws54
11577
11578         * src/compose.[ch]
11579         * src/filtering.c
11580         * src/gtkutils.[ch]
11581         * src/prefs_template.c
11582         * src/quote_fmt.h
11583         * src/quote_fmt_parse.y
11584         * src/summaryview.c
11585         * src/utils.[ch]
11586                 When replying or forwarding an email don't quote the entire
11587                 mail body but use the part of the message text that is selected
11588
11589 2002-02-06 [melvin]     0.7.0claws53
11590
11591         * src/prefs_common.[ch]
11592         * src/gtkspell.[ch]
11593         * src/compose.c
11594                 Made possible to switch quickly to last used dictionary
11595                 which makes checking bilingual documents easier.
11596
11597 2002-02-06 [melvin]     0.7.0claws52
11598         
11599         * po/POTFILES.in
11600                 Added forgotten new file src/prefs_actions.c
11601
11602 2002-02-06 [melvin]     0.7.0claws51
11603
11604         * src/prefs_actions.c   ** NEW FILE **
11605         * src/prefs_actions.h   ** NEW FILE **
11606                 Added actions to execute on message text view, or on the
11607                         message's file.
11608         * src/Makefile.am
11609                 Added src/prefs_actions.[ch]
11610         * src/compose.c
11611                 Added new menu "Edit/Actions"
11612         * src/defs.h
11613                 Added new actionsrc file.
11614         * src/main.c
11615                 Added actionsrc reading.
11616         * src/mainwindow.c
11617                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11618         * src/prefs_common.h
11619                 Added new element actionslst element to prefs_common.
11620
11621 2002-02-06 [paul]       0.7.0claws50
11622
11623         * sync with sylpheed 0.7.0cvs36
11624                 see ChangeLog entry 2002-02-06
11625
11626 2002-02-05 [paul]
11627
11628         * po/es.po
11629                 updated by Ricardo Mones Lastra
11630
11631 2002-02-05 [paul]       0.7.0claws49
11632
11633         * sync with sylpheed 0.7.0cvs33
11634                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11635
11636 2002-02-05 [paul]       0.7.0claws48
11637
11638         * src/compose.c
11639                 re-add 'Edit/Advanced/Delete entire line', previously named
11640                 'Delete Line+'
11641
11642 2002-02-04 [paul]       0.7.0claws47
11643
11644         * src/compose.c
11645           src/summaryview.c
11646                 fix bug #494993 (Reply All not taking Reply-To into consi)
11647                 eliminate differences in behaviour of right-click 'Reply to all' 
11648                 in summary view and 'Reply to all' on the toolbar. 
11649                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11650                 view and From gets ignored by 'Reply to all' on toolbar.
11651                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11652                 From when no Reply-To header is present.
11653
11654 2002-02-04 [paul]       0.7.0claws46
11655
11656         * sync with sylpheed 0.7.0cvs30
11657                 see ChangeLog entries 2002-02-03 and 2002-02-04
11658
11659 2002-02-03 [melvin]     0.7.0claws45
11660
11661         * src/gtkspell.[ch]
11662                 Readded function to highlight all misspelled words.
11663                 Fixed bug where user-provided-words did not replace
11664                         correctly the misspelled word when using the mouse.
11665                 Fixed bug where checking a region selected from right to left did
11666                         not check the region at all.
11667                 Fixed bug where 'Check backwards' may not check at all. 
11668                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11669                 Fixed possible buffer overflow when checking for long strings (>1k).
11670                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11671                 Accelerators code uses now gtk_widget_add_accel.
11672                 Removed and disabled obsolete and unfinished code.
11673                 Cleaning up.
11674
11675         * src/compose.c
11676                 Added menu item to Highlight all misspelled words.
11677
11678 2002-02-01 [paul]       0.7.0claws44
11679
11680         * src/mainwindow.c
11681                 fix '/View/Hide read messages' sensitivity when all
11682                 messages in a folder are hidden
11683
11684 2002-02-01 [paul]       0.7.0claws43
11685
11686         * src/main.c
11687                 add --send option to command line interface, sends all
11688                 queued mail. Patch submitted by Ricardo Mones Lastra.
11689
11690 2002-01-31 [paul]       0.7.0claws42
11691
11692         * src/mainwindow.c
11693                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11694
11695 2002-01-31 [paul]       0.7.0claws41
11696
11697         * sync with sylpheed 0.7.0cvs27
11698                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11699                 and 2002-01-31
11700
11701         * src/textview.c
11702                 comment out elements of textview_show_part() as temporary
11703                 workaround for attachment 'Display as text' bug 
11704
11705         * po/pt_BR.po
11706                 updated by Fabio Junior Beneditto
11707
11708 2002-01-30 [paul]       0.7.0claws40
11709
11710         * sync with sylpheed 0.7.0cvs24
11711                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11712                 and 2002-01-30
11713
11714         * src/compose.c
11715                 add {N_("/_Spelling"), ... "<Branch>"} to 
11716                 GtkItemFactoryEntry compose_entries[]
11717
11718         * src/prefs_common.c
11719                 add claws menu items to prefs_keybind_apply_clicked()
11720                 and remove non-claws menu items
11721
11722 2002-01-29 [paul]       0.7.0claws39
11723
11724         * sync with sylpheed 0.7.0cvs22
11725                 see ChangeLog entries 2002-01-28 and 2002-01-29
11726
11727 2002-01-28 [melvin]     0.7.0claws38
11728
11729         * src/compose.c
11730                 Added the declartion of compose_send_control_enter.
11731
11732         * src/compose.c
11733         * src/gtkspell.[ch]
11734                 Added in a 'Spelling' menu which includes the configuration menu. 
11735                 Added a real 'Check all' and got rid from the old one which only
11736                 highlited misspelled word.
11737                 Made 'Check while typing' a disableable option.
11738                 Added a dialog when there are no more misspelled word.
11739                 Added a dialog if error occurs when switching to a dictionary.
11740         
11741         * src/prefs_common.[ch]
11742                 Added option for the default 'Check while typing' option.
11743
11744
11745 2002-01-28 [alfons]     0.7.0claws37
11746
11747         * src/compose.c
11748                 fix buglet and make code comply with sylpheed code style
11749
11750 2002-01-28 [paul]       0.7.0claws36
11751
11752         * sync with sylpheed 0.7.0cvs19
11753                 see ChangeLog entries for 2002-01-28
11754
11755 2002-01-28 [hoa]        0.7.0claws35
11756
11757         * src/defs.h
11758                 added rendererrc
11759
11760         * src/main.c
11761                 read the renderer config
11762
11763         * src/procmime.[ch]
11764                 use the renderer config to convert mime attachments
11765
11766         * src/textview.c
11767                 don't use textview_show_html/ertf,
11768                 use get_text_content instead
11769
11770 2002-01-27 [alfons]     0.7.0claws34
11771         
11772         * src/news.c
11773                 make sylpheed believe it can delete a news message...
11774                 (messages are NOT deleted, maybe we should remove
11775                 processing from the folder properties after all.)
11776
11777 2002-01-27 [alfons]     0.7.0claws33
11778
11779         * src/folder.c
11780                 add extra checks
11781         * src/news.c
11782                 implement remove_msg() 
11783
11784 2002-01-27 [alfons]     0.7.0claws32
11785
11786         * src/procmsg.h
11787         * src/procheader.c
11788         * src/messageview.c
11789                 fix return receipt / disposition notification again. this
11790                 stuff seems to break on _every_ major summary UI change, so
11791                 it's now implemented using a flag which is saved in the
11792                 marks cache
11793                 
11794 2002-01-26 [alfons]     0.7.0claws31
11795
11796         * src/import.c
11797                 let import dialog show the destination folder identifier
11798
11799 2002-01-26 [melvin]     0.7.0claws30
11800
11801         * src/folderview.c
11802         * src/summaryview.c
11803                 Readded 'Mark all read' into summary view popup menu
11804                 Added 'Mark all read' in folder view popup menu for IMAP
11805                 and NNTP.
11806                 Made it insensitive if the selected folder is not the shown
11807                 one to avoid 'Mark all read' on the wrong folder.
11808                 
11809 2002-01-26 [paul]       0.7.0claws29
11810
11811         * src/folderview.c
11812           src/summaryview.c
11813                 move 'Mark all read' from summary view to folder view
11814                 menu. (adapted from) patch submitted by Jeremy Andrews,
11815                 <lists@kerneltrap.com>
11816
11817 2002-01-25 [alfons]     0.7.0claws28
11818
11819         * src/gtkstext.c
11820                 put the gtk class name back so GtkSText adapts the 
11821                 settings of GtkText
11822
11823 2002-01-25 [alfons]     0.7.0claws27
11824
11825         * src/folderview.c 
11826                 assimilate Ricardo's patch that shows pixmaps instead of
11827                 plain "new" and "unread" texts in the folder view column
11828                 headers 
11829
11830 2002-01-25 [paul]       0.7.0claws26
11831
11832         * src/Makefile.am
11833                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11834                 be found in non-standard locations. 
11835                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11836
11837 2002-01-25 [paul]       0.7.0claws25
11838
11839         * sync with sylpheed 0.7.0cvs16
11840                 see ChangeLog entry 2002-01-25
11841
11842 2002-01-24 [paul]       0.7.0claws24
11843
11844         * more sync with sylpheed 0.7.0cvs15
11845                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11846
11847 2002-01-23 [sergey]     0.7.0claws23
11848
11849         * src/importldif.c
11850                 Fixed segfault when closing LDIF import wizard with
11851                 the window manager.
11852         * src/imageview.c
11853         * src/imageview.h
11854         * src/messageview.c
11855         * src/mimeview.c
11856                 Fixed wrong scrolling position after switching between
11857                 text and image parts.
11858
11859 2002-01-23 [paul]       0.7.0claws22
11860
11861         * sync with sylpheed 0.7.0cvs15
11862                 see ChangeLog entries 2002-01-22 and 2002-01-23
11863
11864 2002-01-21 [melvin]     0.7.0claws21
11865
11866         * src/prefs_scoring.c
11867         * src/prefs_filtering.c
11868                 Fixed bug where scoring and filtering windows stopped
11869                 autochecking.
11870
11871 2002-01-21 [paul]       0.7.0claws20
11872
11873         * sync with sylpheed 0.7.0cvs12
11874                 see ChangeLog entries 2002-01-20 and 2002-01-21
11875
11876 2002-01-21 [carsten]    0.7.0claws19
11877         * src/mainwindow.c
11878         * src/menu.[ch]
11879         * src/messageview.[ch]
11880         * src/summaryview.[ch]
11881                 changes to shortcuts handling again:
11882                         + "Q" now controled by mainwin
11883                         + v/V are now customizable and have slightly
11884                           different meanings
11885                 the "button" to minimize the messageview (and maximize
11886                 the summary view) is a real button now
11887         * src/compose.c
11888                 "Delete Line+" added to Edit/Advanced (this will also
11889                 delete the '\n')
11890
11891 2002-01-20 [melvin] 0.7.0claws18
11892
11893         * src/addressbook.c
11894                 Made "Bcc" sensitive when addressbook is called from
11895                 compose window (it was a Claws only bug).
11896
11897 2002-01-19 [alfons] 0.7.0claws17
11898
11899         * src/inc.c
11900                 prevent unnecessary updates when currently selected folder has
11901                 no new messages 
11902
11903 2002-01-19 [alfons] 0.7.0claws16
11904         
11905         * src/summaryview.c
11906                 prevent writing the cache based on current message list in summary 
11907                 view when filtering also put messages in currently selected folder
11908
11909 2002-01-19 [paul]
11910
11911         * po/it.po
11912                 Italian translation submitted by Alessandro Maestri
11913                 <a.maestri@cs.tin.it>
11914
11915 2002-01-18 [melvin]     0.7.0claws15
11916
11917         * src/prefs_filters.c
11918                 fixed bug where 'cancel' from 'filters' window stops autochecking
11919                 if the timer timed out  when the window was open.
11920
11921 2002-01-18 [match]      0.7.0claws14
11922
11923         * src/addrclip.[ch]     ** NEW FILE **
11924         * src/addrselect.[ch]   ** NEW FILE **
11925         * src/adbookbase.h      ** NEW FILE **
11926                 addressbook cut, copy and paste
11927         * src/addrbook.[ch]
11928         * src/addrcache.[ch]
11929         * src/addressitem.h
11930         * src/addrindex.[ch]
11931         * src/addritem.[ch]
11932         * src/importldif.c
11933         * src/importmutt.c
11934         * src/jpilot.[ch]
11935         * src/syldap.[ch]
11936         * src/vcard.[ch]
11937         * src/jpilot.[ch]
11938         * src/editbook.c
11939         * src/editjpilot.c
11940         * src/editldap.c
11941         * src/editvcard.c
11942                 support for copy/paste
11943         * src/addressbook.c
11944                 support for copy/paste
11945                 tidy up menu option processing
11946                 correct address list function arguments
11947         * src/editaddress.c
11948                 sort user attributes
11949         * src/ldif.h
11950         * src/mutt.h
11951                 tidy up
11952
11953         * src/addrbook.[ch]
11954         * src/addrbook.[ch]
11955         * src/addrbook.[ch]
11956                 
11957
11958 2002-01-18 [paul]       0.7.0claws13
11959
11960         * sync with sylpheed 0.7.0cvs8
11961                 configure.in: support Mac OS X (Darwin)
11962
11963 2002-01-18 [carsten]    0.7.0claws12
11964         * src/html.c
11965                 small hack to fix a segfault with an empty href
11966                 (reported by Alexandra Walford <deeni@altern.org>)
11967         * src/mainwindow.c
11968         * src/summaryview.c
11969                 the shortcuts for Mark und Mark as unread are hardcoded
11970                 again
11971         * src/compose.c
11972         * src/gtkstext.[ch]
11973                 readded the shortcuts in gtkstext but made them
11974                 customizeable (simply by adding a menu plus a wrapper
11975                 to compose.c)
11976
11977 2002-01-17 [melvin]     0.7.0claws11
11978
11979         * src/gtkspell.c
11980                 fix default dictionary not being saved.
11981
11982 2002-01-16 [darko]      0.7.0claws10
11983
11984         * src/compose.c
11985                 fix wrapping crash with URL longer than wrapping margin
11986
11987 2002-12-08 [hoa]        0.7.0claws10
11988
11989         * src/matcher_parser_parse.y
11990                 fixed some bugs
11991
11992         * src/prefs_filtering.c
11993                 now, we can use bounce action in the dialog box.
11994
11995 2002-01-16 [carsten]    0.7.0claws9
11996         * src/gtkstext.c
11997                 removed the <control> and <alt> shortcuts because they're
11998                 not needed and interefered with the "normal" shortcuts
11999         * src/mainwindow.c
12000         * src/summaryview.c
12001                 removed most of the hardcoded shortcuts and assigned
12002                 them to menu entries making them easy customizable by
12003                 that
12004
12005 2002-01-16 |melvin]     0.7.0claws8
12006
12007         * src/gtkspell.c
12008                 fixed bug where using the mouse and when the compose
12009                 window is not on top may result in a crash.
12010
12011 2002-01-16 [melvin]     0.7.0claws7
12012
12013         * src/compose.c
12014                 fixed a long standingspell checker bug which could 
12015                 cause a crash after sending a message.
12016
12017 2002-01-16 [paul]       0.7.0claws6
12018
12019         * sync with sylpheed 0.7.0cvs7
12020                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12021                 2002-01-15, and 2002-01-16
12022
12023 2002-01-16 [melvin]     0.7.0claws5
12024
12025         * README.claws
12026         * src/compose.c
12027         * src/gtkspell.[ch]
12028         * src/main.c
12029                 Heavily modified spell checker code to work around
12030                 ispell bug, to add keyboard shortcuts and for future
12031                 enhancements. See README.claws for usage information.
12032
12033 2002-01-15 [alfons]     0.7.0claws4
12034         
12035         * src/summaryview.c
12036                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12037                 so sorting within threads reflects sort mode
12038
12039 2002-01-15 [christoph]  0.7.0claws3
12040
12041         * src/procmsg.c
12042                 added alertpanel if mail sending failed
12043
12044 2002-01-15 [alfons]     0.7.0claws2
12045         
12046         * src/prefs_filtering.c
12047                 don't stop timer when prefs filtering dialog is opened
12048
12049 2002-01-14 [alfons]     0.7.0claws1
12050
12051         * src/addr_compl.c
12052         * src/prefs.c
12053                 remove debug_print()s for privacy reasons
12054
12055 2002-01-14 [darko]      0.7.0claws
12056
12057         * README.claws
12058                 quotation wrapping is now also in the main branch
12059
12060 2002-01-14 [paul]
12061
12062         * tools/filter_conv.pl
12063                 allow for Boolean Op and case-sensitivity
12064                 this file is included in the release and tagged
12065                 'rel_0_7_0'
12066
12067 2002-01-13 [paul]       0.7.0claws
12068
12069         * release 0.7.0, with cvs tag 'rel_0_7_0'
12070
12071 2002-01-13 [paul]
12072
12073         * tools/filter_conv.pl
12074         * tools/README
12075                 rewritten to output to matcherrc instead of filteringrc
12076
12077         * po/es.po
12078                 updated Spanish translation by Ricardo Mones Lastra
12079
12080 2002-01-13 [alfons]
12081
12082         * po/nl.po
12083                 update dutch translation
12084
12085 2002-01-13 [paul]
12086
12087         * po/pt_BR.po
12088                 Updated by Fabio Junior Beneditto 
12089
12090 2002-01-13 [melvin]     0.6.6claws53
12091
12092         * po/fr.po
12093                 Updated french translation
12094
12095 2002-01-12 [alfons]     0.6.6claws52
12096
12097         * src/filtering.c
12098                 plug mem leak that has been sitting there for ages              
12099
12100 2002-01-12 [alfons]     0.6.6claws51
12101
12102         * src/summaryview.c
12103                 undo melvin's changes from 0.6.6claws48 because summary
12104                 view now refuses to select first unread message when
12105                 selecting a folder 
12106
12107 2002-01-11 [alfons]     0.6.6claws50
12108
12109         * src/import.c
12110                 use claws' semantics for getting folder item when
12111                 importing an mbox file into a folder 
12112                 (submitted by Dale P. Smith)
12113
12114 2002-01-11 [christoph]  0.6.6claws49
12115
12116         * src/prefs.h
12117                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12118                 toggle widget, because non static prefs can not use
12119                 prefs_set_* functions
12120         * src/prefs_account.c
12121                 toggle smtp auth password field sensitivity if
12122                 user id is empty and add descrition of usage for
12123                 these fields
12124         * src/prefs_folder_item.c
12125                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12126                 callbacks
12127
12128 2002-01-11 [melvin]     0.6.6claws48
12129
12130         * src/compose.c
12131                 fix the 'Ctrl-Enter' feature for sending and test really
12132                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12133                 editables which was not documented in Gtk)
12134
12135         * src/summaryview.c
12136                 Made summaryview refresh after sorting and not before.
12137
12138 2002-01-11 [christoph]  0.6.6claws47
12139
12140         * src/compose.c
12141                 select account from account ids if possible and
12142                 correctly set save folder for copy in reedit
12143
12144 2002-01-10 [paul]       0.6.6claws46
12145
12146         * sync with sylpheed 0.7.0 release
12147                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12148                 2002-01-09
12149
12150 2002-01-09 [alfons]
12151
12152         * src/summaryview.c
12153                 remove more dirt traces...
12154
12155 2002-01-09 [alfons]
12156         
12157         * src/summaryview.c
12158                 clean up some traces of my debugging stuff
12159
12160 2002-01-09 [alfons]     0.6.6claws45
12161
12162         * src/filtering.c
12163                 break up filteringprop_apply() in three separate pieces
12164                 so we can drop messages that failed processing in the
12165                 inbox
12166
12167         * src/summaryview.c
12168                 fix bug #469598 "no refresh of inbox after filter" which 
12169                 was introduced by the new summary view locking, and which 
12170                 prevented the summary view to update after a manual filter 
12171                 message. claw's filter message requires a summary_show().
12172                 (aargh, summary_show() again! :-)
12173                 
12174 2002-01-07 [alfons]     0.6.6claws44
12175
12176         * src/headerwindow.c
12177         * src/logwindow.c
12178         * src/messageview.c
12179         * src/sourcewindow.c
12180                 bring in Hiro's last 0.7.0 wm class fixes
12181
12182         * tools/sylprint.pl
12183                 bring in Ricardo's fix for sylprint script
12184
12185         * AUTHORS       
12186         * src/rfc2015.[ch]
12187         * src/prefs_common.[ch]
12188         * src/prefs_account.[ch]
12189         * src/compose.c
12190                 clean up account preference poison in rfc2015,
12191                 and preparation to fix double sign bug 
12192                 (patch submitted by Simon 'corecode' Schubert)
12193
12194 2002-01-07 [christoph]  0.6.6claws43
12195
12196         * src/mh.c
12197                 search for free message number, do not only rely
12198                 on last_num
12199         * src/send.c
12200                 fix smtp auth and use extra account information
12201                 if available, if not use pop3 data instead
12202                 (closes bug #500341)            
12203         * src/ssl.[ch]
12204                 match coding style
12205
12206 2002-01-06 [alfons]     0.6.6claws42
12207
12208         * src/mainwindow.c
12209                 try making the separate windows work again...
12210
12211 2002-01-06 [alfons]     0.6.6claws41
12212
12213         * src/mainwindow.c
12214                 adapt Hiro's separate window menu (to get rid of the funny
12215                 duplicate menu items), and make it work again
12216
12217 2002-01-06 [alfons]     0.6.6claws40
12218
12219         * tools/Makefile.am
12220         * tools/sylprint.rc
12221         * tools/sylprint.pl
12222         * tools/README.sylprint
12223                 add sylprint script for printing mails from Sylpheed
12224                 (contributed by Ricardo Mones Lastra)
12225
12226         * src/acount.c
12227                 clean up
12228
12229 2002-01-06 [melvin]     0.6.6claws39
12230
12231         * src/mainwindow.c
12232         * src/summaryview.c
12233                 Fixed crash introduced in 0.6.6claws38 by the menu
12234                 reorganisation (Hide read messages)
12235         
12236         * ChangeLog.claws 
12237                 Fixed typo (we are now in 2002, alfons ;) )
12238
12239 2002-01-05 [alfons]     0.6.6claws38
12240
12241         * sync with sylpheed 0.6.6cvs10-17
12242                 (last stuff marked as LAST_STABLE)
12243
12244 2002-01-04 [melvin]     0.6.6claws37
12245
12246         * src/account.c
12247                 Made account selection code use strcasestr again instead of
12248                 g_strcasecmp (fixes bug where reediting queued messages
12249                 did not select proper account reported by T. Link).
12250         
12251         * src/folderview.c
12252                 Fix bug where folder icons are not shown when 'hide read messages'
12253                 is on.
12254         
12255         * src/stock_pixmaps.[ch]
12256                 Added folder icons for 'hide read messages'.
12257         
12258         * src/compose.c
12259                 Fixed bug where 'Enter' in a header entry will send the message 
12260                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12261
12262 2002-01-03 [melvin]     0.6.6claws36
12263         
12264         * src/prefs.[ch]
12265                 Added popup menu for common preferences and
12266                 account preferences (right click on tab displays
12267                                 a menu of all tabs.)
12268
12269 2002-01-02 [melvin]     0.6.6claws35
12270
12271         * src/gtkspell.[ch]
12272                 Made spelling code compatible with undo/redo feature.
12273                 Added creation of suggestion mode menu for the general
12274                         preferences.
12275         
12276         * src/prefs_common.[ch]
12277                 Added option menu for the speller's suggestion mode.
12278                 Added missing spaces in "..." buttons and made a "..."
12279                         button non translatable!
12280         
12281         * src/compose.c
12282                 Made speller use the default suggestion mode.
12283                 Hack to make it possible to choose 'CTRL-Enter' as a
12284                         shortcut for sending (and only for sending).
12285
12286         * src/prefs_folder_item.c
12287                 Changing subject simplification does not update cache 
12288                         anymore (because it is unnecessary).
12289                 Fixed bug where changing subject simplification updated the 
12290                         summaryview even when the viewed folder is not the
12291                         folder which properties are being changed. (E.g. 
12292                                         viewing folder A and changing
12293                                         the subject simplification of 
12294                                         folder B -not being viewed- updated the 
12295                                         summaryview of folder A with data of
12296                                         folder B). (Hope this is clear... )
12297
12298 2001-12-31 [alfons]     0.6.6claws34
12299         
12300         * src/ldif.c
12301         * src/mutt.c
12302                 fgetc() returns a signed integer which doesn't
12303                 fit in a char. so c truncates this to a char
12304                 but we may lose significant bits. i.e. we may
12305                 comparing 0xFF which may not be equal to -1
12306                 unless properly casted to signed char which
12307                 we won't do because fgetc() returns a signed
12308                 integer which doesn't fit in a char. so c 
12309                 truncates this to a char but we may lose 
12310                 significat bits. (you got the idea, thanks
12311                 to Gustavo Noronha Silva <kov@debian.org>
12312                 and the Debian folks!)
12313
12314 2001-12-30 [alfons]     0.6.6claws33
12315
12316         * src/prefs_common.c
12317                 add #ifdef USE_PSPELLs that Melvin forgot               
12318
12319 2001-12-30 [melvin]     0.6.6claws32
12320         
12321         * src/prefs_common.[ch]
12322                 Added configurable color for misspelled words.
12323
12324         * src/gtkspell.[ch]
12325                 Fixed bug of foreground text color (reported by David
12326                                 Mehrmann)
12327                 Added configurable color for misspelled words.
12328
12329 2001-12-30 [alfons]     0.6.6claws31
12330
12331         * src/folder.c
12332                 remove unnecessary things someone put there
12333
12334         * src/mh.c
12335         * src/folder.[ch]
12336                 make folder properties (like threading and sorting) persistent
12337                 (closes bug #497424 "rescan folder tree resets proprieties")
12338                 currently this is only for MH folders. 
12339
12340 2001-12-29 [melvin]     0.6.6claws30
12341
12342         * src/string_match.[ch]
12343                 Optimized a bit: regexp pattern buffer compiled only once, and
12344                   one subroutine call removed. Fixed ^ regexp search: Now, 
12345                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12346         
12347         * src/summaryview.c
12348                 Subject filtering changed to filter summary columns and
12349                   not directly the messages subject cache. The loss in 
12350                   performance is balanced by the improvement of string_match.
12351                 Added an alert panel if there is an error in the regexp.
12352
12353         * src/src/prefs_folder_item.h
12354                 Added a regexp pattern buffer.
12355
12356 2001-12-28 [alfons]     0.6.6claws29
12357
12358         * src/string_match.[ch]
12359                 clean up name space
12360                 allow compilation *BSD
12361
12362 2001-12-27 [alfons]     0.6.6claws28
12363
12364         * src/filter.c
12365                 sync the Hiro's bug fix for BSD
12366
12367 2001-12-27 [melvin]     0.6.6claws27
12368         
12369         * src/compose.c
12370                 Simplify focus to subject entry code.
12371
12372 2001-12-27 [darko]      0.6.6claws26
12373
12374         * src/filtering.c
12375         * src/mbox_folder.c
12376         * src/messageview.c
12377         * src/mh.c
12378         * src/procheader.[ch]
12379         * src/procmsg.h
12380         * src/stock_pixmap.[ch]
12381         * src/summaryview.c
12382                 Show key icon for encrypted mails in summary view
12383
12384         * src/pixmaps/clip.xpm
12385         * src/pixmaps/clipkey.xpm
12386         * src/pixmaps/key.xpm
12387                 New/modified icons for the above
12388
12389 2001-12-27 [melvin]     0.6.6claws25
12390
12391         * src/prefs_common.c
12392                 Put spell checker options in a separate tab to decrease
12393                 the Common Preferences window height.
12394
12395         * README.claws  
12396                 Update spell checker usage instruction about its options
12397                 location.
12398
12399 2001-12-27 [melvin]     0.6.6claws24
12400
12401         * src/compose.c
12402                 Changed subject entry widget position. Initial focus is
12403                 on the To header instead of the subject entry.
12404                 Creating a new header scrolls the header list to make the
12405                 created one visible. Nevertheless, when automatically filling
12406                 headers, the first one is shown.
12407                 A Tab key press in the last empty header entry zips the 
12408                 focus to the subject entry.
12409                 (I did not change the combo boxes, yet)
12410
12411 2001-12-26 [alfons]     0.6.6claws23
12412
12413         * src/prefs_account.c
12414         * src/inc.c
12415                 allow default inbox to reside in another mailbox (only
12416                 works for POP3 accounts)
12417
12418 2001-12-26 [alfons]     0.6.6claws22
12419         
12420         * src/textview.c
12421                 make reply-on-click work with the account of the selected folder
12422         * src/compose.c
12423                 put a fixme here to remind me to fix finding correct default
12424                 account for nested folders
12425
12426 2001-12-25 [alfons]     0.6.6claws21
12427
12428         * src/summaryview.c
12429                 make column headers display locked and mark pixmaps (idea by Melvin) 
12430                 fix bug by adding score and locked column type to sort array
12431
12432 2001-12-25 [alfons]     0.6.6claws20
12433         
12434         * src/summaryview.c
12435                 catch a *potentially* inadvertent write back of  
12436                 the message cache(s) introduced by 0.6.5claws37
12437
12438 2001-12-25 [christoph]  0.6.6claws19
12439
12440         * src/stock_pixmap.[ch]
12441         * src/summaryview.c
12442                 add ignore thread pixmap
12443                 (can someone draw a better icon for this?)
12444
12445 2001-12-24 [alfons]     0.6.6claws18
12446
12447         * src/prefs_folder_item.c
12448                 make address completion actually work for the
12449                 Default To address in the Folder Property dialog.
12450
12451 2001-12-24 [alfons]     0.6.6claws17
12452         
12453         * src/summaryview.c
12454                 use new style regexp for subject stripping 
12455                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12456
12457 2001-12-24 [darko]      0.6.6claws16
12458
12459         * src/pgptext.c
12460         * src/rfc2015.c
12461                 move GPG related informational messages to debug mode
12462
12463 2001-12-23 [alfons]     0.6.6claws15
12464
12465         * src/stock_pixmap.[ch]
12466         * src/summaryview.c
12467                 add the forgotten Claws' locked pixmap
12468
12469 2001-12-23 [alfons]     0.6.6claws14
12470
12471         * src/filesel.c
12472                 accept file name typed in entry in multi file
12473                 selector (patch submitted by Gustavo Noronha Silva 
12474                 <kov@debian.org>)
12475
12476 2001-12-23 [alfons]     0.6.6claws13
12477
12478         * src/prefs_filter.c
12479         * src/prefs_filtering.c
12480         * src/matcher.c
12481         * src/importmutt.c
12482                 clean up a little bit
12483         
12484         * src/string_match.c
12485                 validate input strings a little bit more
12486
12487 2001-12-23 [alfons]     0.6.6claws12
12488
12489         * src/Makefile.am
12490         * src/summaryview.c
12491         * src/string_match.[ch]         ** NEW **
12492         * src/folderview.[ch]
12493         * src/headerview.h
12494         * src/folder.[ch]
12495         * src/prefs_folder_item.[ch]
12496                 add subject simplification to strip out strings from
12497                 a subject line (esp. handy for mailing lists). 
12498                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12499                 but slightly changed things for better integration.)
12500
12501 2001-12-23 [alfons]     0.6.6claws11
12502
12503         * src/mainwindow.c
12504                 fix bug introduced by submission included in 0.6.5claws52.
12505                 ideally this submission should clean the trash if any trash
12506                 folder has a message. however, the hasTrash variable was
12507                 set to false whenever a trash folder was empty (discarding
12508                 a previously found *filled* trash folder.)
12509
12510                 also edited the code a little bit and made it more safe.
12511
12512 2001-12-22 [alfons]     0.6.6claws10
12513
12514         * src/imap.c
12515                 quick fix for Martin Pool's omission of an account
12516                 specific SSL setting
12517
12518 2001-12-22 [alfons]     0.6.6claws9
12519
12520         * src/compose.c
12521         * src/messageview.c
12522         * src/mimeview.c
12523         * src/pgptext.c
12524         * src/procmime.[ch]
12525                 better support for multipart/digest (submitted
12526                 by Fredrik <e98fo@efd.lth.se>)
12527
12528 2001-12-22 [alfons]     0.6.6claws8
12529
12530         * src/addressbook.c
12531                 correct function signature
12532         * src/socket.[ch]
12533         * src/imap.[ch]
12534         * src/prefs_account.[ch]
12535                 allow IMAP over SSH tunnel (patch submitted by 
12536                 Martin Pool <mbp@samba.org>)
12537
12538 2001-12-21 [alfons]     0.6.6claws7
12539
12540         * sync with sylpheed 0.6.6cvs4-9
12541                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12542
12543 2001-12-21 [christoph]  0.6.6claws6
12544
12545         * src/compose.c
12546         * src/prefs_folder_item.[ch]
12547                 implement saving of outgoing messages to current folder.
12548                 fix segfault when no default outbox is available
12549                 (closes bug #495683)
12550
12551 2001-12-21 [carsten]    0.6.6claws5
12552         * src/folderview.c
12553         * src/summaryview.c
12554                 pressing CTRL while DND does now the expected thing and
12555                 copies the mail (moving is still the default, as this
12556                 seam more appropriate for handling mails by DND)
12557
12558 2001-12-18 [paul]       0.6.6claws4
12559
12560         * sync with sylpheed 0.6.6cvs3
12561                 see ChangeLog entries 2001-12-18
12562
12563 2001-12-18 [hiro]       0.6.6claws3
12564
12565         * src/undo.c
12566                 fix for multibyte characters (obtain the number of letters
12567                 instead of bytes).
12568
12569 2001-12-17 [paul]       0.6.6claws2
12570
12571         * sync with sylpheed 0.6.6cvs1
12572                 see ChangeLog entry 2001-12-16
12573
12574 2000-12-17 [alfons]     0.6.6claws1
12575
12576         * src/filtering.c
12577                 clean up
12578
12579 2001-12-16 [paul]       0.6.6claws
12580 2001-12-15
12581
12582         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12583
12584         * src/mimeview.c
12585                 last minute sync with main 0.6.6
12586
12587         * po/es.po
12588                 updated by Ricardo Mones Lastra
12589                 update for last minute sync
12590         * po/fr.po
12591         * po/nl.po
12592                 update for last minute sync
12593         * po/de.po
12594                 updated by Jens Oberender
12595         * po/pt_BR.po
12596                 updated by Fabio Junior Beneditto
12597
12598         * src/prefs_common.[ch]
12599         * src/undo.c
12600                 number of undo levels is user configurable
12601                 (squeeze it into the release in the dying
12602                 moments) Submitted by Jens Oberender    
12603
12604 2001-12-15 [melvin]
12605
12606         * po/fr.po
12607                 updated french translation
12608
12609 2001-12-15 [paul]       0.6.5claws92
12610
12611         * sync with sylpheed 0.6.5cvs28
12612                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12613
12614         * po/nl.po
12615                 update to allow for sync
12616
12617 2001-12-15 [alfons]
12618         
12619         * po/nl.po
12620                 update dutch translation
12621
12622 2001-12-14 [carsten]    0.6.5claws91
12623         * src/summaryview.c
12624                 fixed bug #473785; also after changing the column order
12625                 the same message will be selected and displayed as before
12626                 the reordering
12627
12628 2001-12-14 [carsten]    0.6.5claws90
12629         * src/folderview.c
12630                 probably found the bug reported by wwb opening or closing
12631                 a folder tree just before dnd (found the solution in the
12632                 balsa source -- thanks to them)
12633
12634 2001-12-14 [carsten]    0.6.5claws89
12635         * src/gtkutils.c
12636         * src/account.c
12637                 moved gtk_clist_moveto to the right place, so that
12638                 only the accounts dialog is effected on opening
12639
12640 2001-12-14 [carsten]    0.6.5claws88
12641         * src/gtkutils.c
12642                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12643                 now, so that the focused row will be seen in any case
12644                 (reported by wwp on sf-claws-user)
12645
12646 2001-12-14 [darko]      0.6.5claws87
12647
12648         * src/compose.c
12649                 remove unnecessary line
12650
12651 2001-12-14 [paul]       0.6.5claws86
12652
12653         * sync with sylpheed 0.6.5cvs27
12654                 see ChangeLog entries 2001-12-14
12655
12656 2001-12-14 [carsten]    0.6.5claws85
12657         * src/mainwindow.c
12658                 following a suggestion of Melvin the rcoabm pops up
12659                 right under the button now and the button is reliefed
12660                 while the popup is open
12661
12662 2001-12-14 [darko]      0.6.5claws84
12663
12664         * src/compose.c
12665                 fix crash when wrapping long lines if linewrap quotation
12666                 is disabled and wrapper encounters a word spanning more
12667                 than one line
12668
12669 2001-12-13 [paul]       0.6.5claws83
12670
12671         * src/compose.c
12672                 prefer 'Reply-To' header over mailing list header when
12673                 replying to a message. Finally prevent all those confirmation 
12674                 messages being sent to the list itself.
12675
12676         * src/summaryview.c
12677                 remove unused summary_set_menu_sensitive() entry
12678
12679 2001-12-13 [paul]       0.6.5claws82
12680
12681         * src/folderview.c
12682         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12683         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12684         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12685                 improvements to 'Hide read messages': Inbox, Outbox,
12686                 Trash, Queue, and Draft icons now reveal presence of hidden 
12687                 messages
12688
12689 2001-12-12 [alfons]     0.6.5claws81
12690
12691         0.6.5claws80 was tagged as LAST_STABLE
12692
12693         * src/filtering.[ch]
12694         * src/matcher.[ch]
12695         * src/matcher_parser_lex.c
12696                 fix the filtering; my last attempt to get it right, 
12697                 if it does not work, it's Hoa's turn. ;-)
12698
12699                 for my honourable peers:
12700                 
12701                 the code now makes a clear distinction between
12702                 rules as they are displayed (probably escaped),
12703                 and as they are executed (probably unescaped). the
12704                 parser does *NOT* do any unescaping, this is
12705                 the task of the matcher.c (which breaks up a
12706                 rule into condition) and the filtering.c (which
12707                 breaks up the rule's action). to make this
12708                 run happily we provide an unescaped copy of
12709                 crucial strings to the MatcherProp and 
12710                 FilteringAction structures. note that the only
12711                 exception to this is any REGEXP string. those
12712                 are directly passed to regcomp() and regexp()
12713                 (who have much more powerful unescape functions).
12714                 
12715                 for everyone else:
12716         
12717                 you can escape tab (\t), carriage return (\r),
12718                 linefeed (\n), form feed (\f), quote (\"), 
12719                 single quote (\'), bell (\b) in all the entry
12720                 lines in the scoring & filtering dialogs.
12721                 as an added bonus this should not affect
12722                 existing filtering rules.
12723
12724 2001-12-12 [carsten]    0.6.5claws80
12725
12726         * src/summaryview.c
12727         * po/de.po
12728                 "item(s) selected" is now sensitive to 1 or more
12729                 than one selected (nice for language where simple
12730                 adding of a "s" is not possible as German (Eintrag
12731                 ->Eintr"age)
12732                 
12733                 the "forward as attachment" entry from the right
12734                 click menu removed, "forward" acts following the
12735                 prefs
12736         
12737         * src/textview.c
12738                 reverted my former changes; so compiler warning again
12739                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12740                 nevertheless
12741
12742         * src/messageview.c
12743                 "search in message" does now *not* only work in MVIEW_TEXT
12744                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12745                 message
12746
12747         * src/mainwindow.c
12748                 removed "/File/_Close" as it was the same as "/File/E_xit"
12749                 and we don't need it two times
12750
12751                 the separate folder view and message view now get a distinct
12752                 WMCLASS, just in case someone is using sawfish ;-)
12753
12754                 as the menu entries "/View/Message view" and "/View/Folder tree"
12755                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12756                 make them sensitive accordingly and as these two are "shown"
12757                 after startup anytime check this menuitem at startup
12758
12759 2001-12-12 [paul]       0.6.5claws79
12760
12761         * src/folderview.c
12762                 fix sensitivity of 'Search folder...', broken in
12763                 0.6.5claws75
12764
12765         * src/mainwindow.c
12766                 fix dodgy English
12767
12768 2001-12-11 [carsten]    0.6.5claws78
12769         * src/filtering.c
12770                 fixed two typos returning a wrong FALSE/TRUE
12771         * src/mainwindow.[ch]
12772                 extra menu for email/news button removed
12773
12774 2001-12-11 [alfons]     0.6.5claws77
12775         
12776         * src/matcher.c                 (1.3)
12777         * src/matcher_parser_lex.l      (1.28)
12778                 revert for another attempt
12779                 mark 0.6.5claws77 as LAST_STABLE
12780
12781 2001-12-11 [christoph]  0.6.5claws76
12782
12783         * po/de.po
12784                 fixed wrong translation for prev. unread msg
12785
12786 2001-12-11 [paul]       0.6.5claws75
12787
12788         * src/folder.[ch]
12789         * src/folderview.c
12790         * src/mainwindow.c
12791         * src/summaryview.[ch]
12792         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12793                 enable ability to hide read messages on per folder basis via 
12794                 '/Summary/Hide read messages'; when selected, a folder will 
12795                 have a red open folder icon, instead of a blue icon, if the 
12796                 folder contains hidden messges
12797                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12798
12799         * src/mainwindow.c
12800                 remove '/Message/Forward as attachment' from 
12801                 main_window_set_menu_sensitive() to prevent debug warning
12802
12803         * src/folderview.c
12804         * src/mainwindow.c
12805                 Clean up some of the English
12806
12807         * tools/newscache_clean.pl
12808                 allow for new 'hidereadmsgs' entry in folderlist.xml
12809
12810         * po/es.po
12811                 updated translation, submitted by Ricardo Mones Lastra
12812
12813 2001-12-11 [paul]       0.6.5claws74
12814
12815         * sync with sylpheed 0.6.5cvs25
12816                 see ChangeLog entry 2001-12-11
12817
12818 2001-12-10 [alfons]     0.6.5claws73
12819
12820         * src/matcher.c
12821                 add more control characters
12822         * src/matcher_parser_lex.l
12823                 make escaping / unescaping work again
12824
12825 2001-12-10 [alfons]     0.6.5claws72
12826
12827         * src/imap.c
12828                 clean up warnings "returning value for void function" 
12829         * src/prefs_filtering.c
12830                 make info button for execute action sensitive
12831
12832 2001-12-10 [paul]       0.6.5claws71
12833
12834         * src/compose.c
12835         * src/imap.[ch]
12836         * src/summaryview.c
12837                 fix: imap server now gets informed of MARKED, UNMARKED
12838                 and REPLY events. Now people can use different IMAP-Mail
12839                 clients and have the exact same information about MARKED,
12840                 UNMARKED and REPLY status with all of them. Especially
12841                 useful for imap servers with a web-frontend.
12842                 submitted by Tobias Sandhaas <medlor@web.de>
12843
12844 2001-12-09 [melvin]     0.6.5claws70
12845         
12846         * src/textview.[ch]
12847                 fixed bug #490076 (hunted down by Alfons who implemented
12848                 a workaround in 0.6.5claws65)
12849
12850 2001-12-09 [christoph]  0.6.5claws69
12851
12852         * src/summaryview.c
12853                 set pointer to string in LOCKED column to NULL
12854                 (might fix bug #490800)
12855
12856 2001-12-09 [carsten]    0.6.5claws68
12857
12858         * po/de.po
12859                 resolved some cluttered menu shortcuts 
12860                 ('creating new email' and 'creating news message'
12861                 hade the same)
12862         * src/compose.c
12863                 wmclass now distinc from main window
12864         * src/mainwindow.c
12865           src/mainwindow.h
12866                 email/news and forward button functionality similar
12867                 to the reply buttons; removed the ugly dropdown arrows
12868                 and use instead the right mouse button
12869
12870 2001-12-09 [paul]       0.6.5claws67
12871
12872         * src/imap.c
12873         * src/utils.h
12874                 allow spaces in imap folder names
12875                 submitted by Willem van Engen <wvengen@stack.nl>
12876
12877 2001-12-09 [paul]       0.6.5claws66
12878
12879         * sync with sylpheed 0.6.5cvs24
12880                 see ChangeLog entry 2001-12-09
12881
12882 2001-12-08 [alfons]     0.6.5claws65
12883
12884         * src/textview.c
12885                 prevent secondary selection claim after "add to sender" dialog
12886                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12887                 we trick GTK by simulating a click at (0, 0) in the textview.
12888
12889 2001-12-08 [hoa]        0.6.5claws64
12890
12891         * src/folder.c
12892                 fixed a bug about the .processing folder name while filtering
12893
12894 2001-12-08 [alfons]     0.6.5claws63
12895
12896         * src/folderview.c 
12897                 work around problem of not correctly updating folder stats
12898                 when deleting messages. there's some folder scanning evil
12899                 going so the folderview_update_msg_num() does not work
12900                 correctly. need to investigate this.
12901
12902 2001-12-08 [paul]       0.6.5claws62
12903
12904         * sync with sylpheed 0.6.5cvs23
12905                 see ChangeLog entry 2001-12-08
12906
12907 2001-12-07 [christoph]  0.6.5claws61
12908
12909         * src/compose.c
12910                 fix another header translation problem
12911
12912 2001-12-07 [alfons]     0.6.5claws60
12913
12914         * src/mbox.c
12915                 make filtering also work on local spool mbox
12916
12917 2001-12-07 [carsten]    0.6.5claws59
12918         * src/addressbook.c
12919                 addressbook window gets a wmclass distinct from the main
12920                 sylpheed window
12921         * src/compose.h
12922         * src/mainwindow.[ch]
12923                   forward menu item will use mode selected in prefs, forward 
12924                 as attatchment in menu removed (will be substituted in the
12925                 toolbar similar to reply buttons)
12926                   create news message menu entry and news button is now 
12927                 sensitive to the existance of a news account
12928         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12929         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12930         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12931                 these are removed because the toolbar buttons don't show
12932                 the quoting modus any longer
12933
12934 2001-12-07 [paul]
12935
12936         * tools/newscache_clean.pl      ** NEW FILE **
12937                 perl script to do some tidying up in the newscache directory 
12938                 
12939         * tools/sylpheed-switcher       ** NEW FILE **
12940                 perl script to enable easy switching between main and claws
12941                 
12942         * tools/README
12943                 added descriptions of the two new perl scripts          
12944
12945
12946 2001-12-07 [melvin]     0.6.5claws58
12947
12948         * src/messageview.c
12949                 fixed a warning during compilation introduced in 0.6.5claws56
12950
12951 2001-12-07 [paul]       0.6.5claws57
12952
12953         * src/mainwindow.[ch]
12954         * src/menu.[ch]
12955                 further usability enhancements to replying with or without 
12956                 quoting via the toolbar, use of Ctrl key is replaced by 
12957                 drop down menu 
12958                 Submitted by Carsten Schurig            
12959
12960 2001-12-07 [melvin]     0.6.5claws56
12961
12962         * src/messageview.c
12963                 hack to fix bug that prevented to make/paste selections
12964                 after switching between MVIEW_TEXT and MVIEW_MIME views
12965                 without deselecting the selection first.
12966
12967 2001-12-06 [alfons]     0.6.5claws55
12968
12969         * src/filtering.[ch]
12970         * src/inc.c
12971                 revise filtering a little bit more, and make sure
12972                 messages are delivered to the appropriate inbox
12973                 (perhaps set per account)
12974
12975 2001-12-06 [paul]       0.6.5claws54
12976
12977         * sync with sylpheed 0.6.5cvs22
12978                 see ChangeLog entry 2001-12-06
12979
12980 2001-12-05 [alfons]     0.6.5claws53
12981
12982         * src/inc.c
12983         * src/folder.[ch]
12984         * src/procmsg.c
12985         * src/filtering.c
12986                 more revisions of filtering system
12987                 (last stable version is marked as LAST_STABLE)
12988                 
12989                 | NOTE 1): the filtering system now uses a local folder called
12990                 | .processing. if filtering fails, check this directory
12991                 | for missing messages.
12992                 |
12993                 | NOTE 2): help us find the filtering actions still missing
12994
12995 2001-12-05 [paul]       0.6.5claws52
12996
12997         * src/mainwindow.c
12998                 fix bug where 'Empty Trash?' pop-up window appears even
12999                 when Trash is empty, submitted by Jesse Skinner         
13000
13001 2001-12-05 [melvin]     0.6.5claws51
13002
13003         * src/compose.c
13004                 fixed bug #486106 to select correct account when reediting 
13005                 a queued message
13006         
13007 2001-12-04 [alfons]     0.6.5claws50
13008
13009         * src/mh.c
13010                 declare markfile in appropriate functions when
13011                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13012                 for spotting this)
13013
13014 2001-12-04 [paul]       0.6.5claws49
13015
13016         * sync with sylpheed 0.6.5cvs21
13017                 see ChangeLog entry 2001-12-04
13018
13019 2001-12-03 [christoph]  0.6.5claws48
13020
13021         * po/de.po
13022                 changed translation of undo
13023         * src/account.c
13024         * src/folder.c
13025                 don't reinvent the wheel to traverse a GNode
13026         * src/compose.[ch]
13027                 seperate code to create the compose gui into functions
13028                 add "Others" page with folder selection for saving copy
13029                 of the message.
13030                 the folder identifier is saved to queue header
13031         * src/procmsg.c
13032                 save message to folder in queue header
13033
13034 2001-12-03 [paul]       0.6.5claws47
13035
13036         * sync with sylpheed 0.6.5cvs20
13037                 see ChangeLog entry 2001-12-03
13038
13039 2001-12-01 [paul]
13040
13041         * more sync with sylpheed 0.6.5cvs19
13042                 see ChangeLog entry 2001-11-29
13043
13044 2001-11-30 [paul]       0.6.5claws46
13045         
13046         * src/compose.c
13047                 remove conflicts introduced by Hoa's last commit
13048          
13049         * src/mainwindow.c
13050                 make 'Message/Bounce' sensitive
13051
13052 2001-11-30 [hoa]        0.6.5claws45
13053
13054         * src/compose.c
13055                 slightly change bounce function to add
13056                 information about the user that bounced the mail
13057                 in the From header line.
13058
13059         * src/folderview.c
13060                 permit the use of processing in outbox folder.
13061
13062 2001-11-29 [paul]       0.6.5claws44
13063
13064         * src/mainwindow.[ch]
13065         * src/prefs_common.c
13066         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13067         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13068         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13069                 usability enhancements to the quoting, implements
13070                 use of Ctrl key to toggle quoting settings
13071                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13072
13073 2001-11-29 [paul]       0.6.5claws43
13074         
13075         * sync with sylpheed 0.6.5cvs19
13076                 see ChangeLog entry 2001-11-28
13077
13078 2001-11-29 [melvin]     0.6.5claws42
13079         * src/Makefile.am
13080                 added enriched.[ch] to the list of files
13081
13082         * src/textview.c
13083         * src/mimeview.c
13084         * src/procmime.[ch]
13085         * src/enriched.[ch]
13086                 added support to view text/enriched
13087                 added support to show headers in message view for text/enriched and text/html
13088                         in non multipart messages
13089
13090 2001-11-28 [paul]       0.6.5claws41
13091
13092         * more sync with sylpheed 0.6.5cvs18
13093                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13094
13095 2001-11-27 [paul]       0.6.5claws40
13096         
13097         * po/pt_BR.po
13098                 updated translation, submitted by Fabio Junior Beneditto
13099                 
13100         * sync with sylpheed 0.6.5cvs18
13101                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13102                 2001-11-27
13103
13104
13105 2001-11-26 [paul]
13106
13107         * po/es.po
13108                 updated translation, submitted by Ricardo Mones Lastra
13109
13110 2001-11-26 [alfons]
13111
13112         * src/matcher.c
13113                 add more translatable strings
13114
13115 2001-11-26 [christoph]  0.6.5claws39
13116
13117         * po/de.po      
13118                 fixed one more umlaut
13119         * src/compose.c
13120                 fix translated header when it should not be translated
13121
13122 2001-11-26 [paul]       0.6.5claws38
13123
13124         * src/mainwindow.c
13125                 remove '/Message/Add Sender to address book' from 
13126                 main_window_set_menu_sensitive(), prevent debug warning
13127                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13128
13129 2001-11-26 [paul]       0.6.5claws37
13130
13131         * src/summaryview.c
13132                 fix 'recurring unread state' bug 
13133
13134         * tools/README 
13135         * tools/filter_conv.pl
13136                 read name of top level mailbox from folderlist.xml
13137                 and presume nothing about its name              
13138
13139 2001-11-26 [darko]      0.6.5claws36
13140
13141         * src/gtkstext.[ch]
13142                 removed functions that are now in gtkutils.c
13143                 use gtkut_text_is_uri_string() from gtkutils.c
13144         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13145
13146 2001-11-26 [paul]       0.6.5claws35
13147
13148         * sync with sylpheed 0.6.5cvs16
13149                 see ChangeLog entries 2001-11-25 and 2001-11-26
13150
13151 2001-11-25 [alfons]     0.6.5claws34
13152
13153         EXPERIMENTAL!!! Please checkout the last stable version using: 
13154           
13155         % cvs update -r LAST_STABLE -dRAP
13156
13157         (Or help us testing this stuff.)
13158
13159         * src/filtering.c               (1.14)
13160         * src/filtering.h               (1.6)
13161         * src/inc.c                     (1.28)
13162         * src/matcher.c                 (1.20)
13163         * src/mbox.c                    (1.9)
13164         * src/procmsg.h                 (1.14)
13165         * src/summaryview.c             (1.59)
13166         * src/summaryview.h             (dunno)
13167                 revert/merge/sync to as it was before commit 
13168                 on Thu, 19 Jul 2001 10:15:51 -0700.
13169
13170 2001-11-25 [hoa]        0.6.5claws33
13171
13172         * src/main.c
13173                 processing mails at startup
13174
13175         * src/folderview.c
13176         * src/summaryview.[ch]
13177                 processing mails when entering folder
13178
13179         * src/prefs_filtering.c
13180                 fixed some UI bugs
13181
13182 2001-11-24 [alfons]     0.6.5claws32
13183
13184         * src/summaryview.[ch]
13185                 make summary sort headers work, and also make
13186                 sure the sort type is stored
13187
13188 2001-11-23 [alfons]     0.6.5claws31
13189
13190         * src/summaryview.[ch]
13191                 make lock work like mark
13192                 disallow deleting messages marked as locked
13193
13194 2001-11-23 [alfons]     0.6.5claws30
13195
13196         * src/gtkstext.c
13197         * src/compose.[ch]
13198         * src/Makefile.am
13199         * src/undo.[ch]
13200                 merge undo patch submitted by Jens
13201
13202 2001-11-23 [christoph]  0.6.5claws29
13203
13204         * src/.cvsignore
13205                 added ylwrap
13206         * src/compose.c
13207                 fixed gpg signing and encoding
13208         * src/folder.[ch]
13209         * src/main.c
13210                 added --status option to get new, unread and total
13211                 message count from a running sylpheed
13212         * src/prefs_common.c
13213                 temporary fix for reply_with_quote problem
13214                 (don't call functions for non existing widget)
13215         * src/procmsg.c
13216                 one more check for ignored threads but still not
13217                 always working correctly. probably a recursive
13218                 check for all parents is needed
13219
13220 2001-11-23 [darko]      0.6.5claws28
13221
13222         * src/compose.c
13223                 wrapping on send improvements
13224         * src/gtkutils.[ch]
13225                 fix for GtkSText after last sync with main branch
13226                 GTK_TEXT -> GTK_STEXT
13227
13228 2001-11-23 [paul]       0.6.5claws27
13229
13230         * sync with sylpheed 0.6.5cvs14
13231                 see ChangeLog entries 2001-11-22 and 2001-11-23
13232                 
13233         * po/de.po
13234                 fixed the scrambled umlauts 
13235                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13236
13237 2001-11-21 [paul]       0.6.5claws26
13238
13239         * sync with sylpheed 0.6.5cvs12
13240                 see 2nd ChangeLog entry dated 2001-11-20
13241
13242 2001-11-20 [paul]       0.6.5claws25
13243
13244         * sync with sylpheed 0.6.5cvs11
13245                 see ChangeLog entry 2001-11-19 (src/utils.c)
13246
13247 2001-11-20 [hiro]
13248
13249         * src/compose.c
13250                 GTK_TEXT -> GTK_STEXT
13251                 fix for wrong comment
13252
13253 2001-11-20 [hiro]       0.6.5claws24
13254
13255         * src/compose.[ch]
13256                 more merges from main branch
13257                 removed fatal warnings (uninitialized variables etc.)
13258                 some coding style fix
13259         * src/gtkutils.h
13260                 fixed typo.
13261         * src/addressbook.c
13262           src/addrindex.c
13263                 V-Card -> vCard
13264
13265 2001-11-19 [hoa]        0.6.5claws23
13266
13267         * src/filtering.c
13268         * src/prefs_scoring.c
13269         * src/matcher.[ch]
13270         * src/scoring.c
13271                 cleaning code
13272
13273         * src/matcher_parser_parse.y
13274         * src/prefs_filtering.c
13275                 bouncing
13276
13277 2001-11-19 [alfons]     0.6.5claws22
13278
13279         more of my old things into claws
13280
13281         * src/Makefile.am
13282         * src/prefs_common.c
13283         * src/procmsg.h
13284         * src/summaryview.[ch]
13285         * src/prefs_summary_column.c
13286         * src/pixmaps/locked.xpm
13287                 add indicators for locking of message in summary view
13288                 (does not work yet, only visual indicator)
13289
13290 2001-11-19 [paul]       0.6.5claws21
13291
13292         * sync with sylpheed 0.6.5cvs10
13293                 see ChangeLog entry 2001-11-19
13294
13295 2001-11-18 [alfons]     0.6.5claws20
13296         
13297         * src/filtering.c
13298                 remove an inadvertent free I forgot in previous clean up 
13299
13300 2001-11-18 [alfons]     0.6.5claws19
13301
13302         * src/filtering.[ch]
13303                 clean up & plug leaks
13304
13305 2001-11-18 [paul]       0.6.5claws18
13306
13307         * sync with sylpheed 0.6.5cvs9
13308                 see ChangeLog entries 2001-11-17 and 2001-11-18
13309
13310 2001-11-16 [paul]       0.6.5claws17
13311
13312         * sync with sylpheed 0.6.5cvs8
13313                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13314
13315 2001-11-16 [paul]       0.6.5claws16
13316
13317         * sync with sylpheed 0.6.5cvs7
13318                 see ChangeLog entries 2001-11-15 and 2001-11-16
13319
13320 2001-11-15 [hoa]        0.6.5claws15
13321
13322         * src/compose.c
13323                 fix bounce, mails we received couln't be bounced to ourself.
13324
13325         * src/defs.h
13326         * src/filtering.[ch]
13327         * src/matcher.[ch]
13328         * src/matcher_parser.h
13329         * src/matcher_parser_lex.l
13330         * src/matcher_parser_parse.y
13331         * src/inc.c
13332         * src/main.c
13333         * src/mbox.c
13334         * src/prefs_filtering.[ch]
13335         * src/mainwindow.c
13336         * src/prefs_matcher.c
13337         * src/prefs_scoring.c
13338         * src/scoring.[ch]
13339         * src/summaryview.c
13340                 new matcher/filter/score configuration file parser
13341                 one unique configuration file => ~/.sylpheed/matcherrc
13342                 import in currently automatic, then save are made
13343                 in this new file.
13344                 one filter per folder and one global filter
13345                 (filter of a folder will be used as folder processing)
13346
13347         * src/folder.c
13348                 fix a bug in folder_item_get_identifier
13349                 
13350         * src/messageview.c
13351                 receive receipt return are fixed.
13352
13353 2001-11-14 [alfons]     0.6.5claws14
13354
13355         * src/session.h
13356                 add things from main branch to make claws compile
13357
13358 2001-11-14 [paul]       0.6.5claws13
13359
13360         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13361                 see ChangeLog entries 2001-11-08 to 2001-11-14
13362
13363 2001-11-14 [hoa] 0.6.5claws12
13364
13365         * src/compose.[ch]
13366         * src/mainwindow.c
13367         * src/summaryview.c
13368                 add "bounce mail" option
13369
13370 2001-11-13 [christoph]  0.6.5claws11
13371
13372         * src/compose.c
13373                 Cleanup a mess i add before commiting
13374
13375 2001-11-13 [hoa]        0.6.5claws10
13376
13377         * src/compose.c
13378                 some fixes when mail are sent or
13379                 for crossposts
13380
13381 2001-11-13 [christoph]  0.6.5claws9
13382
13383         * po/de.po
13384                 Changed two string with the same translation
13385         * src/compose.c
13386         * src/procmsg.[ch]
13387         * src/send.[ch]
13388                 New mailsending process:
13389                   - Always queue message before sending
13390                     (message will be saved if sylpheed crashed or
13391                      freezes while sending)
13392                   - Allow queuing of newspostings
13393                   - No copy in outbox before sending
13394                     (closes bug #469501)
13395                   - No more redundant code for send and send_later
13396         * src/summaryview.c
13397                 Applied wwp <subscript@free.fr>'s patch that fixes
13398                 marks for multiple forwarded messages (+compose.c)
13399
13400 2001-11-12 [alfons]
13401
13402         * README.claws
13403                 remove things that are now in main branch
13404         
13405         * po/nl.po
13406                 update Dutch translation
13407
13408 2001-11-12 [mhadasht]   0.6.5.claws8
13409
13410         * src/prefs_common.c
13411                 re-enabled account autoselection feature for forward
13412                 and reedit lost during the branch point for SYNC-B4-REL
13413         * src/gtkspell.c
13414                 gtkpspell_get_dict(): more readable code (even if function is
13415                 not used yet)
13416         * ChangeLog.claws
13417                 added version number info to 2001-11-12 [hiro] comment.
13418
13419 2001-11-12 [hiro]       0.6.5.claws7
13420
13421         * src/compose.c
13422                 compose_forward(): fixed a bug that forward quote mark
13423                 wasn't used.
13424                 removed unnecessary code.
13425         * src/template_select.[ch]: removed.
13426
13427 2001-11-11 [alfons]
13428
13429         * src/compose.c
13430                 :%s/GTK_TEXT/GTK_STEXT/g
13431         
13432         * src/compose.[ch]
13433         * src/undo.[ch]
13434         * src/Makefile.am
13435                 revert the undo stuff (this is 0.6.6claws stuff)
13436
13437 2001-11-11 [hoa]        0.6.5.claws6
13438
13439         * src/compose.[ch]
13440                 Insert signature at the end of the text.
13441                 Added undo patch but currently disabled
13442
13443         * src/procmsg.c
13444                 Threading by subject improved.
13445
13446         * added src/undo.[ch]
13447                 Undo module for compose dialog box.
13448
13449 2001-11-11 [alfons]     0.6.5.claws5
13450
13451         * src/procmsg.c
13452                 prevent threading by subject on nodes that have already been
13453                 threaded by in-reply-to (as in "circular references in a tree
13454                 result in a dead branch")
13455
13456 2001-11-09 [hoa]        0.6.5.claws4
13457         
13458         * src/folderview.c
13459                 allows creation of mbox folder item from any files.
13460
13461 2001-11-09 [alfons]     0.6.5.claws3
13462         
13463         * src/utils.c
13464         * src/procmsg.c
13465                 do what I mean and correct threading by subject so it really
13466                 ignores attracting lines without "Re: "
13467
13468 2001-11-07 [alfons]     0.6.5.claws2
13469
13470         * src/procmsg.c
13471         * src/utils.[ch]
13472                 only attract by subject if a subject line starts with a "Re: "
13473         * src/syldap.c
13474                 remove warning
13475
13476 2001-11-07 [paul]       0.6.5claws1
13477
13478         * sync with sylpheed 0.6.5. release
13479                 see ChangeLog entry 2001-11-07
13480
13481 2001-11-07 [paul]       0.6.4claws31
13482
13483         * sync with sylpheed 0.6.4cvs18
13484                 see ChangeLog entries 2001-10-30 to 2001-11-07
13485                 prefs_templates.[ch] renamed prefs_template.[ch]
13486
13487 2001-11-06 [alfons]
13488         
13489         * src/utils.h
13490                 add semicolon Hoa forgot ;-)
13491                 
13492
13493 2001-11-06 [hoa]        0.6.4claws30
13494         
13495         * src/procmsg.c
13496         * src/summaryview.c
13497         * src/utils.c
13498         * src/utils.h
13499                 threading by subject - empty subject are ignored
13500
13501 2001-11-06 [christoph]  0.6.4claws29
13502
13503         * src/socket.c
13504                 use SSL_peek for sock_gets
13505         * src/utils.c
13506                 removed unneeded pointer in extracting quoted
13507                 names implementation
13508
13509 2001-11-06 [melvin]     0.6.4claws28
13510
13511         * src/gtkspell.c
13512                 fixed bug #476792 Selection overtyping with spell checker
13513                 fixed bug which could cause a buffer overflow
13514                 fixed a memory leak
13515
13516 2001-11-06 [hoa]        0.6.4claws27
13517         
13518         * src/procmsg.c
13519         * src/summaryview.c
13520                 threading by subject
13521
13522 2001-11-05 [alfons]     0.6.4claws26
13523         
13524         * README.claws
13525                 Claws -> Sylpheed (vice versa)
13526
13527         * src/compose.c
13528                 :%s/gtk_text/gtk_stext/g
13529                 :%s/GTK_TEXT/GTK_STEXT/g
13530                 (thanks to Jonathan Ware for spotting this)
13531
13532 2001-11-04 [christoph]  0.6.4claws25
13533
13534         * src/summaryview.c
13535                 replace Xalloca + strdup with Xstrdup_a
13536         * src/utils.c
13537                 better implementation of extracting quoted names
13538                 from addresses (remove backlashes and ignore
13539                 quotes after them)
13540
13541 2001-11-04 [alfons]     0.6.4claws24
13542
13543         * src/utils.[ch]
13544                 edit to comply more with coding style
13545
13546         * src/textview.c
13547                 fix bug reported by Kim Schulz. introduced by the patch integrated
13548                 in 0.6.4claws15. the code did not check the return value of
13549                 the html parser.
13550
13551         * AUTHORS
13552                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13553
13554 2001-11-04 [christoph]  0.6.4claws23
13555
13556         * src/main.c
13557         * src/prefs_common.[ch]
13558                 init some pointers that possibly caused a segfault
13559                 reported in the claws-users ML
13560
13561 2001-11-04 [hoa]        0.6.4claws22
13562
13563         * src/grouplistdialog.c
13564                 change the names of the nodes in the tree
13565
13566         * src/compose.c
13567                 enhanced mailto syntax as described in
13568                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13569                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13570
13571         * src/utils.c
13572                 encode and decode URI (useful when opening URL into
13573                 netscape).
13574
13575 2001-11-03 [hoa]        0.6.4claws21
13576
13577         * src/grouplistdialog.c
13578                 a new newsgroups list selection dialog box
13579                 with a CTree instead of a CList
13580
13581 2001-11-03 [hoa]        0.6.4claws20
13582
13583         * src/folderview.c
13584                 enable property and scoring options when right
13585                 click on "inbox"
13586
13587         * src/summaryview.c
13588                 fixed bug when nickname were displayed using
13589                 the address book.
13590
13591 2001-11-02 [darko]      0.6.4claws19
13592
13593         * src/compose.c
13594                 new wrap quotation and URL/long words wrapping implementation
13595         * src/compose.c src/gtkstext.[ch]
13596                 move gtkstext_strncmp() to gtkstext.c
13597
13598 2001-11-01 [christoph]  0.6.4claws18
13599
13600         * src/prefs_account.c
13601                 fixed mess in account settings dialog
13602         * src/prefs_folder_item.c
13603                 added label with folder path to dialog
13604
13605 2001-10-31 [match]      0.6.4claws17
13606
13607         * src/vcard.c
13608                 fix memory leak.
13609         * src/addrbook.c
13610                 fix generation of spurious address book file names.
13611                 remove redundant functions.
13612         * po/POTFILES.in
13613                 added missing file names.
13614
13615 2001-10-30 [paul]       0.6.4claws16
13616
13617         * sync with sylpheed 0.6.4cvs6
13618                 see ChangeLog entries 2001-10-26 to 2001-10-30
13619
13620         * tools/filter_conv.pl
13621                 read folderlist.xml to discover whether the top-level
13622                 folder is called 'Mailbox' or 'Mail' 
13623
13624 2001-10-29 [paul]       0.6.4claws15
13625
13626         * src/html.c, src/textview.c
13627                 activate links in html mail and fix clickable parts
13628                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13629
13630 2001-10-29 [paul]
13631
13632         * po/de.po, po/es.po, po/pt_BR/po
13633                 updated translations, submitted by Jens Oberender,
13634                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13635
13636 2001-10-29 [darko]      0.6.4claws14
13637
13638         * src/compose.c
13639                 fix wrapping for good
13640
13641 2001-10-29 [darko]
13642
13643         * src/compose.c
13644                 undo previous change as it broke the smart wrapping
13645
13646 2001-10-29 [darko]      0.6.4claws13
13647
13648         * src/compose.c
13649                 fix infinite loop when long URL is quoted
13650                 (closes bug #475122.
13651
13652 2001-10-28 [match]
13653
13654         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13655                 import Mutt address book
13656         * src/ldif.[ch] src/importldif.h
13657                 modified import LDIF handle user attributes
13658
13659 2001-10-28 [christoph]  0.6.4claws12
13660
13661         * src/summaryview.c
13662                 fixed that filtering did not work if there
13663                 were no filter rules
13664                 (closes bug #472003 and better implementation
13665                  of patch #474644)
13666
13667 2001-10-27 [christoph]  0.6.4claws11
13668
13669         * src/compose.c
13670                 make the folder's default account to be used when
13671                 replying. (patch by wwp <subscript@free.fr>)
13672         * src/compose.c
13673                 code cleanup, nearly killed all of wwp's patch
13674                 for folder's default account in compose
13675         * src/folderview.c
13676                 error panel when a folder could not be created
13677                 (closes bug #471080 new folder name & already
13678                  existing file)
13679
13680 2001-10-26 [alfons]
13681
13682         * src/utils.h
13683                 change prototype of strstr2() that Christoph forgot about
13684
13685 2001-10-26 [christoph]  0.6.4claws10
13686
13687         * src/account.c
13688                 made search for accounts by email address not case
13689                 sensitive
13690         * src/folder.c
13691                 fixed memory leak in folder_item_get_identifier
13692         * src/gtkspell.c
13693         * src/utils.c
13694                 fixed wrong strstr2 (should work like strstr)
13695
13696 2001-10-26 [darko]      0.6.4claws9
13697
13698         * src/compose.c src/gtkstext.[ch]
13699         * src/gtkstext.c
13700                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13701
13702 2001-10-26 [paul]       0.6.4claws8
13703
13704         * src/html.c
13705                 ignore css and javascript tags in html mail
13706                 case-insensitive, with or without double-quoted
13707                 strings
13708
13709 2001-10-26 [paul]       0.6.4claws7
13710
13711         * sync with sylpheed 0.6.4cvs1
13712                 see ChangeLog entry 2001-10-26
13713
13714         * src/prefs_account.c, src/prefs_common.c,
13715           src/prefs_summary_column.c
13716                 minor improvements to the English
13717
13718 2001-10-25 [alfons]     0.6.4claws6
13719
13720         * src/gtkstext.c
13721         
13722                 make GtkSText follow style of GtkText (closes bug 
13723                 #469211 "text selection while writing message")
13724                 
13725                 do sync with GTK 1.2.10
13726
13727 2001-10-25 [paul]       0.6.4claws5
13728
13729         * src/html.c
13730                 ignore css tags in html mail
13731
13732 2001-10-25 [darko]      0.6.4claws4
13733
13734         * src/compose.c
13735                 don't declare is_url_string as static function since
13736                 we need it in gtkstext.c
13737         * src/gtkstext.c
13738                 remove unused variable
13739                 don't wrap long URLs while composing a message
13740
13741 2001-10-24 [christoph]  0.6.4claws3
13742
13743         * src/socket.c
13744                 fix ssl deadlock, when peer closes connection
13745
13746 2001-10-24 [paul]       0.6.4claws2
13747
13748         * src/prefs_common.c
13749                 gettextize the gpg ascii-armored warning message
13750
13751         * src/compose.c
13752                 insert a DOS/MAC file into the composed message
13753                 (improvements)
13754
13755         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13756
13757 2001-10-22 [paul]       0.6.4claws1
13758
13759         * sync with sylpheed 0.6.4 release
13760                 see ChangeLog entries 2001-10-21
13761
13762         * po/fr.po, po/pt_BR.po
13763                 updated by Melvin Hadasht and Fabio Junior Beneditto
13764
13765 2001-10-21 [paul]       0.6.3claws30
13766
13767         * src/compose.c
13768                 insert a DOS text file from the compose window
13769                 into the composed message text (removes CRs characters)
13770                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13771
13772         * tools/filter_conv.pl, tools/README
13773                 automatically use ~/.sylpheed as working directory
13774                 print out confirmation message on completion
13775
13776         * correct Hoa's last ChangeLog.claws entry
13777
13778 2001-10-20 [hoa]        0.6.3claws29
13779
13780         * src/grouplistdialog.c
13781                 bugfix (another ?) to give the right
13782                 newsgroups list for each news server.
13783
13784         * src/news.c
13785         * src/news.h
13786                 improve the newsgroups list cache
13787
13788 2001-10-20 [paul]       0.6.3claws28
13789
13790         * sync with sylpheed 0.6.3cvs9
13791                 see ChangeLog entry 2001-10-19
13792
13793         * correct Alfons' last ChangeLog.claws entry
13794
13795 2001-10-19 [alfons]
13796
13797         * src/pgptext.[ch]
13798                 fix compilation problems (part of bug #472895)
13799
13800 2001-10-18 [hoa]        0.6.3claws27
13801
13802         * src/grouplistdialog.c
13803                 bugfix when we refresh was clicked (bug 472701)
13804
13805 2001-10-19 [christoph]  0.6.3claws26
13806
13807         * src/compose.c
13808                 last header entry should default to "To:" or
13809                 "Newsgroups:" and not copy the last entry line
13810                 in a new compose window
13811                 (closes bug #472686, #470792)
13812
13813 2001-10-19 [paul]       0.6.3claws25
13814
13815         * sync with Sylpheed 0.6.3cvs8
13816                 see ChangeLog entries 2001-10-18 and 2001-10-19
13817
13818 2001-10-18 [christoph]  0.6.3claws24
13819
13820         * src/procmsg.c
13821                 reimplement ignore thread
13822         
13823 2001-10-18 [hoa]        0.6.3claws23
13824
13825         * src/folderview.c
13826         * src/grouplistdialog.[ch]
13827                 enhanced news subscription interface (feature 469113)
13828
13829         * src/news.c
13830         * src/news.h
13831                 enchanced newsgroup listing,
13832                 now, we can get groups informations
13833                 (NNTPGroupInfo)
13834
13835 2001-10-18 [paul]       0.6.3claws22
13836
13837         * src/summaryview.c
13838                 remove comment (sync with main branch)
13839         * src/mainwindow.c
13840                 fix 'Re-edit' bug in 'Message' menu
13841
13842 2001-10-17 [christoph]  0.6.3claws21
13843
13844         * src/compose.c
13845                 ignore empty or whitespace only header lines
13846
13847 2001-10-17 [paul]       0.6.3claws20
13848
13849         * sync with sylpheed 0.6.3cvs7
13850                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13851                 2001-10-17
13852
13853 2001-10-17 [darko]
13854
13855         * src/compose.c
13856                 wrap long lines without spaces
13857                 don't wrap URLs
13858
13859 2001-10-16 [paul]
13860
13861         * po/es.po, po/nl.po, po/pt_BR.po
13862                 updated by Ricardo Mones Lastra, Alfons,
13863                 and Fabio Junior Beneditto
13864
13865         * sylpheed-0.6.3claws released
13866
13867 2001-10-15 [melvin] 0.6.3claws18
13868
13869         * README.claws
13870                 added summary and detailed installation instructions
13871                 for spell checker
13872         * po/fr.po
13873                 Updated, corrected and completed french translation
13874
13875 2001-10-15 [hoa] 0.6.3claws17
13876         * src/grouplistdialog.c
13877                 we can choose the newsgroups to display with wildcards
13878
13879 2001-10-15 [christoph]  0.6.3claws16
13880
13881         * src/account.c
13882         * src/compose.c
13883         * src/prefs_folder_item.[ch]
13884                 applied wwp <subscript@free.fr>'s folder
13885                 default account patch
13886         * po/de.po
13887                 Fixed wrong translation
13888
13889 2001-10-13 [alfons, christoph, melvin]  
13890                         0.6.3claws15
13891
13892         solution #2 to solve MT-safety problems defers all GUI related calls
13893         to the main thread using a gtk_idle_add() callback. discussed on
13894         ircnet #sylpheed, with christoph spotting some issues with the
13895         original code, and melvin allowing us to lobotomize his sylpheed.
13896
13897         * src/syldap.[ch], src/main.c
13898                 fix race problem in ldap search thread by deferring GUI 
13899                 stuff to main thread using gtk_idle_add()
13900
13901 2001-10-13 [paul]       0.6.3claws14
13902
13903         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13904                 add Sergey's smtpcred.patch
13905                 adds separate username/password setting for SMTP Auth
13906                 needed by some servers
13907                 (closes feature request #471659)
13908
13909 2001-10-13 [paul]       0.6.3claws13
13910
13911         * src/pgptext.[ch] **NEW FILES**
13912         * src/Makefile.am, src/messageview.c, src/mimeview.c
13913                 decrypt ascii-armored gpg text embedded in
13914                 the message body.
13915                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13916
13917 2001-10-13 [christoph]  0.6.3claws12
13918
13919         * README.claws
13920                 some more details on default to and
13921                 feature requests
13922         * src/main.c
13923                 init glib threading when ldap is used
13924         * src/syldap.c
13925                 threading fixes
13926         * po/de.po
13927                 fixed a typo
13928
13929 2001-10-12 [paul]       0.6.3claws11
13930
13931         * src/prefs_common.[ch], src/rfc2015.c
13932                 enable ascii-armored gpg text to be embedded in the
13933                 message body, selectable through the 'Privacy'
13934                 preferences. Supports encrypting only.
13935                 Submitted by Ravemax <ravemax@dextrose.com>
13936
13937 2001-10-12 [paul]       0.6.3claws10
13938
13939         * sync with sylpheed 0.6.3cvs6
13940                 see ChangeLog entries 2001-10-11 and 2001-11-12
13941
13942         * src/folderview.c
13943                 incorporated mbox folders, scoring, and folder
13944                 properties into the sync
13945
13946 2001-10-12 [darko]      0.6.3claws9
13947
13948         * README.claws
13949                 describe quotation wrapping
13950         * src/compose.c
13951                 don't treat tab as space to calculate line length properly
13952
13953 2001-10-11 [alfons]
13954
13955         * README.claws
13956                 correct description of how to make new filtering system work,
13957                 add some other things
13958                 
13959         * src/syldap.c
13960                 remove sched_yield() (not necessary / unportable)
13961
13962 2001-10-11 [paul]       0.6.3claws8
13963
13964         * sync with sylpheed 0.6.3cvs3
13965                 see ChangeLog entry 2001-10-10
13966
13967 2001-10-10 [christoph]  0.6.3claws7
13968
13969         * .cvsignore
13970                 ignore 2 files created by newer autotools
13971         * src/prefs_folder_item.c
13972                 using table for widget alignment
13973                 fixed memory leak and broken octal display
13974         * src/filesel.c
13975                 fixed segfault caused by lost filename
13976                 workaround (closes bug #469551)
13977
13978 2001-10-10 [paul]       0.6.3claws6
13979
13980         * sync with sylpheed 0.6.3cvs2
13981                 see ChangeLog entries 2001-10-09 and 2001-10-10
13982
13983 2001-10-10 [darko]      0.6.3.claws5
13984
13985         * src/gtkstext.c
13986                 proper calculation of right margin if smart wrapping is enabled
13987         * src/compose.c
13988                 automatically wrap long lines if wrap quotation is enabled
13989
13990 2001-10-09 [alfons]     0.6.3.claws4
13991
13992         * src/summaryview.c
13993                 select correct row when deleting last row in the summary view (and
13994                 close bug "[ #469104 ] select second last in list when deleting")
13995
13996 2001-10-09 [paul]       0.6.3claws3
13997
13998         * sync with sylpheed 0.6.3cvs1
13999                 updated some autotool scripts
14000
14001 2001-10-09 [darko]      0.6.3claws2
14002
14003         * src/gtkstext.[ch]
14004                 new name and mark with Sylpheed comment
14005         * src/compose.c
14006                 smart quotation wrapping a-la VIM
14007
14008 2001-10-08 [paul]       0.6.3claws1
14009
14010         * sync with sylpheed 0.6.3 release
14011                 see ChangeLog entry 2001-10-08
14012
14013 2001-10-08 [paul]       0.6.2claws24
14014
14015         * src/summaryview.c
14016                 more sync with sylpheed 0.6.2cvs12
14017                 Fixed the bug that didn't select the last row correctly
14018
14019
14020 2001-10-07 [paul]       0.6.2claws23
14021
14022         * sync with sylpheed 0.6.2cvs12
14023                 see ChangeLog entry 2001-10-07
14024
14025 2001-10-06 [match]
14026         * src/jpilot.[ch]
14027                 enable jpilot to read unsynch'ed addresses.
14028
14029         * src/editldap_basedn.c
14030                 fix segfault when opening dialog.
14031
14032 2001-10-06 [alfons]     0.6.2.claws22
14033
14034         * src/summaryview.c
14035                 fix bug with summary view selecting last *inserted*
14036                 node instead of last *visible* node. remember we
14037                 work with a tree
14038
14039 2001-10-06 [paul]       0.6.2claws21
14040
14041         * po/pt_BR.po
14042                 updated translation, contains some fixes and new
14043                 translations, submitted by Gustavo Noronha Silva
14044                 <kov@debian.org>
14045
14046         * src/prefs_common.c
14047                 change 'each' to 'every' - fix dubious English
14048
14049         * sync with sylpheed 0.6.2cvs11
14050
14051 2001-10-05 [alfons]     0.6.2claws20
14052
14053         * src/mainwindow.[ch], src/folderview.c
14054                 make composite tool button switch between "Compose News"
14055                 and "Compose Mail" depending on selected folder
14056                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14057
14058 2001-10-05 [paul]       0.6.2claws19
14059
14060         * src/mainwindow.c, src/summaryview.c
14061                 fix 'Message/Reply to all', broken in last commit
14062
14063         * src/compose.c
14064                 fix X_BEENTHERE seg fault, thanks to Alfons
14065
14066 2001-10-04 [paul]       0.6.2claws18
14067
14068         * src/compose.[ch], src/mainwindow.c
14069                 make "Message/Reply" reply to mailing lists; matches
14070                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14071                 based on portions of the patch submitted by
14072                 Junichi Uekawa <dancer@netfort.gr.jp>
14073
14074 2001-10-04 [darko]      0.6.2claws17
14075
14076         * src/compose.c
14077                 better smart wrapping
14078         * src/gtkstext.[hc]
14079                 a function to make text buffer contiguous
14080
14081 2001-10-03 [paul]       0.6.2claws16
14082
14083         * sync with sylpheed 0.6.2cvs10
14084
14085 2001-10-02 [alfons]
14086
14087         * configure.in
14088         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14089                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14090                 references to chinese translations (hope someone picks up
14091                 this)
14092
14093 2001-10-02 [christoph]  0.6.2claws15
14094
14095         * src/compose.c
14096                 fixed non translated header bug
14097         * ChangeLog.claws
14098                 fixed wrong date in alfons last entry ;)
14099
14100 2001-10-02 [alfons]     0.6.2claws14
14101
14102         * src/compose.c, src/prefs_common.[ch]
14103                 add block cursor option
14104
14105 2001-10-02 [paul]       0.6.2claws13
14106
14107         * sync with sylpheed 0.6.2cvs9
14108
14109 2001-09-30 [paul]       0.6.2claws12
14110
14111         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14112                 updated translations
14113
14114         * po/POTFILES.in
14115                 add 'src/importldif.c'
14116
14117         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14118                 added eudora-to-vCard conversion tool
14119                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14120
14121         * sync with sylpheed 0.6.2cvs8
14122
14123 2001-09-30 [paul]
14124
14125         * sylpheed-0.6.2claws released
14126
14127 2001-09-27 [melvin]     0.6.2claws11
14128
14129         * src/gtkspell.c
14130                 fixed crash when using default path (introduced 
14131                 in 0.6.2claws10)
14132                 fixed tiny bug for initial suggestion mode
14133
14134 2001-09-27 [melvin]     0.6.2claws10
14135         
14136         * src/gtkspell.c
14137                 fixed bug where gtkpspell didn't set the path correctly
14138
14139         * README.claws
14140                 added a paragraph about spell checking
14141                 
14142
14143
14144 2001-09-27 [paul]       0.6.2claws9
14145
14146         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14147                 replace '// comments' with '/* comments */' to prevent
14148                 some compiler warnings 
14149
14150         * sync with sylpheed 0.6.2cvs6
14151
14152 2001-09-26 [alfons]     0.6.2claws8
14153
14154         * src/messageview.c
14155                 introduce return receipt request notification again,
14156                 which was lost because of other semantics in 
14157                 procheader_parse() (???)
14158
14159 2001-09-26 [christoph]  0.6.2claws7
14160
14161         * src/compose.c
14162                 replace comments for old code with #if 0
14163                 readded auto cc, bcc and reply-to
14164         * src/prefs_matcher.c
14165         * src/prefs_scoring.c
14166                 removed some definition (was moved to
14167                 prefs.h)
14168
14169 2001-09-26 [paul]       0.6.2claws6
14170
14171         * src/mainwindow.c
14172                 make 'Follow-up and reply to' sensitive
14173
14174         * more sync with sylpheed 0.6.2cvs5
14175
14176 2001-09-25 [melvin]
14177
14178         * 0.6.2claws5
14179
14180         * src/gtkspell.c
14181                 fixed bug for "US-ASCII" introduced by the encoding code
14182
14183 2001-09-25 [paul]
14184
14185         * 0.6.2claws4
14186
14187         * src/prefs_common.[ch], src/summaryview.c
14188                 'next unread msg' 'go to next folder?' dialog can be
14189                 given default behaviour, either always show dialog,
14190                 or assume 'yes', or assume 'no'
14191                 Submitted by wwp <subscript@free.fr>
14192
14193 2001-09-25 [melvin]
14194                 
14195         * src/compose.c src/gtkspell.[ch]
14196                 added support for different encodings
14197
14198 2001-09-25 [paul]
14199
14200         * more sync with sylpheed 0.6.2cvs5
14201
14202 2001-09-24 [alfons]
14203         
14204         * src/prefs_folder_item.c
14205                 add check for item->prefs->default_to string is NULL and
14206                 add another check when freeing this string
14207
14208 2001-09-24 [paul]
14209
14210         * configure.in
14211                 change to version 0.6.2claws3
14212
14213         * sync with sylpheed 0.6.2cvs5 
14214
14215 2001-09-24 [match]
14216         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14217                 import LDIF files.
14218         * src/addrcache.[ch], addrindex.[ch]
14219                 small update for future
14220         * src/addrbook.c
14221                 fix test XML file.
14222
14223 2001-09-24 [melvin]
14224         * src/gtkspell.[ch]
14225                 added 'Learn from mistakes' option
14226                 better handling of quotes in checked words
14227                 sorted dict list
14228         * po/fr.po
14229                 small update for spell checking stuff
14230
14231 2001-09-23 [alfons]
14232         
14233         * src/gtkspell.c
14234                 edit a little bit so it complies more with main coding style
14235
14236 2001-09-23 [alfons]
14237
14238         * src/folder.[ch], prefs_folder_item.c, compose.c
14239                 migrate "request return receipt" folder property
14240                 to folderlist.xml
14241
14242 2001-09-22 [alfons]
14243
14244         * README.claws **NEW**
14245                 (add things of interest for users of main branch 
14246                 and claws here)
14247
14248         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14249                 re-implement threading per folder option, but store 
14250                 the setting in folderlist.xml (where it belongs)
14251
14252 2001-09-21 [melvin]
14253
14254         * src/gtkspell.[ch]
14255                 fixed bug when compose window is under another window
14256         * src/prefs_common.[ch] src/compose.c
14257                 changed 'dictionary_path' to 'dictionary' to be consistent
14258                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14259         * ac/pspell.m4 src/Makefile.am 
14260                 dropped PSPELL_PATH macro
14261         * po/fr.po
14262                 updated translations
14263
14264 2001-09-21 [christoph]
14265
14266         * src/compose.c
14267                 added border around header fields
14268                 keep header type when new field is added
14269
14270 2001-09-20 [christoph]
14271
14272         * src/utils.[ch]
14273                 more portable debug_print with source filename
14274                 and linenumber
14275         * src/procmsg.c
14276                 more newlines after debug messages
14277
14278 2001-09-20 [paul]
14279
14280         * configure.in
14281                 change to version 0.6.2claws2
14282
14283         * sync with sylpheed 0.6.2cvs3
14284
14285 2001-09-19 [melvin]
14286
14287         * src/gtkspell.c
14288                 fixed the post-right-click focus pb
14289                 fixed crash when 'Spell check all' after dict change 
14290                         and when cursor is at the end of the text
14291                 shift-right-click pops up config menu even on misspelled words.
14292         * po/POTFILES.in
14293                 added gtkspell.c
14294
14295 2001-09-19 [melvin]
14296
14297         * src/about.c
14298                 added pspell to compiled-in features list
14299
14300 2001-09-18 [melvin]
14301
14302         * switched to pspell and dropped ispell
14303         * ac/pspell.m4
14304                 new file. autoconf macro for pspell
14305         * ac/Makefile.am 
14306         * configure.in acconfig.h
14307                 added pspell support
14308         * src/Makefile.am
14309         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14310         * src/prefs_common.[ch] 
14311                 added pspell support
14312
14313 2001-09-18 [christoph]
14314
14315         * src/addr_compl.c
14316         * src/template.[ch]
14317                 replace LOG_MESSAGE with debug_print
14318         * src/compose.[ch]
14319                 gui improvements
14320         * src/menu.c
14321                 added newline after debug message
14322         * src/utils.h
14323                 using __VA_ARGS__ for debug_print macro
14324         * tools/.cvsignore
14325                 ignore Makefile and Makefile.in
14326
14327 2001-09-18 [paul]
14328
14329         * configure.in
14330                 change to version 0.6.2claws1
14331         * sync with sylpheed 0.6.2cvs1
14332
14333         * src/matcher.c 
14334         * src/prefs_matcher.c
14335                 add 'score equal to' option, submitted by
14336                 Paul Evans <nerd@freeuk.com>
14337
14338 2001-09-15 [christoph]
14339
14340         * src/mainwindow.c
14341                 comment out menu entry not existing in claws
14342         * src/menu.c
14343                 add debug output for non existing menu entries
14344         * src/summaryview.c
14345                 fix next/prev unread message for ignored threads
14346         * src/utils.[ch]
14347                 add sourcefile and line number to debug output
14348                 otherwise it is sometimes hard to find the
14349                 source code part if debug messages are translated
14350
14351 2001-09-14 [darko]
14352         
14353         * src/folderview.c
14354                 refresh target folder style after colour is changed
14355
14356 2001-09-13 [paul]
14357
14358         * configure.in
14359                 change to version 0.6.1claws3
14360
14361         * sync with sylpheed 0.6.1cvs6
14362
14363 2001-09-13 [darko]
14364         
14365         * src/folderview.c
14366                 fix target folder colourization to use user selected colour
14367
14368 2001-09-12 [darko]
14369         
14370         * src/summaryview.c
14371                 fix crash when message that is marked for copy/move is unmarked
14372
14373 2001-09-09 [paul]
14374
14375         * configure.in
14376                 change to version 0.6.1claws2
14377
14378         * sync with sylpheed 0.6.1cvs3
14379
14380 2001-09-09 [alfons]
14381         
14382         * src/folderview.c
14383                 fix bug with default font used for trash folder text
14384
14385 2001-09-06 [paul]
14386
14387         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14388                 updated translations
14389
14390         * configure.in
14391                 change to version 0.6.1claws1
14392
14393         * sync with sylpheed 0.6.1cvs2
14394
14395 2001-09-03 [paul]
14396
14397         * po/POTFILES.in
14398                 add Match's new addressbook
14399
14400         * po/de.po
14401                 updated translation submitted by Jens Oberender
14402
14403 2001-09-02 [paul]
14404
14405         * configure.in
14406                 change to 0.6.1claws
14407         * sync with sylpheed 0.6.1 release
14408
14409 2001-09-02 [paul]
14410
14411         * configure.in
14412                 change to 0.6.0claws2
14413
14414         * sync with sylpheed 0.6.0cvs4
14415
14416         * po/pt_BR.po
14417                 updated translation submitted by Fabio Junior Beneditto
14418
14419 2001-09-01 [match]
14420         * pixmaps/
14421                 interface.xpm
14422                 book.xpm
14423                 address.xpm
14424         * src/
14425                 Makefile.am
14426                 a ton of new files
14427
14428 2001-08-31 [paul]
14429
14430         * configure.in
14431                 change to version 0.6.0claws1
14432
14433         * sync with sylpheed 0.6.0cvs1
14434
14435         * po/es.po
14436                 updated translation submitted by Ricardo Mones Lastra
14437
14438         * po/POTFILES.in
14439                 add 'src/prefs_templates.c'
14440
14441         * src/compose.c, src/summaryview.c
14442                 fix segfault on 'Re_edit'               
14443
14444 2001-08-30 [alfons]
14445
14446         * configure.in, Makefile.am
14447         * tools/Makefile.am
14448                 add tools directory to source distribution
14449
14450 2001-08-30 [paul]
14451
14452         * configure.in
14453                 change to version 0.6.0claws
14454
14455         * sync with sylpheed 0.6.0 release
14456
14457 2001-08-30 [christoph]
14458
14459         * configure.in
14460                 removed autoconf version check
14461
14462 2001-08-30 [paul]
14463
14464         * src/account.c, src/compose.c, src/prefs_common.[ch]
14465         * src/procheader.[ch] src/utils.[ch]
14466                 Enhanced automatic account selection on replies
14467                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14468
14469         * configure.in
14470                 add LDAP and JPilot to the configuration results output.
14471
14472 2001-08-29 [christoph]
14473
14474         * src/summeryview.c
14475                 no bold font for ignored threads
14476
14477 2001-08-29 [paul]
14478
14479         * configure.in
14480                 change to version 0.5.3claws6
14481
14482         * sync with sylpheed 0.5.3cvs10
14483                 src/stringtable.[ch]: New Files
14484
14485         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14486         * src/pixmaps/sylpheed.xpm
14487                 add mini-icons to windows (by Alfons)
14488
14489 2001-08-27 [paul]
14490
14491         * src/mainwindow.c
14492                 new functions: next_labeled_cb(), prev_labeled_cb()
14493
14494         * src/summaryview.c
14495                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14496                 summary_select_next_labeled(), summary_select_prev_labeled()
14497
14498         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14499                 give claws blue folders and a blue trash can
14500
14501 2001-08-27 [paul]
14502
14503         * configure.in
14504                 change to version 0.5.3claws5
14505
14506         * sync with sylpheed 0.5.3cvs9
14507                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14508
14509 2001-08-24 [christoph]
14510
14511         * src/filesel.c
14512                 keep filename when browsing directories
14513                 (not working for user entered filename, but
14514                  for default name and selected filename from
14515                  file list)
14516         * src/mainwindow.c
14517                 fixed wrong spelling "Folllow-up"
14518         * src/mbox_folder.c
14519         * src/procmsg.c
14520         * src/summaryview.c
14521                 fixed new/unread message count with ignored
14522                 threads (2 commits, first didn't notice no
14523                 longer needed decreasing)
14524         * src/inc.c
14525                 readded scrolling of progress dialog
14526                 (lost in sync)
14527
14528 2001-08-24 [paul]
14529
14530         * configure.in
14531                 change to 0.5.3claws4
14532
14533         * sync with sylpheed 0.5.3cvs7
14534
14535 2001-08-24 [christoph]
14536
14537         * src/compose.c
14538                 set request return receipt when replying
14539                 if it is set is the folder prefs of the
14540                 message
14541         * src/inc.c
14542                 disable final error popup if popups are
14543                 disabled in config (again)
14544
14545 2001-08-23 [paul]
14546
14547         * configure.in
14548                 Change version number to 0.5.3claws3
14549
14550         * sync with sylpheed 0.5.3cvs5
14551
14552         * src/mimeview.c
14553                 double quote '%s' in 'gedit %s' to fix bug when
14554                 opening attachment with spaces in the name
14555
14556 2001-08-22 [alte]
14557         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14558           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14559                 initial message templates support
14560
14561
14562 2001-08-22 [paul]
14563
14564         * configure.in
14565                 change version number to 0.5.3claws2
14566
14567         * sync with sylpheed 0.5.3cvs4
14568
14569         * src/procmsg.h src/summaryview.c
14570                 re-implement (un)ignore thread
14571
14572 2001-08-21 [paul]
14573
14574         * src/summaryview.c
14575                 remove unnecessary code
14576         * src/compose.c
14577                 enable 'dynamic' signatures (submitted by
14578                 Eric Limpens <eric@hscg-internet.nl>)
14579
14580 2001-08-21 [paul]
14581
14582         clean up after sync with sylpheed 0.5.3 release
14583
14584         * src/folderview.c
14585                 fix re-introduced font mess, see Christoph's
14586                 entry 2001-06-24
14587
14588         * src/summaryview.c
14589                 remove prev_msgnum
14590                 use sylpheed's small font instead of
14591                 gtk default font for summary view
14592
14593
14594 2001-08-17 [paul]
14595
14596         * configure.in
14597                 add pl to ALL_LINGUAS - sync with main branch
14598
14599         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14600                 Updated. Translations by Jens Oberender, Ricardo Mones
14601                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14602
14603         * po/pl.po  ** NEW FILE **
14604                 sync with the main branch
14605
14606         * src/folderview.c
14607                 fix target folder colorizing and refresh problem
14608
14609
14610 2001-08-17 [christoph]
14611
14612         * src/mainwindow.c
14613                 claws uses 4 colors for target folder coloring.
14614                 arrays were not long enough and destroyed the
14615                 stack causing a segfault.
14616                 target folder colorizing does not work anymore
14617                 for me
14618
14619 2001-08-16 [paul]
14620
14621         * configure.in
14622                 change to version 0.5.3claws1
14623
14624         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14625           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14626           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14627
14628                 sync with sylpheed 0.5.3 release, but keep claws method of
14629                 configuring/saving fonts
14630
14631         * src/addressbook.[ch]
14632                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14633                 in line with a similar change in Hiroyuki's branch
14634
14635         * src/mainwindow.[ch]
14636                 disable main_window_set_thread_option()
14637         * src/prefs_folder_item.c
14638                 comment out &tmps_prefs.enable_thread,
14639         * src/mbox_folder.c, src/procmsg.[ch]
14640                 comment out MSG_IS_IGNORE_THREAD
14641         * src/summaryview.c
14642                 comment out summary_ignore_thread() and summary_unignore_thread()
14643                 comment out MSG_IS_IGNORE_THREAD
14644
14645                 use Hiroyuki's threading instead.
14646
14647
14648
14649 2001-08-15 [paul]
14650
14651         * src/account.c
14652                 use Hiroyuki's 0.5.3 column scheme but also
14653                 include the enable/disable button.
14654         * src/pixmaps/mark.xpm
14655                 add Hiroyuki's amended pixmap
14656
14657 2001-08-13 [christoph]
14658
14659         * src/account.c
14660                 receive at get all column showed wrong state for APOP
14661                 button should only work for POP3 and APOP accounts
14662         * src/prefs_account.c
14663                 added missing preprocessor statement for SSL
14664
14665 2001-08-12 [paul]
14666
14667         * src/account.[ch]
14668                 add 'receive at get all' column and enable/disable
14669                 button.
14670
14671 2001-08-06 [christoph]
14672
14673         * src/account.c
14674                 show usage of SSL in protocol column
14675
14676         * src/imap.c
14677         * src/inc.c
14678                 renamed ssl options
14679
14680         * src/prefs_account.[ch]
14681                 moved ssl options to a new page
14682
14683         * src/send.c
14684         * src/smtp.c
14685         * src/ssl.[ch]
14686                 renamed ssl options
14687                 added support for SMTP STARTTLS command
14688
14689 2001-08-05 [christoph]
14690
14691         * configure.in
14692                 debian autoconf needs version check to find
14693                 correct autoconf version. if the file is
14694                 named configure.in 2.13 is used, which does
14695                 not work with this configure.in script.
14696                 other solution would be to rename the script
14697                 to configure.ac as suggested in the autoconf
14698                 manual.
14699
14700         * src/inc.c
14701                 disable final error popup if popups are
14702                 diabled in config
14703
14704         * src/socket.c
14705                 bugfix in ssl_gets
14706                 fixes IMAP over SSL problem
14707
14708 2001-08-03 [paul]
14709
14710         * configure.in
14711                 change to 0.5.2claws1
14712
14713         * sync with sylpheed 0.5.2cvs1
14714
14715 2001-08-02 [alfons]
14716
14717         * configure.in
14718                 quick fix for ispell detection...
14719
14720 2001-08-01 [paul]
14721
14722         * configure.in
14723                 change to 0.5.1claws4
14724
14725         * sync with sylpheed 0.5.1cvs7
14726
14727 2001-07-31 [alfons]
14728
14729         * src/prefs_common.c, src/prefs_common.h, 
14730           src/gtkspell.c, src/gtkspell.h
14731                 add global spelling checker settings (compose tab) +
14732                 selection of dictionary 
14733           
14734         * configure.in  
14735                 guess valid ispell location
14736
14737 2001-07-31 [paul]
14738
14739         * po/POTFILES.in
14740                 removal of 'src/quote_fmt_parse.c'
14741         * po/de.po
14742                 Updated de.po
14743                 (submitted by Jens Oberender <didge@suse.de>)
14744
14745 2001-07-31 [darko]
14746
14747         * src/folder.[ch]
14748         * src/folderview.[ch]
14749         * src/mainwindow.c
14750         * src/mh.c
14751         * src/prefs_common.[ch]
14752         * src/summaryview.c
14753                 target folder colourization
14754
14755 2001-07-30 [paul]
14756
14757         more sync with Sylpheed 0.5.1cvs6 
14758
14759 2001-07-30 [darko]
14760
14761         * src/mh.c
14762         * src/prefs_folder_item.[hc]
14763         * src/summaryview.c
14764                 shared folders support with a GUI
14765
14766 2001-07-29 [paul]
14767
14768         0.5.1claws3
14769
14770         * sync with Sylpheed 0.5.1cvs6
14771
14772 2001-07-29 [paul]
14773
14774         * po/pt_BR.po
14775                 updated
14776                 (submitted by Fabio Junior Beneditto)
14777
14778 2001-07-28 [paul]
14779
14780         * src/procmime.c
14781         * AUTHORS
14782                 patch to correct bad image mime headers
14783                 (submitted by Don Quijote <dq@searchlores.org>)
14784
14785 2001-07-28 [paul]
14786
14787         * tools/gif2xface.pl   **NEW FILE**
14788         * tools/README
14789                 script to convert file.gif to file.xface for
14790                 use in a custom header.
14791                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14792
14793 2001-07-27 [alfons]
14794         
14795         * configure.in
14796                 change macros for detecting JPilot and LDAP
14797
14798 2001-07-27 [christoph]
14799
14800         * src/filtering.c
14801                 code cleanup (MIN / MAX warning, needed casting)
14802
14803 2001-07-27 [alfons]
14804
14805         * procheader.c
14806                 disallow setting flags when detecting certain headers
14807                 (X-Status, Status, Seen, X-Seen). 
14808         
14809         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14810
14811 2001-07-27 [christoph]
14812
14813         * src/prefs_filter.c
14814         * src/prefs_filtering.c
14815         * src/prefs_matcher.c
14816         * src/prefs_scoring.c
14817                 scroll list when moving rows up or down
14818
14819         * src/imap.c
14820         * src/imap.h
14821         * src/prefs_account.c
14822         * src/prefs_account.h
14823         * src/send.c
14824                 SMTP over SSL (untested, feedback requested)
14825                 IMAP over SSL
14826
14827         * src/ssl.c
14828                 code cleanup
14829
14830 2001-07-26 [alfons]
14831         
14832         * configure.in, acconfig.h
14833                 define CLAWS (need this for main / claws detection)
14834
14835 2001-07-25 [alfons]
14836
14837         * configure.in
14838                 Sylpheed 0.5.1claws2
14839                 
14840         * sync with Sylpheed 0.5.1cvs4
14841
14842 2001-07-25 [christoph]
14843
14844         * src/scoring.c
14845                 fixed segfault
14846                 item->prefs == NULL (don't know why)
14847
14848 2001-07-25 [alfons]
14849
14850         * configure.in
14851                 Sylpheed 0.5.1claws1
14852
14853         * sync with Sylpheed 0.5.1cvs1-3
14854
14855 2001-07-24 [christoph]
14856
14857         * src/folderview.c
14858         * src/prefs_folder_item.[ch]
14859                 added folderitem preferences dialog with
14860                 default To: and auto request return receipt
14861
14862         * src/compose.[ch]
14863         * src/menu.[ch]
14864                 changes to handle new folderitem preferences
14865
14866         * src/mainwindow.c
14867         * src/summaryview.c
14868                 call compose new mail with current folderitem
14869
14870 2001-07-24 [alfons]
14871
14872         Release Sylpheed 0.5.1claws
14873
14874         * configure.in
14875                 change to release version 0.5.1claws
14876
14877 2001-07-24 [christoph]
14878
14879         * src/summaryview.c
14880                 fixed segfault that happend when the selected
14881                 message was removed while retrieving new messages.
14882
14883         * po/es.po
14884                 updated translation
14885                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14886
14887 2001-07-22 [alfons]
14888
14889         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14890         this is a work in progress, for more information: http://nlpagan.net/sylman 
14891         
14892         * configure.in, src/mainwindow.c, manual/Makefile.am
14893                 add support for English manual
14894
14895         * AUTHORS
14896                 add authors of user manuals
14897
14898         * manual/en/sylpheed*.html
14899                 add English documentation
14900
14901 2001-07-22 [christoph]
14902
14903         * po/POTFILES.in
14904                 added src/ssl.c
14905         * src/ssl.c
14906                 changed a wrong debug message
14907
14908 2001-07-22 [alfons]
14909
14910         * po/nl.po
14911                 update Dutch translation
14912
14913         * src/prefs_filtering.c, 
14914           src/prefs_matcher.c
14915                 add more translatable strings           
14916
14917 2001-07-21 [alfons]
14918
14919         0.5.0claws7
14920
14921         * configure.in
14922                 change version
14923
14924         * src/inc.c, src/summaryview.[ch]
14925                 prevent update of mark file when filtering has done, by
14926                 using a variable; this affects two functions:
14927                         inc.c::inc_finished()
14928                         summaryview.c::summary_show()
14929
14930 2001-07-20 [alfons]
14931
14932         * src/filtering.[ch], src/prefs_filtering.c, 
14933           src/matcher.[ch]
14934                 add filtering action for label coloring 
14935
14936         * po/POTFILES.in
14937                 add labelcolors.c
14938
14939         * added src/labelcolors.c
14940         * added src/labelcolors.h
14941         * src/Makefile.am, src/summaryview.c
14942                 rearrange label coloring code
14943
14944         * src/procmsg.h
14945                 add more parentheses so label colouring works correctly
14946
14947         * src/filtering.c
14948                 don't really delete message, but move it to Trash
14949
14950         * src/prefs_matcher.c
14951                 add quote options to info dialog
14952
14953 2001-07-20 [christoph]
14954
14955         * src/Makefile.am
14956         * src/inc.c
14957         * src/main.[ch]
14958         * src/socket.h
14959         * src/ssl.[ch] (new)
14960                 moved ssl stuff to a seperate file
14961
14962 2001-07-20 [darko]
14963
14964         * src/summaryview.c
14965                 fix show sender using address book with no e-mail
14966                 address in From: field
14967
14968 2001-07-19 [alfons]
14969
14970         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14971                 fix messy handling of escaping... now at least the
14972                 execute command is useful. escape char is '\', we
14973                 accept \n and \r too. 
14974
14975                 Real life example:
14976                 
14977                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14978                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14979
14980 2001-07-18 [alfons]
14981
14982         0.5.0claws6
14983
14984         * src/summaryview.c
14985                 clean up
14986
14987         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14988           src/procmsg.[ch]
14989                 revise filtering; currently move, copy, marking have
14990                 been tested. if you like bleeding edge stuff, you
14991                 should definitely go for this version :)
14992
14993         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14994
14995 2001-07-17 [christoph]
14996
14997         * src/utils.c
14998                 timestamp log
14999
15000 2001-07-17 [alfons]
15001
15002         0.5.0claws5
15003
15004         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15005           bits in the mark file, without affecting either branch. Lots of
15006           files changed, also in claws branch.
15007
15008           UNTESTED: use of mbox folders
15009
15010         * src/summaryview.c
15011                 added mark all read; however this was a quick hack used for
15012                 cleaning up mess after initial merge with Hiroyuki
15013
15014         * configure.in
15015                 change claws version number back to 0.5.0claws5 to clear up 
15016                 confusion & pretension (recent release was technically 
15017                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15018
15019 2001-07-16 [alfons]
15020
15021         sync with Hiroyuki's 0.5.0cvs4
15022
15023 2001-07-16 [alfons]
15024
15025         0.5.1claws3
15026
15027         * src/filtering.[ch]
15028                 remove invalid updating of mark files for 
15029                 filter actions MATCHING_ACTION_MOVE and 
15030                 MATCHING_ACTION_DELETE; this should fix the
15031                 folder update bug
15032                 
15033         * src/procmsg.c
15034                 revert Christoph's stab at fixing the folder 
15035                 update bug
15036
15037         * po/POTFILES.in
15038                 add missing files with translatable strings
15039
15040         * src/summaryview.c
15041                 remove debug print
15042
15043 2001-07-15 [alfons]
15044
15045         * src/addr_compl.[ch], src/prefs_filtering.c
15046                 make "filtering pref dialog's destination entry" an
15047                 "address completable entry", if filter destination is 
15048                 an email address
15049
15050         0.5.1claws2
15051         
15052         sync with Hiroyuki's 0.5.0cvs2-3
15053
15054 2001-07-15 [christoph]
15055
15056         * src/procmsg.c
15057                 fixed folder stats update after incorporation
15058
15059 2001-07-15 [alfons]
15060
15061         * src/summaryview.c
15062                 * finish label colouring stuff (for now)
15063                 * fix incorrect colour bug (off by one) 
15064
15065 2001-07-14 [alfons]
15066
15067         * src/mainwindow.c
15068                 change text labels for news and mail message so there's
15069                 plenty of toolbar estate left
15070
15071         * configure.in
15072                 0.5.1claws1
15073
15074         * src/folderview.c
15075           src/folder.[ch]
15076                 sync with Hiroyuki's 0.5.0cvs1
15077
15078         * src/summaryview.c
15079                 more rewrite label colouring
15080
15081 2001-07-14 [alfons]
15082
15083         * src/summaryview.[ch]
15084                 * start rewrite label colouring 
15085                 * fix proper location "Add Sender To Addressbook" menu item
15086
15087 2001-07-13
15088
15089         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15090         (actually this is 0.5.0claws4)
15091
15092 2001-07-13 [alfons]
15093
15094         * po/pt_BR.po
15095                 * fix duplicate message
15096                 * add updated Portugese / Brazilian translation
15097                   submitted by Fabio Junior Beneditto
15098
15099 2001-07-12 [alfons]
15100
15101         * AUTHORS
15102                 add Jens
15103
15104         * po/nl.po
15105                 add updated Dutch translation
15106
15107         * po/de.po
15108                 add updated German translation submitted by Jens
15109
15110 2001-07-11 [alfons]
15111
15112         Prerelease before 0.5.0claws. Please test.
15113         This version is temporarily tagged as VERSION_0_5_0_TEST
15114
15115         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15116           src/prefs_scoring.c, src/prefs_matcher.c, 
15117           src/prefs_filtering.c, src/mbox.c, 
15118           src/main.c, src/inc.c, src/filtering.[ch]
15119                 revert new Hoa's new matcher (does not work yet)
15120
15121         * src/Makefile.am
15122                 clean up
15123
15124 2001-07-10
15125
15126         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15127
15128
15129 2001-07-10 [alfons]
15130
15131         * Makefile.am
15132                 add ChangeLog.claws to EXTRA_DIST
15133         * src/Makefile.am
15134                 add matcher_parser_parse.h to EXTRA_DIST
15135
15136 2001-07-10 [christoph]
15137
15138         * src/inc.c
15139                 add destination folder to table of
15140                 folders that need to be updated after
15141                 incorporation
15142
15143 2001-07-10 [alfons]
15144
15145         * folder.[ch]
15146           folderview.c
15147                 make collapse state of folders and folder items persistent, i.e.
15148                 if you collapse a folder tree, the next time sylpheed-claws starts 
15149                 up the folder tree remains collapsed.  
15150                 
15151 2001-07-10 [christoph]
15152
15153         * acconfig.h
15154         * configure.in
15155                 added --enable-ssl
15156         * src/md5.[ch]
15157                 renamed MD5_CTX to MD5_CTX_syl
15158                 conflicts with a struct in openssl
15159         * src/inc.c
15160         * src/main.[ch]
15161         * src/prefs_account.[ch]
15162         * src/socket.[ch]
15163                 SSL support for POP
15164         * src/mainwindow.c
15165                 fixed compose with current account
15166                 broken by new compose button stuff
15167
15168 2001-07-09 [hoa]
15169
15170         * AUTHORS
15171                 changed my email address
15172
15173         * src/matcher_parser_parse.y
15174                 clean the parser to remove conflicts
15175
15176 2001-07-09 [alfons]
15177
15178         * AUTHORS
15179                 add Match Grun
15180
15181         * configure.in
15182                 fix incorrect description of --enable-ldap parameter
15183
15184         * src/prefs_common.[ch]
15185           src/compose.c
15186                 add experimental option "smart wrapping" which makes the
15187                 compose editor auto wrap.
15188                 
15189                 | TODO: the problem with the buggy cursor handling is caused |
15190                 | by the GtkText. when deleting / backspacing text its       |
15191                 | wrapping algorithm does not take in account the previous   |
15192                 | line. should find a way to hack this in.                   |
15193                 | or should perhaps combine this with the word wrapping      |
15194                 | patch i wrote in january.                                  |
15195
15196         * src/about.c
15197                 show build parameters for LDAP and JPilot
15198
15199         * src/summaryview.c
15200                 revert Christoph's bugfix for selecting next unread message, 
15201                 because folder stats aren't updated correctly
15202
15203 2001-07-08 [hoa]
15204
15205         * src/filtering.c
15206         * src/mainwindow.c
15207         * src/matcher.c
15208         * src/matcher_parser_lex.l
15209         * src/matcher_parser_parse.y
15210         * src/prefs_filtering.c
15211         * src/prefs_scoring.c
15212         * src/scoring.c
15213                 bugfix of the config file parser
15214
15215 2001-07-08 [alfons]
15216
15217         * src/Makefile.am
15218                 added generated matcher sources to BUILT_SOURCES
15219
15220 2001-07-08 [hoa]
15221
15222         * src/Makefile.am
15223         * src/.cvsignore
15224                 added new config file parser
15225
15226         * src/scoring.[ch]
15227         * src/filtering.[ch]
15228         * src/matcher.[ch]
15229         * src/prefs_filtering.c
15230         * src/prefs_matcher.c
15231         * src/prefs_scoring.c
15232         * added src/matcher_parser.h
15233         * added src/matcher_parser_lex.h
15234         * added src/matcher_parser_lex.l
15235         * added src/matcher_parser_parse.y
15236                 lex & yacc config file parser
15237
15238         * src/mbox.c
15239         * src/inc.c
15240         * src/main.c
15241                 changes prefs_filtering into global_filtering           
15242
15243         * src/summaryview.c
15244                 build threads with subjects only if "Re: " is at the
15245                 beginning of the subject
15246
15247 2001-07-07 [paul]
15248
15249         0.5.0claws
15250
15251         sync with sylpheed 0.5.0
15252                 change of version number only
15253
15254 2001-07-06 [paul]
15255
15256         0.5.0claws5
15257
15258         sync with sylpheed 0.5.0pre5
15259
15260 2001-07-05 [paul]
15261
15262         sync with sylpheed 0.5.0pre4 release
15263                 /po and /manual/ja not sync'ed
15264
15265 2001-07-04 [paul]
15266
15267         more sync with sylpheed 0.5.0pre4
15268
15269 2001-07-03 [christoph]
15270
15271         * src/addressbook.c
15272                 fixed address book broken by address book
15273                 for VCard, JPilot, LDAP
15274
15275 2001-07-03 [alfons]
15276
15277         * src/matcher.c
15278         * src/textview.c
15279                 stopped memory leaks
15280
15281 2001-07-03 [paul]
15282
15283         more sync with sylpheed 0.5.0pre4
15284
15285 2001-07-02 [match]
15286
15287         * included address book patch for VCard, JPilot, LDAP
15288         * pref_common.c - fixed Font options on Display tab (cosmetic)
15289         * alertpanel.c - fixed truncated message
15290
15291 2001-07-02 [christoph]
15292
15293         * src/mbox_folder.c
15294         * src/procmsg.[ch]
15295         * src/summaryview.c
15296                 mark threads for ignoring
15297
15298 2001-07-02 [paul]
15299
15300         0.5.0claws4
15301
15302         * sync with sylpheed 0.5.0pre4
15303                 updated gettext to 0.10.38.
15304
15305 2001-07-01 [paul]
15306
15307         * src/ mainwindow.c
15308         * src/procmsg.h
15309         * src/summaryview.[ch]
15310                 new right-click option: Label.
15311                 substitute for 'Mark-->Mark/Unmark', colours the line.
15312                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15313
15314 2001-07-01 [christoph]
15315
15316         * src/folderview.c
15317                 fixed font for trash
15318         * src/summaryview.c
15319                 move ctree to unread message
15320
15321 2001-07-01 [paul]
15322
15323         * sync with sylpheed 0.5.0pre3 release
15324
15325 2001-06-30 [alfons]
15326
15327         * src/filesel.[ch]
15328         * src/compose.c
15329                 allow inserting / attaching multiple files in
15330                 the composer window
15331
15332 2001-06-30 [paul]
15333
15334         * src/codeconv.c
15335                 small change to Alfons' previous stuff so that it
15336                 actually makes
15337
15338 2001-06-30 [alfons]
15339
15340         * lots of files changed; first attempt to merge the changes
15341           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15342
15343 2001-06-30 [paul]
15344
15345         * po/pt_BR.po
15346                 updated and completed, translations by Fabio
15347                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15348
15349 2001-06-29 [alfons]
15350
15351         * src/compose.c
15352         * src/mimeproc.[ch]
15353                 allow selecting an attached files' mime type from a 
15354                 list of types.
15355
15356 2001-06-29 [paul]
15357
15358         * more sync with sylpheed 0.5.0pre3
15359
15360 2001-06-29 [paul]
15361
15362         * po/pt_BR.po
15363                 merge with sylpheed.pot and pt_BR.po provided by
15364                 Fabio Junior Beneditto.
15365
15366 2001-06-29 [darko]
15367
15368         * src/procmime.c
15369                 make MIME types case insensitive
15370
15371 2001-06-28 [alfons]
15372
15373         * po/nl.po
15374                 merge with sylpheed.pot and old nl.po; translations added.
15375
15376 2001-06-28 [paul]
15377
15378         * more sync with sylpheed 0.5.0pre3
15379
15380 2001-06-27 [alfons]
15381
15382         * src/summaryview.c
15383                 don't crash when removing parent node of messages
15384                 attracted by subject. this was caused by not deleting
15385                 the parent node from the subject line hash table.
15386
15387 2001-06-27 [alfons]
15388
15389         * src/summaryview.c
15390         * src/compose.[ch]
15391         * src/mainwindow.c
15392                 if there are multiple messages selected, allow forwarding
15393                 them as attachments.
15394
15395 2001-06-27 [paul]
15396
15397         * more sync with sylpheed 0.5.0pre3
15398
15399 2001-06-26 [paul]
15400
15401         0.5.0claws3
15402
15403         * sync with sylpheed 0.5.0pre3
15404
15405 2001-06-25 [paul]
15406
15407         * src/mainwindow.c
15408                 fixed 'compose news article' bug
15409                 from icon-and-text toolbar
15410
15411 2001-06-25 [paul]
15412
15413         * sync with sylpheed 0.5.0pre2 release
15414
15415 2001-06-24 [christoph]
15416
15417         * src/prefs_common.c
15418                 bug fix in font selection
15419         * src/folderview.c
15420                 use sylpheed's normal font instead of
15421                 gtk default font for folders without
15422                 new messages
15423
15424 2001-06-24 [alfons]
15425
15426         * src/mainwindow.[ch]
15427                 added composite compose mail / news button (an idea by Leandro
15428                 Pereira <leandro@linuxmag.com.br>)
15429
15430 2001-06-24 [paul]
15431
15432         Added instructions for ldif-to-xml.py
15433
15434         * tools/README
15435
15436 2001-06-23 [alfons]
15437
15438         Some minor things.
15439
15440         * src/pixmaps/stock_news_compose.xpm
15441                 added pixmap by Leandro
15442         * src/prefs_common.c
15443                 tested built-in spelling checker of GCC 3.0 :)
15444         * po/nl.po
15445                 merged dutch translation of sylpheed-main with
15446                 sylpheed.pot
15447
15448 2001-06-23 [paul]
15449
15450         Added tools directory and files.
15451
15452         * tools/filter_conv.pl
15453                 converts old filter system to new filtering system
15454         * tools/ldif-to-xml.py
15455                 converts netscape addressbook to sylpheed addressbook
15456         * tools/README
15457                 descriptions/instructions for above two files
15458
15459 2001-06-23 [christoph]
15460
15461         * src/inc.c
15462         * src/manage_window.[ch]
15463         * src/prefs_common.[ch]
15464                 mail retrieval dialog can be enabled, disabled
15465                 or hidden if non of sylpheed's windows is active
15466
15467 2001-06-22 [paul]
15468
15469         0.5.0claws2
15470
15471         * sync with sylpheed 0.5.0pre2
15472
15473 2001-06-21 [christoph]
15474
15475         * src/summaryview.c
15476                 show recipient on 'from' for all accounts
15477                 
15478         * src/inc.c
15479         * src/prefs_common.[ch]
15480                 disable error popup on mail receive errors
15481
15482 2001-06-21 [alfons]
15483
15484         * src/compose.c
15485                 made the ruler correctly appear and disappear.
15486
15487         * src/Makefile.am
15488                 removed Hoa's work-in-progress-stuff (interesting!) so 
15489                 claws compiles ok.
15490
15491 2001-06-20 [christoph]
15492
15493         * src/inc.c
15494         * src/progressdialog.c
15495                 added scrolled window for list in progressdialog
15496
15497 2001-06-20 [paul]
15498
15499         sync with sylpheed 0.5.0pre1 release
15500
15501 2001-06-20 [christoph]
15502
15503         * src/summeryview.c
15504                 make building threads by subject work when
15505                 thread view is enabled
15506                 
15507         * src/compose.c
15508         * src/prefs_common.[ch]
15509                 automatically select account for mail replys
15510
15511 2001-06-19 [sergey]
15512
15513         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15514         they are filled in from the account settings.
15515
15516 2001-06-19 [paul]
15517
15518         * more sync with sylpheed 0.5.0pre1
15519
15520 2001-06-18 [alfons]
15521
15522         * src/Makefile.am,
15523           src/procmime.c
15524                 added --sysconfdir to CPPFLAGS for pointing to the correct
15525                 location of mime.types. 
15526
15527                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15528                 or ./configure!
15529
15530 2001-06-18 [hoa]
15531
15532         * src/summaryview.c
15533                 fixed some bug when building threads
15534
15535 2001-06-18 [pau]l
15536
15537         * src/prefs_account.c
15538                 UI stuff: More changes to the English
15539
15540 2001-06-18 [paul]
15541
15542         * src/pixmaps/stock_news_compose.xpm: new file
15543         * src/Makefile.am
15544         * src/mainwindow.c
15545         * src/summaryview.c
15546                 Added new icon for Hoa's 'compose a news
15547                 message', plus minor improvements to the
15548                 English
15549
15550         * po/ja.po
15551         * ChangeLog
15552         * ChangeLog.jp
15553                 more sync with sylpheed 0.5.0pre1
15554
15555 2001-06-18 [hoa]
15556
15557         * src/compose.[ch]
15558         * src/mainwindow.c
15559                 Follow-up and reply to
15560
15561         * src/summaryview.[ch]
15562                 Build threads also with subjects
15563
15564 2001-06-17 [hoa]
15565
15566         * src/compose.c
15567                 forwarding use the current account.
15568
15569         * src/mainwindow.c
15570                 the "compose message" button has been replaced with
15571                 "new mail" and "new news" buttons
15572
15573         * src/prefs_common.[ch]
15574                 added a configuration option to use the forward button
15575                 as "forward as attachment"
15576                 changed reply and forward format description
15577
15578         * src/quote_fmt_lex.l
15579         * src/quote_fmt_parse.y
15580                 added message with no signature in format for reply
15581                 and forward.
15582
15583 2001-06-17 [paul]
15584
15585         Minor UI stuff
15586
15587         * src/mainwindow.c
15588         * src/summaryview.c
15589                 Improvements to the English
15590
15591         * src/prefs_common.c
15592                 Improvements to the English and some
15593                 clarity/continuity improvements in the
15594                 description of Quote symbols.
15595
15596 2001-06-17 [paul]
15597
15598         0.5.0claws1
15599
15600         * sync with sylpheed 0.5.0pre1
15601
15602 2001-06-17 [hoa]
15603
15604         * src/compose.c
15605                 Better interface for compose, displayed fields
15606                 are updated whenever we change account.
15607                 Newsgroups field is automatically filled.
15608
15609         * src/mainwindow.c
15610                 Newsgroups field is automatically filled.
15611
15612         * src/prefs_account.c
15613                 Some interface stuff when fields appear and
15614                 disappear.
15615
15616 2001-06-16 [paul]
15617
15618         0.4.99claws
15619
15620         * sync with sylpheed 0.4.99
15621
15622 2001-06-16 [sergey]
15623
15624         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15625         base64_decoder_free, base64_decoder_decode): new object and
15626         functions for decoding base64 streams.
15627         * src/procmime.c (procmime_decode_content): modified to use the
15628         new base64 decoder.
15629
15630 2001-06-15 [paul]
15631
15632         0.4.99claws10
15633
15634         * sync with sylpheed 0.4.99cvs11
15635
15636 2001-06-13 [paul]
15637
15638         0.4.99claws9
15639
15640         * sync with sylpheed 0.4.99cvs9
15641
15642 2001-06-13 [hoa]
15643
15644         * src/compose.c
15645         * src/prefs_account.c
15646
15647                 SMTP server can be defined in the news account
15648                 mime type of attachment are kept.
15649
15650         * src/summaryview.c
15651
15652                 now choose the highest important score between default
15653                 and important score of folder.
15654
15655 2001-06-09 [alfons]
15656         
15657         * src/prefs_common.c: 
15658
15659                 (prefs_quote_description_create): corrected description of 
15660                 quote format characters
15661
15662 2001-06-09 [paul]
15663
15664         0.4.99claws8
15665
15666         * sync with sylpheed 0.4.99cvs8
15667
15668 2001-06-08 [sergey]
15669
15670         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15671         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15672
15673 2001-06-08 [paul]
15674
15675         0.4.99claws7
15676
15677         * sync with sylpheed 0.4.99cvs7
15678
15679 2001-06-06 [sergey]
15680
15681         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15682         clashes with autogenerated header).
15683         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15684         * src/Makefile.am: added quote_fmt.h.
15685         * src/.cvsignore: added lex/yacc autogenerated files
15686         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15687
15688 2001-06-06 [paul]
15689
15690         0.4.99claws6
15691
15692         * sync with sylpheed 0.4.99cvs6
15693
15694 2001-06-06 [hoa]
15695
15696         * added src/quote_fmt_parse.h
15697         * src/compose.c
15698                 removed warnings
15699
15700         * src/prefs.[ch]
15701                 don't modify readonly configuration files
15702
15703         * src/prefs_account.c
15704         * src/prefs_common.c
15705         * src/prefs_customheader.c
15706         * src/prefs_display_header.c
15707         * src/prefs_filter.c
15708         * src/prefs_filtering.c
15709         * src/prefs_scoring.c
15710                 don't open dialog box when configuration files
15711                 are readonly
15712
15713 2001-06-05 [sergey]
15714
15715         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15716
15717         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15718         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15719         BUILT_SOURCES to make all files rebuild properly.
15720
15721         * src/compose.c: removed #include "quote_fmt.tab.h".
15722
15723         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15724         CHARACTER value in yylval.
15725
15726         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15727         receive CHARACTER value by documented means (yylval).
15728
15729         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15730
15731 2001-06-05 [hoa]
15732
15733         * src/Makefile.am
15734                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15735
15736         * src/filtering.c
15737         * src/matcher.c
15738         * src/matcher.h
15739         * src/prefs_filtering.c
15740                 now keep the configuration for execute action
15741
15742         * src/mbox_folder.c
15743                 fixed a warning
15744
15745 2001-06-05 [paul]
15746
15747         * sync with sylpheed 0.4.99cvs5
15748
15749 2001-06-05 [hoa]
15750
15751         * src/Makefile.am
15752                 added quote_fmt.[ch]
15753
15754         * added src/quote_fmt.y
15755         * added src/quote_fmt.l
15756         * added src/quote_fmt.tab.h
15757         * added src/quote_fmt.tab.c
15758         * added src/lex.quote_fmt.c
15759                 parsing configuration for replying
15760                 and forwarding
15761
15762         * src/prefs_common.[ch]
15763                 added configuration UI for replying
15764                 and forwarding
15765
15766         * src/compose.c
15767                 using configuration for replying
15768                 and forwarding
15769
15770 2001-06-04 [hoa]
15771
15772         * src/filtering.c
15773         * src/matcher.c
15774         * src/matcher.h
15775         * src/prefs_filtering.c
15776         * src/prefs_matcher.c
15777         * src/prefs_matcher.h
15778                 action "run a command" for filtering
15779                 and matching with a command.
15780                 fixed the "whole message" matching
15781
15782         * src/mbox_folder.c
15783                 changed temporary filename for security
15784
15785         * src/messageview.c
15786                 queue the notification if it fails to send.
15787
15788         * src/prefs_common.c
15789         * src/prefs_folder_item.c
15790                 changed the default important score             
15791
15792         * src/prefs_scoring.c
15793         * src/scoring.c
15794                 hide kill score input when the folder is not
15795                 a newsgroup
15796
15797 2001-06-03 [alfons]
15798
15799         * src/prefs_common.c:
15800
15801                 (prefs_font_select): pass font name in font entry box to font
15802                 selection dialog.
15803
15804 2001-06-03 [sergey]
15805
15806         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15807
15808 2001-06-03 [paul]
15809
15810         * sync with sylpheed 0.4.99cvs4
15811
15812 2001-06-03 [alfons]
15813
15814         * src/headerwindow.c:
15815
15816                 (headerwindow_show_cb): use the selected summary view item, not
15817                 the displayed item.
15818
15819 2001-06-02 [alfons]
15820
15821         * src/headerwindow.c:
15822
15823                 (headerwindow_show_cb): always try to show msginfo
15824
15825 2001-06-02 [hoa]
15826
15827         * src/compose.c
15828                 keep attached parts when reediting or forwarding.
15829
15830 2001-06-01 [hoa]
15831
15832         * src/folderview.c
15833         * src/prefs_folder_item.[ch]
15834         * src/prefs_scoring.[ch]
15835         * src/scoring.[ch]
15836         * src/summaryview.[ch]
15837         * src/main.c
15838         * src/mainwindow.c
15839         * src/prefs_common.[ch]
15840                 support for folder scoring
15841                 kill score and important score for messages
15842         
15843         * src/prefs_account.c
15844                 some display bug fixed for local account
15845                 preferences
15846
15847 2001-05-31 [alfons]
15848
15849         * src/summaryview.c:
15850
15851                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15852                 sender to address book menu item is disabled.
15853
15854 2001-05-30 [hoa]
15855
15856         * src/filtering.[ch]
15857         * src/summaryview.c
15858                 handling summary menu / filter messages
15859
15860         * src/folder.[ch]
15861                 add some stuff
15862
15863         * src/foldersel.c
15864                 imap folders now appears in list
15865
15866         * src/mbox_folder.c
15867                 doesn't crash if destination mail is not writeable
15868
15869 2001-05-29 [hoa]
15870
15871         * src/compose.c
15872                 removed some warnings
15873
15874         * src/filtering.c
15875         * src/folder.[ch]
15876         * src/prefs_filtering.c
15877                 global string to identify any folders           
15878                 removed some debug info
15879                 filtering to mbox folders is now possible
15880
15881         * src/mainwindow.c
15882                 removed some warnings
15883
15884         * src/mbox_folder.c
15885                 permission on files are changed to read/write for user only,
15886                 nothing for other.
15887                 creation of subfolder is handled better.
15888
15889 2001-05-28 [alfons]
15890
15891         Verified the sync for src/prefs_common.[ch] and
15892         src/prefs_account.[ch]. I believe there were some
15893         minor indentation differences.
15894
15895 2001-05-28 [paul]
15896
15897         0.4.99claws3
15898
15899         * sync with 0.4.99cvs3
15900
15901 2001-05-28 [hoa]
15902
15903         * src/compose.c
15904                 handling flags for mbox format
15905
15906         * src/filtering.c
15907                 use of mark file only for MH format
15908                 handling flags for mbox format
15909                 filtering cannot yet move or copy mails to mbox folders.
15910
15911         * src/folder.[ch]
15912                 changed move_msg, copy_msg,
15913                 move_msgs_with_dest, copy_msgs_with_dest functions
15914                 uses only folder->copy_msg() function
15915                 uses folder->finished_copy() to handle the destination
15916                 folder at the end of the copy or move operation.
15917
15918         * src/foldersel.c
15919                 included mbox directories.
15920
15921         * src/folderview.[ch]
15922         * src/mainwindow.c
15923                 handle folders operation for mbox format
15924
15925         * src/mbox.c
15926                 disable conversion of "From " header
15927
15928         * src/mbox_folder.[ch]
15929                 completion of mbox format handling
15930
15931         * src/mh.c
15932                 changed mh_copy_msg() function and
15933                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15934                 mh_copy_msgs_with_dest()
15935
15936         * src/prefs_filtering.c
15937                 removed some warnings
15938
15939         * src/prefs_matcher.c
15940                 default boolean operation is AND
15941
15942         * src/procheader.c
15943                 handling flags for mbox format
15944                 handling of "From " header
15945
15946         * src/procmsg.[ch]
15947                 removed data field
15948                 added MSG_REALLY_DELETED flags to handle deletion of
15949                 messages in mbox format.
15950
15951         * src/summaryview.c
15952                 handling flags for mbox format
15953                 disable the MSG_DELETED flags when messages
15954                 are deleted in mbox format
15955
15956         * src/textview.c
15957                 "From " headers display fixed.
15958
15959 2001-05-27 [alfons]
15960
15961         * src/textview.c:
15962                 
15963                 (get_email_part): skip quoted email addresses, like in e.g.
15964                 "'alfons@proteus.demon.nl'".
15965
15966 2001-05-26 [alfons]
15967
15968         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15969         and fixing the persistence troubles when using separate windows.
15970
15971         * src/mainwindow.c:
15972         
15973             Added #define SEPARATE_ACTION used in the gtk item factory for 
15974             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15975                 use gtk_item_factory_get_widget_by_action() to get the items.
15976                 
15977             Removed separate_widget_cb from the gtk item factory data   
15978           
15979             (mainwindow_create): connect separate_widget_cb() to check
15980             menu item "toggled" signal. also passing a MainWindow pointer
15981                 as object data for both check menu items.
15982                 
15983             (separate_widget_cb): definition of separate_widget_cb() to match
15984             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15985                 window using gtk_object_get_data(). The type of window separation 
15986                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15987         
15988         * src/prefs_filtering.c,
15989           src/prefs_matcher.c: added horizontal scrollbars
15990
15991 2001-05-25 [darko]
15992
15993         * src/headerview.c
15994                 fix segfault with invalid bold font
15995         * src/summaryview.c
15996                 correctly display summary stats after row is marked
15997
15998 2001-05-23 [sergey]
15999
16000         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16001         encodings with libjconv.
16002
16003 2001-05-23 [hoa]
16004
16005         * src/Makefile.am
16006                 added mbox_folder.[ch]
16007         * src/defs.h
16008                 mbox temporary folder
16009         * src/folder.[ch]
16010         * added src/mbox_folder.[ch]
16011         * src/folderview.c
16012         * src/procheader.[ch]
16013                 added mbox support
16014         * src/mbox.c
16015                 bugfix for file incorporation filtering
16016         * src/imap.c
16017                 enable creation of MBOX
16018         * src/prefs_display_header.c
16019                 enable use of headers like "From "
16020                 something that should be fixed :
16021                         displaying of such headers add an extra space
16022         * src/prefs_folder_item.c
16023                 don't create folders because it is not necessary
16024         * src/procmsg.h
16025                 added data field to MsgInfo for mbox internal use
16026         * src/summaryview.c
16027                 added some support for mbox
16028         * src/utils.[ch]
16029                 added get_mbox_cache_dir() function
16030
16031 2001-05-23 [hiroyuki]
16032
16033         * src/headerwindow.c
16034           src/inc.c
16035           src/main.c
16036           src/mh.c
16037           src/nntp.c
16038           src/procmsg.h
16039           src/session.h
16040           src/socket.[ch]
16041           src/summaryview.c
16042           src/textview.c
16043           src/automaton.c
16044           src/folderview.c: more sync with 0.4.99cvs2.
16045
16046         * src/headerwindow.c: reverted.
16047
16048 2001-05-22 [paul]
16049
16050         0.4.99claws2
16051
16052         * sync with sylpheed 0.4.99cvs2
16053                 * src/news.[ch]
16054                 * src/nntp.[ch]
16055                 * INSTALL
16056                 * INSTALL.jp
16057
16058 2001-05-22 [alfons]
16059
16060         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16061
16062 2001-05-21 [alfons]
16063
16064         Minor things:
16065
16066         * configure.in: if gnome-config not found, "no" is displayed
16067         
16068         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16069
16070         * src/textview.c: now also possible to add mail addresses by right
16071           clicking in the text view
16072
16073         * src/codeconv.c: merged patch which fixes endless loop when encountering
16074           invalid wide characters; from Alte <010@imis.ru>  
16075
16076 2001-05-20 [alfons]
16077
16078         Added installation of gnome specific things:
16079
16080         * Makefile.am: gnome conditional
16081
16082         * configure.in: check for installed gnome
16083
16084         * added sylpheed.png, sylpheed.desktop
16085
16086 2001-05-20 [sergey]
16087
16088         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16089
16090         * src/mainwindow.h (main_window_toolbar_create): created a button
16091         for "Reply to all".
16092         (main_window_set_toolbar_sensitive): enable/disable the new button
16093         appropriately.
16094         (toolbar_reply_to_author_cb): handle the new button.
16095
16096         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16097         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16098         failure).
16099
16100 2001-05-19 [sergey]
16101
16102         * src/compose.h (ComposeReplyMode): new modes
16103         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16104         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16105
16106         * src/compose.c
16107         (compose_send): move some code into a new function:
16108         (compose_current_mail_account): new function.
16109         (compose_reply): new argument to_author, all callers changed; if
16110         to_author==TRUE and account->protocol==A_NNTP, find and use an
16111         appropriate mail account for replying.
16112         (compose_reply_set_entry): new argument to_author; ignore
16113         compose->replyto if to_author==TRUE.
16114
16115         * src/mainwindow.c: new command "Message/Reply to author".
16116         (main_window_set_menu_sensitive): enable/disable it.
16117         (reply_cb): handle it.
16118
16119         * src/summaryview.c: new command "Reply to author".
16120         (summary_set_menu_sensitive): enable/disable it.
16121         (summary_reply_cb): handle it.
16122
16123         * src/account.c (account_find_mail_from_address): new function.
16124
16125 2001-05-18 [paul]
16126
16127         0.4.99claws1
16128
16129         * sync with sylpheed 0.4.99cvs1
16130
16131 2001-05-18 [hoa]
16132
16133         * src/compose.[ch]
16134         * src/filtering.c
16135         * src/summaryview.c
16136                 new filtering action : forward and forward as attachment
16137
16138         * src/main.c
16139                 no need for $DISPLAY when we run sylpheed --help
16140                 call to parse_cmd_opt() is moved
16141
16142         * src/mainwindow.[ch]
16143                 execute button is hidden when immediate execute
16144                 is chosen
16145
16146         * src/mh.c
16147         * src/news.c
16148         * src/prefs_folder_item.c
16149         * src/procmsg.c
16150                 better handling of missing directories
16151
16152         * src/summaryview.c
16153                 reedit is enabled in outbox
16154                 reedit is enabled in queue
16155
16156 2001-05-17 [hoa]
16157
16158         * src/filtering.c
16159         * src/matcher.[ch]
16160         * src/prefs_filtering.c
16161                 changed attachement into attachment
16162
16163 2001-05-17 [alfons]
16164
16165         0.4.67claws4    
16166
16167         * sync with sylpheed 0.4.67cvs9
16168         * sync with sylpheed 0.4.67cvs7-8
16169
16170 2001-05-17 [hoa]
16171
16172         * src/Makefile.am
16173                 added prefs_filtering.c
16174
16175         * src/filtering.[ch]
16176         * src/matcher.[ch]
16177                 removed action : forward_news and forward_news_as_attachement
16178                 (forward and forward_as_attachement can be used instead)
16179
16180         * src/mainwindow.c
16181                 added menu option to access filtering configuration
16182
16183         * src/prefs_account.c
16184                 changed mail_command default to /usr/sbin/sendmail
16185
16186         * added src/prefs_filtering.[ch]
16187                 dialog box for filtering configuration
16188
16189         * src/prefs_matcher.c
16190                 added function prefs_matcher_get_criteria_from_matching()
16191
16192         * src/prefs_scoring.c
16193                 reset the dialog when register or substitute is clicked
16194
16195 2001-05-15 [hoa]
16196
16197         * src/Makefile.am
16198                 added filtering.[ch]
16199         * src/inc.c
16200                 using filering.[ch] instead of filter.[ch]
16201         * src/main.c
16202                 reading new filtering configuration
16203         * src/matcher.[ch]
16204                 added some filtering actions
16205                 and fixed a bug for headers and mail body matching
16206         * src/mbox.c
16207                 using filering.[ch] instead of filter.[ch]
16208         * src/mh.c
16209                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16210         * src/summaryview.c
16211                 some fixes for filtering
16212
16213 2001-05-14 [hiroyuki]
16214
16215         * src/send.c: fixed some weird indentations.
16216           send_message_with_command(): call pclose() only if p != NULL.
16217         * src/textview.c: get_email_part(): modified the code for readability.
16218
16219 2001-05-14 [hiroyuki]
16220
16221         * src/md5global.h
16222           src/md5ify.c
16223           src/md5ify.h: removed from the cvs.
16224
16225 2001-05-13 [sergey]
16226
16227         * src/main.c: include rfc2015.h to avoid compiler warnings.
16228         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16229         the panel is already on screen.
16230         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16231         closing the alert window by ESC as "No".
16232         * src/prefs_common.c (prefs_interface_create): moved return
16233         receipt check button to the correct place.
16234
16235 2001-03-13 [alfons]
16236
16237         * src/prefs_common.c: 
16238                 moved return receipt check button to the Send tab. (prefs_send_create)
16239                 removed the date format ui related globals. (prefs_display_create)
16240
16241         0.4.67claws3
16242         
16243         * sync with sylpheed 0.4.67cvs5-6
16244
16245 2001-05-13 [paul]
16246
16247         * added Alfons' font selection patch
16248
16249         * src/defs.h
16250         * src/headerwindow.c
16251         * src/prefs_common.c
16252         * src/prefs_common.h
16253
16254 2001-05-13 [hoa]
16255         * src/defs.h
16256                 changed version of cache
16257         * src/matcher.[ch]
16258         * src/prefs_matcher.c
16259                 added additionnal matching criteria
16260         * src/procheader.c
16261         * src/procmsg.[ch]
16262         * src/news.c
16263                 added references in MsgInfo
16264
16265 2001-05-12 [hoa]
16266
16267         * src/defs.h
16268                 prepared some things for new filtering
16269         * src/matcher.[ch]
16270                 added some matching properties
16271                 inreplyto need to be enhanced
16272                 prepared some things for new filtering
16273         * src/messageview.c
16274                 added Return-Receipt-To handling
16275         * src/prefs_folder_item.c
16276                 changed default value to TRUE
16277         * src/prefs_matcher.c
16278                 added some matching properties
16279         * src/prefs_scoring.[ch]
16280                 the scoring dialog is finished
16281         * src/procheader.c
16282                 added Return-Receipt-To handling
16283                 Reference need to be added
16284         * src/procmsg.[ch]
16285                 added Return-Receipt-To handling
16286                 added threadscore to get a better score sorting when
16287                 threads are enabled
16288         * src/summaryview.c
16289                 suppressed a bug when we sort the list
16290                 when no folder is opened.
16291                 better score sorting when threads are enabled
16292
16293 2001-05-12 [alfons]
16294
16295         * reverted previous patch because of potential errors 
16296
16297         0.4.67claws2
16298         
16299         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16300                 applied "toggle mail-retrieval dialog window" patch submitted 
16301                 by Eric Limpens <eric@qnt.net>
16302
16303         * sync with sylpheed 0.4.67cvs4
16304
16305 2001-05-12 [sergey]
16306
16307         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16308         some picky compilers.
16309         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16310         * src/grouplist_dialog.c: include alertpanel.h.
16311         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16312         fix compile warning.
16313         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16314         #include "defs.h" before others to prevent the warning of `MIN'
16315         and `MAX' redefinition.
16316
16317 2001-05-11 [hoa]
16318
16319         * src/main.c
16320         * src/messageview.c
16321         * src/prefs_account.c
16322         * src/prefs_display_header.c
16323                 removed warning
16324         * src/Makefile.am
16325                 added prefs_scoring.[ch]
16326         * src/grouplist_dialog.c
16327                 display an error dialog box if the group list
16328                 cannot be fetched.
16329         * src/mainwindow.[ch]
16330                 added main_window_set_thread_option() function
16331                 scoring dialog box enabled
16332         * src/matcher.[ch]
16333                 added flags matching unread /new / marked
16334                 / deleted / replied / forwarded
16335         * src/news.c
16336                 newsgroups are now finally in newscache
16337         * src/prefs_matcher.[ch]
16338                 finished preferences for matching dialog
16339         * added src/prefs_scoring.[ch]
16340                 scoring dialog box completed
16341         * src/scoring.[ch]
16342                 conversion to string : added scoringprop_to_string()
16343                 write config for preferences :
16344                 added prefs_scoring_write_config()
16345         * src/summaryview.c
16346                 threads can be enabled/disabled independently
16347                 for each folder
16348
16349 2001-05-10 [alfons]
16350
16351         0.4.67claws1
16352         
16353         * AUTHORS: 
16354                 thought it would be nice to have a list of all
16355                 contributors (used Changelog as a reference)
16356         
16357         * configure.in: 
16358                 messed up version numbering...
16359
16360         0.4.66claws1
16361
16362         * sync with sylpheed 0.4.67cvs1-3
16363
16364 2001-05-10 [darko]
16365
16366         * src/prefs_common.c:
16367                 better UI for strftime format, double clicking
16368                 on format now inserts the format in text entry
16369                 replaced close button with standard OK/Cancel
16370                 moved date format button to the right of the
16371                 text entry field
16372
16373 2001-05-09 [alfons]
16374
16375         * src/gtkstext.c:
16376                 Ctrl-Home / Ctrl-End have proper cursor navigation
16377
16378 2001-05-09 [hoa]
16379
16380         * src/prefs_matcher.c
16381                 finished UI to define matching properties
16382                 added ok and cancel button
16383         * src/prefs_filter.c
16384                 added ok and cancel button
16385         * src/news.c
16386                 fixed some bug in xhdr parsing
16387
16388 2001-05-08 [alfons]
16389
16390         * src/textview.c: 
16391                 fixed a bug in textview_show_header(), which displayed two colons (':');
16392                 cleaned up some warnings
16393
16394 2001-05-08 [hoa]
16395
16396         * src/Makefile.am
16397                 added prefs_matcher.[ch]
16398                 compilation with -W -Wall
16399         * src/alertpanel.c
16400                 ungrab the mouse events if grabbed - does it
16401                 fix the bug for disposition notification ?
16402         * src/mainwindow.c
16403                 added a menu option to open the matching dialog.
16404         * src/matcher.[ch]
16405                 added matcherprop_to_string() and matcherlist_to_string()
16406                 fixed some bugs, changed the name of some options
16407                 age_sup and age_inf becomes age_greater and age_lower,
16408                 body and messageheaders becomes body_part and headers_part,
16409                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16410         * src/prefs_display_header.c
16411         * src/prefs_headers.c
16412                 fixed a bug that accidentally destroyed dialogs
16413                 when closed them with delete_event
16414                 Added *_deleted() which handle delete_event signal correctly.
16415         * src/prefs_folder_item.[ch]
16416                 added "enable_thread" field for future customization
16417         * added src/prefs_matcher.[ch]
16418                 sample of the UI to define matching properties
16419         * src/procheader.c
16420                 using procheader_headername_equal instead of str*cmp functions
16421                 using procheader_parse_header() function
16422         * src/scoring.c
16423                 using MATCHING_XXX instead of SCORING_XXX
16424         * src/summaryview.c
16425                 display the sender of the news even if this is ourself
16426                 when this is a news message.
16427         * src/textview.c
16428                 using headername_equal() instead of str*cmp functions
16429
16430 2001-05-08 [alfons]
16431
16432         0.4.66claws
16433
16434         * sync with sylpheed 0.4.66
16435         * src/gtkstext.c: trace logs added 
16436
16437 2001-05-08 [sergey]
16438
16439         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16440         signature check popup.
16441         * src/rfc2015.c (check_signature): show signature check popup only
16442         if it is enabled in preferences.
16443
16444 2001-05-07 [alfons]
16445
16446         0.4.66claws4
16447         
16448         * sync with sylpheed 0.4.66cvs6
16449
16450 2001-05-07 [darko]
16451
16452         * src/prefs_common.[ch]: added option to enable/disable
16453           looking up sender name in address book for summary pane
16454         * src/summaryview.c: look up sender in the address book
16455           by using Alfons' address completion code
16456
16457 2001-05-07 [hiroyuki]
16458
16459         * src/inc.h
16460           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16461           member of Pop3State.
16462         * src/news.c: brought #include "defs.h" before #include <glib.h>
16463           to prevent the warning of `MIN' and `MAX' redefinition.
16464
16465 2001-05-06 [hoa]
16466
16467         * removed src/headers_display.[ch]
16468         * removed src/prefs_display_headers.[ch]
16469         * src/inc.c
16470                 use a temporary file in the user directory for mbox import
16471         * src/news.c
16472                 added XHDR support to get "To" and "Cc" headers
16473                 (in order to match news with to or cc field for
16474                 scoring)
16475                 added function news_parse_xhdr() to get XHDR response
16476         * src/nntp.[ch]
16477                 added function nntp_xhdr()
16478         * src/matcher.c
16479                 fetch the message if necessary
16480
16481 2001-05-06 [alfons]
16482
16483         0.4.66claws3
16484
16485         * sync with sylpheed 0.4.66cvs3-5
16486
16487 2001-05-06 [hoa]
16488
16489         * src/utils.[ch]
16490                 added function itos_buf() to enable use of several buffers
16491         * src/summaryview.c
16492                 use of itos_buf() instead of itos() in summary list
16493                 to fix the broken display of message number.
16494
16495 2001-05-06 [alfons]
16496
16497         * src/gtkstext.c: bug in cursor up navigation fixed,
16498                 fixed another unsigned / signed comparison (we're getting there :-)
16499
16500 2001-05-06 [hoa]
16501
16502         * src/Makefile.am
16503                 added scoring.c scoring.h
16504                 prefs_folder_item.c prefs_folder_item.h
16505                 matcher.c matcher.h
16506         * src/defs.h
16507                 added FOLDERITEM_RC SCORING_RC
16508         * src/folder.[ch]
16509                 added prefs field in FolderItem :
16510                 properties for each folder (PrefsFolderItem),
16511                 sorting type and mode were added as the first properties.
16512         * src/main.c
16513                 read config for scoring
16514         * added src/matcher.[ch]
16515                 gives functions to parse configuration file to do
16516                 matching on mails with a list of conditions.
16517         * src/mainwindow.c
16518                 add option to sort by score
16519         * src/prefs_common.[ch]
16520                 added preference option to show score and for
16521                 the score column size
16522         * added src/prefs_folder_item.[ch]
16523                 properties for each folder (PrefsFolderItem),
16524                 sorting type and mode were added as the first properties.
16525         * src/procheader.[ch]
16526                 added procheader_parse_header()
16527                 added procheader_header_free()
16528                 added procheader_headername_equal()
16529                 and made modification to use them.
16530         * src/procmsg.[ch]
16531                 added score field to MsgInfo structure
16532         * added src/scoring.[ch]
16533                 gives functions to parse configuration file to do
16534                 scoring on mails with a list of conditions.
16535         * src/summaryview.[ch]
16536                 save the sorting type and mode for the folder
16537                 added column to display the score of the mail
16538                 added function summary_score_clicked()
16539                 sorting type and mode are restored to the folder
16540                 when it is reopen
16541         * src/textview.c
16542                 use procheader_parse_header(), procheader_headername_equal()
16543                 removed memory leak in text_scan_header when freeing headers
16544         * src/filter.c
16545                 changed the function to match names of headers
16546                 using procheader_headername_equal()
16547
16548         Scoring functions are implemented, an interface is needed
16549         to configure that.
16550
16551 2001-05-04 [alfons]
16552
16553         * src/gtkstext.c: 
16554                 hopefully fixed the row up navigation bug,
16555                 removed adding back / forward lines to cache
16556
16557 2001-05-04 [sergey]
16558
16559         * src/prefs_display_headers.c: user interface changes:
16560         (prefs_display_headers_create): remove unused "Show" check button;
16561         allow reordering of headers by dragging.
16562         (prefs_display_headers_write_config): remove unused variables.
16563         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16564         of lists (not needed with the new UI).
16565         (prefs_display_headers_set_list): scan lists starting from row 0,
16566         not 1 (do not skip "(New)").
16567         (prefs_display_headers_find_header): new function.
16568         (prefs_display_headers_clist_set_row): do not allow duplicates.
16569         (prefs_display_headers_delete_cb): do not skip row 0; treat
16570         closing the alert window by ESC as "No".
16571         (prefs_display_headers_up): do not protect row 0.
16572         (prefs_display_headers_down): do not protect row 0.
16573
16574 2001-05-04 [sergey]
16575
16576         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16577         functions.
16578
16579         * src/summaryview.c
16580         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16581         summary_select_next_marked, summary_select_prev_marked): new
16582         functions.
16583
16584 2001-05-03 [sergey]
16585
16586         * src/news.c: fixed a bug when no article can be fetched after
16587         server timeout if the connection was restored by news_post():
16588         (news_select_group): new function.
16589         (news_fetch_msg): call news_select_group() before fetching
16590         article.
16591         (news_get_uncached_articles): set session->group after successful
16592         GROUP command.
16593
16594 2001-05-03 [hoa]
16595
16596         * src/defs.h
16597         * src/procmsg.[ch]
16598         * src/procheader.c
16599                  changed version of cache, added cc field
16600
16601         * src/prefs_display_headers.c
16602                 the interface was changed
16603
16604         * src/prefs_headers.c
16605                 added cancel button
16606
16607 2001-05-03 [alfons]
16608
16609         * completed sync of sylpheed cvs2
16610         * src/gtkstext.c: updated row up / down cursor navigation
16611         * src/textview.c: re-edited, prepared for fixing the email address
16612                 scanner.
16613
16614 2001-05-03 [darko]
16615
16616         * src/prefs_common.c: use alfons' strftime ui code
16617         entry_datefmt and datefmt_sample widgets have to be
16618         global in this module because of this change
16619
16620 2001-05-03 [hoa]
16621
16622         * src/messageview.c
16623         * src/prefs_common.[ch] added option to activate the return receipt
16624                 feature.
16625
16626 2001-05-02 [alfons]
16627
16628         * src/gtkstext.c: fix for row up/down cursor navigation. 
16629
16630         0.4.66claws2
16631         
16632         * sync with 0.4.66cvs2
16633
16634 2001-05-02 [paul]
16635
16636         added add-sender-to-addressbook patch
16637
16638         * src/addressbook.c
16639         * src/addressbook.h
16640         * src/summaryview.c
16641
16642 2001-05-02 [sergey]
16643
16644         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16645         G_ALERTDISABLE.
16646
16647         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16648         all existing callers changed to pass FALSE; create a check button
16649         to disable the message.
16650         (alertpanel_message_with_disable): new function.
16651         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16652         (alertpanel_button_toggled): new function.
16653         (alertpanel_button_clicked, alertpanel_close): set value using
16654         G_ALERT_VALUE_MASK.
16655
16656         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16657
16658         * src/prefs_common.c (prefs_privacy_create): new check button
16659         checkbtn_gpgme_warning.
16660
16661         * src/main.c (main): moved preferences reading before gpgme
16662         initialization; check prefs_common.gpgme_warning before giving the
16663         GnuPG warning and set it to FALSE if the user wants to disable the
16664         warning.
16665
16666 2001-05-02 [hiroyuki]
16667
16668         * src/prefs_display_headers.c: modified the layout and some labels.
16669
16670 2001-05-02 [sergey]
16671
16672         * src/prefs_account.c (prefs_account_fix_size): new function.
16673         (prefs_account_create): call prefs_account_fix_size(); use
16674         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16675         size when the window is shown for the first time).
16676         (prefs_account_basic_create): changed layout of serv_table; moved
16677         localmbox_entry above smtpserv_entry (logically it replaces
16678         POP3/IMAP server).
16679         (prefs_account_protocol_activated): set sensitivity of
16680         nntpauth_chkbtn according to the protocol (in addition to
16681         hide/show); commented out gtk_table_set_row_spacing() calls.
16682         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16683         not sensitive (fixes a bug with disabled username/password boxes
16684         when editing POP3 account after NNTP with authentication).
16685
16686 2001-05-02 [hoa]
16687
16688         * src/account.c
16689         * src/inc.c
16690         * src/prefs_account.[ch]
16691         * src/send.c
16692                 removed local account without SMTP server
16693                 added option to use mail command instead of a connexion
16694                 to SMTP server when a local account is used
16695         * src/prefs_headers.c
16696                 fixed a bug
16697         * src/news.c
16698                 fixed a bug when connexion immediately closed
16699
16700 2001-05-01 [alfons]
16701
16702         0.4.66claws1
16703         
16704         * sync with 0.4.65
16705
16706 2001-05-01 [sergey]
16707
16708         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16709         widget nntpauth_chkbtn.
16710         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16711         visibility.
16712         (prefs_account_nntpauth_toggled): new function.
16713
16714         * src/news.c (news_session_new_for_folder): use NNTP
16715         authentication only if ac->use_nntp_auth is set.
16716
16717 2001-05-01 [hoa]
16718
16719         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16720         * src/prefs_display_headers.c changed the UI
16721         * src/prefs_headers.c changed account_name to account_id
16722         * src/compose.c using customheader.h
16723
16724 2001-05-01 [hiroyuki]
16725
16726         * src/esmtp.c
16727           src/news.c
16728           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16729           unsynched.
16730
16731 2001-05-01 [hoa]
16732
16733         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16734         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16735                 for displaying of headers
16736         * src/grouplist_dialog.[ch] minor changes to remove warnings
16737         * src/prefs_display_headers.[ch] dialog to choose the
16738         headers to display in the mail viewer.
16739         * src/headers.h correction of #define
16740         * src/headers_display.[ch] configuration for displaying of headers.
16741         * src/main.c read config of displaying of headers
16742         * src/prefs_common.c add a button to access the config dialog
16743                 for displaying of headers
16744         * src/prefs_display_headers.[ch] dialog for configuration for
16745                 displaying of the headers.
16746         * src/prefs_headers.c cleaning of code
16747         * src/procheader.c comments added to code
16748         * src/textview.c changes to reorder the headers depending
16749                 on the config for displaying of headers
16750
16751 2001-04-30 [alfons]
16752
16753         0.4.65claws7
16754
16755         * sync with 0.4.65cvs12
16756
16757         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16758
16759 2001-04-30 [sergey]
16760
16761         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16762
16763         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16764         is set to force reconnection after authentication failure.
16765         (nntp_gen_command): set sock->auth_failed on authentication
16766         failure, or if sock->userid and sock->passwd are not set.
16767
16768         * src/news.c (news_session_new_for_folder): set userid=NULL if
16769         password dialog is cancelled.
16770
16771 2001-04-30 [sergey]
16772
16773         * src/nntp.h (NNTPSockInfo): new type.
16774
16775         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16776         SockInfo.
16777         (nntp_open_auth, nntp_close): new functions.
16778         (nntp_gen_command): new function to handle authentication; all
16779         NNTP command functions updated to use it.
16780         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16781         (nntp_list): removed old useless code.
16782
16783         * src/news.h (NNTPSession): new field nntp_sock.
16784
16785         * src/news.c: all functions updated to use NNTPSockInfo instead of
16786         SockInfo.
16787         (news_session_new): new arguments (userid, passwd); made static;
16788         use nntp_open_auth() if needed.
16789         (news_session_destroy): use nntp_close() instead of sock_close().
16790         (news_query_password): changed arguments.
16791         (news_session_new_for_folder): new function.
16792         (news_session_get): use news_session_new_for_folder().
16793         (news_authenticate): deleted.
16794         (news_get_uncached_articles): removed old authentication code.
16795
16796 2001-04-30 [sergey]
16797
16798         * src/news.c: reverted my previous changes (need to do NNTP
16799         authentication in a cleaner way).
16800         
16801 2001-04-29 [sergey]
16802
16803         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16804         news_nntp_post, news_nntp_mode): new functions (wrappers with
16805         authentication support).
16806         (news_get_article_cmd, news_get_article, news_get_header): new
16807         argument "folder"; all callers changed.
16808         (news_get_article_cmd): added authentication support.
16809         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16810         (news_post): use news_nntp_post() instead of nntp_post().
16811         (news_get_uncached_articles): use news_nntp_group() instead of
16812         nntp_group() and news_nntp_xover() instead of nntp_xover();
16813         removed old authentication code.
16814         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16815
16816         * src/nntp.c (nntp_list): return real error code instead of
16817         hardcoded NN_ERROR.
16818
16819 2001-04-29 [sergey]
16820
16821         * configure.in: fixed wint_t typedef detection again
16822
16823 2001-04-28 [hoa]
16824
16825         * src/prefs_account.[ch], added A_LOCAL_CMD
16826                 (send mail with mail command)
16827         * src/send.c added function send_message_with_command()
16828         * src/inc.c made a more secure get_spool() function with
16829                 mktemp() but maybe mkstemp() or something more
16830                 secure can be used.
16831
16832 2001-04-28 [alfons]
16833
16834         * src/textview.c, colorization of email addresses in headers
16835
16836         0.4.65claws6
16837
16838         * bug sync with sylpheed
16839         * prefs_common.c: created date format ui for darko
16840         * sync with 0.4.65cvs11
16841         * configure.in: corrected to have the new gpg checks
16842
16843 2001-04-27 [alfons]
16844
16845         * completed sync with 0.4.65cvs10
16846         * minor debug things added to gtkstext.c
16847
16848 2001-04-27 [darko]
16849
16850         * configure.in: remove check for availability of
16851           strftime() as advised by Hiroyuki
16852         * src/prefs_common.[ch], src/procheader.c:
16853           synch strftime() code with Hiroyki's main branch
16854
16855 2001-04-26 [sergey]
16856
16857         * src/news.c: news_query_password(), news_authenticate(): new
16858           functions.
16859           news_get_uncached_articles(): added NNTP authentication
16860           handling.
16861         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16862           new functions.
16863         * src/prefs_account.c: prefs_account_protocol_activated():
16864           enable userid and password fields for NNTP.
16865
16866 2001-04-26
16867
16868         * configure.in: check for availability of strftime()
16869           [darko]
16870         * src/prefs_common.[ch], src/procheader.c: use
16871           strftime() for displaying date in summary pane if it
16872           is available
16873
16874 2001-04-25
16875
16876         * more .cvsignore cleanups [alfons]
16877
16878 2001-04-25
16879
16880         * ac/sv-check-type.m4: new autoconf macro.
16881         * configure.in: fixed wint_t typedef detection (did not work
16882           with gcc-2.96).
16883
16884 2001-04-25
16885
16886         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16887           [hiroyuki]
16888
16889 2001-04-24
16890         * modified gtkstext.c : buggy cursor navigation fixed, 
16891           and font descent also taken in account when drawing
16892           cursor. [alfons]
16893
16894 2001-04-24 [hoa]
16895         * added comments in src/news.c src/nntp.c
16896         * added src/prefs_headers.[ch]
16897         * added src/headers.[ch]
16898         * modified compose.c to activate custom headers
16899                 added function is_in_custom_headers
16900         * modified prefs_account.[ch]
16901                 added function prefs_account_customhdr_edit
16902         * modified src/defs.h :
16903                 added HEADERS_RC : name of the config file
16904                 for the custom headers
16905
16906 2001-04-24
16907
16908     0.4.65claws5
16909
16910         * configure.in
16911           src/gtkstext.[ch]
16912           src/compose.c
16913           src/Makefile.am
16914           
16915           added gtkstext with configure.in patch by Hiroyuki which
16916           should fix the XIM detection [alfons]
16917
16918         * more clean up of cvs [alfons]
16919
16920                  * removed all Makefile.in files to attic.
16921
16922                  * updated all .cvsignores to really ignore things that could
16923                    be unintentionally committed by a recursive commit.
16924
16925 2001-04-23 [hoa]
16926         * added src/grouplist_dialog.[ch]
16927         * changed src/folderview.c to call grouplist_dialog instead
16928                 of inputdialog
16929         * src/news.c :
16930                 added functions news_reset_group_list
16931                 and news_get_group_list
16932         * src/nntp.c :
16933                 added function nntp_list
16934         * src/defs.h :
16935                 added GROUPLIST_FILE : name of the newsgroup list cache file
16936
16937 2001-04-21
16938
16939         * added option to warn about queued messages on exit [sergey]:
16940
16941           * src/compose.c: compose_queue(): call folder_item_scan()
16942             and folderview_update_item() after queueing.
16943           * src/folderview.c: folderview_update_node(): draw the queue
16944             folder in bold font if there are queued messages.
16945           * src/mainwindow.c: queued_messages(): new function.
16946             app_exit_cb(): display warning if there are queued messages
16947             if warn_queued_on_exit is set.
16948           * prefs_common.[ch]: add warn_queued_on_exit option.
16949
16950         * enhanced GnuPG key selection support [sergey]:
16951
16952           * src/select-keys.c: updated to newer version from Win32
16953             branch with support for selecting arbitrary keys.
16954           * src/prefs_account.c: added the Privacy tab to the account
16955             options window.
16956             prefs_account_privacy_create(),
16957             prefs_account_sign_key_set_data_from_radiobtn(),
16958             prefs_account_sign_key_set_radiobtn(): new functions.
16959           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16960           * src/rfc2015.c: set_signers(): new function.
16961             pgp_sign(): add the account parameter, call set_signers().
16962             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16963           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16964           * src/compose.c: pass the current account to rfc2015_sign().
16965
16966         * tag name claws added to prevent confusion with main branch [alfons]
16967
16968         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16969
16970         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16971
16972         * sync with recent sylpheed cvs. Untested though. [alfons]
16973