0.9.0claws43
[claws.git] / ChangeLog.claws
1 2003-06-18 [christoph]  0.9.0claws43
2
3         * src/folder.c
4                 stop messages that are downloaded from POP3 and added to
5                 an IMAP inbox from being filtered twice (first by POP3
6                 and again when IMAP folder is scaned to get the UID of
7                 the APPEND operation when no UIDPLUS is available)
8
9 2003-06-18 [alfons]
10
11         * tools/Makefile.am
12                 phoenix <- firebird     
13
14 2003-06-18 [paul]
15
16         * tools/launch_phoenix          ** REMOVED **
17           tools/launch_firebird         ** NEW **
18                 renamed and edited to reflect the browser's name change from
19                 'phoenix' to 'firebird'
20
21 2003-06-18 [paul]       0.9.0claws42
22
23         * sync with 0.9.2cvs2
24                 see ChangeLog 2003-06-16
25
26 2003-06-17 [alfons]     0.9.0claws41
27
28         * src/procmsg.c
29                 prevent threading problems when a node is an ancestor (parent / great parent),
30                 which mostly happens with circular references (thanks to Phillipe Gramoullé
31                 for finding an sample set of messages)
32
33 2003-06-16 [christoph]  0.9.0claws40
34
35         * src/main.c
36                 don't popup main window on --receive or --receive-all
37
38         * src/mainwindow.[ch]
39         * src/plugins/trayicon/trayicon.c
40                 allow hiding of main window by clicking on the trayicon
41                 (doesn't work correctly in seperate window mode and may
42                  cause unexpected GTK problems I couldn't find yet)
43
44         * src/common/ssl.c
45                 remove incorrect warning
46
47 2003-06-15 [alfons]     0.9.0claws39
48
49         * src/gtk/gtkstext.c
50                 don't output debug text;
51                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
52                 for pointing this out);
53
54 2003-06-14 [alfons]     0.9.0claws38
55         
56         * src/messageview.c
57                 remove printf() and make one if..else comply with coding style
58
59 2003-06-14 [alfons]     0.9.0claws37
60
61         * AUTHORS
62                 add Martin Wicke
63         * src/action.c
64         * src/messageview.[ch]
65         * src/summaryview.c
66                 apply patch #754162 "Quoting messages filtered by actions" submitted
67                 by Martin Wicke, which allows quoting message body changed by an
68                 action (Thanks!).
69
70 2003-06-13 [alfons]     0.9.0claws36
71
72         * src/utils.c
73                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
74                 use case insensitive regexp (suggested by Ivan Martinez)
75
76 2003-06-13 [christoph]  0.9.0claws35
77
78         * configure.ac
79         * src/plugins/trayicon/Makefile.am
80         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
81         * src/plugins/trayicon/trayicon.c
82         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
83         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
84         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
85         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
86         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
87         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
88                 replace my own EggTrayIcon backport with the backport
89                 used by (l|x)mule and gabber.
90
91 2003-06-13 [alfons]     0.9.0claws34
92
93         * AUTHORS
94         * src/common/utils.c
95                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
96
97 2003-06-13 [alfons]     0.9.0claws33
98
99         * src/compose.c
100                 clean up a little bit
101
102 2003-06-12 [alfons]     0.9.0claws32
103
104         * src/compose.c
105                 const correctness fix
106
107         * src/common/sylpheed.[ch]
108                 () -> (void)
109                 prevent redef MIN/MAX
110                 
111         * src/common/utils.[ch]
112                 () -> (void)
113
114 2003-06-12 [melvin]     0.9.0claws31
115
116         * src/compose.c
117                 Updated to take into accounts changes in GtkAspell.
118
119 2003-06-12 [alfons]     0.9.0claws30
120
121         * src/compose.c
122         * src/procmsg.c
123         * src/common/utils.[ch]
124                 handle reply subject prefixes better (initial 
125                 suggestion by Robert Story adapted and enhanced 
126                 using regexps)
127
128 2003-06-12 [melvin]     0.9.0claws29
129
130         * src/compose.c
131                 Use new gtkaspell_checkers_strerror() to get the speller's
132                 error message instead of accessing the (now private)
133                 checkers structure.
134                 Minor code clean up
135
136         * src/main.c
137                 Use #ifdef instead of #if for USE_ASPELL
138                 Use the new spell checkers init/quit functions 
139
140         * src/gtk/gtkaspell.c
141                 Use #ifdef instead of #if for USE_ASPELL
142                 Moved in the majority of GtkAspell structures that were
143                 exported before by gtkaspell.h
144         
145         * src/gtk/gktaspell.h
146                 Made gtkaspell.h contain only the necessary data to be
147                 publicized by moving many structures to gtkaspell.c.
148                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
149                 gtkaspell_checkers_new(): replaced by...
150                 gtkaspell_checkers_init(): new function for initialization
151                 gtkaspell_checkers_delete(): replaced by...
152                 gtkaspell_checkers_quit(): new function
153                 gtkaspell_checkers_strerror(): new function that returns
154                 the checker's last error message.
155                 
156 2003-06-11 [melvin]     0.9.0claws28
157
158         * po/POTFILES.in
159                 Updated to take into account gtkaspell.c migration to
160                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
161
162 2003-06-10 [alfons]     0.9.0claws27
163
164         * src/filtering.[ch]
165         * src/folder.c
166         * src/matcher.c
167         * src/scoring.[ch]
168                 - try fixing bug #18 (any brave testers?)
169                 - add more robustness by refusing previously 
170                   unchecked NULL pointers 
171
172 2003-06-10 [alfons]     0.9.0claws26
173
174         * src/procmsg.c
175                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
176
177 2003-06-09 [alfons]     0.9.0claws25
178
179         * src/prefs_common.c
180                 fix bug #163 "Icon switching doesnt work properly" by 
181                 preventing early freeing of prefs_common.pixmap_theme_path.
182
183 2003-06-09 [christoph]  0.9.0claws24
184
185         * src/gtk/gtkaspell.c
186                 revert Thorsten's fix and add forgotten g_strdup for
187                 aspell path (it should not be possible to alter the path a
188                 GtkASpell uses from outside)
189
190 2003-06-09 [thorsten]   0.9.0claws23
191
192         * src/gtk/gtkaspell.c
193                 dont free prefs_common.aspell_path when closing compose
194
195 2003-06-08 [colin]      0.9.0claws22
196
197         * src/plugins/spamassassin/spamassassin.c
198                 fix prefs types
199
200 2003-06-07 [christoph]  0.9.0claws21
201
202         * src/Makefile.am
203         * src/compose.c
204         * src/gtkaspell.[ch]            ** REMOVE **
205         * src/gtk/Makefile.am
206         * src/gtk/gtkaspell.[ch]        ** NEW **
207                 o make gtkaspell independent from sylpheed's prefs
208                 o move gtkaspell.[ch] to gtk directory
209
210 2003-06-07 [christoph]  0.9.0claws20
211
212         * src/Makefile.am
213         * src/crash.c
214         * src/export.c
215         * src/filesel.[ch]              ** REMOVE **
216         * src/folder.c
217         * src/main.[ch]
218         * src/common/sylpheed.[ch]
219         * src/gtk/Makefile.am
220         * src/gtk/filesel.[ch]          ** NEW **
221         * src/gtk/pluginwindow.c
222         * src/gtk/sslcertwindow.c
223                 move filesel.[ch] to gtk directory
224
225 2003-06-07 [alfons]     0.9.0claws19
226
227         * src/filesel.c
228                 make (multi) file selection dialog work again (Claws-only)
229
230 2003-06-07 [thorsten]   0.9.0claws18
231
232         * po/de.po
233                 fix typos
234
235 2003-06-07 [alfons]     0.9.0claws17
236
237         * configure.ac
238         * src/mimeview.c
239                 detect apache mishap in which case don't include fnmatch.h
240                 if regex.h is already included
241
242 2003-06-06 [christoph]  0.9.0claws16
243
244         * configure.ac
245         * src/mimeview.h
246                 add check for fnmatch.h and include it when available
247
248         * src/mimeview.[ch]
249                 fix wrong case sensitivity of Content-Types
250
251         * src/gtk/Makefile.am
252                 need the same include paths in gtk directory as in
253                 common directory because .h files in common can
254                 include files from these directories, when included
255                 in gtk's .h or .c files
256
257 2003-06-06 [alfons]     0.9.0claws15
258
259         * src/mimeview.c
260         * src/summaryview.c
261                 make it compile again because of regex.h / fnmatch.h 
262                 include problems (related to recent mime stuff, can
263                 someone check this?)
264
265 2003-06-06 [thorsten]   0.9.0claws14
266
267         * src/folderview.c
268                 possible use of uninitialized pointer while dragging
269
270 2003-06-06 [paul]       0.9.0claws13
271
272         * src/compose.c
273                 fix bug where the insert sig button would be effective
274                 only when auto_sig was set
275
276 2003-06-06 [paul]       0.9.0claws12
277
278         * sync with 0.9.2 release
279
280 2003-06-02 [paul]       0.9.0claws11
281
282         * sync with 0.9.1cvs1
283                 see ChangeLog 2003-06-02
284                 
285         * po/de.po
286                 update by Jens
287
288 2003-06-01 [christoph]  0.9.0claws10
289
290         * src/account.c
291                 don't use substring search to find accounts by email address
292
293         (closes Bug 169 Overly loose matching of "From" address)
294
295 2003-05-31 [christoph]  0.9.0claws9
296
297         * doc-src/rfc2683.txt
298         * src/imap.c
299                 limit IMAP command length as recommended in RFC2683
300                 (message number lists will be split into multiple imap
301                 sets, the limit of 1000 octets is not a hard limit)
302
303         (closes Bug 161 sylpheed-claws exits with segfault when logging
304          in to certain imap-servers)
305
306 2003-05-29 [alfons]     0.9.0claws8
307
308         * src/toolbar.[ch]
309                 add print button (calling summary_print());
310                 fine tune setting tooltip text;
311                 (if someone needs other buttons, please take these 
312                 commits as a guide, instead of bothering us - also
313                 see 0.8.11claws150) 
314
315 2003-05-29 [darko]      0.9.0claws7
316
317         * src/compose.c
318                 fix crash when word wrapping kicks in due to
319                 changed text by spell checker
320
321 2003-05-29 [paul]       0.9.0claws6
322
323         * src/compose.c
324                 fix bug where changing account would insert
325                 sig even if auto_sig was FALSE
326                 
327         * ChangeLog
328           ChangeLog.jp
329           INSTALL
330                 sync with 0.9.1 release
331
332 2003-05-28 [christoph]  0.9.0claws5
333
334         * src/imap.c
335                 fix truncation of too long commands
336
337         (closes Bug 167 IMAP hangs trying to get envelope
338          information in imap_get_uncached_messages)
339
340 2003-05-27 [paul]       0.9.0claws4
341
342         * tools/Makefile.am
343           tools/maildir2sylpheed.pl     ** NEW FILE **
344                 add kmail to sylpheed mailbox conversion script
345
346 2003-05-27 [paul]       0.9.0claws3
347
348         * sync with 0.9.0cvs10
349                 see ChangeLog 2003-05-26
350
351 2003-05-26 [paul]       0.9.0claws2
352
353         * sync with 0.9.0cvs9
354                 see ChangeLog 2003-05-26
355
356 2003-05-24 [paul]       0.9.0claws1
357
358         * sync with 0.9.0cvs8
359                 see ChangeLog 2003-05-23
360
361 2003-05-24 [paul]       0.9.0claws
362
363         * version 0.9.0claws released
364
365 2003-05-24 [paul]       0.8.11claws177
366
367         * src/plugins/dillo-viewer/Makefile.am
368           src/plugins/traycon/Makefile.am
369                 add missing files
370                 
371         * po/bg.po
372           po/en_GB.po
373           po/es.po
374           po/it.po
375           po/pt_BR.po
376           po/ru.po
377           po/sr.po
378                 update Bulgarian, British English, Spanish, Italian, 
379                 Brazilian Portuguese, Russian, and Serbian translations, 
380                 submitted by George Danchev, [me], Ricardo Mones Lastra,
381                 André Filipe de Assunção e Brito, Alessandro Maestri, 
382                 Ruslan N. Balkin, and Urke MMI
383
384 2003-05-23 [melvin]     0.8.11claws176
385
386         * po/fr.po
387                 Updated French translations
388
389 2003-05-22 [paul]       0.8.11claws175
390
391         * src/Makefile.am
392           src/addrbook.[ch]
393           src/addrcache.[ch]
394           src/addr_compl.[ch]
395           src/adressbook.[ch]
396           src/addrindex.[ch]
397           src/addritem.[ch]
398           src/editaddress.c
399           src/editgroup.c
400           src/editldap_basedn.c
401           src/editldap.c
402           src/jpilot.c
403           src/vcard.c
404                 revert to get ldap into it previous working state
405                 
406         * po/zh_TW.Big5.po
407                 new Taiwanese translation,
408                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
409
410 2003-05-22 [christoph]  0.8.11claws174
411
412         * src/plugins/spamassassin/libspamc.[ch]
413                 sync libspamc with SpamAssaain release 2.55
414
415 2003-05-22 [paul]       0.8.11claws173
416
417         * sync with 0.9.0cvs7
418                 see ChangeLog 2003-05-22
419                 
420         * src/summaryview.c
421                 revert change in 0.8.11claws172: follow
422                 Hiroyuki's decision and that's the end of it.
423
424 2003-05-21 [paul]       0.8.11claws172
425
426         * src/summaryview.c
427                 fix discrepency between open_unread_on_enter
428                 and always_show_msg
429
430 2003-05-21 [paul]       0.8.11claws171
431
432         * sync with 0.9.0cvs6
433                 see ChangeLog 2003-05-21
434
435 2003-05-21 [paul]       0.8.11claws170
436
437         * sync with 0.9.0cvs5
438                 see ChangeLog 2003-05-21
439
440 2003-05-20 [paul]       0.8.11claws169
441
442         * sync with 0.9.0cvs4
443                 see ChangeLog 2003-05-20
444                 fixes bug #152, 'encoding of IMAP folders names'
445
446 2003-05-20 [paul]       0.8.11claws168
447
448         * sync with 0.9.0cvs3
449                 see ChangeLog 2003-05-20
450                 
451         * src/tools/convert_mbox.pl
452                 minor change in the comments, submitted by Fred Marton
453
454 2003-05-19 [paul]       0.8.11claws167
455
456         * src/plugins/clamav/Makefile.am
457           configure.ac
458                 link clamav_lib to the plugin and not to the main program
459
460 2003-05-19 [christoph]
461
462         * src/Makefile.am
463                 add -export-dynamic for linking
464
465 2003-05-19 [paul]       0.8.11claws166
466
467         * sync with 0.9.0cvs1
468                 see ChangeLog 2003-05-19
469
470 2003-05-19 [paul]       0.8.11claws165
471
472         * src/inc.c
473                 fix 'pop before smtp' timeout
474
475 2003-05-18 [alfons]     0.8.11claws164
476
477         * src/prefs_matcher.c
478                 put "execute" action command line ("expression") in edit box
479
480 2003-05-18 [christoph]  0.8.11claws163
481
482         * src/mimeview.[ch]
483         * src/plugins/dillo_viewer/dillo_viewer.c
484         * src/plugins/image_viewer/viewer.c
485         * src/plugins/mathml_viewer/mathml_viewer.c
486                 let a viewer have a list of Content-Types
487
488 2003-05-18 [paul]       0.8.11claws162
489
490         * src/prefs_filtering.c
491                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
492                 and REDIRECT actions
493
494 2003-05-17 [christoph]
495
496         * README.claws
497                 o remove dynamic signatures that was syned with main
498                 o add infos about no longer "build in" image viewer
499                 o update bugtracker URL
500
501 2003-05-17 [christoph]  0.8.11claws161
502
503         * src/folder.c
504         * src/folderview.c
505         * src/imap.c
506                 don't use imap_scan_folder anymore. Instead call folder_item_scan
507                 for every folder after rebuilding the folder tree.
508
509         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
510          messages)
511
512 2003-05-17 [christoph]  0.8.11claws160
513
514         * src/imap.c
515                 don't use STATUS command on current folder to check for
516                 content changes. imap_cmd_ok() now tracks changes to
517                 folder and number of existing messages.
518
519 2003-05-17 [paul]       0.8.11claws159
520
521         * src/plugins/clamav/clamav_plugin.c
522                 remove unnecessary debug_print
523
524 2003-05-16 [thorsten]   0.8.11claws158
525
526         * src/plugins/demo.c
527                 included missing intl.h
528
529 2003-05-16 [paul]       0.8.11claws157
530
531         * po/POTFILES.in
532                 remove non-existant entries
533         
534         * src/plugins/clamav/clamav_plugin.c
535           src/plugins/clamav/clamav_plugin_gtk.c
536           src/plugins/dillo_viewer/dillo_prefs.c
537           src/plugins/dillo_viewer/dillo_viewer.c
538                 gettextise
539
540 2003-05-16 [christoph]  0.8.11claws156
541
542         * po/POTFILES.in
543                 include plugin .c files for translation until I
544                 find a better solution to have plugins have their
545                 own textdomain
546         * src/plugins/demo/demo.c
547         * src/plugins/image_viewer/plugin.c
548         * src/plugins/mathml_viewer/mathml_viewer.c
549         * src/plugins/spamassassin/spamassassin.c
550         * src/plugins/spamassassin/spamassassin_gtk.c
551         * src/plugins/trayicon/trayicon.c
552                 add gettext macros for plugin name and description
553
554 2003-05-16 [paul]
555
556         * sync with 0.9.0
557
558 2003-05-16 [paul]       0.8.11claws155
559
560         * sync with lastest 0.9.0pre1
561                 see ChangeLog 2003-05-16
562
563 2003-05-15 [paul]       0.8.11claws154
564
565         * sync with latest 0.9.0pre1
566                 see ChangeLog 2003-05-14 and 2003-05-15
567
568 2003-05-14 [christoph]  0.8.11claws153
569
570         * src/plugins/image_viewer/viewer.c
571         * src/plugins/image_viewer/viewer.glade         ** NEW **
572         * src/plugins/image_viewer/viewerprefs.c
573                 make it possible to disable the autoload function in the
574                 imageviewer again
575
576 2003-05-14 [christoph]  0.8.11claws152
577
578         * src/folder.c
579                 fix folder update after adding a message
580
581 2003-05-13 [alfons]     0.8.11claws151
582
583         * src/common/session.c
584                 remove debug traces
585                 
586         * src/addrcache.[ch]
587         * src/filtering.[ch]
588         * src/folder.[c]
589         * src/gtkaspell.[ch]
590         * src/imap.[ch]
591         * src/mbox_folder.[ch]
592         * src/mh.[ch]
593         * src/mimeview.h
594         * src/msgcache.[ch]
595         * src/news.[ch]
596         * src/passphrase.[ch]
597         * src/prefs_common.[ch]
598         * src/prefs_gtk.[ch]
599         * src/procmsg.c
600         * src/scoring.[ch]
601                 be pedantic; (in prototypes () implies (int))
602
603 2003-05-13 [alfons]     0.8.11claws150
604
605         * src/prefs_toolbar.[ch]
606         * src/summaryview.[ch]
607         * src/toolbar.[ch]
608                 change misleading text in toolbar prefs;
609                 add toolbar action for ignore thread (toggles ignore thread flag);
610                 clean up a little bit;
611
612 2003-05-12 [paul]
613
614         * tools/convert_mbox.pl
615                 bug fixed by Fred Marton
616
617 2003-05-12 [paul]
618
619         * sync with 0.9.0pre1
620
621 2003-05-09 [paul]       0.8.11claws149
622
623         * sync with 0.8.11cvs43
624                 see ChangeLog 2003-05-09
625
626 2003-05-08 [christoph]  0.8.11claws148
627
628         * src/imap.[ch]
629                 o use CAPABILIY as first command and check for PREAUTH
630                   information in the response to it
631                 o rewrite all imap_cmd_* functions to use an IMAPSession
632                   instead of a SockInfo as parameter
633                 o do STARTTLS after fetching and checking the server
634                   capabilities
635
636 2003-05-08 [paul]       0.8.11claws147
637
638         * tools/Makefile.am
639           tools/README
640           tools/convert_mbox.pl         ** NEW FILE **
641                 add mbox conversion script. Submitted by 
642                 Fred Marton <Fred.Marton@uni-bayreuth.de>
643
644 2003-05-07 [christoph]
645
646         * doc-src/glade.txt
647         * src/gtk/pluginwindow.glade
648         * src/plugins/image_viewer/viewerprefs.glade
649         * src/plugins/spamassassin/spamassassin_gtk.glade
650                 add glade files for user interfaces and a description how
651                 to use glade to create the sylpheed code
652
653 2003-05-07 [paul]       0.8.11claws146
654
655         * sync with 0.8.11cvs41
656                 see ChangeLog 2003-05-07
657
658 2003-05-06 [christoph]  0.8.11claws145
659
660         * src/main.c
661         * src/plugins/image_viewer/viewer.c
662                 fix usage of imlib in imageviewer plugin
663
664         * src/gtk/prefswindow.c
665                 handle window close event correctly
666
667 2003-05-06 [paul]       0.8.11claws144
668
669         * src/common/ssl.c
670                 fix typo introduced in sync
671
672 2003-05-06 [paul]       0.8.11claws143
673
674         * sync with 0.8.11cvs39
675                 see ChangeLog 2003-05-06
676
677 2003-05-06 [paul]       0.8.11claws142
678
679         * AUTHORS
680           po/cs.po
681                 updated Czech translation, submitted by 
682                 Radek Vybiral <Radek.Vybiral@vsb.cz>
683                 
684         * src/plugins/clamav/clamav_plugin_gtk.c
685                 clean up
686
687 2003-05-03 [alfons]     0.8.11claws141
688
689         * src/compose.[ch]
690                 make paste as quotation work even when the call to 
691                 text_inserted() was deferred (fixes bug #140 "Paste 
692                 as quotation does not work when using "external" 
693                 clipboard")
694
695 2003-05-03 [thorsten]   0.8.11claws140
696
697         * src/addrquery.h
698           src/ldapquery.h
699           src/mainwindow.c
700                 removed C++ comments
701         * src/addr_compl.c
702                 function with non-int retval/param used before
703                 implementation/declaration
704
705 2003-05-02 [paul]       0.8.11claws139
706
707         * src/addr_compl.[ch]
708           src/addressbook.[ch]
709           src/addrindex.c
710           src/summaryview.c
711                 revert match's changes to (finally) remove the bug where
712                 opening a folder causes massive slowdown when using the 
713                 'Display sender using address book' option
714
715 2003-05-01 [melvin]     0.8.11claws138
716
717         * src/plugins/dillo_viewer/dillo_prefs.[ch]
718         * src/plugins/dillo_viewer/dillo_viewer.c
719                 Fixed bug where "Cancel" button from prefs issued
720                 warnings.
721                 Comply a little more to coding style
722
723 2003-05-01 [paul]       0.8.11claws137
724
725         * sync with 0.8.11cvs38
726                 see ChangeLog 2003-05-01
727
728 2003-05-01 [paul]       0.8.11claws136
729
730         * po/bg.po
731                 updated by George Danchev
732
733 2003-04-30 [christoph]  0.8.11claws135
734
735         * src/plugins/dillo_viewer/dillo_prefs.c
736         * src/plugins/image_viewer/viewerprefs.c
737         * src/plugins/spamassassin/spamassassin_gtk.c
738                 remove gtk_widget_ref() calls for widgets in
739                 glade code
740
741 2003-04-30 [paul]       0.8.11claws134
742
743         * src/addrindex.c
744                 ok, this time a better fix for the bug where opening folder
745                 has massive slowdown when using the 'Display sender using 
746                 address book' option
747
748 2003-04-30 [paul]       0.8.11claws133
749
750         * src/addrindex.c
751                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
752         
753 2003-04-30 [melvin]     0.8.11claws132
754
755         New: Dillo plugin preferences (patch by Dimitar Haralanov)
756
757         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
758                 Preferences for the dillo plugin
759         * src/plugins/dillo_viewer/dillo_viewer.c
760                 Support for preferences
761         * src/plugins/dillo_viewer/Makefile.am
762                 Added dillo_prefs.[ch]
763
764 2003-04-30 [alfons]     0.8.11claws131
765
766         * src/common/plugin.[ch]
767                 see? this ANSI C'fication immediately gives us type
768                 checking for free.
769
770 2003-04-30 [alfons]     0.8.11claws130
771
772         * src/common/plugin.[ch]
773         * src/plugins/clamav/clamav_plugin.[ch]
774         * src/plugins/clamav/clamav_plugin_gtk.c
775         * src/plugins/demo/demo.c
776         * src/plugins/dillo_viewer/dillo_viewer.c
777         * src/plugins/image_viewer/plugin.c
778         * src/plugins/image_viewer/viewer.[ch]
779         * src/plugins/image_viewer/viewerprefs.[ch]
780         * src/plugins/mathml_viewer/mathml_viewer.c
781         * src/plugins/spamassassin/spamassassin.[ch]
782         * src/plugins/spamassassin/spamassassin_gtk.c
783         * src/plugins/trayicon/trayicon.c
784                 clean up
785
786 2003-04-30 [alfons]     0.8.11claws129
787
788         * src/common/utils.c
789                 make is_ascii_str() fail gracefully when NULL pointer
790                 is passed
791
792 2003-04-30 [paul]       0.8.11claws128
793
794         * src/addrindex.c
795                 fix bug where opening folder has massive slowdown when
796                 using the 'Display sender using address book' option
797
798 2003-04-30 [paul]       0.8.11claws127
799
800         * src/plugins/clamav/clamav_plugin.c
801           src/plugins/clamav/clamav_plugin_gtk.c
802           src/plugins/demo/demo.c
803           src/plugins/dillo_viewer/dillo_viewer.c
804           src/plugins/image_viewer/plugin.c
805           src/plugins/mathml_viewer/mathml_viewer.c
806           src/plugins/spamassassin/spamassassin.c
807           src/plugins/spamassassin/spamassassin_gtk.c
808           src/plugins/trayicon/trayicon.c
809                 get rid of eye-hurting function signatures
810
811 2003-04-30 [paul]       0.8.11claws126
812
813         * src/plugins/trayicon/trayicon.c
814                 add description
815                 
816         * src/mimeview.c
817                 be more descriptive
818
819 2003-04-30 [paul]       0.8.11claws125
820
821         * configure.ac
822                 arrange the plugins in reverse alphabetical order
823                 
824         * src/plugins/clamav/clamav_plugin.[ch]
825           src/plugins/clamav/clamav_plugin_gtk.c
826                 rename some params
827                 resize max_size window
828                 re-arrange the order of some gui elements
829                 improve descriptions
830         
831         * src/plugins/image_viewer/plugin.c
832           src/plugins/mathml_viewer/mathml_viewer.c
833                 add descriptions
834                 
835         * src/plugins/spamassassin/spamassassin_gtk.c
836                 resize max_size window
837                 re-arrange the order of some gui elements
838                 
839         * src/messageview.c
840           src/mimeview.c
841                 correct typos
842
843 2003-04-30 [alfons]     0.8.11claws124
844
845         * src/imap.c
846                 fix a leak found while browsing Martin Kluge's 
847                 valgrind log (Claws only)
848
849 2003-04-29 [darko]      0.8.11claws123
850
851         * src/gtk/gtkstext.h
852                 include wchar.h if it is available, fixes compilation
853                 on HP-UX systems
854
855 2003-04-29 [melvin]     0.8.11claws122
856
857         * src/prefs_actions.c
858                 Improved help text of Actions' syntax
859
860 2003-04-28 [paul]       0.8.11claws121
861
862         * src/action.c
863                 a better fix for the crash when performing an action
864                 on a mime part
865
866 2003-04-28 [paul]       0.8.11claws120
867
868         * src/action.c
869                 fix crash when performing an action on a
870                 mime part
871
872 2003-04-28 [paul]       0.8.11claws119
873
874         * sync with 0.8.11cvs36
875                 see ChangeLog 2003-04-28
876
877 2003-04-27 [paul]       0.8.11claws118
878
879         * more sync with 0.8.11cvs35
880                 see ChangeLog 2003-04-25
881
882 2003-04-26 [christoph]  0.8.11claws117
883
884         * src/folder.c
885                 fix remove virtual check
886
887 2003-04-26 [paul]       0.8.11claws116
888
889         * src/messageview.c
890                 fix return-receipt, make it work again
891
892 2003-04-26 [paul]       0.8.11claws115
893
894         * src/mimeview.c
895                 restore double-clicking of the [application/pgp-signature 
896                 (Select "Check signature" to check)] line in the message view,
897                 broken in recent sync
898
899 2003-04-26 [christoph]  0.8.11claws114
900
901         * src/folder.c
902                 check if remove virtual really exists before
903                 calling the function
904
905 2003-04-25 [match]      0.8.11claws113
906
907         * src/addrindex.c
908         * src/addrbook.c
909         * src/ldapquery.[ch]
910         * src/ldapctrl.[ch]
911                 fix memleak.
912         * src/ldapserver.[ch]
913                 fix memleak. fix segfault.
914                 plug a Claws memleak
915
916 2003-04-25 [alfons]     0.8.11claws112
917
918         * src/folder.c
919                 plug a Claws memleak
920
921 2003-04-25 [alfons]     0.8.11claws111
922
923         * src/common/session.c
924                 plug a memleak
925
926 2003-04-25 [paul]       0.8.11claws110
927
928         * sync with 0.8.11cvs35
929                 see ChangeLog 2003-04-24 and 2003-04-25
930                 
931         * src/gtk/pluginwindow.c
932                 correct another strange float value
933
934 2003-04-24 [christoph]  0.8.11claws109
935
936         * src/folder.c
937                 freeze folder item updates when unsetting new flags
938
939         * src/gtk/pluginwindow.c
940                 correct strange float value
941
942 2003-04-23 [paul]       0.8.11claws108
943
944         * sync with 0.8.11cvs33
945                 see ChangeLog 2003-04-23
946
947 2003-04-22 [paul]       0.8.11claws107
948
949         * src/Makefile.am
950           src/messageview.c
951           src/mimeview.c
952           src/pgptext.[ch]      ** REMOVED **
953                 remove pgptext.[ch] as its not used any more
954
955 2003-04-22 [paul]       0.8.11claws106
956
957         * sync with 0.8.11cvs31
958                 see ChangeLog 2003-04-21 and 2003-04-22
959
960 2003-04-21 [alfons]     0.8.11claws105
961
962         * src/main.c
963                 No access to GTK structures if we're a spawned child
964                 (and clean up code a little bit...) Should fix #126.
965
966 2003-04-21 [melvin]     0.8.11claws104
967
968         * src/plugins/dillo_viewer/README
969                 Improved slightly the text.
970
971 2003-04-21 [melvin]     0.8.11claws103
972
973         * src/plugins/dillo_viewer/README *** NEW ***
974                 Added a README file for the Dillo plugin
975
976 2003-04-20 [paul]
977
978         * tools/README
979           tools/outlook2sylpheed.pl
980                 updated and improved by Ricardo Mones Lastra
981
982 2003-04-18 [oliver]     0.8.11claws102
983
984         * src/inc.c 
985         * src/prefs_account.h
986                 remove Pop3SessionType (used by selective download)
987         * src/prefs_toolbar.c
988                 enable set Default Toolbar button
989
990 2003-04-18 [paul]       0.8.11claws101
991
992         * sync with 0.8.11cvs29
993                 see ChangeLog 2003-04-18
994
995 2003-04-17 [paul]       0.8.11claws100
996
997         * src/prefs_common.[ch]
998           src/summaryview.c
999                 remove 'Open next message on deletion' option,
1000                 as the same effect can now be achieved via the
1001                 'Always open messages in summary when selected'
1002                 option.
1003
1004 2003-04-17 [paul]       0.8.11claws99
1005
1006         * sync with 0.8.11cvs28
1007                 see ChangeLog 2003-04-17
1008
1009 2003-04-17 [christoph]  0.8.11claws98
1010
1011         * ac/spamassassin.m4
1012         * src/plugins/spamassassin/libspamc.[ch]
1013         * src/plugins/spamassassin/utils.[ch]
1014                 sync libspamc with SpamAssassin project
1015
1016 2003-04-17 [christoph]  0.8.11claws97
1017
1018         * src/common/socket.h
1019         * src/gtk/sslcertwindow.h
1020                 rename old USE_SSL to USE_OPENSSL
1021
1022 2003-04-17 [paul]       0.8.11claws96
1023
1024         * src/prefs_common.h
1025                 use gulong for P_COLOR so that it compiles/runs on
1026                 64-bit systems. Patch submitted by James Noyes
1027                 <jnoyes-claws@retrogeeks.com>
1028                 
1029         * po/de.po
1030                 updated by Jens
1031
1032 2003-04-17 [paul]       0.8.11claws95
1033
1034         * sync with 0.8.11cvs27
1035                 see ChangeLog 2003-04-16
1036
1037 2003-04-15 [paul]       0.8.11claws94
1038
1039         * src/prefs_common.[ch]
1040                 rearrange to stop the window getting too long:
1041                         move Receive dialog stuff to Receive tab
1042                         move Send dialog to Send tab
1043                         remove Dialogs frame
1044                 rename 'Open messages in summary with cursor keys' to
1045                 'Always open messages in summary when selected', as its
1046                 more appropriate
1047
1048 2003-04-15 [paul]       0.8.11claws93
1049
1050         * src/prefs_common.[ch]
1051           src/summaryview.c
1052                 add new option '/Interface/Open next message on deletion'
1053
1054 2003-04-15 [paul]       0.8.11claws92
1055
1056         * src/summaryview.[ch]
1057                 add /Mark/Lock and /Mark/Unlock to the pop-up
1058                 menu. Patch submitted by Ivan Francolin Martinez
1059                 <ivanfm@users.sourceforge.net>
1060
1061 2003-04-15 [paul]       0.8.11claws91
1062
1063         * sync with 0.8.11cvs24
1064                 see ChangeLog 2003-04-15
1065
1066 2003-04-14 [jens]       0.8.11claws90
1067
1068         * updated German translation and some corrections from
1069                 Roland Bless <bless@tm.uka.de>
1070
1071 2003-04-14 [paul]       0.8.11claws89
1072
1073         * sync with 0.8.11cvs22
1074                 see ChangeLog 2003-04-14
1075
1076 2003-04-13 [paul]       0.8.11claws88
1077
1078         * src/plugins/clamav/clamav_plugin.c
1079                 fix memory leaks
1080                 clean up
1081
1082 2003-04-12 [paul]       0.8.11claws87
1083
1084         * src/plugins/clamav/clamav_plugin.c
1085                 activate enable/disable archive scanning option
1086                 
1087         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1088
1089 2003-04-12 [paul]       0.8.11claws86
1090
1091         * src/plugins/Makefile.am
1092           src/plugins/clamav/Makefile.am                ** NEW FILE **
1093           src/plugins/clamav/README                     ** NEW FILE ** 
1094           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1095           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1096                 add Clam AntiVirus plugin
1097
1098 2003-04-12 [paul]       0.8.11claws85
1099
1100         * sync with 0.8.11cvs21
1101                 see ChangeLog 2003-04-11
1102
1103 2003-04-11 [paul]       0.8.11claws84
1104
1105         * po/es.po
1106                 update Spanish translation. Submitted by Ricardo
1107                 Mones Lastra.
1108
1109 2003-04-10 [christoph]  0.8.11claws83
1110
1111         * src/mbox.c
1112                 fix typo that did not move unfiltered mails to destination
1113                 folder
1114
1115         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1116          when filtering from spool)
1117
1118 2003-04-10 [christoph]  0.8.11claws82
1119
1120         * src/imap.c
1121                 use BODY.PEEK instead of BODY in in message fetch operation
1122                 to make sure the IMAP server does not set the \Seen flag for
1123                 messages. Sylpheed does that later itself, when the message
1124                 is opened in sylpheed
1125
1126         (closes Bug 111 Claws destroys unread marks)
1127
1128 2003-04-09 [oliver]     0.8.11claws81
1129         
1130         * src/folder.c
1131                 fix crash in folder_destroy
1132         * README.claws
1133                 remove selective download
1134
1135 2003-04-09 [christoph]  0.8.11claws80
1136
1137         * src/imap.c
1138                 fix crash in imap_get_msginfo() when then fetched message
1139                 is not found
1140
1141         (closes Bug 110 Crash during mail composition)
1142
1143 2003-04-08 [christoph]  0.8.11claws79
1144
1145         * src/folder.c
1146         * src/prefs_account.c
1147                 Filter new messages that are found in an INBOX folder
1148                 when 'Filter messages on receiving' is enabled in the
1149                 Folder's AccountPrefs. This allows to use Sylpheed's
1150                 filtering engine for IMAP folders where messages are
1151                 added to the INBOX by a MTA
1152
1153 2003-04-08 [paul]       0.8.11claws78
1154
1155         * src/procmsg.h
1156                 clean up after last commit
1157
1158 2003-04-08 [paul]       0.8.11claws77
1159
1160         * sync with 0.8.11cvs20
1161                 see ChangeLog 2003-04-07 and 2003-04-08
1162
1163 2003-04-07 [christoph]  0.8.11claws76
1164
1165         * src/filtering.[ch]
1166         * src/inc.[ch]
1167         * src/mbox.c
1168         * src/procmsg.[ch]
1169                 add procmsg_msginfo_filter() to execute filtering actions
1170
1171 2003-04-06 [christoph]  0.8.11claws75
1172
1173         * src/imap.c
1174                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1175
1176 2003-04-06 [christoph]  0.8.11claws74
1177
1178         * src/common/utils.[ch]
1179                 add g_int_compare() function for slist sorting
1180
1181         * src/imap.c
1182                 fetch all MsgInfos with one command in imap_get_msginfos()
1183                 using an imap set with a list of ranges
1184
1185         * src/news.c
1186                 use new g_int_compare() function
1187
1188 2003-04-06 [thorsten]   0.8.11claws73
1189
1190         * src/mh.c
1191                 corrected implementation of mh_folder_destroy()
1192
1193 2003-04-05 [christoph]  0.8.11claws72
1194
1195         * src/account.c
1196         * src/folder.[ch]
1197         * src/folderview.c
1198         * src/imap.c
1199         * src/inc.c
1200         * src/main.c
1201         * src/mainwindow.c
1202         * src/mbox_folder.c
1203         * src/mh.c
1204         * src/mimeview.h
1205         * src/msgcache.[ch]
1206         * src/news.c
1207         * src/procmime.h
1208         * src/procmsg.[ch]
1209         * src/setup.c
1210         * src/gtk/gtkutils.c
1211                 o rename structure field names class and new to klass and
1212                   new_msgs, to allow including files in C++
1213                 o add 'extern "C"' block to some header files
1214                 o add MsgInfoList and MsgNumberList as alias for GSList for
1215                   developers to know what type of list is expected
1216
1217         * src/plugins/image_viewer/plugin.c
1218         * src/plugins/image_viewer/viewer.[ch]
1219         * src/plugins/image_viewer/viewerprefs.[ch]
1220                 rename function names to prevent conflicts
1221
1222 2003-04-05 [paul]       0.8.11claws71
1223
1224         * sync with 0.8.11cvs18
1225                 see ChangeLog 2003-04-03 and 2003-04-04
1226
1227 2003-04-02 [christoph]  0.8.11claws70
1228
1229         * src/folder.[ch]
1230         * src/imap.[ch]
1231         * src/mbox_folder.[ch]
1232         * src/mh.[ch]
1233         * src/news.[ch]
1234                 o Make all virtual folder functions private
1235                 o remove unused folder code
1236
1237         * src/common/socket.[ch]
1238         * src/summaryview.c
1239                 fix warnings
1240
1241 2003-03-30 [alfons]     0.8.11claws69
1242
1243         * src/send_message.c
1244                 remove two debug traces and see if people still report
1245                 errors
1246
1247 2003-03-30 [alfons]     0.8.11claws68
1248
1249         * src/send_message.c
1250         * src/commons/session.c
1251                 add more debug traces
1252
1253 2003-03-30 [christoph]  0.8.11claws67
1254
1255         * src/folder.c
1256                 change processing folder name from .processing to processing
1257
1258         * src/common/ssl.c
1259                 disable SSL certificate check because it causes Xlib error
1260                 when the child process want's to open an GTK window
1261
1262 2003-03-30 [christoph]  0.8.11claws66
1263
1264         * src/folder.c
1265                 don't use default folder for processing folder item because
1266                 it can be a non local folder
1267
1268         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1269
1270 2003-03-30 [alfons]     0.8.11claws65
1271
1272         * src/send_message.c
1273                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1274                 to generate bad code for 'send_send_data_progressive': When
1275                 called from 'send_send_data_finished', the 'data' pointer is
1276                 cleared just before the assignment to the dialog pointer
1277
1278 2003-03-29 [christoph]  0.8.11claws64
1279
1280         * src/common/prefs.h
1281         * src/plugins/image_viewer/Makefile.am
1282         * src/plugins/image_viewer/plugin.c
1283         * src/plugins/image_viewer/viewer.[ch]
1284         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1285                 add PrefsPage for ImageViewer
1286
1287 2003-03-28 [thorsten]   0.8.11claws63
1288
1289         * src/common/session.c
1290                 added some comments
1291
1292 2003-03-28 [paul]       0.8.11claws62
1293
1294         * sync with 0.8.11cvs16
1295                 see ChangeLog 2003-03-28
1296
1297 2003-03-28 [paul]       0.8.11claws61
1298
1299         * sync with 0.8.11cvs15
1300                 see ChangeLog 2003-03-28
1301
1302 2003-03-27 [christoph]  0.8.11claws60
1303
1304         * src/folder.c
1305         * src/imap.c
1306         * src/common/socket.[ch]
1307                 set socket state to DISCONNECTED when any operation
1308                 fails to allow reconnecting in IMAP code without
1309                 checking the return code of all calls to the command
1310                 functions
1311
1312         * src/folderview.c
1313         * src/summaryview.c
1314                 remove some more stuff that depends on specific
1315                 folder types
1316
1317 2003-03-27 [paul]       0.8.11claws59
1318
1319         * sync with 0.8.11cvs14
1320                 see ChangeLog 2003-03-27
1321                 
1322         * src/selective_download.[ch]   ** REMOVED **
1323                 really removed
1324
1325 2003-03-27 [christoph]  0.8.11claws58
1326
1327         * src/folder.c
1328                 fix handling of tmp_flags in flag copy function
1329
1330 2003-03-27 [paul]       0.8.11claws57
1331
1332         * sync with 0.8.11cvs13
1333                 see ChangeLog 2003-03-27
1334
1335 2003-03-27 [oliver]     0.8.11claws56
1336
1337         * src/maiwindow.c
1338                 remove sel_download_cb
1339
1340 2003-03-27 [oliver]     0.8.11claws55
1341         
1342         * src/inc.c
1343                 remove POP3_TOP
1344         
1345 2003-03-26 [oliver]     0.8.11claws54
1346
1347         *src/pop.h
1348                 remove POP3_TOP*
1349         * README.claws
1350                 remove selective donwload readme
1351
1352 2003-03-26 [oliver]     0.8.11claws53
1353         * src/matcher.[ch]
1354         * src/matcher_parser_parse.y 
1355         * src/pop.c 
1356         * src/prefs_account.[ch]
1357         * src/prefs_filtering.c
1358                 remove selective donwload
1359
1360 2003-03-26 [oliver]     0.8.11claws52
1361
1362         * src/inc.[ch] 
1363         * src/filtering.c 
1364         * src/mainwindow.c 
1365                 remove selective donwload
1366
1367 2003-03-26 [oliver]     0.8.11claws51
1368         
1369         * src/Makefile.am
1370         * src/selective_download.[ch]   ** REMOVE **    
1371
1372 2003-03-26 [christoph]  0.8.11claws50
1373
1374         * src/news.c
1375                 fix NEWS that got broken by a sync with sylpheed-main
1376
1377 2003-03-26 [christoph]  0.8.11claws49
1378
1379         * src/mimeview.c
1380                 fix mime type guessing when no mime type is found for a file
1381
1382 2003-03-25 [christoph]  0.8.11claws48
1383
1384         * src/mimeview.c
1385         * src/procmime.c
1386                 remove mime type guessing from mime parser and use
1387                 name based mime types in viewer lookup for mime type
1388                 application/octet-stream
1389
1390 2003-03-25 [christoph]  0.8.11claws47
1391
1392         * doc-src/readme.txt
1393         * doc-src/rfc2554.txt
1394                 add RFC about SMTP AUTH
1395
1396         * src/send_message.c
1397         * src/common/smtp.[ch]
1398                 add extra error code for authentication errors and
1399                 clear temporary password when this error occurs
1400
1401         (closes Bug 84 authentication failure while sending should
1402          prompt for password again)
1403
1404 2003-03-25 [christoph]  0.8.11claws46
1405
1406         * configure.ac
1407         * src/Makefile.am
1408         * src/imageview.[ch]                            ** REMOVE **
1409         * src/messageview.[ch]
1410         * src/mimeview.[ch]
1411         * src/prefs_common.[ch]
1412         * src/textview.c
1413         * src/plugins/Makefile.am
1414         * src/plugins/image_viewer/.cvsignore           ** NEW **
1415         * src/plugins/image_viewer/Makefile.am          ** NEW **
1416         * src/plugins/image_viewer/plugin.c             ** NEW **
1417         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1418                 move image viewer into a plugin (building is enabled by default)
1419                 [ToDo: Prefs for resize and autoview]
1420
1421 2003-03-25 [paul]       0.8.11claws45
1422
1423         * sync with 0.8.11cvs12
1424                 see ChangeLog 2003-03-26
1425
1426 2003-03-25 [paul]       0.8.11claws44
1427
1428         * sync with 0.8.11cvs11
1429                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1430                 
1431         Note: Selective Download is broken.
1432                 
1433 2003-03-22 [christoph]  0.8.11claws43
1434
1435         * src/folder.c
1436                 code cleanup for flags copying
1437
1438 2003-03-22 [christoph]  0.8.11claws42
1439
1440         * src/plugins/trayicon/trayicon.c
1441                 fix setting the transparent area when the window size
1442                 is forced by the system tray
1443
1444 2003-03-22 [christoph]  0.8.11claws41
1445
1446         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1447         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1448         * src/plugins/trayicon/newmail.xpm              ** NEW **
1449         * src/plugins/trayicon/nomail.xpm               ** NEW **
1450         * src/plugins/trayicon/trayicon.c
1451         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1452                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1453                 o add icon for unread mails
1454                 o set transparency for window
1455
1456 2003-03-22 [christoph]  0.8.11claws40
1457
1458         * src/news.c
1459                 init news session to prevent crash when session is closed
1460
1461 2003-03-22 [christoph]  0.8.11claws39
1462
1463         * src/imap.c
1464         * src/common/session.[ch]
1465                 Init session data to make sure we don't have invalid pointers
1466                 for read_ch and write_ch when new multi process sessions are
1467                 not used
1468
1469         * src/main.c
1470         * src/common/plugin.c
1471         * src/common/sylpheed.c
1472         * src/plugins/demo/demo.c
1473         * src/plugins/dillo_viewer/dillo_viewer.c
1474         * src/plugins/mathml_viewer/mathml_viewer.c
1475         * src/plugins/spamassassin/spamassassin.c
1476         * src/plugins/spamassassin/spamassassin_gtk.c
1477                 add plugin types to allow loading plugins at different times
1478                 (and maybe for different frontends), because it's not good to
1479                 load GTK-Plugins gefore gtk_init was called
1480
1481         * configure.ac
1482         * src/plugins/Makefile.am
1483         * src/plugins/trayicon/.cvsignore               ** NEW **
1484         * src/plugins/trayicon/Makefile.am              ** NEW **
1485         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1486         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1487         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1488         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1489         * src/plugins/trayicon/trayicon.c               ** NEW **
1490                 New Trayicon plugin that shows an icon in a systray that uses
1491                 XEMBED protocol like Gnome's systray. Icon shows if there
1492                 are new mails and a tooltip shows information about new,
1493                 unread and total messages.
1494
1495 2003-03-22 [paul]       0.8.11claws38
1496
1497         * src/common/smtp.c
1498                 fix ESMTP AUTH CRAM-MD5
1499                 [sync with main (still version 0.8.11cvs6), see
1500                  ChangeLog 2003-03-22]
1501
1502 2003-03-21 [colin]      0.8.11claws37
1503
1504         * src/send_message.c
1505                 Fix USE_SSL => USE_OPENSSL
1506
1507 2003-03-21 [colin]      0.8.11claws36
1508
1509         * src/folderview.c
1510                 Fix counts in drag and dropped subfolders
1511
1512 2003-03-21 [colin]      0.8.11claws35
1513
1514         * src/folder.c 
1515         * src/folderview.c
1516                 speed up a bit folder dnd
1517
1518 2003-03-20 [alfons]     0.8.11claws34
1519
1520         * src/main.c
1521         * src/toolbar.c
1522         * src/procmsg.c
1523                 don't send locked queue messages
1524                 (feature request "[ 705245 ] Locking message in outbox 
1525                  should prevent sending")
1526
1527 2003-03-20 [christoph]  0.8.11claws33
1528
1529         * src/folder.c
1530                 remove NEW and UNREAD flag in special folders when scanning
1531                 
1532         * src/common/smtp.c
1533                 fix ESMTP AUTH CRAM-MD5
1534
1535 2003-03-20 [paul]       0.8.11claws32
1536
1537         * src/prefs_account.c
1538                 Re-write 'Tunnel command to open connection' as
1539                 'Use command to communicate with server', and disable
1540                 it for all except IMAP accounts
1541
1542 2003-03-20 [paul]       0.8.11claws31
1543
1544         * sync with 0.8.11cvs6
1545                 see ChangeLog 2003-03-20
1546
1547 2003-03-19 [match]      0.8.11claws30
1548
1549         * src/addritem.[ch]
1550                 include documentation. minor refactoring.
1551         * src/addr_compl.[ch]
1552         * src/addrindex.[ch]
1553         * src/addresbook.[ch]
1554         * src/summaryview.c
1555                 re-enable address lookup (was disabled in
1556                 0.8.11claws20).
1557
1558 2003-03-19 [christoph]  0.8.11claws29
1559
1560         * src/procmsg.c
1561                 add temp flag handling, will make moving and copying
1562                 messages possible again
1563
1564         * src/folder.c
1565                 correct calulation of folder stats
1566
1567 2003-03-18 [match]      0.8.11claws28
1568
1569         * src/editgroup.h
1570                 remove case sensitive comparison (closes bug 80).
1571
1572 2003-03-18 [christoph]  0.8.11claws27
1573
1574         * src/imap.c
1575                 fix imap using a tunnel command
1576
1577         (closes bug 87)
1578
1579 2003-03-18 [christoph]  0.8.11claws26
1580
1581         * src/folder.[ch]
1582         * src/imap.c
1583         * src/procmsg.[ch]
1584                 rewrite flag handling for folders
1585
1586 2003-03-18 [christoph]  0.8.11claws25
1587
1588         * src/folder.c
1589         * src/procmsg.c
1590         * src/summaryview.c
1591                 unset NEW and UNREAD flags when message is ignored, to make
1592                 sure messages don't show up as unread on other IMAP clients,
1593                 because the IGNORE_THREAD flag can not be syncronized through
1594                 the IMAP folder
1595
1596 2003-03-17 [christoph]  0.8.11claws24
1597
1598         * src/imap.c
1599                 don't use recursion to fetch uids when the number of messages
1600                 does not match. Moved code into subfunction that is used
1601                 again when needed, to prevent an endless loop.
1602
1603 2003-03-17 [thorsten]   0.8.11claws23
1604
1605         * src/imageview.[ch]
1606                 export imageview_get_resized_size() (for plugins)
1607         * src/prefs_common.[ch]
1608                 added prefs_common_get() (for plugins)
1609
1610 2003-03-17 [christoph]  0.8.11claws22
1611
1612         * src/imap.c
1613                 o remove UID guessing from copy code
1614                 o support UIDPLUS extension for APPEND command
1615
1616 2003-03-17 [paul]       0.8.11claws21
1617
1618         * src/gtk/about.c
1619                 remove 'Compiled-plugins' section.
1620                 
1621         * src/plugins/dillo_viewer/dillo_viewer.c
1622                 slight change to description text
1623
1624 2003-03-16 [match]      0.8.11claws20
1625         * src/ldapserver.[ch]           ** NEW **
1626         * src/ldapctrl.[ch]             ** NEW **
1627         * src/ldapquery.[ch]            ** NEW **
1628         * src/ldaputil.[ch]             ** NEW **
1629         * src/addrcindex.[ch]           ** NEW **
1630         * src/addrquery.h               ** NEW **
1631         * src/addritem.[ch]
1632         * src/addrcache.[ch]
1633         * src/addrindex.[ch]
1634         * src/addr_compl.[ch]
1635         * src/addressbook.[ch]
1636         * src/addrbook.[ch]
1637         * src/editgroup.c
1638         * src/editaddress.c
1639         * src/editldap.c
1640         * src/editldap_basedn.c
1641         * src/vcard.c
1642         * src/jpilot.c
1643         * src/Makefile.am
1644                 included dynamic LDAP queries. improved address
1645                 completion.
1646
1647 2003-03-16 [paul]       0.8.11claws19
1648
1649         * tools/multiwebsearch.pl
1650                 fix a fatal typo
1651
1652 2003-03-16 [christoph]  0.8.11claws18
1653
1654         * src/mimeview.c
1655         * src/plugins/dillo_viewer/dillo_viewer.c
1656         * src/plugins/mathml_viewer/mathml_viewer.c
1657                 make unregistering of MimeViewerFactorys possible
1658
1659 2003-03-16 [alfons]     0.8.11claws17
1660
1661         * configure.ac
1662                 correct typo
1663
1664 2003-03-16 [melvin]     0.8.11claws16
1665
1666         * src/plugins/dillo_viewer.c
1667                 Fixed bug where it was not possible to view more than
1668                 one text/html attachment per message (bug discovered
1669                 by Christoph Hohmann).
1670
1671 2003-03-15 [melvin]     0.8.11claws15
1672
1673         * src/prefs_actions.c
1674                 Fixed compilation warnings.
1675
1676 2003-03-15 [melvin]     0.8.11claws14
1677
1678         * src/plugins/Makefile.am
1679         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1680         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1681         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1682                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1683                 newer (http://dillo.auriga.wearlab.de/).
1684
1685 2003-03-15 [christoph]  0.8.11claws13
1686
1687         * src/imap.c
1688                 don't query imap folder for attributes because we already
1689                 for them from imap_status
1690
1691         * src/mimeview.[ch]
1692                 add support for plugable MimeViewers (unloading Viewers
1693                 not yet complete)
1694
1695         * src/plugins/Makefile.am
1696         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1697         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1698         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1699                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1700                 widget from http://helm.cs.unibo.it/mml-widget/
1701
1702 2003-03-14 [christoph]  0.8.11claws12
1703
1704         * src/folder.[ch]
1705                 o error return code's should better be negative
1706                 o replace printf with debug_print
1707
1708         * src/imap.c
1709                 improve IMAP folder scan by checking UID-NEXT
1710
1711         * src/summaryview.c
1712                 remove check that are unnecessary in my opinion
1713
1714 2003-03-13 [christoph]  0.8.11claws11
1715
1716         * src/folder.[ch]
1717         * src/foldersel.c
1718         * src/folderview.c
1719         * src/imap.c
1720         * src/mbox_folder.c
1721         * src/mh.c
1722         * src/news.c
1723         * src/prefs_scoring.c
1724         * src/summaryview.c
1725                 use a common function to get a displayable name
1726                 for a FolderItem
1727
1728 2003-03-13 [paul]       0.8.11claws10
1729
1730         * tools/Makefile.am
1731           tools/README
1732           tools/multiwebsearch.conf     ** NEW FILE **
1733           tools/multiwebsearch.pl       ** NEW FILE **
1734                 add multiwebsearch Actions script
1735
1736 2003-03-13 [colin]      0.8.11claws9
1737
1738         * src/compose.c
1739                 Remove leading emtpy lines from quoted text
1740                 before quoting it
1741
1742 2003-03-13 [melvin]     0.8.11claws8
1743
1744         * src/prefs_actions.c
1745                 Fixed a memory leak
1746                 Code clean ups
1747                 Added Cancel and OK buttons
1748                 Corrected help text
1749
1750 2003-03-13 [christoph]  0.8.11claws7
1751
1752         * src/account.c
1753         * src/folder.[ch]
1754         * src/imap.c
1755         * src/mainwindow.c
1756         * src/mbox_folder.c
1757         * src/mh.c
1758         * src/news.c
1759         * src/setup.c
1760                 replace more folder type stuff with folder class stuff
1761
1762 2003-03-13 [melvin]     0.8.11claws6
1763
1764         * src/prefs_actions.c
1765                 Added new tokens:
1766                 %u: user provided argument
1767                 %h: user provided argument (hidden on input)
1768                 %s: current text selection in the message view 
1769
1770 2003-03-13 [paul]       0.8.11claws5
1771
1772         * sync with 0.8.11cvs5
1773                 see ChangeLog 2003-03-11, 2003-03-12
1774
1775 2003-03-12 [christoph]  0.8.11claws4
1776
1777         * src/folder.c
1778                 use folder class idstr when writing folderlist.xml
1779
1780         * src/folder.h
1781         * src/imap.c
1782         * src/news.c
1783                 replace folder type checks with folder class checks
1784
1785 2003-03-12 [christoph]  0.8.11claws3
1786
1787         * src/folder.[ch]
1788         * src/imap.[ch]
1789         * src/main.c
1790         * src/mbox_folder.[ch]
1791         * src/mh.[ch]
1792         * src/news.[ch]
1793                 o create a list of known folder classes in the folder system
1794                 o use folder class id strings for folder item identifiers
1795
1796 2003-03-12 [christoph]  0.8.11claws2
1797
1798         * src/imap.c
1799                 fix imap uid validity check
1800
1801 2003-03-12 [christoph]  0.8.11claws1
1802
1803         * src/account.c
1804         * src/folder.[ch]
1805         * src/foldersel.c
1806         * src/folderview.c
1807         * src/imap.c
1808         * src/mainwindow.c
1809         * src/mbox_folder.c
1810         * src/mh.c
1811         * src/news.c
1812         * src/prefs_scoring.c
1813         * src/procmsg.c
1814         * src/setup.c
1815         * src/summaryview.c
1816                 initial restructuring of folder system, seperating
1817                 folders and folder classes
1818
1819 2003-03-12 [paul]       0.8.11claws
1820
1821         0.8.11claws release
1822
1823 2003-03-12 [christoph]
1824
1825         * src/gtk/prefswindow.c
1826                 fix translation of "Page Index"
1827
1828 2003-03-12 [paul]       0.8.10claws110
1829
1830         a sync from 0.8.11cvs4 before the release
1831
1832         * src/common/utils.c
1833                 subject_compare_for_sort(): allow null strings (fixes
1834                 summary sorting).
1835
1836 2003-03-11 [paul]       0.8.10claws109
1837
1838         * po/es.po
1839                 update Spanish translation, submitted by
1840                 Ricardo Mones Lastra
1841
1842 2003-03-11 [melvin]     0.8.10claws108
1843
1844         * po/fr.po
1845                 Updated French translations
1846
1847 2003-03-11 [paul]       0.8.10claws107
1848
1849         * manual/en/Makefile.am
1850           manual/en/*.html
1851                 update English manual, add a new page
1852                 updated by Francois Barriere <fbarriere@atmel.fr>
1853                 
1854         * po/bg.po
1855           po/it.po
1856           po/sr.po
1857                 update Bulgarian, Italian, and Serbian translations
1858                 submitted by George Danchev, Alessandro Maestri, and
1859                 Urke MMI
1860
1861 2003-03-10 [paul]       0.8.10claws106
1862
1863         * src/gtk/about.c
1864           src/gtk/prefswindow.c
1865                 make some strings translatable
1866
1867 2003-03-10 [darko]      0.8.10claws105
1868
1869         * src/compose.c
1870                 code cleanup to make Hiro happy
1871
1872 2003-03-10 [paul]       0.8.10claws104
1873
1874         * sync with 0.8.11cvs2
1875                 see ChangeLog 2003-03-10
1876
1877 2003-03-09 [melvin]     0.8.10claws103
1878
1879         * src/textview.c
1880                 textview_set_font(): fix for message display in
1881                 UTF-8 locales (thanks to Sergey Vlasov).
1882                 (was unintentionnaly reverted in 0.8.6claws6)   
1883
1884 2003-03-08 [darko]      0.8.10claws102
1885
1886         * src/compose.c
1887                 fix infinite loop in wrapping as reported
1888                 by happycactus
1889                 obsoletes patch #696482
1890
1891 2003-03-08 [christoph]  0.8.10claws101
1892
1893         * src/imap.c
1894                 add workaround for IMAP servers that do not
1895                 support the "UID SEARCH UID" command
1896
1897 2003-03-07 [christoph]  0.8.10claws100
1898
1899         * src/plugins/spamassassin/spamassassin.[ch]
1900         * src/plugins/spamassassin/spamassassin_gtk.c
1901                 code cleanup
1902
1903 2003-03-07 [paul]       0.8.10claws99
1904
1905         * po/es.po
1906                 updated Spanish translation, submitted by
1907                 Ricardo Mones Lastra
1908
1909 2003-03-07 [christoph]  0.8.10claws98
1910
1911         * src/send.c
1912                 fix in 0.8.10claws94 was wrong
1913                 local delivery does not require escaping, remove escaping
1914                 code to make signatures of mails with "." lines valid
1915                 
1916                 NOTE: requires that sendmail is executed with "-i" option,
1917                       what is the default now, but has to be changed in all
1918                       exsiting accounts)
1919
1920 2003-03-07 [paul]       0.8.10claws97
1921
1922         * sync with 0.8.11 release
1923                 see ChangeLog 2003-03-07
1924
1925 2003-03-06 [paul]       0.8.10claws96
1926
1927         * src/compose.c
1928                 revert commit 0.8.10claws92
1929
1930 2003-03-06 [paul]       0.8.10claws95
1931
1932         * src/folderview.c
1933                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1934
1935         * src/gtkaspell.c
1936                 fix bug 74, 'Crash opening editor window with pseudo-color
1937                 display'
1938                 
1939         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1940
1941 2003-03-06 [christoph]  0.8.10claws94
1942
1943         * src/send.c
1944                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1945                 all lines starting with a period get an extra period
1946                 inserted
1947                 (found by Simon 'corecode' Schubert)
1948
1949 2003-03-06 [paul]       0.8.10claws93
1950
1951         * src/folderview.c
1952                 if configured font can't be loaded fall back to gtk
1953                 default. (with thanks to Christoph)
1954                 
1955                 closes long-standing bug 15 'Crashes on startup'
1956
1957 2003-03-06 [paul]       0.8.10claws92
1958
1959         * src/compose.c
1960                 freeze text before autosave and thaw afterwards
1961                 fixes bug 67 'autosave make re-rediting message crazy'
1962
1963 2003-03-06 [christoph]  0.8.10claws91
1964
1965         * src/compose.c
1966                 ignore address comment in dupe check for Cc-list
1967
1968         (closes reopened bug 47 Replying to message strips name part of
1969          e-mail addresses of Cc: lines)
1970
1971 2003-03-06 [paul]       0.8.10claws90
1972
1973         * src/Makefile.am
1974                 remove reference to gtkxtext.h as its no longer in
1975                 the repository
1976
1977 2003-03-06 [paul]       0.8.10claws89
1978
1979         * sync with 0.8.10cvs25
1980                 see ChangeLog 2003-03-06
1981
1982 2003-03-06 [oliver]     0.8.10claws88
1983         
1984         * src/messageview.c
1985                 remove include
1986
1987 2003-03-06 [oliver]     0.8.10claws87
1988         
1989         * src/folderview.c 
1990                 remove changes introduced inclaws74
1991         * src/messageview.c
1992                 another attempt to sanely delete and update
1993                 messages deleted in separate messageview
1994
1995 2003-03-05 [christoph]  0.8.10claws86
1996
1997         * src/summaryview.c
1998                 check if "From" matches any account's address if
1999                 addressbook completion of addresses is disabled too
2000
2001         (closes Bug 70 "Display recipient in from" doesn't check
2002          folder's default account)
2003
2004 2003-03-05 [christoph]  0.8.10claws85
2005
2006         * src/compose.c
2007         * src/common/utils.[ch]
2008                 don't strip address comments when building Cc lists
2009
2010         (closes Bug 47 Replying to message strips name part of e-mail addresses
2011          of Cc: lines)
2012
2013         * src/folder.c
2014                 fix return value of copy function
2015
2016 2003-03-05 [christoph]  0.8.10claws84
2017
2018         * src/imap.c
2019                 don't ask imap server for non rfc822 headers
2020
2021         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2022
2023         * src/imap.c
2024                 destroy session on socket error to allow reconnecting
2025
2026 2003-03-05 [christoph]  0.8.10claws83
2027
2028         * configure.ac
2029                 fix building with gnome when no prefix is set
2030
2031         (closes bug 66 Gnome directory is set to NONE)
2032
2033 2003-03-05 [paul]       0.8.10claws82
2034
2035         * sync with 0.8.10cvs23
2036                 see ChangeLog 2003-03-05
2037
2038 2003-03-04 [christoph]  0.8.10claws81
2039
2040         * src/folder.c
2041                 o fix moving and copying when folder returns 0 for new
2042                   message number
2043                 o remove some code for single message copy and move
2044                   operations and use functions for multiple messages
2045
2046         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2047
2048         * src/news.c
2049                 remove unused include
2050
2051 2003-03-04 [paul]       0.8.10claws80
2052
2053         * src/gtk/about.c
2054                 list 'Compiled plugins'
2055
2056 2003-03-03 [christoph]  0.8.10claws79
2057
2058         * src/news.[ch]
2059                 have to multiply the percentage of the current fetch with
2060                 the percentage that it has of the total fetch operation
2061                 for correct values
2062
2063 2003-03-03 [christoph]  0.8.10claws78
2064
2065         * src/news.c
2066                 fix calculation of expected lines for progress indicator
2067
2068 2003-03-03 [christoph]  0.8.10claws77
2069
2070         * src/summaryview.c
2071         * src/common/utils.c
2072                 fix segfault when opening the root news folder
2073
2074 2003-03-03 [christoph]  0.8.10claws76
2075
2076         * src/mainwindow.[ch]
2077         * src/common/Makefile.am
2078         * src/common/progressindicator.[ch]
2079                 add UI independent progress indicator handling
2080
2081         * src/news.[ch]
2082                 use new progress indicator for message info fetching
2083
2084         * src/common/hooks.h
2085                 code cleanup
2086
2087 2003-03-03 [oliver]     0.8.10claws75
2088
2089         * src/toolbar.c
2090         * src/compose.c
2091                 removed commented code
2092
2093 2003-03-03 [oliver]     0.8.10claws74
2094
2095         * src/toolbar.[ch]
2096                 cleanups and refactoring
2097         * src/compose.[ch]
2098                 compose_reply_mode reply & forwarding interface for
2099                 toolbar buttons
2100         * src/folderview.c
2101                 act on messages marked for deletion in folderview_selected
2102                 based on prefs_common.immediate_exec since a message might 
2103                 have been deleted by messageview in a folder we are changing 
2104                 to (does anybody understand what I'm on about ?)
2105
2106 2003-03-03 [oliver]     0.8.10claws73
2107         
2108         * src/messageview.[ch]
2109                 new functions
2110                 - messageview_delete: delete message shown in messagview
2111                 - messageview_update_view: update messageview to currently 
2112                   selected summaryview message
2113                 - add separate messageview to msgview_list in order to update 
2114                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2115         * src/summaryview.[ch]
2116                 summary_get_selection returns a list of selected msgs
2117                 in summaryview
2118         * src/mainwindow.c
2119                 toolbar reply refactoring
2120
2121 2003-03-03 [paul]       0.8.10claws72
2122
2123         * sync with 0.8.10cvs21
2124                 see ChangeLog 2003-03-03
2125
2126 2003-03-02 [christoph]  0.8.10claws71
2127
2128         * src/common/passcrypt.c
2129                 use POSIX includes
2130
2131 2003-03-02 [christoph]  0.8.10claws70
2132
2133         * configure.ac
2134         * src/prefs_account.c
2135         * src/prefs_gtk.[ch]
2136         * src/common/.cvsignore
2137         * src/common/Makefile.am
2138         * src/common/passcrypt.c                ** NEW **
2139         * src/common/passcrypt.h.in             ** NEW **
2140                 Implement password encryption in config files
2141                 using unix encrypt and setkey functions. The crypt
2142                 key can be set as a configure parameter. Old
2143                 passwords will be converted if they do not begin
2144                 with '!'
2145
2146 2003-03-02 [paul]       0.8.10claws69
2147
2148         * src/prefs_account.c
2149                 fix compile error
2150
2151 2003-03-01 [thorsten]   0.8.10claws68
2152
2153         * po/el.po
2154           po/hr.po
2155           po/it.po
2156           po/nl.po
2157           po/sr.po
2158           po/sv.po
2159                 corrected format strings
2160         * po/en_GB.po
2161                 corrected headers
2162                 (fix compile errors with GNU gettext-0.11.5)
2163
2164 2003-03-01 [oliver]     0.8.10claws67
2165
2166         * src/summaryview.c
2167                 menu callbacks call toolbar_menu_reply
2168
2169 2003-03-01 [oliver]     0.8.10claws66
2170
2171         * src/mainwindow.c
2172         * src/messageview.c
2173                 menu callbacks call toolbar_menu_reply
2174         * src/toolbar.[ch]
2175                 callbacks from menu handled by toolbar_menu_reply
2176
2177 2003-03-01 [paul]       0.8.10claws65
2178
2179         * src/addressbook.c
2180                 revert commit 0.8.10claws54 - breaks editing of
2181                 addressbook.
2182                 
2183         * po/bg.po
2184                 update Bulgarian translation, submitted by
2185                 George Danchev
2186
2187 2003-02-28 [christoph]  0.8.10claws64
2188
2189         * src/account.c
2190         * src/addressadd.c
2191         * src/compose.c
2192         * src/gtkaspell.c
2193         * src/gtkxtext.h                ** REMOVE **
2194         * src/imap.c
2195         * src/matcher.[ch]
2196         * src/mh.c
2197         * src/news.c
2198         * src/pine.c
2199         * src/prefs_common.c
2200         * src/prefs_matcher.c
2201         * src/procheader.[ch]
2202         * src/procmsg.[ch]
2203         * src/toolbar.c
2204         * src/common/ssl_certificate.c
2205         * src/gtk/colorlabel.c
2206         * src/gtk/menu.c
2207                 o fix warnings
2208                 o remove code obsoleted by new cache and folder system rework
2209
2210 2003-02-28 [oliver]     0.8.10claws63
2211         
2212         * src/toolbar.[ch]
2213                 * fix bug where reply in Messageview replied to 
2214                 Message displayed in summaryview
2215                 (reportedd via ML by chinatinte at gmx dot ch)
2216                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2217                 didn't work in separate MessageView Toolbar
2218                 (wondering if anybody uses this at all ?)
2219         * src/summaryview.[ch]
2220                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2221                 (generalize reply and forward code);
2222         * src/messageview.c 
2223                 remove focus_in event which updated summaryview to messageview
2224
2225 2003-02-28 [paul]       0.8.10claws62
2226
2227         * po/Makefile.in.in
2228                 add the --check option
2229                 Patch submitted by Ricardo Mones Lastra
2230
2231 2003-02-28 [paul]       0.8.10claws61
2232
2233         * src/prefs_account.c
2234                 re-order 'Signature' items
2235
2236 2003-02-28 [paul]       0.8.10claws60
2237
2238         * sync with 0.8.10cvs20
2239                 see ChangeLog 2003-02-28
2240
2241 2003-02-28 [paul]       0.8.10claws59
2242
2243         * po/POTFILES.in
2244                 update to reflect recent movement of files
2245
2246 2003-02-28 [paul]       0.8.10claws58
2247
2248         * sync with 0.8.10cvs19
2249                 see ChangeLog 2003-02-28
2250
2251 2003-02-27 [martin]     0.8.10claws57
2252
2253         * src/prefs_matcher.c 
2254                 fix segfault in prefs_matcher_ok() when the
2255                 last entry is deleted and prevents that the
2256                 message "entry not saved" comes up after deleting
2257                 an entry
2258
2259 2003-02-27 [martin]     0.8.10claws56
2260
2261         * src/prefs_filtering.c 
2262                 fix segfault in prefs_filtering_ok() when the
2263                 last entry is deleted and prevents that the
2264                 message "entry not saved" comes up after deleting
2265                 an entry
2266
2267 2003-02-27 [paul]       0.8.10claws55
2268
2269         * sync with 0.8.10cvs18
2270                 see ChangeLog 2003-02-27
2271
2272 2003-02-27 [paul]       0.8.10claws54
2273
2274         * src/addressbook.c
2275                 fix bug where the address book crashes with 
2276                 multiple lookups.
2277                 Patch [687729] submitted by David Frager 
2278                 <dbfrager@users.sourceforge.net>
2279
2280 2003-02-25 [christoph]  0.8.10claws53
2281
2282         * src/Makefile.am
2283         * src/colorlabel.[ch]           ** REMOVE **
2284         * src/gtk/Makefile.am
2285         * src/gtk/colorlabel.[ch]       ** NEW **
2286                 move colorlabel files to gtk directory
2287
2288         * src/esmtp.[ch]                ** REMOVE **
2289                 has been merged into smtp.[ch] in 0.7.5
2290
2291 2003-02-25 [christoph]  0.8.10claws52
2292
2293         * src/Makefile.am
2294         * src/about.[ch]                ** REMOVE **
2295         * src/gtk/Makefile.am
2296         * src/gtk/about.[ch]            ** NEW **
2297                 move about files to gtk directory
2298
2299 2003-02-25 [christoph]  0.8.10claws51
2300
2301         * src/folder.c
2302                 some code optimization of folder scanning code
2303
2304         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2305
2306 2003-02-25 [christoph]  0.8.10claws50
2307
2308         * src/main.c
2309         * src/common/sylpheed.c
2310                 add command line parameter parsing to common code
2311
2312 2003-02-24 [christoph]
2313
2314         * Makefile.am
2315         * configure.ac
2316                 fix gnome prefix problems, the configure script now removed
2317                 `gnome-config --prefix` from `gnome-config --datadir`
2318                 and adds $(prefix} instead
2319
2320         (closes Bug 24 Makefile does not respect prefix when installing
2321          GNOME data)
2322
2323 2003-02-24 [christoph]  0.8.10claws49
2324
2325         * src/news.c
2326                 check for valid session before trying to authenticate
2327
2328         (closes Bug 60 crash if "authenticate on logon" is activated
2329          and newsserver-hostname is not valid)
2330
2331 2003-02-24 [melvin]     0.8.10claws48
2332
2333         * src/prefs_actions.c
2334                 Make sure all user's input is sent to the action and then
2335                 close the socket..
2336
2337 2003-02-23 [alfons]     0.8.10claws46
2338
2339         * src/summaryview.c
2340                 also wait cursor when deleting files
2341
2342 2003-02-23 [paul]
2343
2344         * tools/freshmeat_search.pl
2345           tools/google_search.pl
2346                 scripts should now work for any browser/browser command line
2347
2348 2003-02-22 [christoph]  0.8.10claws45
2349
2350         * src/procmsg.c
2351                 fix IMAP flag setting, IMAP flag is not handled correctly
2352                 anymore by the folder system and information about the
2353                 folder should not be saved in the MsgInfo (in my opinion)
2354
2355         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2356
2357 2003-02-22 [christoph]  0.8.10claws44
2358
2359         * src/summaryview.c
2360                 fix spelling of "label" ;-)
2361
2362 2003-02-22 [thorsten]   0.8.10claws43
2363
2364         * src/mimeview.c
2365           src/prefs_common.[ch]
2366           src/procmime.[ch]
2367                 do not use description as attachment name
2368
2369 2003-02-22 [alfons]     0.8.10claws42
2370
2371         * src/summaryview.c
2372                 freeze/thaw folder item updates when changing color labels,
2373                 and put a wait cursors on
2374
2375 2003-02-22 [thorsten]   0.8.10claws41
2376
2377         * src/mimeview.c
2378                 save-all fixes: crash if invoked on multipart container,
2379                 mimeinfo access, pathseparators, error dialog
2380
2381 2003-02-21 [alfons]     0.8.10claws40
2382
2383         * src/prefs_gtk.c
2384                 remove unused var
2385
2386 2003-02-21 [colin]      0.8.10claws39
2387
2388         * src/send.c
2389                 Fix smtp logging
2390
2391 2003-02-21 [colin]      0.8.10claws38
2392
2393         * src/summaryview.c
2394                 Freeze/thaw folderItem updates when filtering messages 
2395                 via Tools/Filter messages
2396
2397 2003-02-21 [paul]       0.8.10claws37
2398
2399         * src/compose.c
2400                 revert commit 0.8.10claws26, there are ulterior motives
2401                 for users to set a Reply-To header when posting to
2402                 newsgroups
2403
2404 2003-02-21 [paul]       0.8.10claws36
2405
2406         * sync with 0.8.10cvs17
2407                 see ChangeLog 2003-02-21
2408
2409 2003-02-20 [christoph]  0.8.10claws35
2410
2411         * src/imap.c
2412                 IMAP UID fetch speedup using SEARCH
2413
2414         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2415
2416         * src/imap.c
2417                 fix problem with UIDs in IMAP UID cache that no longer existed
2418
2419 2003-02-20 [christoph]  0.8.10claws34
2420
2421         * src/imap.c
2422         * src/procheader.c
2423         * src/procheader.h
2424                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2425
2426         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2427
2428         * src/imap.c
2429                 Rewrite imap_cmd_gen_recv use sock_getline instead
2430                 of sock_gets to avoid problems with too long reply
2431                 lines
2432     
2433 2003-02-20 [colin]      0.8.10claws33
2434         
2435         * src/prefs_account.c
2436                 Better wording
2437
2438 2003-02-20 [colin]      0.8.10claws32
2439
2440         * src/compose.c
2441                 Remove useless '&& !to_sender' 
2442
2443 2003-02-20 [darko]
2444
2445         * AUTHORS
2446                 change my e-mail address
2447
2448 2003-02-19 [colin]      0.8.10claws31
2449
2450         * src/prefs_common.c
2451                 X11 style colors for every configurable color
2452
2453 2003-02-19 [alfons]     0.8.10claws30
2454
2455         * src/prefs_gtk.[ch]
2456         * src/prefs_common.c
2457                 for color_new accept both plain integers and X11 style color
2458                 names (as found in /usr/lib/X11/rgb.txt)
2459
2460 2003-02-19 [paul]       0.8.10claws29
2461
2462         * src/mainwindow.c
2463                 add tooltips to online/offline button and account selector
2464                 button
2465
2466 2003-02-19 [paul]       0.8.10claws28
2467
2468         * src/folder.c
2469           src/news.c
2470           src/prefs_account.[ch]
2471           src/prefs_common.[ch]
2472                 move 'Maximum number of articles to download' to
2473                 account prefs.
2474                 clean up account prefs gui a little by hiding entries
2475                 rather then greying out entries
2476
2477 2003-02-19 [hiro]       0.8.10claws27
2478
2479         * src/common/utils.c
2480                 fix bug #54 'yesterdays date is displayed in the message 
2481                 summary window'
2482
2483 2003-02-19 [paul]       0.8.10claws26
2484
2485         * src/compose.c
2486                 fix bug reported in Feature Request [688596] 
2487                 'Reply-to header in news'
2488
2489 2003-02-18 [paul]       0.8.10claws25
2490
2491         * src/select-keys.c
2492                 add a 'List all keys' button to key selection dialog
2493
2494 2003-02-18 [colin]      0.8.10claws24
2495         
2496         * src/stock_pixmap.c
2497                 fix compile error
2498
2499 2003-02-18 [colin]      0.8.10claws23
2500
2501         * src/common/smtp.[ch]
2502           src/prefs_account.c
2503                 Try to starttls if it seems to be the only
2504                 way to authenticate a user
2505
2506 2003-02-18 [paul]       0.8.10claws22
2507
2508         * src/Makefile.am
2509           src/folderview.c
2510           src/stock_pixmap.[ch]
2511           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2512           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2513                 as a Drafts folder is a special folder allow it to have
2514                 its own unique icons
2515
2516 2003-02-18 [colin]      0.8.10claws21
2517
2518         * src/imap.c
2519                 Fix port selection when using starttls
2520
2521 2003-02-18 [paul]       0.8.10claws20
2522
2523         * src/mainwindow.c
2524           src/prefs_common.[ch]
2525                 make blue the default new mail colour
2526
2527 2003-02-18 [paul]       0.8.10claws19
2528
2529         * sync with 0.8.10cvs14
2530                 see ChangeLog 2003-02-18
2531
2532 2003-02-17 [jens]       0.8.10claws18
2533
2534         * src/common/md5.c
2535                 fixed a compile problem with gcc 3.3
2536                 works on 2.95.3 too (testet on PPC as it is big endian)
2537
2538 2003-02-17 [paul]       0.8.10claws17
2539
2540         * sync with 0.8.10cvs13
2541                 see ChangeLog 2003-02-17
2542
2543 2003-02-17 [paul]       0.8.10claws16
2544
2545         * sync with 0.8.10cvs12
2546                 see ChangeLog 2003-02-17
2547
2548 2003-02-16 [match]      0.8.10claws15
2549
2550         * src/addressbook.c
2551                 Eliminates reloading of address data when items
2552                 deleted or added. Applied submitted by
2553                 Luke Plant <lukeplant@softhome.net>
2554
2555 2003-02-16 [paul]       0.8.10claws14
2556
2557         * src/news.c
2558                 when a 'protocol error' is encountered disconnect from
2559                 the server. This means that the user can carry on viewing
2560                 other articles and doesn't have to either wait until the
2561                 server timesout or quit sylpheed.
2562                 Fixes bug #53 'Unable to read messages in newsgroups, 
2563                 displayed message doesn't change'
2564
2565 2003-02-15 [christoph]  0.8.10claws13
2566
2567         * src/imap.c
2568                 fix bug that stopped scanning of folders when an
2569                 IMAP folder was empty
2570
2571         (closes bug 46 stop scan messages in folders after empty folder)
2572
2573 2003-02-15 [paul]
2574
2575         * tools/Makefile.am
2576           tools/README
2577           tools/freshmeat_search.pl     ** NEW FILE **
2578           tools/google_search.pl        ** NEW FILE **
2579                 Add 2 Actions scripts which search freshmeat/google
2580                 for the selected text using the browser configured
2581                 in sylpheedrc.
2582                 
2583         Note: These scripts are very dependent on the format of the
2584         browser command and may not work on every occasion. Testing
2585         is welcome. 
2586
2587 2003-02-14 [alfons]     0.8.10claws12
2588
2589         * src/compose.c
2590                 fix breakage because of uninitialized account pointer.
2591                 please verify.
2592
2593 2003-02-14 [paul]       0.8.10claws11
2594
2595         * src/compose.c
2596           src/prefs_account.[ch]
2597           src/prefs_common.[ch]
2598                 move signature settings to Account Prefs
2599
2600 2003-02-14 [paul]       0.8.10claws10
2601
2602         * sync with 0.8.10cvs11
2603                 see ChangeLog 2003-02-14
2604
2605 2003-02-13 [thorsten]   0.8.10claws9
2606
2607         * src/news.c
2608                 revert news progressbar (GUI separation)
2609
2610 2003-02-13 [paul]       0.8.10claws8
2611
2612         * src/compose.c
2613                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2614                 paragraph 1
2615
2616 2003-02-13 [paul]       0.8.10claws7
2617
2618         * src/compose.[ch]
2619           src/summaryview.c
2620                 fix 'Follow-up and Reply-to' so that it creates a reply to
2621                 the newsgroup and the sender. If the message has the keyword
2622                 'poster' in the Followup-To header, all replies go to the
2623                 sender, re: RFC 1036, Section 2.2.3
2624                 rename all instances of 'ignore_replyto' to 'to_sender', both
2625                 were previously used, now we use just one.
2626
2627 2003-02-13 [paul]       0.8.10claws6
2628
2629         * sync with 0.8.10cvs9
2630                 see ChangeLog 2003-02-13
2631
2632 2003-02-13 [paul]       0.8.10claws5
2633
2634         * configure.ac
2635                 show which plugins are configured in the configure
2636                 output.
2637
2638 2003-02-12 [thorsten]   0.8.10claws4
2639
2640         * src/news.c
2641                 show progress while fetching news headers
2642
2643 2003-02-12 [christoph]  0.8.10claws3
2644
2645         * configure.ac
2646         * src/plugins/Makefile.am
2647                 use AM_CONDITIONAL to enable plugins, automake correctly
2648                 manages this when creating distdir
2649
2650 2003-02-12 [christoph]  0.8.10claws2
2651
2652         * ac/spamassassin.m4
2653         * src/plugins/spamassassin/Makefile.am
2654                 fix building SpamAssassin plugin without OpenSSL
2655
2656 2003-02-12 [paul]       0.8.10claws1
2657
2658         * ac/Makefile.am
2659           src/Makefile.am
2660           src/plugins/Makefile.am
2661                 fix failure of 'make release'
2662
2663 2003-02-12 [paul]       0.8.10claws
2664
2665         * 0.8.10claws released
2666
2667 2003-02-12 [paul]       0.8.9claws56
2668
2669         * po/bg.po
2670           po/es.po
2671           po/it.po
2672           po/ru.po
2673           po/sr.po
2674                 updated translations by George Danchev, Ricardo Mones Lastra,
2675                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2676                 
2677         * sylpheed.spec.in
2678                 Allow the building of RPMs by a regular user. Submitted
2679                 by Sergei Astanin
2680
2681 2003-02-11 [alfons]     0.8.9claws55
2682
2683         * src/colorlabel.c
2684                 don't use pixmaps for label color rect but draw rectangles
2685                 so we can respect the color map of palette based visuals
2686                 (fixes the long time crashes on Suns - thanks to Andreas
2687                 Engel and Steve O'Hara-Smith for testing)
2688
2689 2003-02-11 [christoph]  0.8.9claws54
2690
2691         * src/matcher_parser_parse.y
2692                 correct bug where filering rules of not existing folders in
2693                 matcherrc were added to global filtering
2694                 
2695         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2696          main filter-rules after removing directory, http://bugs.debian.org/180253)
2697         
2698 2003-02-11 [paul]       0.8.9claws53
2699
2700         * sync with 0.8.10cvs7
2701                 see ChangeLog 2003-02-09
2702
2703 2003-02-11 [melvin]     0.8.9claws52
2704
2705         * po/fr.po
2706                 Updated French tranlsations
2707
2708 2003-02-10 [paul]       0.8.9claws51
2709
2710         * sylpheed.spec.in
2711                 correct --enable-openssl
2712                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2713
2714 2003-02-09 [martin]     0.8.9claws50
2715
2716         * src/prefs_matcher.c
2717                 fix segfault in prefs_matcher_substitute_cb() when
2718                 no row is selected
2719
2720 2003-02-09 [paul]       0.8.9claws49
2721
2722         * src/folderview.c
2723                 fix bug where a newsgroup folder's processing rules were
2724                 merged with the global filtering rules when the newsgroup
2725                 folder was deleted, causing some seriously bad results,
2726                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2727
2728 2003-02-08 [melvin]     0.8.9claws48
2729
2730         * src/compose.c
2731                 Corrected and modified an alert message.
2732
2733 2003-02-07 [paul]       0.8.9claws47
2734
2735         * src/folderview.c
2736                 fix bug where both an 'Account properties' window and a
2737                 'Folder properties' window were opened when clicking on
2738                 'Properties' in an NNTP or IMAP folder's popup menu.
2739
2740 2003-02-07 [paul]       0.8.9claws46
2741
2742         * sync with 0.8.10cvs6
2743                 see ChangeLog 2003-02-06
2744
2745 2003-02-06 [christoph]  0.8.9claws45
2746
2747         * src/mbox.c
2748                 freeze folder updates while importing mbox files
2749                 (closes bug 43 importing mbox took hours)
2750                 
2751         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2752
2753 2003-02-06 [thorsten]   0.8.9claws44
2754
2755         * po/de.po
2756                 Updated german translations
2757
2758 2003-02-06 [thorsten]   0.8.9claws43
2759
2760         * src/news.h
2761                 use guint for message numbers (fix count in grouplist dialog)
2762
2763 2003-02-05 [paul]       0.8.9claws42
2764
2765         * sync with 0.8.10cvs2
2766                 see ChangeLog 2003-02-05
2767
2768 2003-02-04 [colin]      0.8.9claws41
2769
2770         * src/prefs_common.[ch]
2771           src/procmsg.c
2772           src/summaryview.c
2773                 Add an option to disable threading by subject
2774
2775 2003-02-04 [christoph]  0.8.9claws40
2776
2777         * src/inc.c
2778                 only abort fetching mails from multiple accounts when the
2779                 error is fatal and does not allow to check any more accounts
2780                 (currently only disk full error)
2781
2782         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2783          receive mails for other accouts)
2784
2785 2003-02-04 [christoph]  0.8.9claws39
2786
2787         * src/folder.c
2788                 first add the new message to the cache, then
2789                 send the update notification
2790
2791         (closes bug 39 after sending message folderview doesnt get updated)
2792
2793 2003-02-04 [colin]      0.8.9claws38
2794
2795         * src/inc.c
2796                 _really_ fix this Connecting... status
2797
2798 2003-02-04 [paul]       0.8.9claws37
2799
2800         * sync with 0.8.10
2801                 see ChangeLog 2003-02-04
2802
2803 2003-02-04 [paul]       0.8.9claws36
2804
2805         * sync with 0.8.9cvs6
2806                 see ChangeLog 2003-02-03
2807
2808 2003-02-04 [paul]       0.8.9claws35
2809
2810         * po/pt_BR.po
2811                 updated by André Filipe de Assunção e Brito 
2812                 <bedecko@netsite.com.br>
2813
2814 2003-02-03 [thorsten]   0.8.9claws34
2815
2816         * po/de.po
2817                 Updated german translations
2818
2819 2003-02-02 [paul]       0.8.9claws33
2820
2821         * po/es.po
2822                 updated by Ricardo Mones Lastra
2823
2824 2003-02-02 [thorsten]   0.8.9claws32
2825
2826         * src/mh.c
2827                 Fix mh_get_msginfo() segfault if file is inaccessible
2828
2829 2003-01-31 [colin]      0.8.9claws31
2830
2831         * src/procheader.c
2832                 Fix last commit's bug
2833
2834 2003-01-31 [colin]      0.8.9claws30
2835
2836         * src/procheader.c
2837                 Missing a change for gpg-signed messages
2838
2839 2003-01-31 [paul]       0.8.9claws29
2840
2841         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2842           src/procheader.c
2843           src/stock_pixmap.[ch]
2844           src/summaryview.c
2845                 indicate GnuPG signed messages by displaying an icon
2846                 in the Attachment column.
2847
2848 2003-01-31 [paul]       0.8.9claws28
2849
2850         * sync with 0.8.9cvs4
2851                 see ChangeLog 2003-01-31
2852
2853 2003-01-31 [alfons]     0.8.9claws27
2854
2855         * src/textview.c
2856                 tune URI parser to accept mailto URLs with a '?'
2857                 (patch from Ruslan Balkin)
2858
2859 2003-01-31 [colin]      0.8.9claws26
2860
2861         * src/summaryview.c
2862                 Fix a leak introduced in claws24
2863
2864 2003-01-31 [colin]      0.8.9claws25
2865
2866         * src/summaryview.c
2867                 Freeze/Thaw folder updates when deleting dups
2868
2869 2003-01-31 [colin]      0.8.9claws24
2870         
2871         * src/addr_compl.c
2872           src/summaryview.c
2873           src/msgcache.c
2874                 little speed improvements
2875
2876 2003-01-31 [colin]      0.8.9claws23
2877
2878         * src/summaryview.c
2879                 Fix segfault when forwarding nothing
2880                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2881                 
2882 2003-01-30 [paul]       0.8.9claws22
2883
2884         * sync with 0.8.9cvs3
2885                 see ChangeLog 2003-01-30
2886
2887 2003-01-30 [paul]       0.8.9claws21
2888
2889         * sync with 0.8.9cvs2
2890                 see ChangeLog 2003-01-30
2891
2892 2003-01-29 [paul]       0.8.9claws20
2893
2894         * sync with 0.8.9cvs1
2895                 see ChangeLog 2003-01-29
2896
2897 2003-01-28 [paul]       0.8.9claws19
2898
2899         * po/POTFILES.in
2900                 update to reflect changes. 
2901                 thanks to Ricardo Mones Lastra
2902
2903 2003-01-27 [christoph]  0.8.9claws18
2904
2905         * ac/openssl.m4
2906         * ac/spamassassin.m4
2907         * src/plugins/spamassassin/README
2908         * src/plugins/spamassassin/libspamc.[ch]
2909         * src/plugins/spamassassin/utils.[ch]
2910                 updated to latest libspamc
2911
2912 2003-01-27 [christoph]  0.8.9claws17
2913
2914         * src/folder.c
2915                 fix wrong use of procheader_get_header_fields
2916
2917 2003-01-27 [christoph]  0.8.9claws16
2918
2919         * src/news.c
2920         * src/prefs_account.[ch]
2921         * src/common/nntp.[ch]
2922                 allow to force authentication for NNTP servers
2923
2924         Patch submitted by Florian Mickler <dmk@d-labs.de>
2925
2926 2003-01-26 [paul]       0.8.9claws15
2927
2928         * src/summaryview.c
2929                 speed up of marking messages as read
2930                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2931
2932 2003-01-26 [christoph]  0.8.9claws14
2933
2934         * src/Makefile.am
2935         * src/mgutils.[ch]              ** REMOVE **
2936         * src/xml.[ch]                  ** REMOVE **
2937         * src/xmlprops.[ch]             ** REMOVE **
2938         * src/common/Makefile.am
2939         * src/common/mgutils.[ch]       ** NEW **
2940         * src/common/xml.[ch]           ** NEW **
2941         * src/common/xmlprops.[ch]      ** NEW **
2942                 move xml files to common directory
2943
2944 2003-01-26 [christoph]  0.8.9claws13
2945
2946         * src/plugins/spamassassin/spamassassin_gtk.c
2947                 only set gtk entry text if string is available
2948
2949 2003-01-26 [melvin]     0.8.9claws12
2950
2951         * src/description_window.c
2952                 Allow resizing of the window
2953                 Allow automatic horizontal scroll bar
2954                 Do not vertically expand and fill
2955
2956 2003-01-26 [christoph]  0.8.9claws11
2957
2958         * src/Makefile.am
2959         * src/gtkutils.[ch]             ** REMOVE **
2960         * src/common/sylpheed.c
2961         * src/gtk/Makefile.am
2962         * src/gtk/description_window.c
2963         * src/gtk/gtkutils.[ch]         ** NEW **
2964         * src/gtk/prefswindow.c
2965                 move gtkutils to gtk directory
2966
2967 2003-01-26 [paul]       0.8.9claws10
2968
2969         * src/summaryview.c
2970                 rename summary_unread_clicked() to summary_status_clicked()
2971
2972 2003-01-26 [melvin]     0.8.9claws9
2973
2974         * src/prefs_actions.c
2975                 Cosmetical changes to the help text
2976
2977 2003-01-26 [paul]       0.8.9claws8
2978
2979         * src/folder.[ch]
2980           src/mainwindow.c
2981           src/prefs_common.c
2982           src/prefs_sumamry_column.c
2983           summaryview.[ch]
2984                 rename the 'Unread' column to 'Status'
2985
2986 2003-01-25 [match]      0.8.9claws7
2987
2988         * src/mgutils.[ch]
2989                 removed reference to LDAP constants. removed error2string.
2990                 included functions to support LDAP dynamic queries.
2991         * src/syldap.h
2992                 moved LDAP constants here.
2993         * src/addressbook.c
2994         * src/addrindex.c
2995         * src/importldif.c
2996                 removed references to LDAP constants and references to
2997                 error2string.
2998
2999 2003-01-25 [paul]       0.8.9claws6
3000
3001         * src/summaryview.c
3002                 summary_thread_build(), summary_thread_init(): remove 
3003                 unneeded reference to summaryview->folder_item
3004
3005 2003-01-25 [christoph]  0.8.9claws5
3006
3007         * src/gtk/description_window.c
3008                 o allow description texts to expand over multiple columns
3009                 o translate all columns
3010         * src/prefs_actions.c
3011                 change syntax description to use new multi column feature
3012
3013         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3014
3015 2003-01-25 [match]      0.8.9claws4
3016
3017         * src/vcard.c
3018                 fixed bug with Quoted-Printable
3019
3020 2003-01-25 [paul]       0.8.9claws3
3021
3022         * src/folder.[ch]
3023           src/summaryview.[ch]
3024                 implement per-folder collapsed/expanded threads setting
3025                 
3026         * src/prefs_common.c
3027                 remove global collapsed/expanded threads option
3028
3029 2003-01-25 [christoph]  0.8.9claws2
3030
3031         * po/POTFILES.in
3032                 add pluginwindow and prefswindow
3033         * src/compose.c
3034                 make send respond correctly to messages that could be added
3035                 to the queue folder, but the UID of the message is unknown
3036         * src/folder.c
3037         * src/imap.c
3038                 don't return guessed UIDs in imap_add_msg anymore. We return
3039                 0 to tell the folder system it was appened but the UID is
3040                 unknown. Folder system now get's the UID by scaning the folder
3041                 and searching the cache for the Message-ID
3042                 (closes bug #29 Messages queued, but not sent)
3043
3044 2003-01-25 [paul]       0.8.9claws1
3045
3046         * src/codeconv.c
3047                 conv_encode_header():  fix bug when long headers with 8-bit
3048                 characters are used, so that the encoded words are wrapped.
3049                 If the space in the original text falls on the wrap boundary,
3050                 it can be lost.
3051                 Patch by Sergey Vlasov.
3052                 
3053         * src/folderview.c
3054                  fix bug where a change to the sorting method or thread view
3055                  of a folder's messages is lost if simpify-subject is set and
3056                  toggled on or off.
3057                  Patch by Luke Plant.
3058
3059 2003-01-24 [paul]       0.8.9claws
3060
3061         * sylpheed-0.8.9claws released
3062         
3063         * Makefile.am
3064           sylpheed.spec.in
3065                 remove reference to 'INSTALL.jp'
3066
3067 2003-01-23 [paul]       0.8.8claws128
3068
3069         * po/es.po
3070           po/it.po
3071           po/ru.po
3072           po/sr.po
3073                 updated translations. submitted by Ricardo Mones Lastra,
3074                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3075
3076 2003-01-23 [colin]      0.8.8claws127
3077
3078         * src/compose.c
3079                 Fix drafted and queued news articles re-edition
3080
3081 2003-01-23 [melvin]     0.8.8claws126
3082
3083         * po/fr.po
3084                 Updated French translations
3085
3086 2003-01-23 [colin]      0.8.8claws125
3087
3088         * src/inc.c
3089                 Fix "Connecting to..." status message
3090
3091 2003-01-22 [paul]       0.8.8claws124
3092
3093         * po/bg.po
3094                 updated by George Danchev
3095                 
3096         * src/folder.c
3097                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3098                 and folder deletion
3099
3100 2003-01-21 [paul]       0.8.8claws123
3101
3102         * po/bg.po
3103                 updated by George Danchev
3104                 
3105         * src/about.c
3106                 its now 2003
3107                 
3108         * src/toolbar.c
3109                 don't translate 'Separator'
3110                 
3111         * src/plugins/spamassassin/Makefile.am
3112                 add aspell to CPPFLAGS
3113                 
3114         * src/plugins/spamassassin/spamassassin.c
3115           src/plugins/spamassassin/spamassassin_gtk.c
3116                 set correct default for spamassassin_receive_spam
3117                 slightly re-word descriptions and some
3118                 other minor changes
3119
3120 2003-01-19 [alfons]     0.8.8claws122
3121                 
3122         * src/mimeview.c
3123                 mimeview_save_as(): we might as well show the file name for
3124                 the single case "Save As" too
3125
3126 2003-01-19 [alfons]     0.8.8claws121
3127
3128         * src/crash.c
3129                 change bug tracker URL to bugzilla URL
3130
3131 2003-01-19 [alfons]     0.8.8claws120
3132
3133         * src/mimeview.c
3134                 mimeview_save_all(): display name of file before overwriting;
3135                 continue saving all, even when one overwrite was cancelled
3136
3137 2003-01-19 [christoph]  0.8.8claws119
3138
3139         * src/summaryview.c
3140         * src/procmsg.[ch]
3141                 fix wrong usage of procmsg_find_children in summaryview
3142                 by using procmsg_update_unread_children instead of
3143                 summaryview_update_unread_children
3144
3145 2003-01-19 [christoph]  0.8.8claws118
3146
3147         * src/procmsg.c
3148                 fix infinite loop in procmsg_find_children
3149                  (closes bug #25 sylpheed crashes on delete.)
3150
3151         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3152
3153 2003-01-19 [paul]       0.8.8claws117
3154
3155         * po/pt_BR.po
3156                 updated by Ivan Francolin Martinez
3157
3158 2003-01-18 [melvin]     0.8.8claws116
3159
3160         * src/prefs_actions.c
3161                 Removed syntax limitation of only one '&' at the end of command.
3162                         Now actions that contain '>/dev/null 2>&1' are possible.
3163
3164 2003-01-18 [melvin]     0.8.8claws115
3165
3166         * src/prefs_actions.c
3167                 Actions IO dialog: when the action ends
3168                 the "Close" button now has focus and [Escape] closes the
3169                 window.
3170
3171 2003-01-18 [christoph]  0.8.8claws114
3172
3173         * src/procmsg.c
3174                 o add debug output when MsgInfos are really freed
3175                 o free GSLists in procmsg_find_children and
3176                   procmsg_update_unread_children
3177
3178 2003-01-18 [christoph]  0.8.8claws113
3179
3180         * src/mainwindow.c
3181                 reorder Configuration menu
3182
3183 2003-01-18 [christoph]  0.8.8claws112
3184
3185         * src/compose.c
3186                 fix applying templates to forwarded messages
3187
3188         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3189
3190 2003-01-17 [christoph]  0.8.8claws111
3191
3192         * src/folder.c
3193                 destroy folder items, when a folder item is removed
3194
3195 2003-01-17 [christoph]  0.8.8claws110
3196
3197         * src/folder.c
3198                 fix wrong folder stats update when ignored message is
3199                 deleted
3200
3201 2003-01-17 [colin]      0.8.8claws109
3202         
3203         * src/mainwindow.c
3204         * src/summaryview.c
3205                 Quicksearch bugfixes: 
3206                 - hide help button at startup if not extended
3207                 - switch to extended when looking for replies
3208
3209 2003-01-17 [paul]
3210
3211         * sync with 0.8.9 release
3212
3213 2003-01-17 [paul]       0.8.8claws108
3214
3215         * sync with 0.8.8cvs11
3216                 see ChangeLog 2003-01-17
3217
3218 2003-01-16 [colin]      0.8.8claws107
3219
3220         * src/procmsg.c
3221                 Changed encryption test to re-ask passphrase
3222                 if an encrypted message hasn't been decrypted
3223                 Fixes bug #5
3224
3225 2003-01-16 [christoph]  0.8.8claws106
3226
3227         * src/prefs_gtk.c
3228         * src/prefs_toolbar.c
3229         * src/gtk/prefswindow.h
3230         * src/plugins/spamassassin/spamassassin_gtk.c
3231                 remove page destroy function that is not used anymore
3232
3233 2003-01-16 [paul]       0.8.8claws105
3234
3235         * sync with 0.8.8cvs9
3236                 see ChangeLog 2002-01-16
3237
3238 2003-01-16 [colin]      0.8.8claws104
3239
3240         * src/compose.[ch]
3241                 Fix bug with autosaved drafts for IMAP, when draft
3242                 folder is specified - fixes bugzilla bug #20
3243
3244 2003-01-15 [paul]       0.8.8claws103
3245
3246         * src/compose.[ch]
3247           src/procmsg.c
3248                 store folder and message-id of message forwarding
3249                 in queue header and set forward flag after sending
3250
3251 2003-01-15 [paul]       0.8.8claws102
3252
3253         * sync with 0.8.8cvs8
3254                 see ChangeLog 2002-01-15
3255
3256 2003-01-15 [colin]      0.8.8claws101
3257
3258         * src/Makefile.am
3259                 Fix linking with GNU libiconv
3260
3261 2003-01-15 [darko]      0.8.8claws100
3262
3263         * src/pine.c
3264                 fix crash when importing pine address book
3265                 entry with an empty name (reported by DY
3266                 <dybulk at tri8.net>)
3267
3268 2003-01-14 [paul]       0.8.8claws99
3269
3270         * configure.in  ** REMOVED **
3271           configure.ac  ** NEW FILE **
3272                 rename configure.in to configure.ac, as it is now
3273                 preferred
3274
3275 2003-01-14 [melvin]     0.8.8claws98
3276
3277         * src/folderview.c
3278                 folderview_check_new(): More precise function description
3279
3280 2003-01-14 [melvin]     0.8.8claws97
3281
3282         * src/folderview.c
3283                 folderview_check_new(): return the number of new messages 
3284                         since last check.
3285         * src/inc.c
3286                 inc_account_mail(): Disable counting of new messages for IMAP
3287                         and NNTP until bug [19] and [14] are fixed.
3288
3289 2003-01-14 [paul]       0.8.8claws96
3290
3291         * sync with 0.8.8cvs6
3292                 see ChangeLog 2003-01-14
3293
3294 2003-01-13 [alfons]     0.8.8claws95
3295
3296         * src/textview.c
3297                 tune email address validation (c. 0.8.8claws89): if . is 
3298                 just one char away from @, the address is invalid too 
3299                 (correctly rejects addresses like foo@.com)
3300
3301 2003-01-13 [paul]       0.8.8claws94
3302
3303         * src/messageview.c
3304           src/toolbar.c
3305                 fixes to the Message View toolbar and menu:
3306                 fix non-functioning Forward button
3307                 make Reply button consider default_reply_list
3308                 remove 'Follow-up...' menu entry
3309                 add 'Forward' and 'Redirect' menu entries
3310
3311 2003-01-13 [melvin]     0.8.8claws93
3312
3313         * src/inc.c
3314                 Fixed typo that could make new messages count incorrect.
3315
3316 2003-01-13 [melvin]     0.8.8claws92
3317
3318         * src/folderview.[ch]
3319                 folderview_check_new(): return the number of new messages.
3320         * src/inc.c
3321                 Should fix bug [14] where new mail notification worked 
3322                         incorrectly with IMAP accounts.
3323                 inc_spool_account(): return number of new msgs, or -1 on error
3324                 inc_all_spool(): return number of new msgs
3325                 
3326 2003-01-13 [melvin]     0.8.8claws91
3327
3328         * src/prefs_actions.c
3329                 Justify help text.
3330
3331 2003-01-12 [thorsten]   0.8.8claws90
3332
3333         * src/common/prefs.c
3334                 close file before rename
3335
3336 2003-01-12 [alfons]     0.8.8claws89
3337
3338         * AUTHORS
3339                 add Christian Mertes
3340         * src/common/utils.[ch]
3341                 g_stricase_hash(), g_stricase_equal(): functions for 
3342                 case insensitive hash tables
3343         * src/textview.c
3344                 use top level domain names to validate email address, based
3345                 on a patch by Christian Mertes (thanks!), but changed 
3346                 implementation to use a hash table 
3347
3348 2003-01-12 [paul]       0.8.8claws88
3349
3350         * po/bg.po
3351                 updated by George Danchev
3352
3353 2003-01-12 [alfons]     0.8.8claws87
3354
3355         * src/summaryview.c
3356                 delete / execute performance: use new style folder update
3357
3358 2003-01-12 [paul]       0.8.8claws86
3359
3360         * sync with 0.8.8cvs5
3361                 see ChangeLog 2003-01-13 (!)
3362
3363 2003-01-12 [alfons]     0.8.8claws85
3364
3365         * src/filtering.c
3366         * src/matcher_parser_parse.y
3367                 prepare change_score filtering action
3368         * src/matcher.[ch]
3369                 give up const-correctness on functions that call non-const-correct functions;
3370                 several casts to gpointer in g_free();
3371                 add change_score;
3372
3373 2003-01-12 [christoph]  0.8.8claws84
3374
3375         * src/compose.c
3376                 fix 2 warnings
3377
3378         * src/gtk/prefswindow.[ch]
3379         * src/plugins/spamassassin/spamassassin_gtk.c
3380                 changed the call of the widget create function
3381                 for PrefsPages, because sometimes the widget
3382                 create function needs a widget that already has
3383                 been attached to a window (to create GDK pixmaps
3384                 for exmaple). So we simply pass the GtkWindow as
3385                 the second parameter now.
3386
3387         * src/main.c
3388         * src/mainwindow.c
3389         * src/prefs_toolbar.[ch]
3390                 rewrite Toolbar Preferences using the new
3391                 prefs window
3392
3393 2003-01-11 [alfons]     0.8.8claws83
3394
3395         * src/addressadd.c
3396                 fix crash when adding sender to addressbook because status bar
3397                 isn't there (the status bar doesn't seem to be used though,
3398                 but I'll let Match decide what to do with it)
3399
3400 2003-01-11 [colin]      0.8.8claws82
3401
3402         * src/main.c
3403           src/toolbar.c
3404                 Two useless changes reversed
3405
3406 2003-01-11 [colin]      0.8.8claws81
3407
3408         * src/mainwindow.c
3409           src/mainwindow.h
3410                 Add mainwindow_get_mainwindow()
3411         * src/alertpanel.c
3412           src/alertpanel.h
3413                 Add alertpanel_error_log() 
3414         * src/compose.c
3415           src/inc.c
3416           src/messageview.c
3417           src/toolbar.c
3418           src/main.c
3419           src/procmsg.c
3420                 Network errors get a View Log button
3421
3422 2003-01-10 [alfons]     0.8.8claws80
3423
3424         * src/prefs_toolbar.c
3425         * src/toolbar.c
3426                 use the translatable string for "Separator" as file name for
3427                 separator toolbar items (probably make this uppercase?)
3428
3429 2003-01-10 [alfons]     0.8.8claws79
3430
3431         * src/prefs_toolbar.c
3432                 put right A_SEPARATOR description string in "displayed
3433                 toolbar items list" so manually added separators are
3434                 saved correctly (bug #10, "Adding a separator to the main 
3435                 toolbar fails, entry in xml file is wrong")
3436
3437 2003-01-10 [christoph]  0.8.8claws78
3438
3439         * src/imap.c
3440                 o fix warnings
3441                 o use CAPABILITY to check if NAMESPACE is available
3442
3443 2003-01-10 [christoph]  0.8.8claws77
3444
3445         * src/imap.[ch]
3446                 apply UIDPLUS IMAP extension support patch
3447
3448         Patch submitted by Simon 'corecode' Schubert
3449
3450 2003-01-10 [paul]       0.8.8claws76
3451
3452         * src/folderview.c
3453                 a sync from main which fixes the news account folders'
3454                 Properties bug
3455
3456 2003-01-10 [christoph]  0.8.8claws75
3457
3458         * src/folder.c
3459                 don't accept 0 as a valid uid returned by copy and move
3460                 functions. 0 means the message was copied or moved but the
3461                 new uid could not be fetched. It is not an error condition
3462                 for the copy or move operation.
3463
3464 2003-01-10 [paul]       0.8.8claws74
3465
3466         * src/prefs_filtering.c
3467                 change English used in Alert when entry is not
3468                 saved.
3469                 
3470         * sync with 0.8.8cvs4
3471                 see ChangeLog 2003-01-10
3472
3473 2003-01-10 [darko]      0.8.8claws73
3474
3475         * src/pine.c
3476                 fix crash when importing address book entry
3477                 without a valid address
3478
3479 2003-01-09 [alfons]     0.8.8claws72
3480
3481         * src/inc.c
3482                 filtering performance: use new style folder update
3483
3484 2003-01-09 [christoph]  0.8.8claws71
3485
3486         * src/compose.c
3487         * src/gtk/menu.[ch]
3488                 fix wrong selecting of mime encoding type, when
3489                 opening property dialog of attachments in the
3490                 compose window. 7bit was always selected and that
3491                 destoryed files with 8bit data.
3492                 (closes bug #9 Sylpheed-claws destroys attachments when
3493                  changing MIME-types)
3494
3495 2003-01-09 [paul]       0.8.8claws70
3496
3497         * sync with 0.8.8cvs3
3498                 see ChangeLog 2003-01-09
3499
3500 2003-01-08 [alfons]     0.8.8claws69
3501         
3502         * src/addressadd.c
3503                 apply patch by Kim Schulz to fix build breakage
3504                 because of missing variable
3505
3506 2003-01-08 [paul]       0.8.8claws68
3507
3508         * sync with 0.8.8cvs2
3509                 see ChangeLog 2002-01-08
3510
3511 2003-01-08 [paul]       0.8.8claws67
3512
3513         * po/it.po
3514                 updated by Alessandro Maestri
3515                 
3516         * src/addressadd.c
3517                 when using 'Add sender to addressbook' allow
3518                 name to be edited and remarks to be entered
3519                 Patch submitted by Luke Plant
3520
3521 2003-01-08 [darko]      0.8.8claws66
3522
3523         * README.claws, src/summaryview.c
3524                 fix description for marked messages
3525
3526 2003-01-08 [paul]
3527
3528         * tools/Makefile.am
3529           tools/launch_phoenix  ** NEW FILE **
3530                 add script that enables using Phoenix as the default
3531                 web browser. 
3532                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3533                 
3534         * tools/OOo2sylpheed.pl
3535                 remove full path to sylpheed executable, just 'sylpheed'
3536                 will do
3537                 
3538         * tools/README
3539                 add launch_phoenix informtion and re-arrange and compress
3540                 the data a little
3541
3542 2003-01-07 [christoph]  0.8.8claws65
3543
3544         * src/folder.c
3545                 fix update for source folder when moving messages
3546         * src/procmsg.[ch]
3547         * src/summaryview.c
3548                 use function to set to_folder for message infos and
3549                 automatically update the op_count for old and new
3550                 folder
3551
3552 2003-01-07 [melvin]     0.8.8claws64
3553
3554         * src/prefs_actions.c
3555                 Fixed bug where an '%p' Action on a displayed image crashed 
3556                         Sylpheed
3557                 Code clean up (get rid of duplicated code and removed unnecessary 
3558                                 structure member)
3559
3560 2003-01-07 [christoph]  0.8.8claws63
3561
3562         * src/compose.c
3563         * src/folder.[ch]
3564         * src/folderview.c
3565         * src/import.c
3566         * src/inc.c
3567         * src/main.c
3568         * src/mainwindow.c
3569         * src/messageview.c
3570         * src/prefs_folder_item.c
3571         * src/procmsg.c
3572         * src/summaryview.c
3573         * src/toolbar.c
3574                 o remove all folder update triggering from the UI code. The folder
3575                   system should know much better when a folder needs an update.
3576                 o to prevent multiple updates in a row the folder updates can be
3577                   frozen for some time.
3578
3579                 Note: - Please verify that no updates are missing
3580                       - Check where freeze/thaws should be added
3581
3582 2003-01-07 [christoph]  0.8.8claws62
3583
3584         * src/prefs_actions.c
3585                 don't translate empty strings
3586
3587         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3588
3589 2003-01-06 [christoph]  0.8.8claws61
3590
3591         * src/prefs_actions.c
3592                 mark strings for gettext
3593         * src/prefs_matcher.c
3594                 use new description window for Execute action and
3595                 match condition in Filtering
3596
3597         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3598
3599 2003-01-06 [alfons]     0.8.8claws60
3600
3601         keep myself inspired to re-organize matcher part 8; 
3602         yes, more to come (I need to move out the descriptive
3603         text for actions to matcher.c, or at least make it not
3604         depend on the wicked ordering)
3605
3606         * src/prefs_matcher.c
3607                 add documentation so others may comprehend the
3608                 UI part of the conditions
3609                 
3610 2003-01-06 [christoph]  0.8.8claws59
3611
3612         * src/prefs_actions.c
3613                 use new description window for syntax help
3614         * src/gtk/description_window.c
3615                 fix display of descriptions with column count != 2
3616
3617         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3618
3619 2003-01-06 [christoph]  0.8.8claws58
3620
3621         * src/quote_fmt.c
3622         * src/summaryview.[ch]
3623         * src/gtk/Makefile.am
3624         * src/gtk/description_window.[ch]       ** NEW **
3625                 use a generic window to display syntax descriptions
3626                 currently used in quote_fmt and summaryview (new description
3627                 for extended quick search)
3628
3629         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3630
3631 2003-01-06 [paul]       0.8.8claws57
3632
3633         * sync with 0.8.8cvs1
3634                 see ChangeLog 2003-01-06
3635
3636 2003-01-06 [christoph]  0.8.8claws56
3637
3638         * src/mainwindow.c
3639         * src/prefs_gtk.[ch]
3640         * src/gtk/prefswindow.[ch]
3641         * src/plugins/spamassassin/spamassassin_gtk.c
3642                 o remove page management from prefswindow, pages
3643                   will be an argument to prefswindow_open
3644                 o prefswindow_open gets a datapointer that is
3645                   passed to the widget_create function to allow
3646                   creation of prefswindow for specific items
3647
3648 2003-01-06 [colin]      0.8.8claws55
3649         
3650         * src/summaryview.c
3651                 We don't want regexp in the reply-finder, 
3652                 because MIDs can contain !,$,. and so on
3653
3654 2003-01-06 [jens]       0.8.8claws54
3655
3656         * src/jpilot.c
3657                 fixed a wrong free in jpilot_read_db_files
3658
3659 2003-01-06 [alfons]     0.8.8claws53
3660
3661         re-organize matcher part 8; more to come
3662        
3663         * src/matcher.c
3664                 matcherprop_to_string(): put g_free()s before the
3665                 switch-case break to fix memleaks                
3666
3667 2003-01-06 [colin]      0.8.8claws52
3668
3669         * src/summaryview.c
3670                 cleanup & reply-finder now displays the first 
3671                 matching message
3672
3673 2003-01-05 [alfons]     0.8.8claws51
3674
3675         re-organize matcher part 7; more to come
3676
3677         * src/matcher.[ch]
3678                 fixes for constant correctness;
3679                 more documentation;
3680
3681 2003-01-05 [alfons]     0.8.8claws50
3682
3683         re-organize matcher part 6; more to come
3684         
3685         * src/matcher.[ch]
3686                 fixes for constant correctness;
3687                 more documentation;
3688         * src/filtering.c
3689                 fix for constant correctness
3690
3691 2003-01-05 [colin]      0.8.8claws49
3692
3693         * src/account.[ch]
3694                 Add account_get_reply_account function
3695         * src/compose.c
3696                 Use account_get_reply_account function 
3697         * src/summaryview.c
3698                 Basic reply-finder - click on the replied
3699                 icon gets you to the outbox using quick-search
3700
3701 2003-01-05 [paul]       0.8.8claws48
3702
3703         * src/prefs_common.c
3704                 small change to English
3705                 
3706         * src/prefs_filtering.c
3707                 prefs_filtering_action_select(): improve logic and uniformity
3708                 of gui
3709
3710 2003-01-05 [alfons]     0.8.8claws47
3711
3712         fine tune solution to focus problems (bug #7)
3713
3714         * src/mainwindow.c
3715                 mainwindow_focus_in_event(): remove grab event check
3716         * src/summaryview.c
3717                 summary_button_pressed(): move selection on right-click
3718                 too. we can't possibly move the selection back after
3719                 canceling a dialog, because gtk's incomplete focus 
3720                 management. whether this is a good solution, only time
3721                 will tell.
3722
3723 2003-01-05 [christoph]  0.8.8claws46
3724
3725         * src/imap.c
3726                 fix crash when no imap connection could be established
3727
3728 2003-01-05 [paul]       0.8.8claws45
3729
3730         * src/mainwindow.c
3731           src/sumamryview.c
3732           src/gtk/menu.[ch]
3733                 fix bug 605957 'shortcuts in popup-menu'
3734                 make user-defined shortcuts work
3735                 show shortcuts that are already defined
3736                 in the main menu
3737                 Patch submitted by Luke Plant
3738
3739 2003-01-05 [alfons]     0.8.8claws44
3740
3741         * src/mainwindow.c
3742                 focus_in_event handler should not select summary view row 
3743                 when another window (menu, dialog) grabbed for events 
3744                 (bug #7, "[0.8.8claws42] Message summary focus") 
3745
3746 2003-01-04 [christoph]  0.8.8claws43
3747
3748         * src/procmsg.c
3749                 update save folder after adding the sent message
3750                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3751
3752 2003-01-02 [christoph]  0.8.8claws42
3753
3754         * src/common/plugin.c
3755                 fix unloading of all plugins and unload
3756                 plugins in reverse order
3757                 
3758         * src/gtk/pluginwindow.c
3759                 implement function of load and unload button
3760
3761         * src/gtk/prefswindow.c
3762         * src/gtk/prefswindow.h
3763                 rename register function and add new unregister
3764                 function
3765
3766         * src/plugins/spamassassin/spamassassin_gtk.c
3767                 unregister prefs page and update for changes in
3768                 src/gtk/prefswindow.c
3769
3770 2003-01-02 [paul]       0.8.8claws41
3771
3772         * po/es.po
3773                 updated by Ricardo Mones Lastra
3774
3775 2003-01-02 [paul]
3776
3777         * tools/tb2sylpheed
3778                 fixes and improvements by Urke MMI
3779
3780 2003-01-02 [thorsten]   0.8.8claws40
3781
3782         * src/procmsg.c
3783                 fixed wrong return value
3784
3785 2003-01-02 [thorsten]   0.8.8claws39
3786
3787         * src/prefs.c
3788                 fixed printing wrong variable
3789
3790 2003-01-02 [thorsten]   0.8.8claws38
3791
3792         * src/prefs.c
3793                 fixed acessing members of freed pfile struct
3794
3795 2003-01-02 [thorsten]   0.8.8claws37
3796
3797         * src/procmsg.c
3798                 detect loops across several messages
3799                 as suggested by Christoph Hohmann
3800
3801 2003-01-01 [match]      0.8.8claws36
3802
3803         * src/addrindex.c
3804                 fixed another memory leak.
3805
3806 2003-01-01 [match]      0.8.8claws35
3807
3808         * src/jpilot.[ch]
3809                 fixed memory leaks. applied Doxygen comments.
3810
3811 2003-01-01 [thorsten]   0.8.8claws34
3812
3813         * src/procmsg.c
3814                 inhibit endless loop if msg references itself
3815                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3816
3817 2003-01-01 [christoph]  0.8.8claws33
3818
3819         * src/mainwindow.c
3820         * src/gtk/Makefile.am
3821         * src/gtk/pluginwindow.c                ** NEW **
3822         * src/gtk/pluginwindow.h                ** NEW **
3823                 add plugin window
3824
3825         * src/plugins/demo/demo.c
3826         * src/plugins/spamassassin/spamassassin.c
3827         * src/plugins/spamassassin/spamassassin_gtk.c
3828                 write better plugin descriptions
3829
3830 2002-12-31 [christoph]  0.8.8claws32
3831
3832         * src/gtk/prefswindow.c
3833         * src/plugins/spamassassin/spamassassin_gtk.c
3834                 some small improvements to GTK code
3835
3836 2002-12-31 [christoph]  0.8.8claws31
3837
3838         * src/plugins/spamassassin/spamassassin_gtk.c
3839                 enable folder select button
3840
3841 2002-12-31 [christoph]  0.8.8claws30
3842
3843         * src/mainwindow.c
3844         * src/gtk/Makefile.am
3845         * src/gtk/prefswindow.c                         ** NEW **
3846         * src/gtk/prefswindow.h                         ** NEW **
3847                 add new prefs window
3848
3849         * src/common/plugin.c
3850                 don't try to load empty config lines
3851         
3852         * src/plugins/spamassassin/Makefile.am
3853         * src/plugins/spamassassin/spamassassin.c
3854         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3855         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3856                 GTK config for SpamAssassin Plugin using
3857                 the new prefs window
3858
3859 2002-12-31 [paul]       0.8.8claws29
3860
3861         * po/POTFILES.in
3862                 remove obsolete entry 'src/menu.c'
3863
3864 2002-12-31 [alfons]     0.8.8claws28
3865
3866         * src/matcher.[ch]
3867         * src/matcher_parser_parse.y
3868         * src/prefs_matcher.c
3869                 add "ignore_thread" and "~ignore_thread" condition so it's
3870                 possible to make the actions / scoring operate on the ignore
3871                 thread flag
3872
3873 2002-12-31 [christoph]  0.8.8claws27
3874
3875         * src/addrbook.c
3876         * src/addrindex.c
3877         * src/folder.c
3878         * src/matcher.c
3879         * src/prefs_account.c
3880         * src/prefs_actions.c
3881         * src/prefs_customheader.c
3882         * src/prefs_display_header.c
3883         * src/prefs_gtk.c
3884         * src/procmime.c
3885         * src/toolbar.c
3886         * src/xmlprops.c
3887         * src/common/prefs.[ch]
3888                 extend prefs file handling for reading and automatic handling
3889                 of blocks. When reading prefs_set_block_label will automatically
3890                 move on to the block. When writing it will copy all other blocks
3891                 automatically
3892
3893         * src/common/plugin.c
3894                 Now loading plugin filenames from [Plugins] block in
3895                 sylpheed rc file
3896
3897 2002-12-30 [christoph]  0.8.8claws26
3898
3899         * src/common/hooks.[ch]
3900                 return abort status to caller of hooks_invoke
3901                 
3902         * src/inc.[ch]
3903                 invoke message filtering hook and stop
3904                 default handling when filter returns abort
3905
3906         * src/common/plugin.[ch]
3907         * src/plugins/demo/demo.c
3908                 modify plugin loader, because resolving symbols for strings
3909                 does not work correctly
3910         
3911         * configure.in
3912         * ac/spamassassin.m4                            ** NEW **
3913         * src/plugins/spamassassin/.cvsignore           ** NEW **
3914         * src/plugins/spamassassin/Makefile.am          ** NEW **
3915         * src/plugins/spamassassin/README               ** NEW **
3916         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3917         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3918         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3919                 add spamassassin plugin, see src/plugins/spamassassin/README
3920                 for details
3921
3922 2002-12-29 [alfons]     0.8.8claws25
3923
3924         * src/mainwindow.c
3925                 when moving focus from a message view to the main 
3926                 window, don't forget to select the summary node
3927                 of the displayed message. should fix "[ 659103 ] 
3928                 focus-follows-mouse confuses sylpheed"
3929
3930 2002-12-29 [christoph]  0.8.8claws24
3931
3932         * src/Makefile.am
3933         * src/stringtable.[ch]          ** REMOVE **
3934         * src/common/Makefile.am
3935         * src/common/stringtable.[ch]   ** NEW **
3936                 move stringtable files to common directory
3937
3938 2002-12-29 [christoph]  0.8.8claws23
3939
3940         * src/Makefile.am
3941         * src/menu.[ch]                 ** REMOVE **
3942         * src/gtk/Makefile.am
3943         * src/gtk/menu.[ch]             ** NEW **
3944                 move menu files to gtk directory
3945
3946 2002-12-29 [match]      0.8.8claws22
3947
3948         * src/addressbook.c
3949         * src/syldap.c
3950                 moved UI specific code out of LDAP code into addressbook
3951                 UI code. fixed memory leak.
3952
3953 2002-12-29 [christoph]  0.8.8claws21
3954
3955         * src/folder.c
3956                 only check for IGNORED parent message when message is
3957                 not IGNORED itself
3958
3959 2002-12-29 [alfons]     0.8.8claws20
3960
3961         * src/summaryview.c
3962                 set gtksctree's anchor correct (immediate execute
3963                 changes the tree's layout, and anchor points at 
3964                 the incorrect row). fixes "[ 657233 ] multiple msg 
3965                 delete sometimes off by 1".
3966                 we probably have to look for more tree layout /
3967                 anchor glitches.
3968
3969 2002-12-29 [paul]       0.8.8claws19
3970
3971         * src/summaryview.c
3972                 fix bug [ 659054 ] incorrect sorting of 'From' column
3973                 when using 'display sender using address book'
3974                 thanks to Alfons and Luke Plant
3975
3976 2002-12-29 [christoph]  0.8.8claws18
3977
3978         * src/folder.c
3979         * src/procmsg.[ch]
3980                 check parent messages for IGNORE THREAD flag, when adding,
3981                 moving or copying messages to a folder
3982
3983 2002-12-27 [alfons]     0.8.8claws17
3984
3985         re-organize matcher part 5; more to come
3986
3987         * src/matcher.c
3988                 hash keywords in matchparser_tab 
3989
3990 2002-12-27 [alfons]     0.8.8claws16
3991
3992         re-organize matcher part 4; more to come
3993
3994         * src/matcher_parser.h
3995         * src/matcher_parser_lex.l
3996         * src/matcher_parser_parse.y
3997                 cleanup
3998
3999 2002-12-27 [alfons]     0.8.8claws15
4000
4001         re-organize matcher part 3; more to come
4002
4003         * src/matcher.[ch]
4004                 cleanup
4005
4006 2002-12-27 [alfons]     0.8.8claws14
4007
4008         re-organize matcher part 2; more to come but this should
4009         work. cc me if there are any regressions.
4010
4011         * src/matcher.h
4012                 add prototype for get_matchparser_tab_id()
4013         * src/matcher_parser_lex.l
4014                 look up keywords using matchparser_tab_id();
4015
4016 2002-12-27 [alfons]     0.8.8claws12
4017
4018         re-organize matcher part 1
4019
4020         * src/matcher.h
4021                 map yacc generated constants to sylpheed matcher constants
4022         * src/matcher.c
4023                 add function to find a matcher constant from a string
4024
4025 2002-12-27 [christoph]  0.8.8claws11
4026
4027         * src/compose.c
4028                 MENUITEM_ADD casts the 4th argument from integer to pointer
4029                 so it probably should not be a pointer, this means we
4030                 should use account id for it and not the account's pointer
4031
4032 2002-12-27 [paul]       0.8.8claws10
4033
4034         * src/mainwindow.c
4035                 remove unneeded 'GtkWidget *vbox'
4036                 
4037         * src/summaryview.c
4038                 further sync with 0.8.8 - make sort
4039                 by recipient work as expected
4040                 
4041         * NEWS
4042                 sync with 0.8.8
4043
4044 2002-12-27 [paul]       0.8.8claws9
4045
4046         * po/pt_BR.po
4047                 updated by Ivan F. Martinez
4048                 
4049 2002-12-27 [darko]      0.8.8claws8
4050
4051         * src/common/utils.c
4052                 added locked pattern to extended search
4053
4054 2002-12-27 [alfons]     0.8.8claws7
4055
4056         * src/prefs_matcher.[ch]
4057                 clean up
4058
4059 2002-12-26 [alfons]     0.8.8claws6
4060
4061         * src/matcher.[ch]
4062         * src/matcher_parser_lex.l
4063         * src/matcher_parser_parse.y
4064         * src/prefs_matcher.c
4065                 allow color label as a condition in the matcher
4066
4067 2002-12-26 [oliver]     0.8.8claws5
4068         
4069         * src/toolbar.c 
4070                 enable Addressbook for Main and Messageview
4071         * src/prefs_actions.c
4072                 enable actions in Messageview
4073
4074 2002-12-26 [christoph]  0.8.8claws4
4075
4076         * src/common/plugin.c
4077                 add a little debug output
4078         * configure.in
4079         * src/plugins/demo/Makefile.am
4080                 better use of automake
4081
4082 2002-12-26 [christoph]  0.8.8claws3
4083
4084         * src/Makefile.am
4085         * src/common/Makefile.am
4086                 fix "make distdir"
4087
4088 2002-12-26 [christoph]  0.8.8claws2
4089
4090         * configure.in
4091                 sort configure checks into common / gtk / plugins
4092         * po/POTFILES.in
4093                 add src/prefs_gtk.c
4094         * src/Makefile.am
4095                 add plugins SUBDIR
4096         * src/main.c
4097         * src/common/sylpheed.[ch]
4098                 added now sylpheed_done function for shutdown
4099         * src/common/Makefile.am
4100         * src/common/plugin.[ch]                ** NEW **
4101                 plugin loader and unloader
4102         * src/plugins/.cvsignore                ** NEW **
4103         * src/plugins/Makefile.am               ** NEW **
4104                 build plugins
4105         * src/plugins/demo/.cvsignore           ** NEW **
4106         * src/plugins/demo/Makefile.am          ** NEW **
4107         * src/plugins/demo/demo.c               ** NEW **
4108                 small demo plugin that installs a logtext hook and
4109                 outputs the log text to stdout
4110
4111 2002-12-26 [paul]       0.8.8claws1
4112
4113         * po/es.po
4114                 updated by Ricardo Mones Lastra
4115
4116 2002-12-26 [paul]       0.8.8claws
4117
4118         * 0.8.8claws released
4119
4120 2002-12-26 [paul]       0.8.7claws12
4121
4122         * po/bg.po
4123                 updated by George Danchev
4124
4125 2002-12-26 [paul]       0.8.7claws11
4126
4127         * po/POTFILES.in
4128                 remove unneeded 'src/prefs.c' entry 
4129
4130 2002-12-26 [paul]       0.8.7claws10
4131
4132         * src/codeconv.c
4133           src/mainwindow.c
4134                 sync with 0.8.8 release
4135         
4136         * src/folder.[ch]
4137           src/mh.c
4138           src/summaryview.c
4139                 partial sync with 0.8.8 release
4140         
4141
4142 2002-12-25 [alfons]     0.8.7claws9
4143
4144         * src/matcher.[ch]
4145         * src/matcher_parser_lex.l
4146         * src/matcher_parser_parse.y
4147         * src/prefs_matcher.c
4148                 add locked flag to possible filtering / matcher 
4149                 conditions (also a good example what should be
4150                 done to add a simple boolean condition)
4151
4152 2002-12-25 [christoph]  0.8.7claws8
4153
4154         * src/Makefile.am
4155         * src/account.[ch]
4156         * src/addrbook.c
4157         * src/addressbook.c
4158         * src/addrindex.c
4159         * src/filtering.c
4160         * src/folder.c
4161         * src/matcher.c
4162         * src/prefs.[ch]                ** REMOVE **
4163         * src/prefs_account.c
4164         * src/prefs_actions.c
4165         * src/prefs_common.c
4166         * src/prefs_customheader.c
4167         * src/prefs_display_header.c
4168         * src/prefs_filtering.c
4169         * src/prefs_folder_item.c
4170         * src/prefs_gtk.[ch]            ** NEW **
4171         * src/prefs_matcher.c
4172         * src/prefs_scoring.c
4173         * src/prefs_summary_column.c
4174         * src/procmime.c
4175         * src/selective_download.c
4176         * src/toolbar.c
4177         * src/common/Makefile.am
4178         * src/common/prefs.[ch]         ** NEW **
4179                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4180
4181 2002-12-24 [alfons]     0.8.7claws7
4182
4183         * src/summaryview.c
4184                 summary_thread_build(): fix real cause of the crash mentioned in
4185                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4186                 this way we get meaningful ctree nodes 
4187
4188 2002-12-24 [oliver]     0.8.7claws6
4189
4190         * src/mainwindow.[ch]
4191         * src/messageview.[ch]
4192         * src/compose.[ch]
4193         * src/inc.c
4194         * src/summaryview.c
4195                 changes to use updated toolbar handling
4196                 
4197 2002-12-24 [oliver]     0.8.7claws5
4198
4199         * src/toolbar.[ch]
4200                 generic toolbar handling
4201                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4202         * src/prefs_toolbar.[ch]
4203                 adjust to handling
4204         
4205 2002-12-24 [oliver]     0.8.7claws4
4206         
4207         * src/stock_pixmap.[ch]
4208                 move SYLPHEED_LOGO to end of list in order 
4209                 to remove it from Custom Toolbar`s Icon View
4210
4211 2002-12-24 [alfons]     0.8.7claws3
4212
4213         * src/summaryview.c
4214                 summary_thread_build(): fix crash because of focus != selection 
4215                 after threading. when deleting the selection, gtk tries but fails 
4216                 to find the correct focusable element. we now force the selection
4217                 to be focused. this should solve the infamous bug reported by 
4218                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4219                 a test case is available. 
4220
4221 2002-12-24 [darko]      0.8.7claws2
4222
4223         * src/summaryview.c
4224                 don't crash when unmarking message with unread children
4225
4226 2002-12-23 [christoph]  0.8.7claws1
4227
4228         * src/Makefile.am
4229         * src/common/Makefile.am
4230                 update Makefiles for moved intl.h, version.h and defs.h
4231         * src/imap.c
4232                 rewrite imap_session_get to avoid duplicate code
4233
4234 2002-12-23 [paul]       0.8.7claws
4235
4236         * Santa-Claws released
4237         
4238         * po/hu.po
4239           po/ru.po
4240                 squeeze in updated Hungarian and Russian translations.
4241                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4242
4243 2002-12-23 [paul]       0.8.6claws129
4244
4245         * po/pl.po
4246                 updated by Witold Wladyslaw Wojciech Wilk
4247
4248 2002-12-23 [paul]       0.8.6claws128
4249
4250         * src/quote_fmt_parse.y
4251                 fix typo and add licence header
4252
4253 2002-12-23 [paul]       0.8.6claws127
4254
4255         * po/en_GB.po
4256                 updated
4257
4258 2002-12-23 [paul]       0.8.6claws126
4259
4260         * po/it.po
4261                 updated translation, submitted by Alessandro Maestri
4262                 
4263 2002-12-23 [paul]       0.8.6claws125
4264
4265         * src/quote_fmt_parse.y
4266                 fix signature-stripping on replies bug. match
4267                 '-- \n' and not '-- '.
4268
4269 2002-12-22 [paul]       0.8.6claws124
4270
4271         * po/bg.po
4272           po/es.po
4273           po/sr.po
4274                 updated translations. submitted by George Danchev,
4275                 Ricardo Mones Lastra, and Urke MMI respectively
4276
4277 2002-12-21 [paul]       0.8.6claws123
4278
4279         * src/addrbook.c
4280                 fix coding style
4281
4282 2002-12-21 [paul]       0.8.6claws122
4283
4284         * src/addrbook.c
4285                 fix bug [643638] where if a person is in one or more
4286                 addressbook groups editing that person's email 
4287                 address results in removal from those groups.
4288                 Patch submitted by Luke Plant.
4289
4290 2002-12-20 [christoph]  0.8.6claws121
4291
4292         * src/common/utils.c
4293         * src/summaryview.c
4294                 reimplement expand_search_string using GString to
4295                 prevent crashs caused by miscalculated string
4296                 lengths reported by Paul
4297
4298 2002-12-20 [christoph]  0.8.6claws120
4299
4300         * src/summaryview.c
4301                 don't use "changed" to check if op_count has to be changed as it
4302                 is also set when the message has unread children
4303                 (closes bug [ 653221 ] crash while deleting duplicates)
4304
4305 2002-12-20 [paul]       0.8.6claws119
4306
4307         * sync with 0.8.6cvs27
4308                 see ChangeLog 2002-12-20
4309
4310 2002-12-20 [paul]       0.8.6claws118
4311
4312         * sync with 0.8.6cvs26
4313                 see ChangeLog 2002-12-19 and 2002-12-20
4314
4315 2002-12-19 [alfons]     0.8.6claws117
4316
4317         * src/textview.c
4318                 fix incorrect parsing of email addresses, submitted by 
4319                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4320                 name display if it contains @".
4321
4322 2002-12-18 [paul]       0.8.6claws116
4323
4324         * sync with 0.8.6cvs23
4325                 see ChangeLog 2002-12-18
4326
4327 2002-12-18 [paul]       0.8.6claws115
4328
4329         * src/Makefile.am
4330         * src/account.c
4331         * src/codeconv.c
4332         * src/gtkutils.[ch]
4333         * src/imap.c
4334                 sync with 0.8.6cvs22.
4335                 see ChangeLog 2002-12-17 and 2002-12-18
4336
4337 2002-12-17 [christoph]  0.8.6claws114
4338
4339         * src/imap.c
4340                 o don't create a session if imap greeting fails
4341                 o don't close socket when authentication fails
4342                   this is done by imap_session_destroy
4343
4344 2002-12-17 [thorsten]   0.8.6claws113
4345
4346         * tools/Makefile.am
4347           tools/README
4348           tools/google_msgid.pl ** NEW FILE **
4349                 Added "search for message-id" script and doc
4350
4351 2002-12-17 [thorsten]   0.8.6claws112
4352
4353         * po/hu.po
4354                 Updated hungarian translation
4355                 (updated by Gal Zoltan)
4356
4357 2002-12-16 [christoph]  0.8.6claws111
4358
4359         * src/addr_compl.c
4360                 remove stupid addressbook dump to debug output
4361         * src/mh.c
4362                 fix memory leak found by Hiro
4363
4364 2002-12-14 [paul]       0.8.6claws110
4365
4366         * src/compose.c
4367                 fix menubar sensitivity on send
4368                 
4369         * src/prefs_filtering.c
4370         * src/prefs_matcher.c
4371         * src/prefs_scoring.c
4372                 Fix english ;)
4373                 
4374         * src/common/quoted-printable.h
4375                 sync: fix typo
4376         
4377 2002-12-13 [christoph]  0.8.6claws109
4378
4379         * src/Makefile.am
4380         * src/manage_window.[ch]        ** REMOVE **
4381         * src/gtk/Makefile.am
4382         * src/gtk/manage_window.[ch]    ** NEW **
4383                 move manage_window files to gtk directory
4384
4385 2002-12-13 [christoph]  0.8.6claws108
4386
4387         * src/Makefile.am
4388         * src/gtkshruler.[ch]           ** REMOVE **
4389         * src/gtk/Makefile.am
4390         * src/gtk/gtkshruler.[ch]       ** NEW **
4391                 move gtkshruler files to gtk directory
4392
4393 2002-12-13 [christoph]  0.8.6claws107
4394
4395         * src/Makefile.am
4396         * src/compose.c
4397         * src/gtkstext.[ch]             ** REMOVE **
4398         * src/gtkutils.[ch]
4399         * src/textview.c
4400         * src/gtk/gtkstext.[ch]         ** NEW **
4401         * src/gtk/Makefile.am
4402                 o move stext functions to gtkstext.c to remove
4403                   dependency of gtkutils
4404                 o move gtkstext files to gtk directory
4405
4406         * src/gtk/Makefile.am
4407         * src/gtk/sslcertwindow.[ch]
4408                 UI stuff can always depend on common code so
4409                 it's ok to add ../common to include path
4410
4411 2002-12-13 [colin]      0.8.6claws106
4412
4413         * src/summaryview.c
4414                 Disconnect sighandlers for mainwindow when
4415                 quicksearch has the focus
4416                 Fix bug #653231
4417         * src/mainwindow.[ch]
4418                 Make key_pressed callback public, to be able
4419                 to disconnect it
4420
4421 2002-12-13 [christoph]  0.8.6claws105
4422
4423         * src/mh.c
4424                 create .mh_sequences file in new MH folders
4425                 (closes feature request [ 523162 ] MH folders should
4426                  get a .mh_sequences)
4427
4428 2002-12-13 [colin]      0.8.6claws104
4429
4430         * src/summaryview.c
4431                 Better handling of quicksearch show/hide
4432                 (basically the button stays under the mouse 
4433                  when toggled)
4434
4435 2002-12-13 [paul]       0.8.6claws103
4436
4437         * sync with 0.8.6cvs17
4438                 see ChangeLog 2002-12-13
4439
4440 2002-12-13 [paul]       0.8.6claws102
4441
4442         * po/es.po
4443                 updated by Ricardo Mones Lastra
4444
4445 2002-12-11 [colin]       0.8.6claws101
4446
4447         * src/folder.c
4448                 remove statusbar stuff
4449           src/folderview.c
4450                 set statusbar verbosity when moving folders
4451
4452 2002-12-11 [colin]       0.8.6claws100
4453         * src/prefs_filtering.c
4454         * src/prefs_matcher.c
4455         * src/prefs_scoring.c
4456                 Fix english ;)
4457
4458 2002-12-11 [colin]       0.8.6claws99
4459
4460         * src/prefs_common.[ch]
4461                 Add summary_quicksearch_type
4462         * src/summaryview.c
4463                 Save last used quicksearch type
4464
4465 2002-12-11 [jens]       0.8.6claws98
4466         * src/prefs_filtering.c
4467         * src/prefs_matcher.c
4468         * src/prefs_scoring.c
4469                 added dialog for incomplete rules in scoring, filtering and
4470                 matcher to ask wheather really close
4471
4472 2002-12-11 [colin]      0.8.6claws97
4473
4474         * src/folder.c
4475                 Fix folder dnd statusbar logging
4476
4477 2002-12-10 [christoph]  0.8.6claws96
4478
4479         * src/compose.c
4480         * src/folder.c
4481         * src/imap.c
4482         * src/inc.c
4483         * src/main.c
4484         * src/mainwindow.c
4485         * src/news.c
4486         * src/send.c
4487         * src/statusbar.[ch]
4488         * src/common/hooks.c
4489         * src/common/log.[ch]
4490                 o handle verbose logging in statusbar directly in statusbar code
4491                   and common code does not need any knowledge about a statusbar
4492                 o remove direct calls to statusbar_(puts|pop)_all functions
4493
4494 2002-12-10 [jens]       0.8.6claws95
4495
4496         * src/*.c
4497                 removed gettext from g_warnings
4498         * po/POTFILES.in
4499                 cleaned and updated
4500         * po/de.po
4501                 updated
4502
4503 2002-12-10 [colin]      0.8.6claws94
4504
4505         * src/main.c
4506                 finish crash dialog fix
4507
4508 2002-12-10 [colin]      0.8.6claws93
4509
4510         * src/main.c
4511                 "Fix" "sylpheed already running" instead of
4512                 crash dialog appearing after a crash
4513
4514 2002-12-10 [colin]      0.8.6claws92
4515
4516         * po/POTFILES.in
4517                 add src/gtk/sslcertwindow.c
4518
4519 2002-12-10 [paul]       0.8.6claws91
4520
4521         * po/POTFILES.in
4522                 updated to reflect recent changes
4523                 submitted by Alessandro Maestri
4524
4525 2002-12-09 [christoph]  0.8.6claws90
4526
4527         * src/Makefile.am
4528         * src/smtp.[ch]                 ** REMOVE **
4529         * src/common/Makefile.am
4530         * src/common/smtp.[ch]          ** NEW **
4531                 move smtp files to common directory
4532
4533 2002-12-09 [christoph]  0.8.6claws89
4534
4535         * src/Makefile.am
4536         * src/session.[ch]              ** REMOVE **
4537         * src/common/Makefile.am
4538         * src/common/session.[ch]       ** NEW **
4539                 move session files to common directory
4540
4541 2002-12-09 [paul]       0.8.6claws88
4542
4543         * src/account.c
4544                 fix bug [649746] edit accounts: move account reverted
4545                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4546
4547 2002-12-09 [colin]      0.8.6claws87
4548
4549         * src/ssl_certificate.c
4550                 cleanup
4551
4552 2002-12-09 [colin]      0.8.6claws86
4553
4554         * src/ssl.c
4555                 Try to open the cert.pem database and 
4556                 issue a warning if it isn't there
4557
4558 2002-12-09 [colin]      0.8.6claws85
4559
4560         * src/common/ssl_certificate.c
4561         * src/gtk/sslcertwindow.c
4562                 Warning fixes
4563
4564 2002-12-09 [colin]      0.8.6claws84
4565
4566         * src/ssl_certificate.[ch] ** REMOVED **
4567         * src/common/ssl_certificate.[ch] ** NEW **
4568         * src/Makefile.am
4569         * src/common/Makefile.am
4570                 Moved ssl_certificate.[ch] to common
4571         * src/common/ssl.c 
4572                 Put back needed include
4573         * src/gtk/sslcertwindow.[ch]
4574                 Changed ssl_certificate.h include
4575         
4576 2002-12-09 [colin]      0.8.6claws83
4577
4578         * src/gtk/sslcertwindow.[ch]
4579                 Implement hook for certificate acception
4580         * src/ssl_certificate.[ch]
4581                 Implement hook for certificate acception
4582         * src/common/ssl.c
4583                 Reenable certificate acception check
4584         * src/mainwindow.c
4585                 Register sslcertwindow's hook
4586         
4587 2002-12-08 [christoph]  0.8.6claws82
4588
4589         * src/about.c
4590         * src/addr_compl.c
4591         * src/codeconv.c
4592         * src/manual.c
4593         * src/undo.c
4594         * src/common/utils.c
4595                 o add missing includes
4596                 o fix warnings
4597         * src/.cvsignore
4598         * src/common/.cvsignore
4599         * src/common/version.h          ** REMOVE **
4600                 remove autogenerated file
4601
4602 2002-12-08 [paul]       0.8.6claws81
4603
4604         * src/stringtable.c
4605                 put back needed include
4606
4607 2002-12-08 [colin]      0.8.6claws80
4608         
4609         * src/gtk/sslcertwindow.c
4610                 Cleaner popups when asking
4611         * src/ssl_certificate.c
4612         * src/prefs_common.[ch]
4613                 remove ssl certificate pref
4614                 put back needed include
4615         * src/undo.c
4616                 put back needed include
4617
4618 2002-12-08 [christoph]  0.8.6claws79
4619
4620         * src/folderview.c
4621         * src/logwindow.c
4622         * src/statusbar.c
4623         * src/summaryview.c
4624                 only abort hook invokation if required data is missing not
4625                 if our own data pointer is NULL, update hookfunction for
4626                 log window
4627
4628 2002-12-08 [paul]       0.8.6claws78
4629
4630         * src/about.c
4631         * src/addrcache.c
4632         * src/addrclip.c
4633         * src/addr_compl.c
4634         * src/addrselect.c
4635         * src/codeconv.c
4636         * src/colorlabel.c
4637         * src/enriched.c
4638         * src/esmtp.c
4639         * src/exporthtml.c
4640         * src/headerview.c
4641         * src/imageview.c
4642         * src/manual.c
4643         * src/noticeview.c
4644         * src/pgptext.c
4645         * src/scoring.c
4646         * src/sourcewindow.c
4647         * src/stringtable.c
4648         * src/undo.c
4649                 clean up: remove unneccesary includes
4650
4651 2002-12-08 [christoph]  0.8.6claws77
4652
4653         * src/folderview.c
4654         * src/statusbar.c
4655         * src/summaryview.c
4656         * src/common/hooks.[ch]
4657                 hook functions now have a gboolean return value, if a hook
4658                 returns TRUE it will stop executing of any more hooks in
4659                 the same hooklist for this invokation
4660
4661 2002-12-08 [colin]      0.8.6claws76
4662         
4663         * src/main.c
4664                 put back argv0 for CRASH_DIALOG
4665
4666 2002-12-08 [christoph]  0.8.6claws75
4667
4668         * src/Makefile.am
4669         * src/about.c
4670         * src/account.c
4671         * src/crash.c
4672         * src/esmtp.h
4673         * src/imap.[ch]
4674         * src/inc.c
4675         * src/main.c
4676         * src/mainwindow.c
4677         * src/news.c
4678         * src/pop.[ch]
4679         * src/prefs_account.[ch]
4680         * src/prefs_common.[ch]
4681         * src/send.[ch]
4682         * src/smtp.[ch]
4683         * src/ssl_certificate.[ch]
4684         * src/ssl_manager.[ch]
4685         * src/common/Makefile.am
4686         * src/common/log.c
4687         * src/common/nntp.[ch]
4688         * src/common/socket.[ch]
4689         * src/common/ssl.[ch]
4690         * src/gtk/sslcertwindow.[ch]
4691         * ac/openssl.m4
4692                 use new autoconf script to detect OpenSSL with extra parameters
4693                 to specify the location of libs and includes, also remove USE_SSL
4694                 to USE_OPENSSL
4695
4696         * src/common/sylpheed.[ch]
4697         * src/common/version.h.in
4698                 start seperation of common code initialization seperated from gui
4699
4700         * src/summaryview.c
4701                 The function that is called when a color label changes
4702                 should not change the color lable again
4703
4704 2002-12-08 [colin]      0.8.6claws74
4705
4706         * src/gtk/sslcertwindow.c
4707                 warning fixes
4708
4709 2002-12-08 [colin]      0.8.6claws73
4710
4711         * src/statusbar.c
4712           src/common/log.h
4713                 Register a hook for statusbar_puts_all
4714         * src/common/log.c
4715                 invoke statusbar_puts_all's hook
4716         
4717 2002-12-08 [colin]      0.8.6claws72
4718
4719         * src/ssl_certificate.c
4720                 Put back a badly-removed include
4721
4722 2002-12-08 [colin]      0.8.6claws71
4723
4724         * src/gtk/sslcertwindow.[ch]    ** NEW **
4725                 new certificate presentation
4726         * src/gtk/Makefile.am
4727                 add new files
4728         * src/ssl_certificate.[ch]
4729                 gtk cleanup, made utility functions public
4730         * src/ssl_manager.c
4731                 use new cert presentation
4732
4733 2002-12-07 [christoph]  0.8.6claws70
4734
4735         * src/Makefile.am
4736         * src/nntp.[ch]                 ** REMOVE **
4737         * src/common/Makefile.am
4738         * src/common/nntp.[ch]          ** NEW **
4739                 move nntp files to common directory
4740
4741 2002-12-07 [christoph]  0.8.6claws69
4742
4743         * src/procmsg.[ch]
4744         * src/summaryview.c
4745                 implement msginfo update callback using sylpheed's new
4746                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4747
4748 2002-12-06 [christoph]  0.8.6claws68
4749
4750         * src/editgroup.c
4751                 This patch changes the 'Edit Group Details' dialog to
4752                 allow extended selections in either pane, so that
4753                 addresses can be added or removed from a group more
4754                 quickly and easily. (it actually is a net decrease in
4755                 file size, as some unnecessary functions have been
4756                 removed). 
4757                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4758
4759 2002-12-06 [christoph]  0.8.6claws67
4760
4761         * src/Makefile.am
4762         * src/template.[ch]             ** REMOVE **
4763         * src/common/Makefile.am
4764         * src/common/template.[ch]      ** NEW **
4765                 move template files to common directory
4766
4767         * src/nntp.c
4768                 add missing log.h include
4769
4770 2002-12-06 [melvin]     0.8.6claws66
4771
4772         * src/prefs_actions.c
4773                 Added the trailing ">" syntax to insert command's output
4774                 without replacing old text (in contrast to trailing "|").
4775
4776 2002-12-05 [colin]      0.8.6claws65
4777         
4778         * src/common/utils.c
4779                 Don't modify original search_string or it'll change
4780                 the next iterations in the for()
4781
4782 2002-12-05 [darko]      0.8.6claws64
4783
4784         * src/common/utils.c
4785                 proper check for filtering commands, found by Colin
4786
4787 2002-12-05 [darko]      0.8.6claws63
4788
4789         * src/common/utils.c
4790                 check proper string for NULL pointer, found by Colin
4791
4792 2002-12-05 [darko]      0.8.6claws62
4793
4794         * src/common/utils.[ch]
4795                 expand_search_string(): new function
4796                 converts Mutt-like patterns to Sylpheed's
4797                 filtering engine
4798         * src/summaryview.c
4799                 use expand_search_string() to allow Mutt-like
4800                 patterns in extended search
4801         * README.claws
4802                 document extended option in quick search
4803
4804 2002-12-05 [paul]       0.8.6claws61
4805
4806         * sync with 0.8.6cvs16
4807                 see ChangeLog 2002-12-05
4808                 
4809         * po/POTFILES.in
4810                 clean up
4811
4812 2002-12-04 [christoph]  0.8.6claws60
4813
4814         * src/imap.[ch]
4815                 put imap authentication code into a new function and
4816                 remove it from imap_session_new that will allow to
4817                 send other commands before authentication
4818
4819 2002-12-04 [christoph]  0.8.6claws59
4820
4821         * src/imap.[ch]
4822                 use already existing method to prevent unneeded IMAP
4823                 folder selects. Set imap_select parameters to NULL
4824                 in some functions if the values are not required.
4825
4826         * src/xml.h
4827                 remove no longer required include
4828
4829 2002-12-04 [paul]       0.8.6claws58
4830
4831         * po/es.po
4832                 updated by Ricardo Mones Lastra
4833                 
4834         * configure.in
4835           po/hu.po      ** NEW FILE **
4836                 initial Hungarian translation, submitted
4837                 by Gál Zoltán <galzoli@hu.inter.net>
4838
4839 2002-12-03 [christoph]  0.8.6claws57
4840
4841         * src/Makefile.am
4842         * src/gtksctree.[ch]            ** REMOVE **
4843         * src/gtk/Makefile.am
4844         * src/gtk/gtksctree.[ch]        ** NEW **
4845                 move gtksctree files to gtk directory
4846
4847 2002-12-03 [christoph]  0.8.6claws56
4848
4849         * src/Makefile.am
4850         * src/md5.[ch]                  ** REMOVE **
4851         * srm/common/Makefile.am
4852         * src/common/md5.[ch]           ** NEW **
4853                 move md5 files to common directory
4854
4855         * src/gtkstext.c
4856                 remove not required #include
4857
4858 2002-12-03 [sergey]     0.8.6claws55
4859
4860         * src/gtkutils.c
4861         * src/gtkutils.h
4862                 gtkut_window_popup(): new function.
4863         * src/mainwindow.c
4864                 main_window_popup(): use gtkut_window_popup() to raise
4865                 window without changing its position.
4866                 (see sylpheed-main ML message [sylpheed:17247])
4867
4868 2002-12-03 [sergey]     0.8.6claws54
4869
4870         * src/send.c
4871                 send_message_local(): removed first-dot escaping
4872                 (SMTP-only, not needed for sending through pipe)
4873
4874 2002-12-03 [paul]       0.8.6claws53
4875
4876         * po/POTFILES.in
4877                 update to reflect recent changes (thanks
4878                 to Ricardo Mones Lastra)
4879                 
4880         * tools/filter_conv.pl
4881                  fix problem with quoted strings. Patch submitted
4882                  by Luke Plant <lukeplant@softhome.net>
4883
4884 2002-12-03 [paul]       0.8.6claws52
4885
4886         * sync with 0.8.6cvs15
4887                 see ChangeLog 2002-12-03
4888
4889 2002-12-02 [christoph]  0.8.6claws51
4890
4891         * src/logwindow.[ch]
4892         * src/common/log.[ch]
4893                 implement logging using a hook function
4894
4895         * src/folderview.c
4896         * src/folder.[ch]
4897                 define hooklist name in header file to avoid
4898                 errors caused by wrong spelling of hooklist names
4899
4900         * src/toolbar.c
4901                 fix warnings
4902
4903 2002-12-02 [christoph]  0.8.6claws50
4904
4905         * src/common/Makefile.am
4906                 add src/common/hooks.[ch]
4907
4908         * src/common/hooks.[ch]
4909                 implement a simple hook system using glib's hook functions
4910
4911         * src/folder.[ch]
4912         * src/folderview.c
4913                 use new hook system for folder item updates
4914
4915 2002-12-02 [christoph]  0.8.6claws49
4916
4917         * doc-src/ui_seperation.txt     ** NEW **
4918                 information for ui seperation
4919
4920         * src/Makefile.am
4921                 remove files that were moved to common
4922                 include common directory by default for the header files
4923
4924         * src/inc.c
4925         * src/common/socket.c
4926         * src/automaton.[ch]
4927                 implement automaton using g_io_*-functions instead of
4928                 gdk_input_add to make it ui independent
4929
4930         * src/codeconv.c
4931         * src/compose.c
4932         * src/ldif.c
4933         * src/pgptext.c
4934         * src/procmime.c
4935         * src/rfc2015.c
4936         * src/smtp.c
4937         * src/unmime.c
4938                 remove common/ prefix because directory is now in
4939                 include path
4940
4941         * src/compose.c
4942         * src/folder.c
4943         * src/folderview.c
4944         * src/mainwindow.c
4945         * src/messageview.c
4946         * src/prefs_common.c
4947         * src/procmsg.c
4948         * src/rfc2015.c
4949                 fix warnings
4950
4951         * src/imap.c
4952         * src/inc.c
4953         * src/news.c
4954         * src/pop.c
4955         * src/send.c
4956         * src/smtp.c
4957         * src/ssl_certificate.c
4958                 add log.h header file for logging functions
4959
4960         * src/main.c
4961         * src/common/utils.c
4962         * src/summaryview.c
4963         * src/xml.c
4964                 o move debug_mode to common/utils.c
4965                 o add functions to set and get debug_mode
4966
4967         * src/defs.h                    ** REMOVE **
4968         * src/intl.h                    ** REMOVE **
4969         * src/socket.[ch]               ** REMOVE **
4970         * src/ssl.[ch]                  ** REMOVE **
4971         * src/utils.[ch]                ** REMOVE **
4972                 replaced by new files in src/common/
4973         
4974         * src/common/Makefile.am
4975                 add new files in src/common/
4976
4977         * src/common/defs.h             ** NEW **
4978         * src/common/intl.h             ** NEW **
4979         * src/common/log.[ch]           ** NEW **
4980         * src/common/socket.[ch]        ** NEW **
4981         * src/common/ssl.[ch]           ** NEW **
4982         * src/common/utils.[ch]         ** NEW **
4983                 replacement for files in src/
4984
4985 2002-12-02 [colin]      0.8.6claws48
4986
4987         * src/folderview.c
4988                 Scroll folderview if necessary during dnd
4989
4990 2002-12-02 [colin]      0.8.6claws47
4991
4992         * src/folder.[ch]
4993                 Add check to verify a move is within a single mailbox
4994         * src/folderview.c
4995                 Add specific error string for this check
4996
4997 2002-12-02 [colin]      0.8.6claws46
4998
4999         * src/folder.c
5000                 Add a test to folder moving, remove a statusbar_print
5001         * src/folderview.c
5002                 Add Move folder... context-menu item
5003                 Factorize folder moving code
5004                 Enable folder DND for mbox
5005
5006 2002-12-01 [christoph]  0.8.6claws45
5007
5008         * ac/aspell.m4
5009                 remove conf.aspelltest if the version check fails
5010
5011 2002-11-30 [christoph]  0.8.6claws44
5012
5013         * autogen.sh
5014                 run libtoolize --force in autogen to create missing
5015                 libtool scripts
5016
5017 2002-11-30 [christoph]  0.8.6claws43
5018
5019         * src/Makefile.am
5020         * src/pgptext.c
5021         * src/procmime.c
5022         * src/rfc2015.c
5023         * src/uuencode.[ch]             ** REMOVED **
5024         * src/common/Makefile.am
5025         * src/common/uuencode.[ch]      ** NEW **
5026                 move uuen/decoder to common directory
5027
5028 2002-11-30 [christoph]  0.8.6claws42
5029
5030         * src/Makefile.am
5031         * src/base64.[ch]               ** REMOVED **
5032         * src/codeconv.c
5033         * src/compose.c
5034         * src/ldif.c
5035         * src/pgptext.c
5036         * src/procmime.c
5037         * src/rfc2015.c
5038         * src/smtp.c
5039         * src/unmime.c
5040         * src/common/Makefile.am
5041         * src/common/base64.[ch]        ** NEW **
5042                 move base64 en/decoder to common directory
5043
5044 2002-11-30 [christoph]  0.8.6claws41
5045
5046         * src/common                    ** NEW **
5047                 new directory for UI independent code
5048         * src/gtk                       ** NEW **
5049                 new directory for GTK frontend
5050         * src/common/.cvsignore         ** NEW **
5051         * src/gtk/.cvsignore            ** NEW **
5052                 ignore build files
5053         * src/common/Makefile.am        ** NEW **
5054         * src/gtk/Makefile.am           ** NEW **
5055                 automake files to build new seperated stuff
5056         * src/Makefile.am
5057                 the binary will currently still be build with the
5058                 files in src, so we include the code from the
5059                 subdirs for now after building the libs there
5060
5061 2002-11-30 [paul]       0.8.6claws40
5062
5063         * src/compose.c
5064                 fix bug [642731] 'Wrong selected account with drafted mail'
5065
5066 2002-11-29 [oliver]     0.8.6claws39
5067         
5068         * src/messageview.c
5069                 o update summaryview when switching between different
5070                   messageviews          
5071         * src/toolbar.c  
5072                 o check if messageview holds already removed msg
5073                   from summaryview
5074                 
5075
5076 2002-11-29 [oliver]     0.8.6claws38
5077
5078         * src/toolbar.c 
5079                 remove not needed variables and includes
5080                 make messageview stay opened and move to next when msgs are deleted 
5081
5082 2002-11-29 [oliver]     0.8.6claws37
5083         
5084         * src/toolbar.c 
5085                 disable compose button (messageview toolbar) by default
5086                 deleted msgs are moved to trash
5087         
5088 2002-11-29 [melvin]     0.8.6claws36
5089
5090         * configure.in
5091                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5092                 and to detect signatures expirations (gpgme 0.3.6)
5093
5094         * src/main.c
5095                 Use non obsolescent function for Gpgme engine checking.
5096
5097         * src/rfc2015.c
5098                 Inform about expired signatures or signatures which key
5099                 has expired. Expiration date is displayed.
5100
5101         * src/sigstatus.c
5102                 Inform about expired signatures or signatures which key
5103                 has expired.
5104
5105 2002-11-28 [paul]       0.8.6claws35
5106
5107         * src/folderview.c
5108                 re-instate 'Check for new messages' in Newsgroup
5109                 folders right-click menu, after a suggestion from
5110                 Tim Mann <timmann@users.sourceforge.net>
5111
5112         * src/main.c
5113                 after a crash check only local folders for new
5114                 messages
5115
5116 2002-11-28 [paul]       0.8.6claws34
5117
5118         * configure.in
5119                 apply patch that fixes the checking of GTK with XIM 
5120                 support on different OSs, such as FreeBSD. Patch 
5121                 submitted by Topia <topia@users.sourceforge.net>
5122                 
5123 2002-11-28 [paul]       0.8.6claws33
5124
5125         * src/mainwindow.c
5126           src/prefs_common.c
5127           src/prefs_toolbar.c
5128                 more changes to the English
5129
5130 2002-11-28 [paul]       0.8.6claws32
5131
5132         * sync with 0.8.6cvs13
5133                 see ChangeLog 2002-11-28 (no sync needed
5134                 for src/compose.c)
5135
5136 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5137         
5138         * src/mainwindow.[ch]
5139                 add patch by Ivan F. Martinez introducing messageview Toolbar
5140                 some changes and committed by oliver    
5141
5142 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5143
5144         * src/messageview.[ch]
5145                 add patch by Ivan F. Martinez introducing messageview Toolbar
5146                 some changes and committed by oliver    
5147
5148 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5149
5150         * src/compose.[ch]
5151                 add patch by Ivan F. Martinez introducing messageview Toolbar
5152                 some changes and committed by oliver    
5153
5154 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5155         
5156         * src/toolbar.[ch]
5157                 add patch by Ivan F. Martinez introducing messageview Toolbar
5158                 some changes and committed by oliver
5159
5160 2002-11-28 [oliver]     0.8.6claws27
5161         
5162         * src/prefs_toolbar.[ch]
5163                 getting ready for messageview toolbar
5164                 free mem allocated by gettext
5165                 change prefs_toolbar to prefs_toolbar_open
5166  
5167 2002-11-28 [thorsten]   0.8.6claws26
5168
5169         * src/imageview.[ch]
5170                 cleaned up conflicting declarations of
5171                 imageview_show_image()
5172
5173 2002-11-28 [paul]       0.8.6claws25
5174
5175         * src/grouplistdialog.c
5176           src/prefs_common.c
5177           src/prefs_summary_column.c
5178                 a few more improvements to the English
5179
5180 2002-11-28 [colin]      0.8.6claws24
5181
5182         * man/sylpheed.1
5183                 A few updates to command-line parameters
5184
5185 2002-11-28 [colin]      0.8.6claws23
5186
5187         * src/prefs_filtering.c
5188                 Fix problems with prefs_filtering_delete_path:
5189                 a) if the first rule is removed, original pointers
5190                    weren't updated (leading to segfaults)
5191                 b) it was always global_processing updated in case
5192                    of removed path was parent of rule path
5193
5194 2002-11-27 [paul]       0.8.6claws22
5195
5196         * src/mainwindow.c
5197           src/prefs_account.c
5198           src/prefs_actions.c
5199           src/prefs_common.c
5200           src/prefs_customheader.c
5201           src/prefs_display_header.c
5202           src/prefs_filtering.c
5203           src/prefs_folder_item.c
5204           src/prefs_matcher.c
5205           src/prefs_scoring.c
5206           src/prefs_summary_column.c
5207           src/prefs_template.c
5208           src/prefs_toolbar.c
5209                  improve the English in the GUI
5210
5211 2002-11-27 [colin]      0.8.6claws21
5212
5213         * src/folder.c
5214                 Fix processing renaming problems happening after
5215                 last commit
5216
5217 2002-11-27 [colin]      0.8.6claws20
5218
5219         * src/folder.c
5220                 recursive move now deletes src each subfolder after 
5221                 having moved it
5222         * src/folderview.c
5223                 Use identifier instead of path during dnd (enables
5224                 IMAP folder dnd)
5225
5226 2002-11-27 [paul]       0.8.6claws19
5227
5228         * src/main.c
5229                 apply patch that does command-line processing 
5230                 BEFORE gtk_init, allowing claws to run from 
5231                 shell-scripts in non-X environment (e.g. crontab 
5232                 or ip-up, ip-down scripts). Patch submitted by
5233                 Ruslan N. Balkin <baron@dartel.ru>
5234                 
5235         * po/it.po
5236                 updated by Alessandro Maestri
5237
5238 2002-11-27 [paul]       0.8.6claws18
5239
5240         * sync with 0.8.6cvs12
5241           src/prefs_common.c
5242                 Differences are that main uses a 'Receive dialog'
5243                 frame on the Interface tab, whereas claws groups all 
5244                 the dialogs together in a 'Dialogs' frame.
5245
5246 2002-11-27 [colin]      0.8.6claws17
5247
5248         * src/prefs_matcher.c
5249                 Fix Execute criteria's NOT flag
5250
5251
5252 2002-11-26 [christoph]  0.8.6claws16
5253
5254         * src/ssl.c
5255                 rewrite the ssl code a little bit, only use one
5256                 SSL context, set default certificates' file/path
5257
5258 2002-11-26 [thorsten]   0.8.6claws15
5259
5260         * src/compose.c
5261                 default-reply-to didn't work for ml-reply
5262
5263 2002-11-26 [melvin]     0.8.6claws14
5264
5265         * src/prefs_actions.c
5266                 Made pipe-actions ignore short headers in message view
5267                 Made trailing-pipe-actions write in the message view with
5268                 the same font as the original message
5269
5270 2002-11-26 [paul]       0.8.6claws13
5271
5272         * src/compose.c
5273                 this time commit the correct file
5274
5275 2002-11-26 [paul]       0.8.6claws12
5276
5277         * sync with 0.8.6cvs11
5278           src/quote_fmt_parse.y  
5279                 no sync needed
5280           src/account.[ch]       
5281                 not sync'ed
5282           src/compose.c
5283                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5284                 on draft mode.
5285                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5286                 header
5287                 
5288         see ChangeLog 2002-11-25 and 2002-11-26
5289
5290 2002-11-26 [colin]      0.8.6claws11
5291
5292         * src/folderview.c
5293                 Fix collapsed folder not auto-expanding during
5294                 mail dnd, if it was the source folder.
5295
5296 2002-11-25 [colin]      0.8.6claws10
5297
5298         * src/folderview.[ch]
5299                 Variable renaming and cleaning (slist of nodes 
5300                 to be re-collapsed is stored in FolderView)
5301
5302 2002-11-25 [paul]       0.8.6claws9
5303
5304         * src/prefs_common.[ch]
5305                 fix breakage caused by last commit
5306
5307 2002-11-25 [paul]       0.8.6claws8
5308
5309         * sync with 0.8.6cvs4
5310                 see ChangeLog 2002-11-21
5311
5312 2002-11-25 [paul]       0.8.6claws7
5313
5314         * sync with 0.8.6cvs4
5315                 see ChangeLog 2002-11-20
5316
5317 2002-11-25 [paul]       0.8.6claws6
5318
5319         * sync with 0.8.6cvs3
5320                 see ChangeLog 2002-11-18
5321
5322 2002-11-25 [colin]      0.8.6claws5
5323
5324         * src/gtkutils.[ch]
5325                 Add gtkut_ctree_node_is_parent()
5326         * src/folderview.c
5327                 Spring-loaded folders
5328
5329 2002-11-25 [colin]      0.8.6claws4
5330
5331         * src/utils.[ch]
5332                 Add slist_concat_unique(), function to merge
5333                 two GSList filtering dups
5334         * src/folder.[ch]
5335         * src/summaryview.[ch]
5336         * src/folderview.c
5337         * src/main.c
5338                 Add detection/update/display of unread answers
5339                 to marked mails
5340         * src/procmsg.[ch]
5341                 Add procmsg_find_children()
5342                 Add procmsg_msg_has_marked_parent()
5343
5344 2002-11-25 [colin]      0.8.6claws3
5345
5346         * src/ssl_certificate.[ch]
5347                 Allow checking a certificate without a DNS
5348                 lookup
5349                 Allow to forget a cert (by deleting it)
5350                 Make ssl_certificate_destroy_public
5351         * src/ssl_manager.[ch] ** NEW FILES **
5352                 Gui to manage (display/remove) certificates
5353         * src/prefs_common.[ch]
5354                 Add a pref to allow silent acceptation of
5355                 trusted certificates or not (based on the
5356                 "I want to know what's going on" principle)
5357         * src/mainwindow.c
5358                 Add SSL manager in Tools menu
5359         * src/Makefile.am
5360                 Add the new files to the build
5361         * po/POTFILES.in
5362                 Add ssl_manager.c to translations
5363
5364 2002-11-25 [colin]      0.8.6claws2
5365
5366         * src/summaryview.[ch]
5367                 Add S_SEARCH_EXTENDED to the quick search, which 
5368                 allows to search using filtering syntax.
5369
5370 2002-11-25 [colin]      0.8.6claws1
5371
5372         * src/summaryview.c
5373                 Deletion of duplicates now prefer deleting
5374                 the unread dup (fixes feature-request 638989).
5375
5376 2002-11-24 [paul]       0.8.6claws
5377
5378         * po/es.po
5379           po/pl.po
5380           po/ru.po
5381           po/sr.po
5382                 updated by Ricardo Mones Lastra,
5383                 Witold Wladyslaw Wojciech Wilk,
5384                 Ruslan N. Balkin, and  Urke MMI 
5385                 respectively
5386
5387 2002-11-24 [paul]       0.8.5claws182
5388
5389         * po/bg.po
5390                 updated by George Danchev
5391
5392 2002-11-23 [alfons]     0.8.5claws181
5393
5394         * src/imap.c
5395                 tiny memory leak found by browsing Dimitar's 
5396                 valgrind report
5397
5398 2002-11-23 [paul]       0.8.5claws180
5399
5400         * po/it.po
5401                 updated by Alessandro Maestri
5402
5403 2002-11-22 [christoph]  0.8.5claws179
5404
5405         * src/compose.c
5406         * src/inc.c
5407         * src/prefs_filtering.c
5408         * src/summaryview.c
5409                 more warning fixes
5410
5411 2002-11-22 [alfons]     0.8.5claws178
5412
5413         * src/summaryview.c
5414                 summary_execute_delete_func(): if message is deleted, make 
5415                 sure to also remove its entry in the subject hash table. 
5416                 fixes a corner case bug.
5417
5418 2002-11-22 [paul]       0.8.5claws177
5419
5420         * .cvsignore
5421                 add 'autom4te.cache'
5422                 
5423         * ltconfig      ** REMOVED **
5424                 not needed
5425
5426 2002-11-22 [paul]       0.8.5claws176
5427
5428         * src/textview.c
5429                 textview_set_font(): fix for message display in
5430                 UTF-8 locales (thanks to Sergey Vlasov).
5431                 
5432         * AUTHORS
5433                 add new team members and contributors
5434
5435
5436 2002-11-21 [colin]      0.8.5claws175
5437
5438         * src/procmsg.[ch]
5439                 Add procmsg_remove_special_headers()
5440         * src/mh.c
5441                 Use procmsg_remove_special_headers() for 
5442                 previous fix
5443
5444 2002-11-21 [colin]      0.8.5claws174
5445
5446         * src/mh.c
5447                 Fix moving/copying from queue/draft folders
5448                 for MH folders
5449
5450 2002-11-21 [christoph]  0.8.5claws173
5451
5452         * src/crash.c
5453         * src/filtering.c
5454         * src/logwindow.c
5455         * src/main.c
5456         * src/matcher_parser_lex.[hl]
5457         * src/mbox.c
5458         * src/mbox_folder.[ch]
5459         * src/prefs_filtering.c
5460         * src/procheader.c
5461         * src/quote_fmt_lex.l
5462         * src/ssl.c
5463                 fix all warnings except the warnings in lex and yacc files
5464
5465 2002-11-20 [christoph]  0.8.5claws172
5466
5467         * src/imap.c
5468                 fix MsgInfo retrieval for IMAP draft and queue folders
5469                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5470
5471 2002-11-19 [christoph]  0.8.5claws171
5472
5473         * src/compose.c
5474                 fix segfault, when draft saving does not get
5475                 the MsgInfo of the new message
5476                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5477
5478 2002-11-19 [christoph]  0.8.5claws170
5479
5480         * src/procmsg.c
5481                 add parameter check for flag setting function
5482                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5483
5484 2002-11-18 [paul]       0.8.5claws169
5485
5486         * src/compose.c
5487                 more sensitivity fixes to redirect mode:
5488                 * disable toolbar draft button
5489                 * allow only Address book in the Tools menu
5490                 * disable editing of message by the spell
5491                   checker
5492
5493 2002-11-18 [paul]       0.8.5claws168
5494
5495         * src/compose.c
5496                 fix sensitivity of menu items in compose_redirect():
5497                 allow only the necessary items 
5498
5499 2002-11-18 [paul]       0.8.5claws167
5500
5501         * src/compose.c
5502                 fix bug [ 603259 ] 'attachment got lost on bounce'
5503
5504 2002-11-18 [paul]       0.8.5claws166
5505
5506         * po/ru.po
5507                 updated by Ruslan N. Balkin <baron@dartel.ru>
5508
5509 2002-11-18 [colin]      0.8.5claws165
5510
5511         * src/main.c
5512           src/defs.h
5513                 Remove old filtering stuff
5514
5515
5516 2002-11-17 [oliver]     0.8.5claws164
5517
5518         * src/toolbar.h
5519                 remove not needed typedef 
5520
5521 2002-11-17 [oliver]     0.8.5claws163
5522
5523         * src/toolbar.c
5524                 make toolbar's on click events translatable
5525
5526 2002-11-15 [colin]      0.8.5claws162
5527
5528         * src/summaryview.c
5529                 Revert too-soon integration of a feature
5530
5531 2002-11-15 [christoph]  0.8.5claws161
5532
5533         * src/imap.c
5534                 use main's implementation of imap_get_msginfo
5535
5536 2002-11-15 [christoph]  0.8.5claws160
5537
5538         * src/compose.c
5539         * src/folder.[ch]
5540         * src/imap.c
5541         * src/mbox_folder.c
5542         * src/mh.c
5543         * src/news.c
5544         * src/procmsg.c
5545         * src/summaryview.c
5546                 replace claws' fetch_msginfo with main's get_msginfo
5547                 (use main's implementation where possible)
5548
5549 2002-11-15 [colin]      0.8.5claws159
5550
5551         * src/ssl_certificate.c
5552                 Missed a check
5553
5554 2002-11-16 [melvin]     0.8.5claws158
5555
5556         * po/fr.po
5557                 Updated French translations.
5558
5559 2002-11-16 [colin]      0.8.5claws157
5560
5561         * src/ssl_certificate.c
5562                 Check for missing parts in the certificates
5563
5564 2002-11-15 [colin]      0.8.5claws156
5565
5566         * src/folderview.c
5567                 Preventive fix (missing check) found by
5568                 Alfons
5569
5570 2002-11-15 [paul]
5571
5572         * NEWS
5573                 sync with 0.8.6 release
5574
5575 2002-11-15 [colin]      0.8.5claws155
5576
5577         * src/folder.[ch]
5578           src/folderview.c
5579                 Fix error handling of folder_item_move_to()
5580                 (thanks to Alfons!)
5581
5582 2002-11-15 [colin]      0.8.5claws154
5583
5584         * src/folder.[ch]
5585           src/folderview.c
5586                 folder_item_move_to() sets an error message instead
5587                 of having GUI stuff in folder.c
5588
5589 2002-11-15 [colin]      0.8.5claws153
5590
5591         * src/procmsg.[ch]
5592                 Implemented a callback for MsgInfo updates, 
5593                 heavily copy/pasted from Christoph's folder 
5594                 callback system
5595         * src/summaryview.[ch]
5596                 Register summary_update_msg as callback
5597
5598 2002-11-14 [colin]      0.8.5claws152
5599         
5600         * src/procmsg.c
5601                 Update the FolderItem after sending (fixes 617593)
5602
5603 2002-11-14 [christoph]  0.8.5claws151
5604
5605         * src/folder.c
5606                 fix wrong position of NULL pointer check found
5607                 by Sergey
5608
5609 2002-11-14 [christoph]  0.8.5claws150
5610
5611         * src/folder.c
5612                 fix segfault when deleting messages from IMAP folders
5613                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5614
5615 2002-11-14 [colin]      0.8.5claws149
5616
5617         * src/compose.c
5618                 Forwarding was also ignoring the folder's default account.
5619
5620 2002-11-14 [colin]      0.8.5claws148
5621
5622         * src/compose.c
5623                 Fix sent folder not set to folder properties when 
5624                 forwarding.
5625
5626 2002-11-14 [thorsten]   0.8.5claws147
5627
5628         * src/inc.c
5629                 inc_start(): Files were not moved from .processing to inbox,
5630                 if no global processing rule existed
5631
5632 2002-11-14 [colin]      0.8.5claws146
5633
5634         * src/ssl_certificate
5635                 Fix file operations
5636
5637 2002-11-14 [paul]       0.8.5claws145
5638
5639         * po/it.po
5640                 updated by Alessandro Maestri
5641
5642 2002-11-13 [alfons]     0.8.5claws144
5643
5644         * src/folder.c
5645                 folder_item_close(): only mark messages unread
5646                 when a folder has new messages 
5647
5648 2002-11-13 [keith]      0.8.5claws143
5649
5650         * src/imap.c
5651                 Fix problem moving or copying between
5652                 IMAP folders
5653
5654 2002-11-13 [colin]      0.8.5claws142
5655
5656         * src/matcher_parser_parse.y
5657                 Fix rule problem when " don't match
5658
5659 2002-11-13 [christoph]  0.8.5claws141
5660
5661         * src/folder.c
5662         * src/folderview.c
5663                 moved cache saving to folder_item_close
5664                 the folderview should not have to deal with
5665                 this things
5666
5667 2002-11-13 [christoph]  0.8.5claws140
5668
5669         * src/summaryview.c
5670                 moved setting of important score to
5671                 summary_set_prefs_from_folderitem
5672
5673 2002-11-13 [colin]      0.8.5claws139
5674
5675         * src/matcher_parser_parse.y
5676                 Fix a segfault in the parser (happening when
5677                 a good expression had been tested and a bad 
5678                 one arrives)
5679
5680 2002-11-13 [paul]       0.8.5claws138
5681
5682         * sync with 0.8.5cvs24
5683                 see ChangeLog 2002-11-13
5684                 
5685         * po/pt_BR.po
5686                 updated by Fabio Jr. Beneditto
5687
5688 2002-11-13 [colin]      0.8.5claws137
5689         
5690         * src/msgcache.c
5691           src/defs.h
5692           src/procmsg.[ch]
5693                 Revert last commit, problem
5694
5695 2002-11-13 [colin]      0.8.5claws136
5696
5697         * src/msgcache.c
5698                 Remove duplicated code
5699         * src/defs.h
5700                 Bumped CACHE_VERSION and MARK_VERSION
5701         * src/procmsg.[ch]
5702                 Network endian for cache and mark files
5703
5704 2002-11-12 [colin]      0.8.5claws135
5705
5706         * src/inc.c
5707                 Fix the "socket error" dialog which disappeared
5708
5709 2002-11-12 [colin]      0.8.5claws134
5710
5711         * src/msgcache.c
5712                 Reverse last commit which had performance 
5713                 problems, but still reverse the list
5714
5715 2002-11-12 [colin]      0.8.5claws133
5716
5717         * src/msgcache.c
5718                 Reverse list order
5719
5720 2002-11-12 [melvin]     0.8.5claws132
5721
5722         * src/compose.c
5723                 Added a check for a NULL prefs_common.dictionary
5724
5725 2002-11-12 [colin]      0.8.5claws131
5726
5727         * src/ssl_certificate.[ch]
5728                 Use FQDN hostname
5729
5730 2002-11-12 [colin]      0.8.5claws130
5731
5732         * src/ssl_certificate.[ch]
5733                 Take connection port into account for 
5734                 checking certificates (a single hostname
5735                 could have multiple servers with multiple
5736                 certificates)
5737         * src/ssl.c
5738                 Pass the port to ssl_certificate_check
5739
5740 2002-11-12 [paul]       0.8.5claws129
5741
5742         * src/folder.c
5743                 fix a typo in last commit
5744
5745 2002-11-12 [paul]       0.8.5claws128
5746
5747         * sync with 0.8.5cvs23
5748                 see ChangeLog entry 2002-11-12
5749
5750 2002-11-11 [colin]      0.8.5claws127
5751
5752         * src/ssl_certificate.c
5753                 Cleaner messages
5754                 Don't popup, instead log error, if the 
5755                 corresponding pref is checked
5756         * src/ssl_certificate.h
5757                 include <openssl/objects/h>
5758
5759 2002-11-11 [colin]      0.8.5claws126
5760
5761         * src/ssl_certificate.h
5762                 _Really_ clean it
5763
5764 2002-11-11 [colin]      0.8.5claws125
5765         
5766         * src/ssl_certificate.c
5767                 Fixed leak
5768
5769 2002-11-11 [colin]      0.8.5claws124
5770
5771         * src/ssl.c
5772                 Cleaned a bit
5773         * src/ssl_certificate.[ch]
5774                 Cleaned a bit (better use of SSL API)
5775                 (This will cause non-recognition of saved 
5776                  certificates of claws12[23]...)
5777
5778 2002-11-11 [paul]       0.8.5claws123
5779         
5780         * po/es.po
5781                 updated by Ricardo Mones Lastra
5782
5783 2002-11-11 [colin]      0.8.5claws122
5784
5785         * src/ssl.c
5786                 Fix a typo
5787
5788 2002-11-11 [colin]      0.8.5claws121
5789
5790         * src/ssl_certificate.[ch] ** NEW FILES **
5791         * src/ssl.[ch]
5792                 Check SSL certificates presented to us
5793         * src/Makefile.am
5794                 Add ssl_certificate.[ch]
5795         * po/POTFILES.in
5796                 Add ssl_certificate.c
5797
5798 2002-11-11 [paul]       0.8.5claws120
5799
5800         * sync with 0.8.5cvs22
5801                 see ChangeLog 2002-11-11
5802
5803 2002-11-11 [paul]       0.8.5claws119
5804
5805         * sync with 0.8.5cvs21
5806                 see ChangeLog 2002-11-11
5807
5808 2002-11-10 [jens]       0.8.5claws118
5809
5810         * src/folder.c
5811         * src/folderview.c
5812                 corrected some typing
5813         * po/de.po
5814                 updated german translation
5815         * sylpheed.spec.in
5816                 cleaned up specfile and adjusted it for claws
5817
5818 2002-11-10 [colin]      0.8.5claws117
5819
5820         * src/summaryview.c
5821                 a STATUSBAR_PUSH/POP fix
5822
5823 2002-11-10 [colin]      0.8.5claws116
5824
5825         * src/prefs_folder_item.c
5826                 Fix hanging after opening folder properties
5827
5828 2002-11-10 [hoa]        0.8.5claws115
5829
5830         * src/matcher_parser_lex.l
5831         * src/matcher_parser_parse.y
5832                 config file for scoring and filtering is no more trashed
5833                 when there is a syntax error in a filtering rule when
5834                 editing it in a dialog.
5835
5836 2002-11-09 [colin]      0.8.5claws114
5837
5838         * src/mbox_folder.c
5839                 Added missing initialisation of folder->destroy()
5840
5841 2002-11-09 [colin]      0.8.5claws113
5842
5843         * src/folder.c
5844           src/folderview.c
5845                 Fix the status bar messages
5846
5847 2002-11-09 [colin]      0.8.5claws112
5848
5849         * src/folderview.c
5850                 Fix hangs after folder dnd, happening after 
5851                 claws109.
5852
5853 2002-11-09 [christoph]  0.8.5claws111
5854
5855         * src/folderview.c
5856                 just changed order of calls (reverse order of
5857                 associated calls)
5858         * src/inc.c
5859                 lock inc when checking only one account, otherwise
5860                 inc all could be executed at the same time
5861
5862 2002-11-09 [christoph]  0.8.5claws110
5863
5864         * src/folderview.c
5865                 better unlock the mouse cursor before calling
5866                 summary_show because it changes the cursor too
5867
5868 2002-11-09 [christoph]  0.8.5claws109
5869
5870         * src/folder.[ch]
5871         * src/folderview.c
5872                 add functions to open and close a folder
5873                 o opending will execute scanning for remote folders
5874                   and processing
5875                 o closing will unset new flag for messages
5876
5877 2002-11-09 [colin]      0.8.5claws108
5878
5879         * src/folder.c
5880                 Add a call to prefs_matcher_write_config to 
5881                 avoid non-leaf folders filtering settings to be
5882                 lost
5883
5884 2002-11-09 [paul]       0.8.5claws107
5885
5886         * src/prefs_account.c
5887                 re-word a label
5888
5889 2002-11-09 [colin]      0.8.5claws106
5890
5891         * src/folderview.c
5892                 Minor esthetic fix
5893
5894 2002-11-09 [colin]      0.8.5claws105
5895
5896         * src/folderview.c
5897                 Fix prefs_filtering deletion for MH folders (same
5898                 reason as below)
5899         * src/prefs_filtering.c
5900                 Fix prefs_filtering renaming and deletion for 
5901                 folder-based processing rules.  
5902
5903 2002-11-09 [christoph]  0.8.5claws104
5904
5905         * src/compose.c
5906         * src/folder.[ch]
5907         * src/folderview.[ch]
5908         * src/import.c
5909         * src/inc.c
5910         * src/main.c
5911         * src/mainwindow.c
5912         * src/messageview.c
5913         * src/prefs_folder_item.c
5914         * src/procmsg.c
5915         * src/summaryview.c
5916                 implement a callback system for folder item updates
5917
5918 2002-11-09 [colin]      0.8.5claws103
5919
5920         * src/folderview.c
5921                 Fix prefs_filtering renaming for MH folders (we
5922                 shouldn't rename by path as another folder could
5923                 have the same hierarchy).
5924
5925 2002-11-09 [colin]      0.8.5claws102
5926
5927         * src/folder.c
5928                 Fix a leak found by Christoph, use better variable
5929                 names
5930
5931 2002-11-09 [colin]      0.8.5claws101
5932
5933         * src/folder.c
5934                 One more fix for processing rules
5935
5936 2002-11-08 [colin]      0.8.5claws100
5937         
5938         * src/matcher.c
5939                 Don't copy the compiled regexp (will be reevaluated)
5940         * src/folderview.c
5941                 Lock folderview while moving
5942         * src/folder.c
5943                 Provide info on what's happening to the user
5944
5945 2002-11-08 [colin]      0.8.5claws99
5946
5947         * src/folderview.c
5948                 Fix folder reordering after a move if parent is 
5949                 root
5950         * src/scoring.[ch]
5951                 Add function to copy a ScoringProp
5952         * src/prefs_folder_item.c
5953                 Copy scoring rules when copying a folder prefs
5954
5955 2002-11-08 [colin]      0.8.5claws98
5956
5957         * src/folderview.c
5958                 Fixes in case of failure
5959         * src/filtering.[ch]    
5960                 Add function to duplicate a FilteringProp
5961         * src/matcher.[ch]
5962                 Add function to duplicate a MatcherProp
5963         * src/prefs_folder_item.c
5964                 Save folder's processing rules when copying 
5965                 its prefs
5966
5967 2002-11-08 [colin]      0.8.5claws97
5968         
5969         * src/folderview.c
5970                 Sort after move
5971         * src/folder.c 
5972                 Change a printf to debug_print
5973
5974 2002-11-08 [colin]      0.8.5claws96
5975
5976         * src/folder.c
5977           src/folderview.c
5978                 Fix segfaults, call me stupido
5979         
5980
5981 2002-11-08 [colin]      0.8.5claws95
5982
5983         *src/folder.c
5984                 Added forgotten prefs to save when moving folders
5985
5986 2002-11-08 [colin]      0.8.5claws94
5987
5988         * src/folder.c
5989                 Fixes to folder DND (prefs copy)
5990         * src/folderview.c
5991                 Optimization for folder DND (don't rescan whole tree)
5992                 Added folderview_create_folder_node() for this 
5993                 optimization, so de-duped a bit the code
5994         * src/prefs_folder_item.[ch]
5995                 Added prefs_folder_item_copy_prefs()    
5996           
5997 2002-11-08 [paul]       0.8.5claws93
5998
5999         * src/prefs_account.c
6000           tools/README
6001           tools/kmail2sylpheed_v2.pl
6002                 correct some typos
6003
6004 2002-11-08 [paul]       0.8.5claws92
6005
6006         * src/compose.c
6007           src/prefs_account.[ch]
6008                 remove account options 'clearsign' and 'ascii_armored',
6009                 replace with 'default_gnupg_mode' to prevent mixed-mode
6010                 Privacy settings
6011
6012 2002-11-08 [paul]       0.8.5claws91
6013
6014         * src/compose.[ch]
6015                 re-implement GnuPG 'on-the-fly' mode selection,
6016                 disallow mixed-mode
6017
6018 2002-11-08 [colin]      0.8.5claws90
6019
6020         * src/folderview.c
6021           src/prefs_folder_item.c
6022                 Change "Property" to "Properties"
6023
6024 2002-11-07 [colin]      0.8.5claws89
6025
6026         * src/folderview.c
6027           src/folder.c
6028                 Allow folder dropping to a root folder
6029
6030 2002-11-07 [paul]       0.8.5claws88
6031
6032         * src/compose.c
6033                 revert last commit
6034
6035 2002-11-07 [paul]       0.8.5claws87
6036
6037         * src/compose.c
6038                 fix reply-to-list bug. closes bug report
6039                 "[633382] reply-to-list broken in recent cvs"
6040
6041 2002-11-07 [paul]       0.8.5claws86
6042
6043         * src/compose.c
6044                 add a forgotten '#if USE_GPGME ... #endif'
6045
6046 2002-11-07 [paul]       0.8.5claws85
6047
6048         * sync with 0.8.5cvs20
6049                 see ChangeLog 2002-11-07
6050
6051 2002-11-07 [colin]      0.8.5claws84
6052
6053         * src/folder.[ch]
6054                 Change folder_item_move_to to return the newly 
6055                 created folderitem.
6056         * src/folderview.c
6057                 Select the new folderitem after moving.
6058
6059 2002-11-07 [colin]      0.8.5claws83
6060
6061         * src/prefs_filtering.c
6062                 Fix rule rewriting when moving a leaf folder to a 
6063                 shorter path
6064
6065 2002-11-07 [colin]      0.8.5claws82
6066
6067         * src/prefs_filtering.c
6068                 fix a leak
6069
6070 2002-11-07 [colin]      0.8.5claws81
6071
6072         * src/folder.[ch]
6073                 Add folder_item_move_to() function to move a 
6074                 folderitem into another one (updates matcher etc)
6075         * src/folderview.c
6076                 Add folder drag'n drop (context menu to come)
6077                 [Should be dataloss free, but Please backup before 
6078                  trying !]
6079
6080 2002-11-06 [colin]      0.8.5claws80
6081
6082         * src/mh.c
6083                 mh_create_folder() returns NULL if can't create
6084                 directory hierarchy
6085
6086 2002-11-06 [paul]       0.8.5claws79
6087
6088         * src/compose.[ch]
6089                 allow 'on-the-fly' changing of the type of encryption 
6090                 and/or signing used (mime/ascii) via the compose window
6091
6092 2002-11-06 [paul]       0.8.5claws78
6093
6094         * sync with 0.8.5cvs19
6095                 see ChangeLog 2002-11-06 for src/account.c: 
6096                 account_get_special_folder()
6097                 
6098 2002-11-05 [alfons]     0.8.5claws77
6099
6100         * src/crash.c
6101                 very minor cleanups: nothing to see here, move on. :-)
6102
6103 2002-11-05 [colin]      0.8.5claws76
6104
6105         * src/main.c
6106                 Changes choices if compose windows are opened to
6107                 Discard, Draft, Don't quit
6108
6109 2002-11-05 [thorsten]   0.8.5claws75
6110
6111         * src/compose.c
6112                 reenabled default_reply_to folder option
6113
6114 2002-11-05 [colin]      0.8.5claws74
6115
6116         * src/compose.[ch] 
6117                 add compose_draft()
6118         * src/crash.c
6119                 add SIGTERM handler
6120         * src/main.[ch]
6121                 add clean_quit() for the SIGTERM handler
6122
6123 2002-11-05 [paul]       0.8.5claws73
6124         
6125         * po/es.po
6126                 updated by Ricardo Mones Lastra
6127
6128 2002-11-05 [melvin]     0.8.5claws72
6129
6130         * src/logwindow.c
6131                 Fixed log-clipping bug #616795.
6132                 To stop logging in the log window use 0 length.
6133         * src/prefs_common.c
6134                 Added a label to inform about the 0 log length behaviour.
6135
6136 2002-11-05 [paul]       0.8.5claws71
6137
6138         * sync with 0.8.5cvs17
6139                 see ChangeLog 2002-11-05
6140
6141 2002-11-04 [paul]       0.8.5claws70
6142
6143         * sylpheed-128x128.png
6144           sylpheed-64x64.png
6145           sylpheed.png
6146                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6147                 <nikai@users.sourceforge.net>
6148                 
6149         * po/bg.po
6150                 updated by George Danchev
6151
6152 2002-11-03 [thorsten]   0.8.5claws69
6153
6154         * src/main.c
6155           src/mimeview.c
6156           src/rfc2015.h
6157                 add check if gpg is active
6158
6159 2002-11-03 [thorsten]   0.8.5claws68
6160
6161         * src/toolbar.h
6162                 removed GSList declaration causing trouble on MacOS-X
6163                 (submitted by alfons, reported by xfesty)
6164
6165 2002-11-01 [paul]       0.8.5claws67
6166
6167         * src/mainwindow.c
6168                 remove last remnants of main's filter code
6169
6170 2002-11-01 [paul]       0.8.5claws66
6171
6172         * tools/filter_conv.pl
6173                 fix bug where user-defined headers were ignored
6174
6175 2002-11-01 [paul]       0.8.5claws65
6176
6177         * src/logwindow.c
6178                 make a debug_print() not translatable
6179
6180 2002-10-31 [melvin]     0.8.5claws64
6181
6182         * ac/aspell.m4
6183                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6184                 not run any GNU/aspell test.  The dictionary path will
6185                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6186                 was given, in which case, it will be $prefix/lib/aspell/
6187         * configure.in
6188                 Fixed typo in commentary (Aspell code).
6189
6190 2002-10-31 [paul]       0.8.5claws63
6191
6192         * po/POTFILES.in
6193                 remove src/filter.c and src/prefs_filter.c
6194                 thanks to Ricardo for reminding me
6195
6196 2002-10-31 [colin]      0.8.5claws62
6197
6198         * src/mbox_folder.c
6199                 Plug some leaks
6200
6201 2002-10-31 [paul]       0.8.5claws61
6202
6203         * src/prefs_filter.[ch] ** REMOVED **
6204           src/filter.[ch]       ** REMOVED **
6205           
6206         * src/Makefile.am
6207           src/folderview.c
6208           src/inc.c
6209           src/main.c
6210           src/mainwindow.c
6211           src/mbox.c
6212           src/prefs_common.c
6213           src/prefs_filtering.c
6214           src/summaryview.[ch]
6215                 remove main's 'filter' code
6216                 
6217         README.claws
6218                 update to reflect removal of main's filter
6219
6220 2002-10-31 [paul]       0.8.5claws60
6221
6222         * src/summaryview.c
6223                 remove check for global_processing in summary_filter_open(). 
6224                 This fixes the bug where if the user uses the right-click 
6225                 'Create filter rule...' and doesn't have any filter rules 
6226                 already defined in claws' advanced filtering, the newly 
6227                 created filter rule goes to main's filtering which is 
6228                 inaccessible through the gui. Now the filter rule gets added
6229                 to claws' filtering by default.
6230
6231 2002-10-28 [melvin]     0.8.5claws59
6232
6233         * src/prefs_actions.c
6234                 Fixed bug #627322 where MIME parts were not always
6235                 correctly passed to a %p action
6236                 Display an error dialog when message filename is not found.
6237
6238 2002-10-28 [melvin]     0.8.5claws58
6239
6240         * src/prefs_common.c
6241                 Readded a missing function declaration lost in 0.8.3claws34
6242
6243 2002-10-28 [paul]       0.8.5claws57
6244
6245         * sync with 0.8.5cvs15
6246                 see ChangeLog 2002-10-28 and 2002-10-25
6247                 
6248         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6249
6250 2002-10-27 [oliver]     0.8.5claws56
6251
6252         * src/pop.c
6253                 plug leak in pop3_top_recv
6254
6255 2002-10-26 [christoph]  0.8.5claws55
6256
6257         * src/folder.c
6258                 set need_update folder flag when messages are added
6259                 (closes bug [ 626922 ] folder not updated after receiving)
6260
6261 2002-10-25 [melvin]     0.8.5claws54
6262
6263         * src/imageview.c
6264                 Fixed a memleak introduced in the scaling code.
6265
6266 2002-10-24 [alfons]     0.8.5claws53
6267
6268         * src/filtering.c
6269                 make filtering's forward message action forward from the 
6270                 correct account
6271                 (closes bug [628089 ] Filter -> Forward from address problem
6272                 reported by Oktay)
6273
6274 2002-10-24 [christoph]  0.8.5claws52
6275
6276         * src/mainwindow.c
6277         * src/manual.[ch]
6278                 o use manual of current locale or english if current
6279                   locale is not available (and english is available)
6280                 o also link to sylpheed doc project manuals
6281
6282 2002-10-23 [paul]       0.8.5claws51
6283
6284         * tools/README
6285           tools/kmail2sylpheed_v2.pl
6286                 add new version of kmail addressbook importer script.
6287                 works with newer versions of Kmail/KAddressBook which
6288                 have new and rearranged data.
6289
6290 2002-10-23 [martin]     0.8.5claws50
6291
6292         * src/folderview.c
6293         * src/summaryview.c
6294         * src/utils.h
6295         * src/utils.c
6296                 added length parameter to get_abbrev_newsgroup_name()
6297                 changed this function so that it abbreviates the newsgroup
6298                 names only so long it is smaller than the length parameter
6299                 (for better reading of some newsgroup names and space efficiency)
6300
6301 2002-10-22 [colin]      0.8.5claws49
6302
6303         *src/foldersel.c
6304                 Revert Alfons' last modification (after voting ;-))
6305
6306 2002-10-21 [alfons]     0.8.5claws48
6307
6308         * src/foldersel.c
6309                 folder view in folder selection dialog reflects state of
6310                 folder view in main window
6311
6312 2002-10-18 [alfons]     0.8.5claws47
6313
6314         * src/mbox.c
6315                 drop imported messages in folder selected by user,
6316                 and not in the inbox
6317                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6318
6319 2002-10-18 [alfons]     0.8.5claws46
6320
6321         * src/compose.c
6322                 make automagic reply work correctly for email accounts 
6323                 (whether it's viable to do a full sync with Hiro's 
6324                 compose.c is still under discussion)
6325
6326 2002-10-18 [melvin]     0.8.5claws45
6327
6328         * src/prefs_actions.c
6329                 Fixed bug #622275 where asynchroneous actions left 
6330                 zombies processes
6331                 Made (synchroneous) actions' input be displayed live.
6332
6333 2002-10-18 [christoph]  0.8.5claws44
6334
6335         * src/textview.c
6336                 don't add a newline in the textview in front of the
6337                 first textpart if header display is disabled
6338                 (closes bug [ 603385 ] disabled header display leaves blank
6339                  lin)
6340
6341 2002-10-18 [christoph]  0.8.5claws43
6342
6343         * src/folder.[ch]
6344         * src/imap.c
6345         * src/mbox_folder.c
6346         * src/mh.c
6347         * src/news.c
6348                 folder->get_num_list now returns an error code
6349                 (closes bug [ 609424 ] News cache cleared on failure)
6350                 
6351 2002-10-17 [colin]      0.8.5claws42
6352         
6353         * src/news.c
6354                 Changed a printf by debug_print
6355
6356 2002-10-16 [paul]       
6357
6358         * tools/OOo2sylpheed.pl
6359                 allow for spaces in the name of the
6360                 file to be attached.
6361
6362 2002-10-16 [colin]      0.8.5claws41
6363
6364         * src/main.c
6365                 Use a tristate to change online mode
6366
6367 2002-10-16 [paul]       0.8.5claws40
6368
6369         * po/es.po
6370                 updated by Ricardo Mones Lastra
6371
6372 2002-10-16 [colin]      0.8.5claws39
6373
6374         * src/main.c
6375           src/mainwindow.[ch]
6376                 Added --online and --offline command-line
6377                 switches
6378
6379 2002-10-15 [christoph]  0.8.5claws38
6380
6381         * src/procmime.c
6382                 set mimeinfo->name to NULL after g_free to
6383                 avoid double freeing with g_free
6384
6385 2002-10-14 [christoph]  0.8.5claws37
6386
6387         * src/compose.c
6388         * src/filtering.c
6389         * src/summaryview.c
6390                 remove calls to folder->change_flags that are now
6391                 done by procmsg flag functions (seems it is not
6392                 used by any foldertype anyway)
6393         * src/folder.c
6394                 init folder->change_flags with NULL
6395
6396 2002-10-14 [christoph]  0.8.5claws36
6397
6398         * src/folder.[ch]
6399         * src/imap.[ch]
6400                 use virtual functions for folder item new and destroy
6401                 functions
6402
6403 2002-10-14 [melvin]     0.8.5claws35
6404
6405         * src/compose.c
6406                 Added a test to not run the spell checker if no default
6407                 dictionary is available. No dialog is displayed though.
6408
6409 2002-10-14 [melvin]     0.8.5claws34
6410
6411         * src/gtkaspell.c
6412                 Fixed bug in dictionary list context menu where
6413                 "More..." pointed to an emtpy submenu if the
6414                 number of dictionaries is a multiple of 15
6415                 Removed unneeded code in suggestions list creation
6416
6417 2002-10-14 [paul]       0.8.5claws33
6418
6419         * po/bg.po
6420                 updated by George Danchev
6421
6422 2002-10-13 [hoa]        0.8.5claws32
6423
6424         * src/matcher.[ch]
6425           src/matcher_parser_parser.y
6426                 removed the escaped string from internal structure
6427                 of matcher.
6428
6429 2002-10-12 [colin]      0.8.5claws31
6430
6431         * src/gtksctree.[ch]
6432           src/summaryview.c
6433                 Removed useless function gtksctree_reanchor
6434
6435 2002-10-12 [alfons]     0.8.5claws30
6436         
6437         * sync with remaining main changes 2002-10-09 - 2002-10-11
6438         - drop changes to src/compose.c (requires claws specific changes)
6439         
6440 2002-10-12 [alfons]     0.8.5claws29
6441         
6442         * sync with main changes of 2002-10-08
6443         - drop changes to src/compose.c (requires claws specific changes)
6444         - drop changes to src/summaryview.c (requires changes to compose.c)     
6445
6446 2002-10-12 [alfons]     0.8.5claws28
6447         
6448         * sync with main changes of 2002-10-07
6449
6450 2002-10-12 [alfons]     0.8.5claws27
6451
6452         * sync with main changes of 2002-10-04
6453         - drop changes to src/compose.c (requires claws specific changes)
6454         - drop changes to src/prefs_folder_item.c (claws implementation
6455           seems to be working)
6456
6457 2002-10-12 [colin]      0.8.5claws26
6458
6459         * src/mainwindow.c
6460                 Fix folder-flicker when space-reading, introduced 
6461                 in claws22.
6462
6463 2002-10-12 [colin]      0.8.5claws25
6464
6465         * src/compose.c
6466                 Save account address when saving as draft.
6467                 (closes bug 621838)
6468
6469 2002-10-12 [colin]      0.8.5claws24
6470
6471         * src/summaryview.c
6472                 Fix the problem consisting of no message selected
6473                 after the last message in a folder has been moved.
6474
6475 2002-10-12 [paul]       0.8.5claws23
6476
6477         * src/compose.c
6478           src/prefs_template.c
6479           src/template.[ch]
6480                 add Cc and Bcc to templates. Patch submitted by
6481                 John L. Males.
6482
6483 2002-10-12 [colin]      0.8.5claws22
6484
6485         * src/folderview.c
6486                 Fix a bug after "Check for new messages":
6487                 If a folder was opened, it was still selected at
6488                 the end of the check, but displayed empty.
6489         * src/mainwindow.c
6490                 Remove unnecessary check
6491
6492 2002-10-12 [paul]
6493
6494         * tools/README
6495                 be more verbose in the description of
6496                 OOo2sylpheed.pl
6497                 
6498
6499 2002-10-11 [colin]      0.8.5claws21
6500
6501         * src/mainwindow.c
6502                 Make space work (better) when no mail is selected
6503
6504 2002-10-11 [colin]      0.8.5claws20
6505
6506         * src/inc.c
6507           src/news.c
6508                 fix warnings
6509
6510 2002-10-11 [colin]      0.8.5claws19
6511
6512         * src/mainwindow.c
6513                 revert 0.8.5claws6 changes as i couldn't get to
6514                 anything satisfying
6515
6516 2002-10-11 [melvin]     0.8.5claws18
6517
6518         * src/compose.c
6519                 Removed buggy and unused macro (should have been committed in
6520                 0.8.5claws17)
6521
6522 2002-10-11 [melvin]     0.8.5claws17
6523
6524         * src/compose.c
6525                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6526
6527 2002-10-11 [thorsten]   0.8.5claws16 
6528
6529         * src/folderview.c
6530                 remove rescan warning
6531
6532 2002-10-11 [colin]      0.8.5claws15 
6533
6534         * src/procheader.c
6535                 fix a segfault that happens if conv_unmime_header
6536                 fails (should be better to find out why it fails)
6537
6538 2002-10-11 [christoph]  0.8.5claws14
6539
6540         * src/summaryview.c
6541                 update folderview stats after ignore/unignore thread
6542
6543 2002-10-11 [hoa]        0.8.5claws13
6544
6545         * src/quote_fmt_parse.y
6546                 Fixed a yacc/bison syntax error
6547         * src/matcher.c
6548                 Escaping of string is fixed.
6549
6550 2002-10-11 [colin]      0.8.5claws12
6551
6552         * src/imageview.c
6553                 Resize images to fit
6554
6555 2002-10-11 [paul]       0.8.5claws11
6556
6557         * po/es.po
6558                 updated by Ricardo Mones Lastra
6559
6560 2002-10-10 [alfons]     0.8.5claws10
6561
6562         * src/compose.c
6563                 allow dropping files by "moving" files from a file manager,
6564                 not only by the more cumbersome "copying". the latter 
6565                 mostly implies holding down the Control button
6566
6567 2002-10-10 [christoph]  0.8.5claws9
6568
6569         * src/summaryview.c
6570                 update folders after thread building for ignored threads
6571
6572 2002-10-10 [christoph]  0.8.5claws8
6573
6574         * config/.cvsignore
6575                 added Makefile
6576         * src/filtering.[ch]
6577         * src/folder.[ch]
6578         * src/folderview.[ch]
6579         * src/import.c
6580         * src/inc.[ch]
6581         * src/mbox.[ch]
6582         * src/procmsg.c
6583         * src/summaryview.[ch]
6584                 o added new flag need_update to FolderItem
6585                 o removed folder_table from various functions from tracking
6586                   folder updates
6587                 o set need_update flags in folder.c's move, copy and delete
6588                   functions and procmsg's flags functions
6589                 o added function folderview_update_items_when_required that
6590                   updates all folders with need_update set
6591                 o call folderview_update_items_when_required instead of
6592                   folderview_update_item_foreach
6593
6594 2002-10-09 [sergey]     0.8.5claws7
6595
6596         * src/compose.c
6597                 Strip CRs whel loading the text into editor in reedit mode.
6598
6599 2002-10-09 [colin]      0.8.5claws6
6600
6601         * src/mainwindow.c
6602                 Make Space work when no mail is selected
6603
6604 2002-10-09 [colin]      0.8.5claws5
6605
6606         * src/gtksctree.[ch]
6607                 Fix range_select
6608                 Add gtk_sctree_reanchor() 
6609         * src/summaryview.c
6610                 Use gtk_sctree_reanchor() - better fix for 
6611                 bug 60413
6612
6613 2002-10-09 [colin]      0.8.5claws4
6614
6615         * src/summaryview.c
6616                 Fix shift-click select after delete problem
6617                 (closes bug 60413)
6618
6619 2002-10-08 [thorsten]   0.8.5claws3
6620
6621         * src/summaryview.c
6622                 exclude current msg from -hide read messages-
6623
6624 2002-10-08 [colin]      0.8.5claws2
6625
6626         * src/inc.[ch]
6627           src/pop.c
6628           src/recv.c
6629                 Differentiate socket errors from disk full
6630                 errors
6631
6632 2002-10-08 [christoph]  0.8.5claws1
6633
6634         * Makefile.am
6635         * configure.in
6636                 modifications for new config directory
6637
6638         * config.guess  ** REMOVED **
6639         * config.sub    ** REMOVED **
6640         * install-sh    ** REMOVED **
6641         * ltmain.sh     ** REMOVED **
6642         * missing       ** REMOVED **
6643         * mkinstalldirs ** REMOVED **
6644                 these files are autogenerated by automake
6645                 when you run autogen.sh
6646
6647         * config/.cvsignore     ** NEW FILE **
6648         * config/Makefile.am    ** NEW FILE **
6649                 ignore autogenerated files
6650                 create a Makefile in this directory
6651
6652 2002-10-08 [paul]       0.8.5claws
6653
6654         * 0.8.5claws release
6655         
6656         * src/compose.c
6657           src/procheader.c
6658           src/procmsg.c
6659                 fix quote reply format for newsgroups reply bug
6660                 (thanks to Hoa)
6661                 
6662         * po/en_GB.po
6663           po/pl.po
6664                 updated by me and Witold Wladyslaw Wojciech Wilk
6665                 repectively
6666
6667 2002-10-07 [paul]       0.8.3claws53
6668
6669         * po/it.po
6670           po/pt_BR.po
6671           po/sr.po
6672                 updated messages catalogs, submitted by
6673                 Alessandro Maestri, Fabio Jr.Beneditto 
6674                 and Urke MMI, respectively.
6675
6676 2002-10-07 [christoph]  0.8.3claws52
6677
6678         * src/folder.[ch]
6679         * src/folderview.c
6680         * src/mainwindow.c
6681                 fix new folder ghost message bug
6682                 (closes bug [ 619722 ] wrong count for newly created folders)
6683
6684 2002-10-07 [christoph]  0.8.3claws51
6685
6686         * src/compose.c
6687                 fix news posting problem
6688
6689 2002-10-07 [melvin]     0.8.3claws50
6690
6691         * po/fr.po
6692                 Updated French translation
6693
6694 2002-10-05 [christoph]  0.8.3claws49
6695
6696         * src/gtkstext.c
6697                 check if line_start_cache is set in gtk_stext_update_text
6698                 (closes bug [ 618119 ] crash while doing search in folder)
6699
6700 2002-10-05 [christoph]  0.8.3claws48
6701
6702         * src/imap.c
6703         * src/news.c
6704         * src/utils.c
6705         * src/utils.h
6706                 implement cache cleanups for claws' folder system
6707                 (closes bug [ 595916 ] imapcache not cleaned up)
6708
6709 2002-10-05 [melvin]     0.8.3claws47
6710
6711         * src/prefs_actions.c
6712                 Made the help text more clear for the %p token
6713
6714 2002-10-04 [paul]       0.8.3claws46
6715
6716         * sync with 0.8.5
6717                 see ChangeLog 2002-10-02 and 2002-10-03
6718
6719 2002-10-04 [christoph]  0.8.3claws45
6720
6721         * src/inc.c
6722                 fix segfault caused by pop before smtp
6723                 call to inc_account_mail with NULL
6724                 pointer for mainwin
6725
6726 2002-10-04 [paul]       0.8.3claws44
6727
6728         * configure.in
6729                 sync the LDAP detection from 0.8.5cvs1
6730
6731 2002-10-02 [christoph]  0.8.3claws43
6732
6733         * po/de.po
6734                 fix small spelling error
6735
6736 2002-10-02 [melvin]     0.8.3claws42
6737
6738         * ac/aspell.m4
6739                 Behave better and say "no" when test program cannot be run.
6740
6741 2002-10-02 [paul]       0.8.3claws41
6742
6743         * sync with 0.8.4cvs1
6744                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6745                 
6746         * src/summaryview.c
6747                 toggle the behavior of Reply menuitem between
6748                 normal reply and reply-to-list
6749
6750 2002-10-01 [sergey]     0.8.3claws40
6751
6752         * src/compose.c
6753                 Convert newlines in the message text to the canonical form
6754                 before base64 encoding (RFC2045 compliance, fixes some
6755                 interoperability issues with Evolution 1.0.3)
6756
6757 2002-09-29 [colin]      0.8.3claws39
6758
6759         * src/summaryview.c
6760                 Fix an unwanted copy/paste
6761
6762 2002-09-29 [colin]      0.8.3claws38
6763
6764         * src/mainwindow.c
6765                 Renamed "Custom toolbar" to "Customize toolbar"
6766                 Renamed "Show all header" to "Show all headers"
6767                 Renamed "Set diplay item" to "Set displayed items"
6768         * src/prefs_common.c
6769                 Renamed "Show all header" to "Show all headers"
6770         * src/prefs_summary_column.c
6771                 Renamed "diplay item" to "displayed items"
6772
6773 2002-09-29 [colin]      0.8.3claws37
6774
6775         * src/mainwindow.[ch]
6776                 online/offline status pixmaps follow theme
6777                 changes
6778         * src/summaryview.[ch]
6779                 quicksearch pixmap follows theme changes
6780
6781 2002-09-29 [thorsten]   0.8.3claws36
6782
6783         * src/compose.c
6784           src/prefs_folder_item.[ch]
6785                 add default_reply_to folder option (closes patch 581044)
6786
6787 2002-09-29 [christoph]  0.8.3claws35
6788
6789         * acconfig.h    ** REMOVED **
6790         * configure.in
6791         * ac/aspell.m4
6792         * ac/check-type.m4
6793         * ac/gnupg-check-typedef.m4
6794                 fix autoheader 2.50 warning
6795
6796 2002-09-29 [christoph]  0.8.3claws34
6797
6798         * major code cleanup (part 2)
6799         
6800                 - unused variables removed
6801                 - unused functions removed
6802                 - uninitialized variables checked
6803                 - missing return statements added
6804                 - missing function return types added
6805                 - added parentheses around assignment
6806                   when suggested by gcc
6807
6808 2002-09-29 [alfons]     0.8.3claws33
6809
6810         * src/logwindow.c
6811                 log_window_clear(): only bracket gtk_text_forward_delete() 
6812                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6813                 works around GTK text bug)
6814
6815 2002-09-29 [paul]       0.8.3claws32
6816
6817         * po/bg.po
6818           po/sr.po
6819                 updated by George Danchev and Urke MMI
6820                 respectively
6821
6822 2002-09-27 [christoph]  0.8.3claws31
6823
6824         * doc-src/readme.txt
6825         * doc-src/rfc1806.txt   ** REMOVED **
6826         * doc-src/rfc2183.txt   ** NEW FILE **
6827         * doc-src/rfc2980.txt   ** NEW FILE **
6828                 update rfcs
6829
6830 2002-09-27 [melvin]     0.8.3claws30
6831
6832         * ac/aspell.m4
6833                 Fixed typo which could break linking
6834
6835 2002-09-27 [melvin]     0.8.3claws29
6836
6837         * ac/aspell.m4
6838                 Improved GNU/aspell checking. 
6839                 Fixed bug #614490
6840
6841 2002-09-27 [paul]       0.8.3claws28
6842
6843         * sync with 0.8.3cvs8
6844                 see ChangeLog 2002-09-27
6845
6846 2002-09-26 [colin]      0.8.3claws27
6847
6848         * src/toolbar.[ch]
6849           src/mainwindow.[ch]
6850                 Add "Reply to Mailing-list" to the toolbar
6851
6852 2002-09-26 [christoph]  0.8.3claws26
6853
6854         * src/summaryview.c
6855                 Fix wrong message counts in summaryview status
6856
6857 2002-09-26 [paul]       0.8.3claws25
6858
6859         * sync with 0.8.3cvs7
6860                 see ChangeLog 2002-09-26
6861
6862 2002-09-26 [paul]       0.8.3claws24
6863
6864         * sync with 0.8.3cvs6
6865                 see ChangeLog 2002-09-25
6866
6867 2002-09-25 [christoph]  0.8.3claws23
6868
6869         * src/prefs_common.c
6870         * src/prefs_folder_item.c
6871         * src/prefs_scoring.c
6872                 Renamed "kill score" to "hide score" in GUI
6873                 and prefs files
6874
6875 2002-09-25 [paul]       0.8.3claws22
6876
6877         * sync with 0.8.3cvs5
6878                 see ChangeLog 2002-09-24
6879
6880 2002-09-24 [alfons]     0.8.3claws21
6881
6882         patch by Satoshi Nagayasu: allows appending / saving multiple 
6883         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6884         'Save as ...'")
6885
6886         * AUTHORS
6887                 add Satoshi Nagayasu
6888         * src/summaryview.c
6889                 summary_save_as(): allow saving selected files to
6890                 one file
6891                 summary_set_menu_sensitive: enable "Save As..." when
6892                 multiple files are selected
6893         * src/utils.[ch]
6894                 append_file(): new function
6895
6896 2002-09-24 [colin]      0.8.3claws20
6897
6898         * src/procmime.c
6899                 Fix segfault when mimeinfo doesn't have a 
6900                 content_type. 
6901
6902 2002-09-24 [colin]      0.8.3claws19
6903
6904         * src/prefs_common.[ch]
6905                 Add a preference to display send dialog or not
6906         * src/send.c
6907                 Display send dialog according to preference
6908
6909 2002-09-24 [colin]      0.8.3claws18
6910
6911         * src/compose.[ch]
6912                 Disable user actions when sending
6913
6914 2002-09-24 [colin]      0.8.3claws17
6915
6916         * src/procmime.c
6917                 Do not display name or filename for attachments
6918                 with an application/pgp-signature type
6919                 (security flaw, see bug 537413)
6920
6921 2002-09-23 [colin]      0.8.3claws16
6922
6923         * src/editaddress.c
6924                 Initialize entry_email, entry_alias and 
6925                 entry_remarks to first email address of the list
6926
6927 2002-09-23 [colin]      0.83claws15
6928
6929         * src/compose.c
6930                 Drop pgp-signature when reediting a signed queued
6931                 message
6932
6933 2002-09-23 [melvin]     0.8.3claws14
6934
6935         * po/fr.po
6936                 Updated French translation
6937
6938 2002-09-23 [melvin]     0.8.3claws13
6939
6940         * src/mainwindow.c
6941                 Made custom toolbar menu labels more consistent
6942         * src/prefs_toolbar.c
6943                 Made custom toolbar window title more consistent
6944
6945 2002-09-22 [colin]      0.8.3claws12
6946
6947         * src/inc.c
6948                 Initialize session type to normal before getting 
6949                 mail (fixes strange Get behaviour)
6950         * src/prefs_account.h
6951                 Move STYPE_POP_BEFORE_SMTP to last position to 
6952                 avoid other side-effects
6953
6954 2002-09-22 [colin]      0.8.3claws11
6955
6956         * src/prefs_account.c
6957                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6958                 from pop3 to apop or vice-versa
6959
6960 2002-09-22 [colin]      0.8.3claws10
6961         
6962         * src/prefs_account.[ch]
6963                 Add an option for the POP before SMTP timeout
6964         * src/inc.c
6965                 Remember time of last POP connection
6966         * src/send.c
6967                 Do POP before SMTP only if timeout reached
6968
6969 2002-09-22 [oliver]     0.8.3claws9
6970         
6971         * README.claws
6972                 explain custom toolbar
6973
6974 2002-09-22 [oliver]     0.8.3claws8
6975
6976         * src/prefs_actions.[ch]
6977         custom toolbar for compose      
6978                 actions callback from compose toolbar
6979         * src/folderview.c
6980                 remove include toolbar.h
6981
6982 2002-09-22 [oliver]     0.8.3claws7
6983         
6984         * src/prefs_toolbar.[ch]
6985                 custom toolbar for compose
6986                 - generic prefs_toolbar handles both
6987                   Mainwin's toolbar as well as Compose toolbar          
6988
6989 2002-09-22 [oliver]     0.8.3claws6
6990         
6991         * src/toolbar.[ch]
6992                 custom toolbar for compose
6993                 restructure toolbar.[ch]
6994
6995 2002-09-22 [oliver]     0.8.3claws5
6996
6997         * src/compose.[ch]
6998                 custom toolbar for compose
6999
7000 2002-09-22 [oliver]     0.8.3claws4
7001         
7002         * src/mainwindow.[ch]
7003                 custom toolbar for compose 
7004                 move mainwin toolbar back to mainwindow
7005
7006 2002-09-22 [alfons]     0.8.3claws3
7007
7008         * src/procmsg.c
7009                 :%sno/if(/if (/gc
7010                 :%sno/for(/for (/gc
7011                 (beautify)
7012
7013 2002-09-22 [alfons]     0.8.3claws2
7014         
7015         * src/procmsg.c
7016                 procmsg_save_to_outbox(): don't unlink message file from queue;
7017                 callers should do it using folder_item_remove_msg()
7018
7019 2002-09-22 [colin]      0.8.3claws1
7020
7021         * src/mimeview.[ch]
7022                 Made mimeview_check_signature() public
7023         * src/textview.c
7024                 Made GPG signatures verifiable by clicking
7025                 the [application/pgp-signature] in the Text
7026                 view
7027
7028 2002-09-22 [paul]       0.8.3claws
7029
7030         * po/bg.po
7031           po/en_GB.po
7032           po/es.po
7033           po/it.po
7034           po/pl.po
7035           po/pt_BR.po
7036           po/sr.po
7037                 updated translations, submitted by George Danchev,
7038                 me, Ricardo Mones Lastra, Alessandro Maestri,
7039                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7040                 and Urke MMI, respectively.     
7041
7042 2002-09-22 [alfons]     0.8.2claws65
7043
7044         * src/procmsg.c
7045         * src/pgptext.c
7046                 no furry valgrinds have been used to plug these memleaks
7047
7048 2002-09-20 [paul]       0.8.2claws64
7049
7050         * sync with 0.8.3cvs4
7051                 'Select thread' re-implemented 
7052                 see ChangeLog 2002-09-20
7053
7054 2002-09-21 [alfons]     0.8.2claws63
7055
7056         * src/compose.c
7057                 compose_send(): plug unnoticed memleak
7058
7059 2002-09-20 [alfons]     0.8.2claws62
7060
7061         * src/addr_compl.c
7062                 replace_address_in_edit(): strict check for NULL address to
7063                 fix "[ 607348 ] Segfault in address completion". My guess is
7064                 that this happens with an empty address book, but it's good
7065                 to have this check here anyway
7066                 
7067                 completion_window_button_press(): free string returned 
7068                 from the internal cache
7069
7070 2002-09-20 [christoph]  0.8.2claws61
7071
7072         * src/procmime.h
7073                 added ENC_BINARY to EncodingType
7074         * src/procmime.c
7075                 the string returned by procmime_get_encoding_str
7076                 should not depend on the order of values in the
7077                 EncodingType definition
7078         * doc-src/rfc1806.txt   ** NEW FILE **
7079                 Added rfc1806 about MIME Content-Disposition
7080                 Extension
7081
7082 2002-09-19 [paul]       0.8.2claws60
7083
7084         * sync with 0.8.2cvs3
7085                 see ChangeLog 2002-09-19
7086
7087 2002-09-19 [paul]       0.8.2claws59
7088
7089         * src/prefs_folder_item.c
7090                 revert to Darko's original alignment of colour
7091                 selector button
7092                 add a colon to folder_color label
7093                 
7094         * src/compose.c
7095                 add Colin's patch (with Hiro's modifications) to 
7096                 force BASE64 encoding for 8-bit text when signing
7097                 (sync with 0.8.3cvs2)
7098
7099 2002-09-18 [alfons]     0.8.2claws58
7100
7101         * src/compose.c
7102                 :%sno/if(/if (/gc
7103                 :%sno/for(/for (/gc
7104                 (beautify a little bit)
7105
7106 2002-09-18 [christoph]  0.8.2claws57
7107
7108         * src/pine.c
7109                 fix handling of fgetc return value
7110
7111 2002-09-17 [alfons]     0.8.2claws56
7112         
7113         * src/summaryview.c
7114                 summary_sort(): check non-NULL summaryview->folder_item when no 
7115                 folder is selected at all
7116                 (closes "[ 610344 ] sort label make syl Crash")
7117
7118 2002-09-17 [alfons]     0.8.2claws55
7119         
7120         * src/compose.c
7121                 beautify a little bit
7122
7123 2002-09-17 [christoph]  0.8.2claws54
7124
7125         * src/folder.c
7126                 initialize max values for cache and folder
7127                 when cache or folder is empty
7128
7129 2002-09-15 [colin]      0.8.2claws53
7130
7131         * src/compose.c
7132                 Fix a leak (thanks Alfons!) and cleaned
7133                 variables names for custom headers
7134
7135 2002-09-15 [colin]      0.8.2claws52
7136
7137         * src/compose.c
7138                 Fix custom headers recognition when
7139                 prefs_common.trans_hdr is on
7140
7141 2002-09-15 [colin]      0.8.2claws51
7142
7143         * src/compose.c
7144                 Allow dynamically-added custom headers
7145                 Yet not reparsed if reedited
7146
7147 2002-09-15 [alfons]     0.8.2claws50
7148
7149         * src/prefs_account.c
7150                 fix warnings
7151
7152 2002-09-15 [colin]      0.8.2claws49
7153         
7154         * src/prefs_account.c
7155                 fix pop_before_smtp sensitivity
7156
7157 2002-09-15 [colin]      0.8.2claws48
7158
7159         * src/inc.[ch]
7160                 add inc_pop_before_smtp()
7161                 allow MainWindow to be undefined in 
7162                 inc_account_mail() and inc_start()
7163         * src/pop.c
7164           src/prefs_account.h
7165                 add STYPE_POP_BEFORE_SMTP session type
7166         * src/prefs_account.c
7167                 activated pop before smtp option
7168         * src/send.c
7169                 do pop before smtp if the relevant option 
7170                 is set
7171
7172 2002-09-15 [paul]       0.8.2claws47
7173
7174         * sync with 0.8.3
7175                 see ChangeLog 2002-09-15
7176
7177 2002-09-14 [paul]       0.8.2claws46
7178
7179         * po/bg.po
7180                 updated Bulgarian translation, submitted by
7181                 George Danchev
7182
7183 2002-09-13 [paul]       0.8.2claws45
7184
7185         * src/compose.c
7186                 merge claws' select_account() with main's
7187                 (new) compose_select_account(). [sync with
7188                 0.8.2cvs15, see ChangeLog 2002-09-11]
7189
7190 2002-09-12 [christoph]  0.8.2claws44
7191
7192         * src/filter.c
7193                 allocate 1 elements of FolderItem not 0
7194
7195 2002-09-12 [colin]      0.8.2claws43
7196
7197         * src/compose.c
7198                 Fix bug #590825 (obey Follow-up: poster)
7199
7200 2002-09-12 [colin]      0.8.2claws42
7201
7202         * src/procmime.c
7203                 Fix bug #557009 (wrong headers for messages 
7204                 forwarded as attachments)
7205
7206 2002-09-11 [colin]      0.8.2claws41
7207         
7208         * src/compose.c
7209                 Put SCF: pseudo-header on top of message
7210                 Set draft tmp_flag when saved as draft
7211
7212         * src/procmsg.c
7213           src/procheader.c
7214                 Skip after first \n\n for beginning of real message
7215                 for drafts too
7216
7217 2002-09-11 [christoph]  0.8.2claws40
7218
7219         * src/filtering.c
7220                 use procmsg flag functions in filtering or processing
7221                 will cause incorrect folder message counts
7222
7223 2002-09-11 [colin]      0.8.2claws39
7224
7225         * src/compose.c
7226                 Fix bug #550175 - wrong save folder when reediting
7227                 drafts
7228
7229 2002-09-11 [paul]       0.8.2claws38
7230
7231         * sync with 0.8.2cvs14
7232                 see ChangeLog 2002-09-11
7233
7234 2002-09-11 [colin]      0.8.2claws37
7235
7236         * src/folder.c
7237                 Fix a typo (seeming to cause new/unread status to
7238                 be lost)
7239
7240 2002-09-10 [christoph]  0.8.2claws36
7241
7242         * src/compose.c
7243                 compose_redirect should not use compose_generic_new
7244                 because that does more stuff than expected including
7245                 opening the external editor
7246                 (closes bug "[ 526608 ] bounced messages appear blank
7247                  in editor")
7248
7249 2002-09-10 [christoph]  0.8.2claws35
7250
7251         * src/folder.c
7252                 fix problem with too large message number range
7253                 causing a crash in folder_item_scan
7254
7255 2002-09-10 [paul]       0.8.2claws34
7256
7257         * sync with 0.8.2cvs13
7258                 see ChangeLog 2002-09-10
7259
7260 2002-09-10 [christoph]  0.8.2claws33
7261
7262         * src/msgcache.c
7263                 set MsgInfo TmpFlags for queue and draft folders
7264                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7265
7266 2002-09-10 [paul]       0.8.2claws32
7267
7268         * AUTHORS
7269           po/bg.po      ** NEW FILE **
7270                 new Bulgarian translation submitted by
7271                 George Danchev <danchev@spnet.net>
7272                 
7273         * tools/Makefile.am
7274           tools/README
7275           tools/tb2sylpheed     ** NEW FILE **
7276                 add script that converts an addressbook exported
7277                 from The Bat! into a Sylpheed addressbook. Submitted
7278                 by Urke MMI <urke-kg@eunet.yu>
7279
7280 2002-09-10 [paul]       0.8.2claws31
7281
7282         * sync with 0.8.2cvs12
7283                 see ChangeLog 2002-09-10
7284
7285 2002-09-06 [paul]       0.8.2claws30
7286
7287         * src/prefs_common.c
7288                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7289                 
7290         * tools/Makefile.am
7291           tools/README
7292           tools/ldif-to-xml.py  ** REMOVED **
7293                 remove obsolete python script
7294
7295 2002-09-06 [paul]       0.8.2claws29
7296
7297         * sync with 0.8.2cvs10
7298                 see ChangeLog 2002-09-06
7299
7300 2002-09-04 [paul]       0.8.2claws28
7301
7302         * sync with 0.8.2cvs9
7303                 see ChangeLog 2002-08-04
7304
7305 2002-09-04 [colin]      0.8.2claws27 
7306
7307         * src/prefs_common.[ch]
7308                 Added signature color configuration
7309         * src/textview.c
7310                 Use user-specified signature color
7311
7312 2002-09-03 [colin]      0.8.2claws26
7313
7314         * src/prefs_common.[ch]
7315                 Added autosave and autosave_length prefs
7316         * src/compose.c
7317                 Added compose_remove_draft()
7318                 Auto-save drafts according to the prefs
7319         * src/main.c
7320                 Added a crash-indicator file, allowing to check
7321                 for new messages on startup if Sylpheed crashed
7322                 (makes saved drafts "reappear")
7323
7324 2002-09-03 [colin]      0.8.2claws25
7325
7326         * src/textview.[ch]
7327                 Grey the signature
7328
7329 2002-09-03 [paul]       0.8.2claws24
7330
7331         * sync with 0.8.2cvs8
7332                 see ChangeLog 2002-09-02 and 2002-09-03
7333
7334 2002-09-03 [darko]      0.8.2claws23
7335
7336         * src/folderview.c
7337                 use normal style when creating new folder to pick
7338                 proper font size 
7339
7340 2002-09-02 [melvin]     0.8.2claws22
7341
7342         * src/gtkaspell.m4
7343                 removed some obsolete code
7344
7345 2002-09-02 [melvin]     0.8.2claws21
7346
7347         * ac/aspell.m4
7348                 fixed test's equality sign (== to =)
7349
7350 2002-09-02 [alfons]     0.8.2claws20
7351
7352         * src/folder.c
7353         * src/mh.c
7354                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7355                 as folder->destroy virtual as suggested by Hiro
7356                 (the mh.c code seems to have been lost around mh.c.1.21)
7357
7358 2002-09-02 [paul]       0.8.2claws19
7359
7360         * po/pt_BR.po
7361                 updated by Fabio Jr. Beneditto
7362                 
7363         * src/defs.h
7364                 use 'http://claws.sylpheed.org' for homepage link. 
7365                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7366
7367 2002-09-01 [alfons]     0.8.2claws18
7368
7369         * src/mh.c
7370                 plug memleak related to one Martin Kluge found
7371
7372 2002-08-31 [paul]       0.8.2claws17
7373
7374         * sync with 0.8.2cvs6
7375                 see ChangeLog 2002-08-30
7376
7377 2002-08-31 [alfons]     0.8.2claws16
7378
7379         * src/folder.c
7380                 folder_destroy(): remove mailbox from folderlist even if it has
7381                 no destroy virtual
7382
7383 2002-08-31 [alfons]     0.8.2claws15
7384
7385         * src/folder.c
7386                 :%sno/if(/if (/gc
7387                 :%sno/for(/for (/gc
7388                 (being pedantic I know)
7389
7390 2002-08-31 [alfons]     0.8.2claws14
7391
7392         * src/folder.c
7393                 check for NULL pointers returned from folder->fetch_msginfo virtual
7394                 (should solve some reported crashes)
7395
7396 2002-08-30 [alfons]     0.8.2claws13
7397
7398         * acconfig.h
7399         * configure.in
7400         * src/crash.c
7401                 enable crash dialog on compilation time
7402                 (--enable-crash-dialog configure option)
7403
7404 2002-08-30 [alfons]     0.8.2claws12
7405
7406         * AUTHORS
7407                 add Martin Kluge
7408         * src/mh.c
7409                 apply memory leak plug patch by Martin Kluge
7410                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7411                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7412                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7413
7414 2002-08-30 [darko]      0.8.2claws11
7415
7416         * src/folderview.c
7417                 copy Gtk style from normal style to match
7418                 font size for coloured folders
7419
7420 2002-08-29 [alfons]     0.8.2claws10
7421
7422         * sylpheed.desktop
7423                 Type=Internet <- Type=Application
7424                 (reported by Michael Schwendt, see:
7425                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7426                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7427
7428 2002-08-29 [paul]       0.8.2claws9
7429
7430         * sync with 0.8.2cvs5
7431                 see ChangeLog 2002-08-29
7432
7433 2002-08-29 [colin]      0.8.2claws8
7434
7435         * src/summaryview.c
7436                 Added a sanity check in summary_select_thread
7437                 Should fix bug 601605
7438
7439 2002-08-29 [colin]      0.8.2claws7
7440
7441         * src/main.c
7442                 Revert claws6 changes regarding bug #591676
7443
7444 2002-08-28 [colin]      0.8.2claws6
7445         
7446         * src/main.c
7447                 Ignore cache for queue folderitems
7448                 Fix bug #591676
7449
7450 2002-08-28 [melvin]     0.8.2claws5
7451
7452         * README.claws
7453                 Fixed typos.
7454
7455 2002-08-28 [melvin]     0.8.2claws4
7456
7457         * README.claws
7458                 Updated a bit the text concerning the spell checker
7459
7460 2002-08-28 [melvin]     0.8.2claws3
7461
7462         Merged the GNU_aspell_branch:
7463                 Support of new GNU/aspell is now included and the old pspell
7464                 is not supported anymore.
7465                 See README.claws
7466
7467         * README.claws
7468                 Updated spell checker text to reflect the switch to GNU/aspell
7469
7470         * ac/aspell.m4          *** NEW ***
7471         * src/gtkaspell.[ch]    *** NEW *** 
7472         * ac/pspell.m4          *** DELETED *** 
7473         * src/gtkspell.[ch]     *** DELETED ***
7474
7475         * ac/Makefile.am
7476                 Updated for GNU/aspell support
7477
7478         * po/POTFILES.in
7479                 Replaced gtkspell.c by gtkaspell.c
7480
7481         * acconfig.h
7482         * src/Makefile.am
7483         * src/about.c
7484         * src/compose.[ch]
7485         * src/crash.c
7486         * src/main.c
7487         * src/prefs_common.[ch]
7488                 Updated for GNU/aspell support
7489
7490 2002-08-28 [paul]       0.8.2claws2
7491
7492         * sync with 0.8.2cvs4
7493                 see ChangeLog 2002-08-27 and 2002-08-28
7494
7495 2002-08-28 [colin]      0.8.2claws1
7496
7497         * src/summary_search.c
7498                 Added "AND search"
7499
7500 2002-08-28 [jens]       0.8.2claws
7501
7502         *po/de.po
7503                 Updated German translations
7504
7505 2002-08-27 [melvin]     0.8.2claws
7506
7507         * po/fr.po
7508                 Updated French translations
7509
7510 2002-08-27 [paul]       0.8.2claws
7511
7512         * sync with 0.8.2 main release
7513
7514         * po/en_GB.po
7515           po/es.po
7516           po/it.po
7517           po/pl.po
7518           po/pt_BR.po
7519           po/sr.po
7520                 updated message catalogs submitted by
7521                 Ricardo Mones Lastra, Alessandro Maestri,
7522                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7523                 Beneditto and Urke MMI  
7524
7525 2002-08-27 [hoa]        0.8.1claws123
7526
7527         * src/mainwindow.[ch]
7528         * src/summaryview.[ch]
7529                 removed the "filter setting" menu option.
7530                 add a "cancel a news message" menu option.
7531
7532 2002-08-26 [martin]     0.8.1claws122
7533
7534         * ChangeLog.claws
7535                 changed string under 0.8.1claws79 changed by myself
7536                 i'm sorry alfons :(
7537
7538 2002-08-26 [martin]     0.8.1claws121
7539
7540         * src/crash.c
7541                 added kill command to debuggerrc to start crash dialog
7542
7543 2002-08-26 [paul]       0.8.1claws120
7544
7545         * sync with 0.8.1cvs31
7546                 see ChangeLog 2002-08-26
7547
7548 2002-08-25 [alfons]     0.8.1claws119
7549
7550         * src/procmsg.c
7551                 fix bug that didn't send out correct headers to news server
7552                 when sending news article and email from queue (bug reported
7553                 and patch provided by Tim Mann; closes bug 
7554                 "[ 583196 ] 0.7.8claws can't post news")
7555
7556 2002-08-25 [alfons]     0.8.1claws118
7557
7558         * src/selective_download.c
7559                 mark two strings as translatable
7560                 (thanks to Urke MMI for pointing this out)
7561
7562 2002-08-25 [alfons]     0.8.1claws117
7563
7564         * src/summaryview.c
7565                 treat sent boxes as special and allow sorting them by addressee
7566                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7567                 submitted by Steve Lamb)
7568
7569 2002-08-24 [alfons]     0.8.1claws116
7570
7571         * src/matcher.c
7572                 fix memleak reported by Martin Kluge
7573                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7574
7575 2002-08-24 [oliver]     0.8.1claws115
7576
7577         * src/prefs_toolbar.c
7578                 o code cleanup as suggested by Alfons
7579                 o memleak fix
7580
7581 2002-08-24 [alfons]     0.8.1claws114
7582
7583         * src/summaryview.c
7584                 o fix another memory leak reported by Martin Kluge
7585                   (see "[ 599568 ] Small Memory Leak")
7586                 o remove 'from' variable from 'summary_set_header()'; we can
7587                   do with just 'to' 
7588
7589 2002-08-24 [paul]       0.8.1claws113
7590
7591         * sync with 0.8.1cvs30
7592                 see ChangeLog 2002-08-23
7593
7594 2002-08-24 [alfons]     0.8.1claws112
7595
7596         * src/summaryview.c
7597                 remove unnecessary allocations for search bar fixing leaks
7598                 reported by Martin Kluge
7599                 (see "[ 599451 ] Further memory leaks?")
7600
7601 2002-08-24 [alfons]     0.8.1claws111
7602
7603         * src/main.c
7604                 make get_socket_name() public for crash.c
7605         * src/crash.c
7606                 o make report bug button work (goes to claws' 
7607                   bug tracker at sf.net)
7608                 o introduce function for doing important stuff just
7609                   before claws goes down
7610                 o clean up code 
7611
7612 2002-08-24 [alfons]     0.8.1claws110
7613
7614         * src/compose.c
7615                 move cursor to "To" entry when forwarding as attachment
7616                 (reported and solved by Steve Lamb, closes bug report
7617                 "[ 592880 ] Forward as attachment; cursor not in to")
7618
7619 2002-08-24 [colin]      0.8.1claws109
7620
7621         * src/mainwindow.c
7622                 fix quick search visibility after GUI (de)separations.
7623
7624 2002-08-23 [colin]      0.8.1claws108
7625
7626         * src/mainwindow.c
7627                 fix header pane visibility after folderview or
7628                 messageview (de)separation
7629
7630 2002-08-23 [paul]       0.8.1claws107
7631
7632         * src/mainwindow.[ch]
7633           src/toolbar.c
7634                 give full control of display or non-display 
7635                 of the Execute icon to Custom toolbar settings.
7636                 add new sensitivity condition to maninwindow.h: 
7637                 M_DELAY_EXEC
7638
7639         * ChangeLog
7640           ChangeLog.jp
7641           NEWS
7642                 more sync with 0.8.1cvs29
7643
7644 2002-08-23 [melvin]     0.8.1claws106
7645
7646         * src/alertpanel.c
7647                 Readded support for custom widget in alertpanel lost in last
7648                 sync.
7649
7650 2002-08-23 [paul]       0.8.1claws105
7651
7652         * sync with 0.8.1cvs29
7653                 see ChangeLog 2002-08-23
7654
7655 2002-08-23 [colin]      0.8.1claws104
7656
7657         * src/summaryview.c
7658                 Fix folder and search pixmaps exchanging positions
7659                 after theme or toolbar changes. Thank to Oliver for 
7660                 reporting this.
7661
7662 2002-08-23 [colin]      0.8.1claws103
7663
7664         * src/mainwindow.c
7665           src/messageview.[ch]
7666           src/noticeview.[ch]
7667           src/summaryview.c
7668                 Changed messageview_create() and noticeview_create()
7669                 to avoid the last gdk_warning
7670
7671 2002-08-22 [colin]      0.8.1claws102
7672
7673         * src/summaryview.c
7674                 Fix my new `Creating pixmap from xpm' warning
7675
7676 2002-08-22 [colin]      0.8.1claws101
7677
7678         * src/mainwindow.c
7679                 Fix some of the gdk warnings
7680
7681 2002-08-22 [colin]      0.8.1claws100
7682
7683         * src/Makefile.am
7684         * src/stock_pixmap.c
7685         * src/stock_pixmap.h
7686         * src/pixmaps/quicksearch.xpm *ADDED*
7687                 Add the quicksearch pixmap
7688         * src/mainwindow.c
7689         * src/summaryview.c
7690         * src/summaryview.h
7691                 Make quicksearch bar visible/hidden via a button
7692
7693 2002-08-22 [christoph]  0.8.1claws99
7694
7695         * src/folder.c
7696                 fix folder update for newsgroups with message
7697                 numbers below minimum number of articles to fetch
7698                 (closes bug #598445)
7699
7700 2002-08-22 [paul]       0.8.1claws98
7701
7702         * sync with 0.8.1cvs28
7703                 see ChangeLog 2002-08-22
7704
7705 2002-08-21 [alfons]     0.8.1claws97
7706
7707         * src/crash.c
7708                 use bt instead of bt full which seems to work 
7709                 better, and bt full doesn't give a great deal 
7710                 of information anyway
7711
7712 2002-08-21 [colin]      0.8.1claws96
7713
7714         * src/summaryview.c
7715                 fix summaryview_searchtype_changed prototype
7716
7717 2002-08-21 [christoph]  0.8.1claws95
7718
7719         * src/mainwindow.c
7720                 o fix broken menu update for sorting type, we have to
7721                   get this info from the summaryview now
7722                 o removed setting of threaded state in menu callback
7723         * src/summaryview.[ch]
7724                 more summaryview/folderitem seperation for
7725                 threading option
7726         * configure.in
7727                 removed not required --with-compiler-flags option
7728
7729 2002-08-21 [oliver]     0.8.1claws94
7730         
7731         * src/toolbar.h 
7732                 o rename toolbar.xml to toolbar_main.xml
7733                   since toolbar_compose.xml might come up 
7734                   any time soon
7735         * README.claws
7736                 add custom toolbar              
7737
7738 2002-08-21 [darko]      0.8.1claws93
7739
7740         * src/procmsg.c
7741                 don't reset tmp flags for messages copied
7742                 to sent folder
7743
7744 2002-08-21 [colin]      0.8.1claws92
7745         
7746         * src/prefs_filtering.c
7747                 fix renaming rules on folder rename 
7748                 when folder is not a leaf folder
7749
7750 2002-08-21 [paul]       0.8.1claws91
7751
7752         * src/prefs_folder_item.c
7753                 fix alignment of colour selector
7754
7755 2002-08-21 [paul]       0.8.1claws90
7756
7757         * sync with 0.8.1cvs27
7758                 see ChangeLog 2002-08-21
7759
7760 2002-08-21 [paul]       0.8.1claws89
7761
7762         * src/summaryview.c
7763                 fix crash when changing field type in
7764                 Quick search bar
7765
7766 2002-08-21 [colin]      0.8.1claws88
7767
7768         * src/summaryview.c
7769                 Made quick search case-insensitive
7770
7771 2002-08-21 [paul]       0.8.1claws87
7772
7773         * sync with 0.8.1cvs26
7774                 see ChangeLog 2002-08-21
7775
7776 2002-08-20 [christoph]  0.8.1claws86
7777
7778         * src/folderview.c
7779         * src/main.c
7780         * src/summaryview.[ch]
7781                 more summaryview/folderitem seperation for
7782                 sort_key and sort_type
7783         * src/procmsg.c
7784                 added missing return statement
7785
7786 2002-08-20 [colin]      0.8.1claws85
7787
7788         * src/summaryview.[ch]
7789                 Added a quick search box
7790         * src/mainwindow.c
7791         * src/prefs_common.[ch]
7792                 Added a show/hide option for the quick search
7793
7794 2002-08-20 [oliver]     0.8.1claws84
7795         
7796         * src/mainwindow.c
7797                 remove toolbar_create_popups
7798         * src/toolbar.[ch]
7799                 o remove toolbar_create_popups
7800                 o fix toolbar_set_sensitive 
7801                   (Bug reports #596834 and #596832)     
7802         * src/prefs_toolbar.c
7803                 o add "Set default" button
7804                 o align label and text + combo widgets
7805
7806 2002-08-20 [hoa]        0.8.1claws83bis
7807
7808         * src/imap.c
7809                 fixed a bug in imap_fetch_msginfo() in case there is no
7810                 current folder.
7811
7812 2002-08-20 [darko]      0.8.1claws83
7813
7814         * src/folderview.c
7815                 copy the color style of folder view so it
7816                 works with GTK themes
7817
7818 2002-08-20 [darko]      0.8.1claws82
7819
7820         * src/folder.h
7821         * src/folderview.c
7822         * src/prefs_folder_item.[hc]
7823                 don't use UI stuff in folder.h
7824
7825 2002-08-20 [darko]      0.8.1claws81
7826
7827         * src/folder.h
7828         * src/prefs_folder_item.h
7829         * src/folderview.c
7830         * src/prefs_folder_item.c
7831                 ability to set folder color in folderview
7832
7833 2002-08-19 [alfons]     0.8.1claws80
7834
7835         * src/summaryview.c
7836                 fix one of the earlier memleaks reported by Martin Kluge
7837
7838 2002-08-19 [alfons]     0.8.1claws79
7839
7840         * src/mainwindow.c
7841                 hide notice view when selecting seperate folder
7842                 view (reported by Urke MMI)
7843
7844 2002-08-19 [christoph]  0.8.1claws78
7845
7846         * src/folderview.c
7847         * src/prefs_folder_item.h
7848         * src/summaryview.[ch]
7849                 o add summary_set_prefs_from_folderitem to set
7850                   summaryview prefs (first step to remove all
7851                   references to the folderitem in summaryview)
7852                 o moved compiled regex stuff from folderitem prefs
7853                   to summaryview code
7854
7855 2002-08-19 [paul]       0.8.1claws77
7856
7857         * src/compose.c
7858                 add check for '.' to QUOTE_IF_REQUIRED
7859
7860 2002-08-19 [paul]       0.8.1claws76
7861
7862         * src/inc.c
7863                 sync with 0.8.1cvs25 (plug memory leak)
7864
7865         * src/prefs_toolbar.c
7866                 re-order prefs_toolbar_cancel()
7867
7868 2002-08-18 [alfons]     0.8.1claws75
7869
7870         * src/inc.c
7871         * src/matcher.c
7872                 plug other memleaks reported by Martin Kluge
7873
7874 2002-08-18 [paul]       0.8.1claws74
7875
7876         * po/pt_BR.po
7877                 updated by Fabio Jr. Beneditto
7878
7879 2002-08-18 [paul]       0.8.1claws73
7880
7881         * src/toolbar.[ch]
7882                 fix bug where tooltips were displayed untranslated              
7883
7884         * src/prefs_toolbar.c
7885                 fix bug where clicking 'Cancel' creates an icon & text
7886                 toolbar regardless of prefs
7887         
7888
7889 2002-08-17 [oliver]     0.8.1claws72
7890
7891         * src/prefs_toolbar.c
7892                 update toolbar on CANCEL
7893                 bug reported by Martin Kluge
7894         * src/toolbar.c
7895                 toolbar_destroy memleak fixed           
7896
7897 2002-08-17 [alfons]     0.8.1claws71
7898
7899         * src/toolbar.c
7900                 plug another memleak reported by Martin Kluge
7901
7902 2002-08-16 [alfons]     0.8.1claws70
7903
7904         * src/crash.c
7905                 use execvp() correctly (suggested by wwp; thanks!)
7906
7907 2002-08-16 [alfons]     0.8.1claws69
7908
7909         * src/gtksctree.c
7910                 plug memory leak reported by Kim Schultz & Martin Kluge
7911
7912 2002-08-16 [paul]       0.8.1claws68
7913
7914         * po/es.po
7915                 updated by Ricardo Mones Lastra
7916
7917 2002-08-16 [paul]       0.8.1claws67
7918
7919         * src/toolbar.h
7920                 fix bug where 'Compose News' icon showed wrong
7921                 tooltip
7922
7923 2002-08-16 [paul]       0.8.1claws66
7924
7925         * sync with 0.8.1cvs24
7926                 see ChangeLog 2002-08-16
7927
7928         * po/it.po
7929                 updated by Alessandro Maestri
7930
7931 2002-08-15 [paul]       0.8.1claws65
7932
7933         * po/sr.po
7934                 updated by Urke MMI
7935
7936 2002-08-15 [paul]       0.8.1claws64
7937
7938         * src/*.c
7939                 don't translate debug info
7940
7941         * src/matcher.[ch]
7942                 add copyright info
7943
7944 2002-08-15 [paul]       0.8.1claws63
7945
7946         * src/prefs_toolbar.c
7947                 fix bug where clicking 'OK' creates an icon & text
7948                 toolbar regardless of prefs
7949
7950 2002-08-14 [alfons]     0.8.1claws62
7951
7952         * src/main.c
7953                 add global var that has the full argv[0]
7954         * src/crash.c
7955                 o execvp the correct sylpheed by using argv0
7956                   and setting the correct work dir
7957                 o other tweaks  
7958
7959 2002-08-14 [oliver]     0.8.1claws61
7960         
7961         * enable/disable Toolbar Action Buttons 
7962         * code cleanups
7963         * src/mainwindow.c
7964         * src/toolbar.[ch]      
7965         * src/prefs_toolbar.c   
7966
7967 2002-08-14 [melvin]     0.8.1claws60
7968
7969         * po/fr.po
7970                 Updated French translations
7971
7972 2002-08-14 [melvin]     0.8.1claws59
7973
7974         * src/crash.c
7975                 Made bug report not translatable
7976         * src/exporthtml.c
7977                 Fixed exporthtml_build_filespec() return value
7978         * src/foldersel.c
7979                 Fixed incorrect include file
7980         * src/gtkspell.c
7981         * src/prefs_actions.c
7982         * src/prefs_toolbar.c
7983                 Made debug info not translatable
7984         * src/mutt.c
7985         * src/quote_fmt.c
7986                 Added missing includes
7987         * src/prefs_common.c
7988                 Fixed typo
7989
7990 2002-08-14 [paul]       0.8.1claws58
7991
7992         * faq/es/sylpheed-faq.html
7993           faq/es/sylpheed-faq-[1-3].html
7994           faq/es/sylpheed-faq-4.html     **NEW FILE **
7995                 update Spanish FAQ
7996
7997 2002-08-13 [christoph]  0.8.1claws57
7998
7999         * src/procmsg.c
8000                 ignore thread fix that did not mark all
8001                 child nodes of a ignored thread as
8002                 ignored. Does not work perfectly yet,
8003                 but it is better now
8004
8005 2002-08-13 [alfons]     0.8.1claws56
8006
8007         * src/crash.c
8008                 o implement 'save crash log'
8009                 o some tweaks
8010
8011 2002-08-13 [melvin]     0.8.1claws55
8012
8013         * src/main.c
8014                 removed unrequired "execinfo.h" header
8015
8016 2002-08-12 [paul]       0.8.1claws54
8017
8018         * faq/en/sylpheed-faq.html
8019           faq/en/sylpheed-faq-[1-3].html
8020           faq/en/sylpheed-faq-4.html     **NEW FILE **
8021                 update English FAQ
8022
8023 2002-08-12 [alfons]     0.8.1claws53
8024
8025         * po/POTFILES.in
8026                 add crash.c to translatables
8027         * src/crash.c
8028                 bring in Leandro's crash dialog
8029
8030 2002-08-11 [alfons]     0.8.1claws52
8031
8032         * src/crash.c
8033                 clean up some warnings
8034
8035 2002-08-11 [alfons]     0.8.1claws51
8036
8037         * acconfig.h
8038         * configure.in
8039         * src/crash.[ch]        ** NEW FILES **
8040         * src/main.c            
8041                 initial gdb crash handler
8042
8043 2002-08-11 [paul]       0.8.1claws50
8044
8045         * src/prefs_toolbar.c
8046                 replace Up/Down arrow pixmaps with text to be
8047                 consistent across icon themes
8048
8049 2002-08-11 [paul]       0.8.1claws49
8050
8051         * src/prefs_common.c
8052           src/prefs_toolbar.c
8053                 rename 'Pixmap' -> 'Icon'
8054
8055         * src/toolbar.[ch]
8056                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8057
8058 2002-08-10 [paul]       0.8.1claws48
8059
8060         * src/prefs_toolbar.c
8061                 re-work the UI
8062
8063 2002-08-10 [paul]       0.8.1claws47
8064
8065         * src/main.c
8066                 don't write Processing progress to status bar
8067                 patch submitted by Alexander Evseev
8068
8069         * src/prefs_toolbar.c
8070                 re-position and resize window
8071                 make window assume correct size on first call
8072
8073 2002-08-10 [paul]       0.8.1claws46
8074
8075         * src/mainwindow.c
8076           src/prefs_toolbar.c
8077           src/toolbar.c
8078           src/toolbar.h
8079                 obey coding style
8080                 follow UI text conventions
8081
8082 2002-08-10 [alfons]     0.8.1claws45
8083
8084         * src/toolbar.c
8085                 correct pixmap for delete action
8086
8087 2002-08-10 [paul]       0.8.1claws44
8088
8089         * po/pt_BR.po
8090                 updated by Fabio Jr. Beneditto
8091
8092 2002-08-10 [paul]       0.8.1claws43
8093
8094         * po/POTFILES.in
8095                 add custom toolbar files
8096
8097 2002-08-10 [paul]       0.8.1claws42
8098
8099         * sync with 0.8.1cvs22
8100                 see ChangeLog 2002-08-09
8101
8102 2002-08-09 [paul]       0.8.1claws41
8103
8104         * tools/Makefile.am
8105           tools/README
8106           tools/outlook2sylpheed.pl     ** NEW FILE **
8107                 add script to convert exported Outlook
8108                 contacts list to a Sylpheed addressbook.
8109                 Submitted by Ricardo Mones Lastra.
8110
8111 2002-08-09 [paul]       0.8.1claws40
8112
8113         * AUTHORS
8114           configure.in
8115           po/sr.po      ** NEW FILE **
8116                 add Serbian message catalog. Submitted by
8117                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8118
8119 2002-08-09 [paul]       0.8.1claws39
8120
8121         * sync with 0.8.1cvs21
8122                 see ChangeLog 2002-08-08
8123
8124 2002-08-08 [oliver]     0.8.1claws38
8125
8126         * src/mainwindow.c
8127                 move Custom Toolbar to Configuration menu
8128
8129 2002-08-08 [oliver]     0.8.1claws37
8130
8131         * src/prefs_toolbar.c
8132                 fix substitute pixmap bug
8133
8134 2002-08-08 [paul]       0.8.1claws36
8135
8136         * sync with 0.8.1cvs19
8137                 see ChangeLog 2002-08-08
8138
8139 2002-08-07 [christoph]  0.8.1claws35
8140
8141         * src/utils.c
8142                 fixed a memory leak in new canonicalize_file_replace
8143
8144 2002-08-07 [christoph]  0.8.1claws34
8145
8146         * src/utils.[ch]
8147                 o canonicalize_file_replace should create the temporary
8148                   file in the same directory as the original file.
8149                 o added get_tmpfile_in_dir that creates a temorary file
8150                   in a specified directory.
8151
8152 2002-08-07 [melvin]     0.8.1claws33
8153
8154         * src/toolbar.c
8155                 fixed bug where 'Article' button acted as 'Email' button.
8156
8157 2002-08-07 [paul]       0.8.1claws32
8158
8159         * sync with 0.8.1.cvs17
8160                 see ChangeLog 2002-08-07
8161
8162 2002-08-07 [colin]      0.8.1claws31
8163         
8164         * src/news.c
8165                 fix mass-cancel problem
8166
8167 2002-08-07 [thorsten]   0.8.1claws30
8168
8169         * src/prefs_toolbar.c
8170                 fix: crash on replace or add new button
8171         * src/toolbar.c
8172                 fix: close xmlfile after reading
8173         * src/utils.c
8174                 fix: unlink() file before rename()
8175
8176 2002-08-06 [paul]       0.8.1claws29
8177
8178         * sync with 0.8.cvs15
8179                 see ChangeLog 2002-08-06
8180
8181 2002-08-06 [oliver]     0.8.1claws28
8182
8183         * src/toolbar.c
8184         * src/prefs_toolbar.c
8185                 fixed empty toolbar issue
8186
8187 2002-08-06 [oliver]     0.8.1claws27
8188
8189         * Custom Toolbar Final 
8190         * src/folderview.c
8191         * src/inc.c
8192         * src/summaryview.c
8193                 o toolbar stuff now lives in src/toolbar.[ch]
8194                 o main_window_toolbar_* functions are renamed to
8195                   toolbar_* reflecting their new source file
8196         * src/mainwindow.[ch]
8197                 o remove toolbar stuff  
8198
8199 2002-08-06 [oliver]     0.8.1claws26
8200         
8201         * src/Makefile.am
8202         * src/prefs_toolbar.[ch]        **New File**
8203         * src/toolbar.[ch]              **New File**
8204                 o prefs_toolbar.[ch] custom toolbar frontend
8205                 o toolbar.[ch]       backend 
8206
8207 2002-08-06 [oliver]     0.8.1claws25
8208
8209         * src/prefs_actions.[ch]
8210                 o new exported function actions_execute
8211
8212 2002-08-06 [paul]       0.8.1claws24
8213
8214         * sync with 0.8.1cvs4
8215                 see ChangeLog 2002-08-06
8216
8217 2002-08-06 [paul]       0.8.1claws23
8218
8219         * sync with 0.8.1cvs13
8220                 see ChangeLog 2002-08-06
8221
8222 2002-08-06 [paul]       0.8.1claws22
8223
8224         * sync with 0.8.1cvs12
8225                 see ChangeLog 2002-08-05 and 2002-08-06
8226
8227 2002-08-06 [match]      0.8.1claws21
8228
8229         * src/addrclip.c
8230                 improvements to cut/copy/paste address
8231
8232 2002-08-05 [match]      0.8.1claws20
8233
8234         * src/addritem.[ch]
8235         * src/addrcache.c
8236         * src/addrbook.c
8237         * src/editaddress.c
8238         * src/addressbook.c
8239                 fixes to improve cut/copy/paste
8240
8241 2002-08-06 [melvin]     0.8.1claws19
8242
8243         * src/account.[ch]
8244                 account_find_all_from_address(): new function that returns the
8245                 list of all accounts that are matched in an address.
8246         * src/alertpanel.[ch]
8247                 alertpanel() now accepts a custom widget
8248                 alertpanel_with_widget(): new function that pops up a panel with
8249                 a custom widget in it 
8250         * src/gtkutils.[ch]
8251                 gtkut_account_menu_new(): new function that allows the selection
8252                 of an account from a list of accounts.
8253         * src/messageview.c
8254                 Extended Return Receipt notification to select the correct 
8255                 account and to make a security test on the Delivery-Notification
8256                 address which should be the same as the Return-Path.
8257
8258 2002-08-06 [thorsten]   0.8.1claws18
8259
8260         * src/mimeview.c
8261                 attach_all: save unnamed as "noname.%d",
8262                 dont free static dirname
8263
8264 2002-08-05 [alfons]     0.8.1claws17
8265
8266         * configure.in
8267                 detect XIM by trying to link rather than compile a XIM program
8268
8269 2002-08-05 [oliver]     0.8.1claws16
8270                 
8271         * src/stock_pixmap.[ch]
8272                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8273                 o new func to retrieve pixmaps
8274
8275 2002-08-05 [paul]       0.8.1claws15
8276
8277         * sync with 0.8.1cvs10
8278                 see ChangeLog 2002-08-05
8279
8280 2002-08-04 [alfons]     0.8.1claws14
8281
8282         * src/textview.c
8283                 see if this plugs memleak
8284
8285 2002-08-04 [melvin]     0.8.1claws13
8286
8287         * src/gtkspell.c
8288                 fixed bug that could crash Sylpheed when highlighting
8289                 all misspelled words.
8290
8291 2002-08-03 [melvin]     0.8.1claws12
8292
8293         * src/prefs_actions.c
8294                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8295         * src/messageview.c
8296                 fixed bug where the Return Receipt was sent to
8297                 Delivery-Notification-To address even if it was not present
8298
8299 2002-08-02 [alfons]     0.8.1claws11
8300
8301         * src/prefs_actions.c
8302                 o more check for NULLs
8303                 o put create_io_dialog() in right conditional block
8304
8305 2002-08-02 [paul]       0.8.1claws10
8306
8307         * po/es.po
8308                 updated by Ricardo Mones Lastra
8309
8310 2002-08-01 [christoph]  0.8.1claws9
8311
8312         * src/folder.c
8313                 don't free the cache of the opened
8314                 folder in the summaryview
8315         * src/summaryview.c
8316                 don't unset flags, if it is not required
8317
8318 2002-08-01 [paul]       0.8.1claws8
8319
8320         * sync with 0.8.1cvs8
8321                 see ChangeLog entry 2002-08-01
8322
8323 2002-08-01 [paul]       0.8.1claws7
8324
8325         * sync with 0.8.1cvs7
8326                 see ChangeLog 2002-07-31 and 2002-08-01
8327
8328 2002-07-31 [christoph]  0.8.1claws6
8329
8330         * src/mainwindow.c
8331                 forgot to update menu sensitivity
8332                 function for new menu entry
8333
8334 2002-07-31 [alfons]     0.8.1claws5
8335
8336         * src/main.c
8337                 check folder item and its path for NULL on
8338                 initial processing
8339
8340 2002-07-31 [christoph]  0.8.1claws4
8341
8342         * src/folder.c
8343                 check if folder_item_get_msginfo in
8344                 folder_item_remove_msg returned NULL
8345         * src/imap.c
8346                 better clear the uid cache in the
8347                 uid validity check function and delete
8348                 cached messages
8349
8350 2002-07-31 [paul]       0.8.1claws3
8351
8352         * man/sylpheed.1
8353                 add the '--attach' option and a few other
8354                 minor changes
8355
8356 2002-07-31 [paul]       0.8.1claws2
8357
8358         * sync with 0.8.1cvs5
8359                 see ChangeLog 2002-07-31
8360
8361 2002-07-31 [christoph]  0.8.1claws1
8362
8363         * src/folderview.[ch]
8364         * src/mainwindow.c
8365                 replace "Rescan all folders..." with
8366                 "Check all folders for new messages..."
8367
8368 2002-07-30 [paul]       0.8.1claws
8369
8370         * version 0.8.1claws released
8371
8372 2002-07-30 [paul]       0.8.0claws29
8373
8374         * tools/OOo2sylpheed.pl ** NEW FILE **
8375           tools/README
8376                 add script to enable sending documents as
8377                 attachments from OpenOffice.org
8378
8379 2002-07-30 [melvin]     0.8.0claws28
8380
8381         * src/prefs_actions.c
8382                 Made the actions' input/output dialog display
8383                 without delay.
8384
8385 2002-07-30 [christoph]  0.8.0claws27
8386
8387         * src/procmsg.c
8388                 check if folder_item_get_msginfo in
8389                 procmsg_save_to_outbox returned NULL
8390
8391 2002-07-30 [paul]       0.8.0claws26
8392
8393         * sync with 0.8.1cvs4
8394                 see ChangeLog 2002-07-29
8395
8396 2002-07-29 [thorsten]   0.8.0claws25
8397
8398         * README.claws
8399                 added selective download, delete on server
8400
8401 2002-07-29 [paul]       0.8.0claws24
8402
8403         * sync with 0.8.1cvs3
8404                 see ChangeLog 2002-07-29
8405
8406 2002-07-27 [christoph]  0.8.0claws23
8407
8408         * src/folder.c
8409                 add extra check if fetching the msginfo
8410                 returned NULL
8411
8412 2002-07-27 [paul]       0.8.0claws22
8413
8414         * sync with 0.8.1cvs2
8415                 see ChangeLog 2002-07-26
8416
8417 2002-07-27 [christoph]  0.8.0claws21
8418
8419         * src/imap.c
8420                 add another check if a valid msginfo
8421                 was returned
8422
8423 2002-07-26 [hoa]        0.8.0claws20
8424
8425         * src/folder.c
8426                 Fixed a condition in folder_item_destroy()
8427
8428         * src/imap.c
8429                 Fixed an error in IMAP protocol
8430
8431 2002-07-26 [alfons]     0.8.0claws19
8432
8433         * src/folder.c
8434                 ofcourse compare with identifier, not the path
8435
8436 2002-07-26 [alfons]     0.8.0claws18
8437
8438         * src/folder.c
8439                 use folder item identifier for saving / restoring
8440                 preferences because folder->path might not be unique
8441
8442 2002-07-26 [melvin]     0.8.0claws17
8443
8444         * src/logwindow.c
8445                 Fixed a crash introduced in 0.8.0claws5 when log is 
8446                 cut under 80 characters.
8447
8448 2002-07-26 [paul]       0.8.0claws16
8449
8450         * sync with 0.8.1cvs1
8451                 see ChangeLog 2002-07-26
8452
8453 2002-07-26 [christoph]  0.8.0claws15
8454
8455         * src/imap.[ch]
8456                 imap folder now remembers the last selected
8457                 folder and imap_fetch_msginfo skips selecting
8458                 the folder if it is already selected
8459
8460 2002-07-26 [christoph]  0.8.0claws14
8461
8462         * src/folder.c
8463         * src/folderview.c
8464         * src/imap.c
8465                 fix imap folder rescanning
8466
8467 2002-07-25 [christoph]  0.8.0claws13
8468
8469         * src/filter.c
8470         * src/folder.[ch]
8471         * src/folderview.c
8472         * src/imap.[ch]
8473         * src/mainwindow.c
8474         * src/mbox_folder.c
8475         * src/mh.c
8476         * src/news.c
8477                 implement imap uid cache and uid validity check
8478
8479 2002-07-25 [alfons]     0.8.0claws12
8480
8481         * src/summaryview.c
8482                 fix a brown paper bag bug, and also add some more
8483                 checks
8484
8485 2002-07-25 [christoph]  0.8.0claws11
8486
8487         * src/folder.c
8488                 don't mix copy, fetch_msginfo and remove
8489                 operations in folder item copy and move
8490                 operations
8491
8492 2002-07-25 [christoph]  0.8.0claws10
8493
8494         * src/folderview.c
8495         * src/mainwindow.c
8496         * src/prefs_folder_item.c
8497         * src/summaryview.[ch]
8498                 remove no longer required parameter update_cache from
8499                 summary_show
8500
8501 2002-07-25 [paul]       0.8.0claws9
8502
8503         * sync with 0.8.1
8504         
8505         * AUTHORS
8506                 a few corrections
8507
8508 2002-07-24 [alfons]     0.8.0claws8
8509
8510         * src/summaryview.c
8511                 sort correctly when using simplified subject line
8512                 (closes feature request "[ 585141 ] applying regexp to subject 
8513                 before sort" submitted by Alexandra Walford)
8514
8515 2002-07-24 [paul]       0.8.0claws7
8516
8517         * sync with 0.8.0cvs3
8518                 see ChangeLog 2002-07-24
8519
8520 2002-07-23 [christoph]  0.8.0claws6
8521
8522         * src/folder.c
8523         * src/folder.h
8524         * src/summaryview.c
8525         * src/summaryview.h
8526         * src/main.c
8527                 o separate processing and summaryview
8528                 o removed summary_write_cache from summaryview
8529                 o removed summaryview->killed_messages, because we don't have
8530                   to keep a list of killed messages anymore. New cache will
8531                   keep the hidden messages in cache anyway
8532         * src/folderview.c
8533         * src/inc.c
8534         * src/selective_download.c
8535                 o removed unnecessary summary_write_cache calls
8536         * src/procmsg.c
8537                 o don't set ignore thread flag in procmsg_get_thread_tree
8538                   if it is already set
8539         * src/mainwindow.c
8540         * src/statusbar.h
8541                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8542                   they are used in different files
8543
8544 2002-07-23 [melvin]     0.8.0claws5
8545
8546         * src/addressbook.c
8547         * src/addrgather.c
8548         * src/editaddress.c
8549         * src/editgroup.c
8550         * src/editldap_basedn.c
8551         * src/importldif.c
8552         * src/prefs_common.c
8553                 Fixed few memory leak (gtk_editable_get_chars returns
8554                 an allocated string)
8555         * src/logwindow.c
8556                 Fixed few memory leak (gtk_editable_get_chars returns
8557                 an allocated string) and modified a little the log cutting
8558                 loop.
8559         * src/compose.c
8560                 Replaced a call to an obsolete function gtk_entry_get_text()
8561                 by gtk_editable_get_chars()
8562         * src/send.c
8563                 Removed a debug printf
8564
8565 2002-07-23 [christoph]  0.8.0claws4
8566
8567         * src/filesel.c
8568                 fix another g_dirname memory leak
8569
8570 2002-07-23 [christoph]  0.8.0claws3
8571
8572         * src/mh.c
8573                 fixed a memory leak in mh_fetch_msginfo
8574                 fixed crash when message header could not be
8575                 parsed
8576
8577 2002-07-23 [paul]       0.8.0claws2
8578
8579         * sync with 0.8.0cvs2
8580                 see ChangeLog 2002-07-23
8581
8582 2002-07-23 [paul]       0.8.0claws1
8583
8584         * sync with 0.8.0cvs1
8585                 see ChangeLog 2002-07-23
8586
8587 2002-07-23 [paul]       0.8.0claws
8588
8589         * release of 0.8.0claws
8590
8591 2002-07-23 [paul]       0.7.8claws99
8592
8593         * po/ru.po
8594                 new Russian translation, submitted by
8595                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8596
8597 2002-07-22 [jens]       0.7.8claws98
8598
8599         * po/de.po
8600                 Updated German translations.
8601
8602 2002-07-22 [paul]       0.7.8claws97
8603
8604         * po/es.po
8605           po/it.po
8606           po/nl.po
8607           po/pt_BR.po
8608                 updated translations by Ricardo Mones Lastra,
8609                 Alessandro Maestri, Wilbert Berendsen and 
8610                 Fabio Jr. Beneditto respectively
8611
8612 2002-07-22 [christoph]  0.7.8claws96
8613
8614         * src/mimeview.c
8615                 fix memory leak caused by wrong g_dirname usage
8616
8617 2002-07-22 [christoph]  0.7.8claws95
8618
8619         * src/summaryview.c
8620                 update new and unread message counts for summaryview
8621                 summaryview does not get it from the folder anymore
8622                 and has to update the values itself
8623
8624 2002-07-22 [melvin]     0.7.8claws94
8625
8626         * po/fr.po
8627                 Updated French translations.
8628
8629 2002-07-22 [christoph]  0.7.8claws93
8630
8631         * src/matcher.c
8632                 set prop->preg pointer to NULL or following check
8633                 will not fail and regexec will be called with
8634                 invalid pointer
8635
8636 2002-07-21 [alfons]     0.7.8claws92
8637         
8638         * src/prefs_common.[ch]
8639                 remove option "Send return receipt on request"
8640
8641 2002-07-21 [thorsten]   0.7.8claws91
8642
8643         * src/mimeview.c
8644                 fixed memleaks, coding style as pointed out by alfons
8645
8646 2002-07-21 [alfons]     0.7.8claws90
8647
8648         * src/messageview.c
8649         * src/noticeview.[ch]
8650                 o fix bug notice view being displayed when going to empty folder 
8651                   (noticed by Christoph)
8652                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8653                   (noticed by Thorsten)
8654
8655 2002-07-21 [thorsten]   0.7.8claws89
8656
8657         * src/mimeview.c
8658                 Included save_all patch from Xaview FACQ
8659                 added support for pathnames
8660
8661 2002-07-21 [alfons]     0.7.8claws88
8662
8663         * po/POTFILES.in
8664         * src/Makefile.am
8665         * src/mainwindow.c
8666         * src/messageview.[ch]
8667         * src/noticeview.c      ** NEW FILE **
8668         * src/noticeview.h      ** NEW FILE **
8669                 make return receipts work again
8670                 (UI idea by Leandro Pereira)
8671
8672 2002-07-21 [paul]       0.7.8claws87
8673
8674         * src/summaryview.c
8675                 fix sensitivity of 'Select thread'
8676
8677 2002-07-21 [paul]       0.7.8claws86
8678
8679         * src/prefs_common.c
8680                 add browser command line for Galeon
8681
8682 2002-07-21 [paul]       0.7.8claws85
8683
8684         * Makefile.am
8685                 fix 'EXTRA_DIST': remove README.README, add TODO
8686                 and TODO.claws
8687
8688 2002-07-21 [alfons]     0.7.8claws84
8689
8690         * src/gtkstext.c
8691                 make enter clear selection
8692                 (closes "[ 579888 ] Editor selection/entry error"
8693                 reported by Steve Lamb)
8694
8695 2002-07-21 [alfons]     0.7.8claws83
8696         
8697         * src/summaryview.c
8698                 sort message list when selecting unthread messages
8699                 (closes "[ 501593 ] switching threaded view doesn't sort"
8700                 reported by Simon Schubert)
8701
8702 2002-07-20 [alfons]     0.7.8claws82
8703         
8704         * src/matcher.c
8705                 const-correctness
8706
8707 2002-07-20 [thorsten]   0.7.8claws81
8708
8709         * src/matcher.c
8710                 Fixed expansion of empty fields in matchactions
8711
8712 2002-07-19 [melvin]     0.7.8claws80
8713
8714         * src/gtkspell.c
8715                 Removed a duplicate menu entry (fast mode) introduced during
8716                 the new cache merge
8717                 Added a menu separator between 'Use alternate' and 'Fast mode'
8718
8719 2002-07-19 [paul]       0.7.8claws79
8720
8721         * tools/Makefile.am
8722           tools/README
8723                 correct typos
8724
8725 2002-07-19 [thorsten]   0.7.8claws78
8726
8727         * tools/calypso_convert.pl      ** NEW FILE **
8728           tools/README
8729           tools/Makefile.am
8730                 script to import mbox files exported
8731                 by calypso
8732                 o generates folder structure
8733                 o includes attachments
8734
8735 2002-07-19 [melvin]     0.7.8claws77
8736
8737         * src/selective_download.[ch]
8738                 Fixed bug where closing the dialog with the window manager's
8739                 close button will not unlock the summary
8740                 Corrected some function declarations that missed a return value
8741                 Made the source code comply better with coding style.
8742         * src/prefs_common.c
8743                 Added new browser command line for Mozilla.
8744
8745 2002-07-18 [paul]       0.7.8claws76
8746
8747         * src/mainwindow.c
8748           src/selective_download.[ch]
8749                 reflect theme changes, fix Gdk Warning when creating 
8750                 pixmap from NULL window, and minor clean up.
8751                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8752
8753         * po/en_GB.po
8754                 updated
8755
8756 2002-07-17 [paul]       0.7.8claws75
8757
8758         * INSTALL[.jp]
8759                 sync with 0.8.0
8760         
8761         * po/en_GB.po
8762                 updated
8763
8764 2002-07-16 [paul]       0.7.8claws74
8765
8766         * tools/filter_conv.pl
8767           tools/README
8768                 replace conversion script with reimplemented version, 
8769                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8770
8771 2002-07-16 [colin]      0.7.8claws73
8772
8773         * src/summaryview.c
8774                 remove forgotten debug messages - sorry ;-)
8775
8776 2002-07-16 [colin]      0.7.8claws72
8777
8778         * src/mimeview.c
8779           src/summaryview.c
8780           src/textview.c
8781           src/textview.h
8782                 add the ability to select part of a text mime-part 
8783                 to reply.
8784
8785 2002-07-15 [christoph]  0.7.8claws71
8786
8787         * src/folder.c
8788                 fix folder message count for folders without
8789                 msg_is_changed (includes news folders)
8790
8791 2002-07-15 [martin]     0.7.8claws70
8792
8793         * src/summaryview.c
8794                 option "display recipient on 'From'..." now works
8795                 without the need of enabling the option
8796                 "display  sender  using  address  book".
8797
8798 2002-07-15 [christoph]  0.7.8claws69
8799
8800         * src/summaryview.c
8801                 removed setting folder status from summaryview.
8802                 folder.c should update all message counts correctly.
8803
8804 2002-07-15 [paul]       0.7.8claws68
8805
8806         * po/pt_BR.po
8807                 updated by Fabio Junior Beneditto
8808
8809 2002-07-15 [darko]      0.7.8claws67
8810
8811         * src/mh.c
8812                 Fixed target folder colorization, don't decrease op
8813                 number twice
8814
8815 2002-07-14 [paul]       0.7.8claws66
8816
8817         * sync with main 0.8.0
8818                 see ChangeLog 2002-07-14
8819
8820 2002-07-13 [melvin]     0.7.8claws65
8821         
8822         * src/addrbook.c
8823         * src/addressbook.c
8824         * src/addrindex.c
8825                 Replaced sprintf by g_snprintf to prevent possible buffer
8826                 overflow.
8827         * src/news.c
8828                 Corrected a log message output format.
8829                 Added a missing "done" debug output.
8830         * src/compose.c
8831                 Added keyboard accelerator for Priority menu items
8832                 Added missing \n in debug output
8833         * src/logwindow.c
8834         * src/gtkspell.c
8835         * src/rfc2015.c
8836                 Added missing \n in debug output
8837
8838 2002-07-13 [paul]       0.7.8claws64
8839
8840         * man/sylpheed.1
8841                 change Sergey's email address to the sf address
8842
8843         * src/textview.c
8844                 increase show_url_timeout (more useful for long
8845                 urls)
8846
8847 2002-07-12 [sergey]     0.7.8claws63
8848
8849         * src/rfc2015.c
8850                 applied (with some modifications) patch to set the
8851                 micalg parameter for signatures
8852                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8853
8854 2002-07-12 [sergey]     0.7.8claws62
8855
8856         * man/Makefile.am
8857         * configure.in
8858                 fixed man page installation
8859
8860 2002-07-12 [paul]       0.7.8claws61
8861
8862         * sync with 0.7.8cvs26
8863                 see ChangeLog 2002-07-11 and 2002-07-12
8864
8865 2002-07-11 [christoph]  0.7.8claws60
8866
8867         * src/compose.c
8868         * src/procmsg.c
8869                 first use the message number to find the message
8870                 to mark with a reply flag but check the
8871                 message-id if we got the correct message, if not
8872                 try to find it by message-id.
8873                 use new string seperator that is not allowed
8874                 in message-ids.
8875
8876 2002-07-11 [paul]       0.7.8claws59
8877
8878         * sync with 0.7.8cvs23
8879                 see ChangeLog 2002-07-10
8880
8881 2002-07-10 [christoph]  0.7.8claws58
8882
8883         * src/folder.[ch]
8884         * src/msgcache.[ch]
8885                 Added message-id table to the cache in memory
8886                 and functions to msgcache.c and folder.c to
8887                 fetch MsgInfos by message id
8888         * src/compose.c
8889         * src/procmsg.c
8890                 store folder and message-id of message replying
8891                 to in queue header and set reply flag after sending
8892                 (Closes bug #469498)
8893
8894 2002-07-10 [paul]       0.7.8claws57
8895
8896         * AUTHORS
8897           man/sylpheed.1.gz
8898                 add Martin to the list of authors
8899
8900 2002-07-09 [martin]     0.7.8claws56
8901         * src/gtksctree.c
8902                 Added gtk_ctree_last_visible(), tree_update_level(),
8903                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8904                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8905                 from gtk+ to gtksctree.c for the new sorting code
8906                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8907                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8908         * src/gtksctree.h
8909                 Added declaration for gtk_sctree_sort_recursive() and
8910                 gtk_sctree_sort_node
8911         * src/addressbook.c
8912         * src/foldersel.c
8913         * src/folderview.c
8914         * src/summaryview.c
8915                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8916                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8917
8918 2002-07-08 [paul]       0.7.8claws55
8919
8920         * more sync with 0.7.8cvs21
8921                 see ChangeLog 2002-07-08
8922
8923 2002-07-08 [paul]       0.7.8claws54
8924
8925         * sync with 0.7.8cvs21
8926                 see ChangeLog 2002-07-08
8927
8928 2002-07-07 [alfons]     0.7.8claws53
8929
8930         * src/Makefile.am
8931         * src/stock_pixmap.[ch]
8932         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8933         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8934         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8935                 add new pixmaps for upcoming notice pane
8936
8937 2002-07-06 [melvin]     0.7.8claws52
8938
8939         * src/gtkspell.[ch]
8940                 Made them a bit closer to Sylpheed's coding style.
8941                 Removed old code.
8942                 Removed possible memory leaks when some errors occurs.
8943
8944 2002-07-06 [melvin]     0.7.8claws51
8945
8946         * po/Makefile.in.in
8947                 Removed --no-location in xgettext command line to help
8948                 translators that use Emacs' po-mode
8949         * src/quote_fmt.c
8950                 Removed unnecessary comments that messed up sylpheed.pot
8951
8952 2002-07-06 [paul]       0.7.8claws50
8953
8954         * sync with 0.7.8cvs19
8955                 see ChangeLog 2002-07-05
8956
8957 2002-07-06 [christoph]  0.7.8claws49
8958
8959         * src/folder.c
8960         * src/mainwindow.c
8961                 fix folder_item_remove_all_msg and folderview
8962                 status for trash folders after emptying trash
8963
8964 2002-07-05 [paul]       0.7.8claws48
8965
8966         * sync with 0.7.8cvs16
8967                 see ChangeLog 2002-07-04 and 2002-07-05
8968
8969 2002-07-04 [paul]       0.7.8claws47
8970
8971         * sync with 0.7.8cvs14
8972                 see  ChangeLog 2002-07-04
8973
8974 2002-07-03 [alfons]     0.7.8claws46
8975
8976         * src/folder.c
8977                 dupe folder item's path because it's being reallocated
8978                 by new folder scanning code
8979
8980 2002-07-03 [christoph]  0.7.8claws45
8981
8982         * src/imap.c
8983                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8984         * src/msgcache.c
8985                 add missing return in msgcache_write
8986
8987 2002-07-02 [thorsten]   0.7.8claws44
8988
8989         * src/jpilot.c
8990         * src/msgcache.c
8991         * src/rfc2015.c
8992                 use binary mode for file access
8993
8994 2002-07-02 [christoph]  0.7.8claws43
8995
8996         * major code cleanup (part 1)
8997         
8998                 - unused variables removed
8999                 - unused functions removed
9000                 - uninitialized variables checked
9001                 - missing return statements added
9002                 - missing function return types added
9003                 - added parentheses around assignment and
9004                   && in || when suggested by gcc
9005               
9006         * src/mh.c
9007         * src/folder.c
9008                 replaced direct calls to folder->scan_tree
9009                 with folder_scan_tree and restore folder
9010                 prefs in this function. The folder should
9011                 not have to deal with them.
9012                 ( Should now work for all folder types )
9013
9014 2002-07-02 [paul]       0.7.8claws42
9015
9016         * sync with 0.7.8cvs13
9017                 see ChangeLog 2002-07-01 and 2002-07-02
9018
9019 2002-07-01 [christoph]  0.7.8claws41
9020
9021         * src/summaryview.c
9022                 fix "goto next/prev unread message" with
9023                 ignored threads
9024
9025 2002-07-01 [paul]       0.7.8claws40
9026
9027         * po/es.po
9028                 updated by Ricardo Mones Lastra
9029
9030 2002-06-30 [match]      0.7.8claws39
9031
9032         * src/jpilot.c
9033                 applied variation of leonerd's patch (566661) to
9034                 allow multiple email addresses per JPilot entry.
9035                 addresses may be separated by space, comma, pipe,
9036                 semi-colon, new-line.
9037
9038 2002-06-30 [alfons]     0.7.8claws38
9039
9040         * src/procmsg.c
9041                 simple fix for putting older nodes before
9042                 newer nodes when threading by subject
9043
9044 2002-06-30 [christoph]  0.7.8claws37
9045
9046         * src/folder.c
9047         * src/folderview.c
9048         * src/mh.c
9049         * src/news.c
9050         * src/procmsg.c
9051                 fix broken folder tree rescaning
9052                 and don't use procmsg_get_mark_sum
9053                 anymore
9054
9055 2002-06-30 [christoph]  0.7.8claws36
9056
9057         * merge new cache branch
9058         * src/imap.c
9059                 fix new cache imap copy bug
9060         * src/folder.c
9061                 improved folder_item_scan
9062                 it should now always set the correct
9063                 new, unread and total message counts
9064
9065 2002-06-29 [paul]       0.7.8claws35
9066
9067         * configure.in
9068                 correct syntax error
9069
9070 2002-06-29 [paul]       0.7.8claws34
9071
9072         * configure.in
9073           Makefile.am
9074           man/Makefile.am       ** NEW FILE **
9075           man/sylpheed.1.gz     ** NEW FILE **
9076                 add Sylpheed man page
9077
9078 2002-06-29 [paul]       0.7.8claws33
9079
9080         * po/pt_BR.po
9081                 updated by Fabio Junior Beneditto
9082
9083 2002-06-28 [jens]       0.7.8claws32
9084
9085         * po/de.po
9086                 translation updated
9087
9088         * src/selective_download.c
9089                 removed gettext for space " "
9090
9091         * src/imap.c
9092                 removed wrong space
9093
9094 2002-06-28 [paul]       0.7.8claws31
9095
9096         * sync with 0.7.8cvs11
9097                 see ChangeLog 2002-06-28
9098
9099 2002-06-28 [paul]       0.7.8claws30
9100
9101         * sync with 0.7.8cvs10
9102                 see ChangeLog 2002-06-27 and 2002-06-28
9103
9104 2002-06-26 [paul]       0.7.8claws29
9105
9106         * src/addrgather.c
9107           src/selective_download.c
9108                 don't gettextise empty strings.
9109                 reserved by gettext. gettext("") returns 
9110                 the header entry with meta information, 
9111                 not the empty string
9112
9113         * po/en_GB.po
9114                 updated
9115
9116 2002-06-26 [paul]       0.7.8claws28
9117
9118         * sync with 0.7.8cvs7
9119                 see ChangeLog 2002-06-25
9120
9121         * src/prefs_common.c
9122                 ...and in the process, tweak the gui a little
9123
9124 2002-06-25 [alfons]     0.7.8claws27
9125         
9126         * configure.in
9127         * src/Makefile.am
9128                 fine tune ldap library detection
9129
9130 2002-06-25 [alfons]     0.7.8claws26
9131
9132         * src/compose.c
9133                 don't allow return receipts when composing a news article
9134
9135 2002-06-25 [paul]       0.7.8claws25
9136
9137         * Makefile.am
9138                 add '$(AMTAR)' to 'release' section to allow for
9139                 new and older autotools
9140
9141 2002-06-25 [paul]       0.7.8claws24
9142
9143         * src/summaryview.c
9144                 fix "No more unread messages" persistant pop-up
9145                 window bug
9146
9147 2002-06-25 [paul]       0.7.8claws23
9148
9149         * po/it.po
9150                 updated by Alessandro Maestri
9151
9152 2002-06-25 [paul]       0.7.8claws22
9153
9154         * sync with 0.7.8cvs6
9155                 see ChangeLog 2002-06-25
9156
9157 2002-06-24 [paul]       0.7.8claws21
9158
9159         * tools/update-po
9160                 add GPL copyright information
9161
9162 2002-06-24 [paul]       0.7.8claws20
9163
9164         * tools/Makefile.am
9165           tools/README
9166           tools/update-po       ** NEW FILE **
9167                 add script that eases the creation of *.po files
9168                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9169
9170 2002-06-23 [alfons]     0.7.8claws19
9171
9172         * src/messageview.c
9173                 make notification_convert_header obey const correctness
9174                 (next step will be fixing the broken return receipt)
9175
9176 2002-06-23 [paul]       0.7.8claws18
9177
9178         * src/messageview.c
9179                 fix bug introduced in last commit:
9180                 removed too much code in last commit - put back what's
9181                 needed
9182
9183 2002-06-23 [paul]       0.7.8claws17
9184
9185         * src/messageview.[ch]
9186                 remove code committed in error from locally patched
9187                 source
9188
9189 2002-06-23 [colin]      0.7.8claws16
9190
9191         * src/compose.[ch]
9192                 add compose_entry_select(), used to select the default_to
9193                 email address - hopefully avoiding people sending mails to
9194                 wrong recipients.
9195
9196 2002-06-22 [alfons]     0.7.8claws15
9197
9198         * AUTHORS
9199                 add Bram Metsch & Stanislav Karchebny
9200         * src/smtp.[ch]
9201         * src/prefs_account.[ch]
9202         * src/send.c
9203                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9204                   options.  (see <http://sourceforge.net/tracker/index.php
9205                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9206
9207                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9208                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9209
9210 2002-06-22 [paul]       0.7.8claws14
9211
9212         * sync with 0.7.8cvs5
9213                 see ChangeLog 2002-06-19 and 2002-06-20
9214
9215 2002-06-22 [alfons]     0.7.8claws13
9216
9217         * src/selective_download.c
9218                 fix a stupid mistake I made
9219
9220 2002-06-22 [alfons]     0.7.8claws12
9221
9222         * src/selective_download.[ch]
9223                 fix another unnoticed leak; cleanup code
9224
9225 2002-06-21 [alfons]
9226
9227         * tools/Makefile.am
9228                 gpg-sign <-- gpg-sign-syl
9229
9230 2002-06-21 [alfons]     0.7.8claws11
9231
9232         * src/selective_download.c
9233         * src/selective_download.h
9234                 fix assorted mix of allocation errors (should solve
9235                 problem reported by Philippe Gramoullé, see:
9236                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9237
9238 2002-06-20 [melvin]     0.7.8claws10
9239
9240         * tools/gpg-sign *REMOVED*
9241           tools/gpg-sign-syl *ADDED*
9242                 Replaced the gpg clearsigning script with the version using
9243                 xterm instead of ssh-askpass and changed its name.
9244
9245         * README.claws
9246                 Updated actions example to reflect the renaming of the
9247                 gpg clearsigning script.
9248
9249 2002-06-19 [paul]       0.7.8claws9
9250
9251         * sync with 0.7.8claws9
9252                 see ChangeLog 2002-06-18 and 2002-06-19
9253
9254 2002-06-19 [paul]       0.7.8claws8
9255
9256         * sync with 0.7.8cvs1
9257                 see ChangeLog 2002-06-18
9258
9259 2002-06-18 [alfons]     0.7.8claws7
9260
9261         * src/mainwindow.h
9262                 add omitted prototype
9263
9264 2002-06-17 [paul]       0.7.8claws6
9265
9266         * src/mainwindow.c
9267                 fix hiding of exec_btn
9268
9269 2002-06-17 [paul]       0.7.8claws5
9270
9271         * src/pop.c
9272                 remove unneeded code: should_delete() 
9273                 and Pop3State::uidl_todelete_list
9274
9275 2002-06-17 [paul]       0.7.8claws4
9276
9277         * sync with 0.7.8
9278                 see ChangeLog 2002-06-11 and 2002-06-13
9279
9280 2002-06-16 [alfons]     0.7.8claws3
9281         
9282         * src/folder.c
9283                 make sure lock sort mode (claws specific) is
9284                 also persists after a tree rescan
9285
9286 2002-06-16 [alfons]     0.7.8claws2
9287
9288         * src/prefs_folder_item.c
9289         * src/folder.[ch]
9290                 fix persistence of folder sort mode (broken
9291                 by adapting Hiro's new folder persistence code)
9292
9293 2002-06-16 [alfons]     0.7.8claws1
9294
9295         * AUTHORS
9296         * src/logwindow.c
9297         * src/prefscommon.[ch]
9298                 control size of log text in log window; 
9299                 closes patch #569155 submitted by Mitko Haralanov.
9300
9301 2002-06-15 [paul]       0.7.8claws
9302
9303         * release of 0.7.8claws
9304
9305 2002-06-15 [paul]       0.7.7claws
9306
9307         * po/pt_BR.po
9308                 updated by Fabio Junior Beneditto
9309
9310 2002-06-14 [paul]       0.7.6claws49
9311
9312         * po/es.po
9313                 updated by Ricardo Mones Lastra
9314
9315 2002-06-14 [paul]       0.7.6claws48
9316
9317         * po/nl.po
9318                 updated translation by Wilbert Berendsen
9319
9320 2002-06-14 [melvin]     0.7.6claws47
9321
9322         * po/fr.po
9323                 Updated French translation
9324
9325 2002-06-13 [paul]       0.7.6claws46
9326
9327         * src/filesel.c
9328                 allow filename to be typed in, rather than just
9329                 selected by the mouse. Patch by Gustavo Noronha Silva.
9330
9331 2002-06-13 [alfons]     0.7.6claws45
9332
9333         * src/mainwindow.[ch]
9334                 more cleanups (removing unnecessary menu items Expand 
9335                 summary / message view)
9336
9337 2002-06-13 [melvin]     0.7.6claws44
9338
9339         * po/POTFILES.in
9340                 Added src/string_match.c
9341         * src/string_match.c
9342                 Fixed possible buffer overflow.
9343                 Corrected typo.
9344                 Added missing config.h header.
9345         * src/prefs_common.c
9346           src/prefs_matcher.c
9347           src/prefs_scoring.c
9348                 Made some strings translatable (missing _(..)).
9349
9350 2002-06-13 [melvin]     0.7.6claws43
9351
9352         * README.claws
9353                 Corrected action example (verifying clearsigned mail).
9354         * src/prefs_account.c
9355                 Corrected typo.
9356         * src/prefs_common.c
9357                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9358
9359 2002-06-12 [alfons]     0.7.6claws42
9360
9361         * src/summaryview.c
9362                 add init of score column lost in 0.7.6claws42
9363
9364 2002-06-12 [paul]       0.7.6claws41
9365
9366         * src/prefs_account.c
9367                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9368                 behavior of the radio buttons, (from 0.7.7cvs2)
9369
9370 2002-06-11 [alfons]     0.7.6claws40
9371
9372         * src/messageview.[ch]
9373         * src/summaryview.[ch]
9374         * src/summary_search.c
9375         * src/mainwindow.c
9376                 perform a sync to bring in Hiro's separate view implementation 
9377
9378                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9379
9380 2002-06-11 [paul]       0.7.6claws39
9381         
9382         * src/prefs_account.c
9383                 correct a typo on the Receive tab
9384
9385 2002-06-10 [match]      0.7.6claws38
9386
9387         * src/addressbook.c
9388                 Included address completion patch from Gustavo Noronha.
9389
9390 2002-06-10 [paul]       0.7.6claws37
9391
9392         * src/inc.[ch]
9393           src/pop.c
9394           src/prefs_account.[ch]
9395           src/selective_download.[ch]
9396                 apply PATCH #561712
9397                  NEW:
9398                 - check if POP Account
9399                 - Receive Button renamed to Preview
9400                 - Preview Button Popup: preview new/all messages
9401                 - Download Button
9402                 - Account Preferences-->Receive tab checkbutton if you
9403                   want to remove Mail after Download
9404                 -: default YES
9405                 - Account Preferences-->Receive tab checkbutton use
9406                   filtering rules on preview
9407                   (think of delete_on_server)
9408                 -: default YES
9409                 - Account selectable from SD dialog
9410                 - checkbutton to show already downloaded messages if
9411                   all messages are previewed
9412                 - new clist column showing Date
9413                 - ESC KEY close
9414                 FIXES:
9415                 - play ball with UIDL
9416                 - fault tolerant (?) 
9417                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9418
9419 2002-06-10 [melvin]     0.7.6claws36
9420
9421         * README.claws
9422                 Added a hint to ac/README in cvs instructions.
9423
9424         * src/prefs_actions.c
9425                 Made it possible to use a more elaborate command line
9426                 for asynchronous actions, too.
9427
9428 2002-06-10 [melvin]     0.7.6claws35
9429         
9430         * src/prefs_actions.c
9431                 Make it possible to use a more elaborate command line
9432                 (e.g. |foo|bar|cat>there;echo Done|)
9433                 Corrected error message when calling %f, %F and %p commands
9434                 from the compose window.
9435
9436 2002-06-09 [colin]      0.7.6claws34
9437
9438         * src/summaryview.c
9439                 Automatically find unread messages in current folder
9440                 before annoying the user.
9441
9442 2002-06-08 [alfons]     0.7.6claws33
9443
9444         * po/it.po
9445                 remove bad formatting string in it.po translation
9446                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9447
9448 2002-06-08 [paul]       0.7.6claws32
9449
9450         * sync with 0.7.6cvs25
9451                 see ChangeLog 2002-06-07
9452
9453 2002-06-05 [paul]       0.7.6claws31
9454
9455         * src/mainwindow.c
9456                 add 'Sort by locked' and 'Sort by score'
9457
9458 2002-06-05 [paul]       0.7.6claws30
9459
9460         * sync with 0.7.6cvs24
9461                 see ChangeLog 2002-06-04
9462
9463 2002-06-04 [paul]       0.7.6claws29
9464
9465         * po/pt_BR.po
9466                 updated by Fabio Junior Beneditto
9467
9468 2002-06-03 [thorsten]   0.7.6claws28
9469
9470         * src/matcher.c
9471                 fclose() matcherrc after reading
9472
9473 2002-06-03 [paul]       0.7.6claws27
9474
9475         * sync with 0.7.6cvs21
9476                 see ChangeLog 2002-05-31
9477
9478 2002-05-31 [paul]       0.7.6claws26
9479
9480         * sync with 0.7.6cvs20
9481                 see ChangeLog 2002-05-29 and 2002-05-30
9482
9483 2002-05-31 [paul]       0.7.6claws25
9484
9485         * src/imap.c
9486                 hopefully fix last buggy sync
9487
9488         * README.claws
9489                 correct typo in 'Actions' examples
9490
9491 2002-05-29 [paul]       0.7.6claws24
9492
9493         * sync with 0.7.6cvs18
9494                 see ChangeLog 2002-05-28 and 2002-05-29
9495
9496         * src/news.c
9497           src/nntp.[ch]
9498                 sync with above 
9499
9500 2002-05-28 [paul]       0.7.6claws23
9501
9502         * sync with 0.7.6cvs16
9503                 see ChangeLog 2002-05-28
9504
9505 2002-05-27 [thorsten]   0.7.6claws22 
9506
9507         * faq/it/sylpheed-faq-1.html
9508           faq/it/sylpheed-faq-2.html
9509           faq/it/sylpheed-faq-3.html
9510           faq/it/sylpheed-faq.html
9511                 corrected DOS lineendings
9512         * faq/de/sylpheed-faq-1.html
9513           faq/de/sylpheed-faq-2.html
9514           faq/en/sylpheed-faq-1.html
9515           faq/en/sylpheed-faq-2.html
9516           faq/en/sylpheed-faq-3.html
9517           faq/es/sylpheed-faq-1.html
9518           faq/es/sylpheed-faq-2.html
9519           faq/es/sylpheed-faq-3.html
9520           faq/fr/sylpheed-faq-1.html
9521           faq/it/sylpheed-faq-1.html
9522           faq/it/sylpheed-faq-2.html
9523           faq/it/sylpheed-faq-3.html
9524           faq/it/sylpheed-faq.html
9525                 changed ">" to &quot;
9526
9527 2002-05-27 [paul]       0.7.6claws21
9528         
9529         * sync with 0.7.6cvs15
9530                 see ChangeLog 2002-05-27
9531
9532 2002-05-27 [paul]       0.7.6claws20
9533
9534         * src/prefs_account.c
9535                 correct a typo
9536
9537 2002-05-26 [paul]       0.7.6claws19
9538
9539         * tools/README
9540                 correct a typo
9541
9542 2002-05-25 [paul]       0.7.6claws18
9543
9544         * tools/README
9545                 add description of kmail2sylpheed.pl
9546
9547 2002-05-25 [paul]       0.7.6claws17
9548
9549         * tools/kmail2sylpheed.pl       ** NEW FILE **
9550                 perl script that converts an exported Kmail address
9551                 book, converts it to sylpheed addressbook file,
9552                 writes the file to .sylpheed, and updates
9553                 addrbook--index.xml 
9554
9555 2002-05-25 [paul]       0.7.6claws16
9556
9557         * sync with 0.7.6cvs14
9558                 see ChangeLog 2002-05-23
9559
9560 2002-05-24 [paul]       0.7.6claws15
9561
9562         * README.claws
9563                 make a correction and add some more info
9564
9565 2002-05-24 [paul]       0.7.6claws14
9566
9567         * src/compose.c
9568                 fix memory leak in 
9569                 compose_redirect_write_headers_from_headerlist()
9570                 add Subject and Resent-Message-ID to
9571                 compose_redirect_write_headers()
9572                 Received, Subject, and X-UIDL are filtered out in 
9573                 compose_redirect_write_to_file()
9574
9575 2002-05-23 [paul]       0.7.6claws13
9576
9577         * src/compose.[ch]
9578           src/filtering.c
9579           src/mainwindow.c
9580           src/matcher.[ch]
9581           src/matcher_parser_lex.l
9582           src/matcher_parser_parse.y
9583           src/prefs_common.[ch]
9584           src/prefs_filtering.c
9585           src/summaryview.c
9586                 rename 'Bounce' to 'Redirect'
9587
9588 2002-05-23 [paul]       0.7.6claws12
9589
9590         * more sync with 0.7.6cvs13
9591           src/compose.c
9592                 see ChangeLog 2002-05-22
9593
9594 2002-05-22 [paul]       0.7.6claws11
9595
9596         * sync with 0.7.6cvs13
9597           src/codeconv.c
9598                 see ChangeLog 2002-05-20
9599           src/prefs_common.c
9600                 see ChangeLog 2002-05-22
9601
9602 2002-05-21 [melvin]     0.7.6claws10
9603
9604         * src/folderview.c
9605                 Added missing filtering and scoring headers
9606                 Fixed bad function call that showed garbage 
9607                 in Folder->Processing
9608
9609 2002-05-21 [paul]       0.7.6claws9
9610
9611         * tools/Makefile.am
9612                 make all tools executable, (patch by Alfons).
9613
9614 2002-05-20 [alfons]     0.7.6claws8
9615
9616         * src/procheader.c
9617                 don't forget to call mktime() so we have a valid week 
9618                 and year day
9619                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9620
9621 2002-05-20 [paul]       0.7.6claws7
9622
9623         * src/html.c
9624                 fix broken parsing of urls
9625         * src/textview.c
9626                 fix displaying of urls
9627
9628                 both fixes from the patch [547855] by Eugene 
9629                 Brevdo (zonem)
9630
9631 2002-05-19 [alfons]     0.7.6claws6
9632
9633         * configure.in
9634                 make sylpheed configure correctly with the latest
9635                 and greatest of automake / autoconf / gettext
9636
9637 2002-05-19 [alfons]     0.7.6claws5
9638
9639         * src/procheader.c
9640         * src/procheader.h
9641                 add function for returning ime zone offset
9642         * src/quote_fmt.c
9643         * src/quote_fmt_parse.y
9644                 better quotation formatting - does not convert
9645                 to local time, but uses the original date string.
9646                 
9647                 Note: %z inserts the timezone offset (should 
9648                 work also on platforms where strftime does not
9649                 support %z).
9650
9651 2002-05-18 [christoph]  0.7.6claws4
9652
9653         * src/summaryview.c
9654                 fix indentation of some code
9655         * tools/Makefile.am
9656                 fix spaces after \
9657         * src/Makefile.am
9658                 add missing \
9659                 correct path for ignorethread.xpm
9660                 incorrect filename for sylpheed_logo.xpm
9661                 add missing include matcher_parser_parse.h
9662
9663 2002-05-18 [paul]       0.7.6claws3
9664
9665         * sync with 0.7.6cvs8
9666                 see ChangeLog 2002-05-16 and 2002-05-17
9667
9668 2002-05-18 [melvin]     0.7.6claws2
9669
9670         * README.claws
9671                 Corrected an action's definition and fixed some misspellings.
9672
9673 2002-05-18 [paul]       0.7.6claws1
9674
9675         * tools/Makefile.am
9676           tools/gpg-sign        ** new file **
9677           tools/uudec           ** new file **
9678                 add Melvin's Actions scripts
9679
9680         * README.claws
9681                 add Melvin's descriptions for Actions
9682
9683 2002-05-18 [paul]       0.7.6claws
9684
9685         * Version 0.7.6claws released
9686
9687 2002-05-17 [paul]       0.7.5claws32
9688
9689         * po/es.po
9690                 updated by Ricardo Mones Lastra
9691
9692 2002-05-17 [paul]       0.7.5claws31
9693
9694         * src/compose.c
9695                 fix Account prefs default folder for sent/draft/deleted
9696                 messages bug
9697
9698         * po/it.po
9699           po/nl.po
9700                 updated translation by Alessandro Maestri and
9701                 Wilbert Berendsen
9702
9703 2002-05-17 [melvin]     0.7.5claws30
9704
9705         * src/prefs_actions.c
9706                 Fixed bug where using %F not at the end of the command 
9707                 resulted in an additional empty argument being created.
9708                 Thanks to Darko Koruga for reporting the bug.
9709
9710 2002-05-17 [melvin]     0.7.5claws29
9711
9712         * po/fr.po
9713                 Updated French translations.
9714
9715 2002-05-15 [paul]       0.7.5claws28
9716         
9717         * po/es.po
9718                 updated by Ricardo Mones Lastra
9719
9720 2002-05-15 [paul]       0.7.5claws27
9721
9722         * sync with 0.7.6cvs4
9723                 see ChangeLog 2002-05-14 and 2002-05-15
9724
9725 2002-05-14 [paul]       0.7.5claws26
9726
9727         * sync with 0.7.6cvs1
9728                 see ChangeLog 2002-05-13
9729
9730 2002-05-13 [thorsten]   0.7.5claws25
9731
9732         * src/messageview.c
9733                 fix select_all and copy in multipart messages
9734         * src/mainwindow.c
9735                 fix select_all and copy in multipart messages
9736
9737 2002-05-12 [paul]       0.7.5claws24
9738
9739         * src/summaryview.c
9740                 reverse last commit, bug already fixed in 0.7.5claws3
9741
9742 2002-05-12 [netztorte]  0.7.5claws23
9743
9744         * src/summaryview.c
9745                 dont parse empty addressbook (checked in before claws20)
9746
9747 2002-05-12 [melvin]     0.7.5claws22
9748
9749         * src/procmsg.[ch]
9750                 Removed unneeded priority code introduced by the previous 
9751                 commit.
9752
9753 2002-05-12 [melvin]     0.7.5claws21
9754
9755         * src/compose.[ch]
9756                 Added possibility to set message's priority.
9757         * src/procmsg.[ch]
9758                 Added possibility to set message's priority.
9759                 Added missing headers
9760
9761 2002-05-12 [melvin]     0.7.5claws20
9762
9763         * src/prefs_actions.c
9764                 Removed implicitely added quotes around the name
9765                 of the temporary files of mime parts.
9766
9767 2002-05-12 [paul]       0.7.5claws19
9768
9769         * sync with 0.7.5cvs20
9770                 see ChangeLog 2002-05-11
9771
9772 2002-05-12 [alfons]     0.7.5claws18
9773
9774         * src/quote_fmt_lex.l
9775         * src/quote_fmt_parse.y
9776                 allow quote / reply date & time format to be set using
9777                 %D{format}. format is a format string you'd pass to
9778                 strftime() (see man strftime, or the Display tab |
9779                 Date format setting).
9780
9781                 Currently %D converts the date to local time. 
9782
9783 2002-05-11 [paul]       0.7.5claws17
9784
9785         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9786                 see ChangeLog 2002-05-10 and 2002-05-11
9787
9788 2002-05-10 [paul]       0.7.5claws16
9789
9790         * sync with 0.7.5cvs16
9791                 see ChangeLog entries 2002-05-09 and 
9792                 2002-05-10
9793
9794 2002-05-10 [colin]      0.7.5claws15
9795
9796         * src/textview.c
9797                 Corrected a bug that prevented sylpheed to open
9798                 double-clicked URIs.
9799
9800 2002-05-09 [paul]       0.7.5claws14
9801
9802         * sync with 0.7.5cvs14
9803                 see ChangeLog 2002-05-08 and 2002-05-09
9804
9805 2002-05-08 [paul]       0.7.5claws13
9806
9807         * sync with 0.7.5cvs11
9808                 see ChangeLog entry 2002-05-08
9809
9810 2002-05-08 [paul]       0.7.5claws12
9811
9812         * src/mainwindow.c
9813           src/textview.[ch]
9814                 fix segfault on View->Open in new window
9815                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9816
9817 2002-05-07 [paul]       0.7.5claws11
9818
9819         * sync with 0.7.5cvs9
9820                 see ChangeLog entry 2002-05-07
9821
9822 2002-05-06 [paul]       0.7.5claws10
9823
9824         * src/messageview.c
9825           src/textview.c
9826                 display url in statusbar on single-click
9827                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9828
9829 2002-05-06 [match]      0.7.5claws9
9830
9831         * src/addritem.[ch]
9832                 new functions.
9833         * src/addrcache.c
9834                 tidy up.
9835         * src/xmlprops.[ch]
9836                 XML implementation of properties file.
9837         * src/exporthtml.[ch]
9838         * src/expthtmldlg.[ch]
9839         * src/addressbook.c
9840                 export to HTML.
9841
9842 2002-05-02 [sergey]     0.7.5claws8
9843
9844         * src/mainwindow.c (mainwin_entries),
9845           src/prefs_common.c (prefs_send_create()),
9846           src/codeconv.c (locale_table):
9847                 use charset name "Windows-1251" instead of "CP1251".
9848
9849 2002-05-02 [colin]      0.7.5claws7
9850         
9851         * src/compose.c
9852           src/prefs_common.c
9853           src/prefs_folder_item.c
9854                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9855
9856 2002-05-02 [hiro]       0.7.5claws6
9857
9858         * src/imap.c
9859                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9860
9861 2002-05-02 [paul]       0.7.5claws5
9862
9863         * src/compose.c
9864                 more sync with 0.7.5cvs7, see ChangeLog entry
9865                 2002-05-02
9866
9867 2002-05-02 [hiro]       0.7.5claws4
9868
9869         * src/compose.c
9870                 compose_queue_sub():
9871                 check if queue folder exists (closes #550397).
9872                 removed directory creation since it should be handled
9873                 transparently.
9874         * src/imap.c
9875                 imap_add_msg(): return UID for appended message
9876                 (closes #548842).
9877
9878 2002-04-30 [paul]       0.7.5claws3
9879
9880         * src/summaryview.c
9881                 fix account_find_from_address() bug
9882
9883 2002-04-28 [colin]      0.7.5claws2
9884
9885         * src/compose.c
9886           src/textview.c
9887           src/prefs_common.[ch]
9888           src/utils.[ch]
9889                 Added user-definable quotation characters recognition.
9890
9891 2002-04-28 [paul]       0.7.5claws1
9892
9893         * sync with 0.7.5cvs4
9894                 see ChangeLog entry  2002-04-25
9895
9896 2002-04-28 [paul]       0.7.5claws
9897
9898         * po/es.po
9899           po/nl.po
9900           po/pt_BR.po
9901                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9902                 Fabio Junior Beneditto
9903
9904 2002-04-27 [jens]       0.7.4claws103
9905
9906         * po/de.po
9907                 updated German translation.
9908
9909 2002-04-27 [hiro]       0.7.4claws102
9910
9911         * src/summaryview.c
9912                 summary_write_cache(): fixed the mark loss of hidden messages.
9913
9914 2002-04-26 [melvin]     0.7.4claws101
9915
9916         * src/procmsg.c
9917                 fixed a second typo (same one)
9918         * po/fr.po
9919           po/it.po
9920           po/pt_BR.po
9921                 fixed the type again...
9922
9923 2002-04-26 [melvin]     0.7.4claws100
9924
9925         * src/procmsg.c
9926                 fixed a typo in an alert message ("temorary").
9927         * po/it.po
9928         * po/pt_BR.po
9929                 corrected the typo  described above.
9930         * po/fr.po
9931                 updated French translation.
9932
9933 2002-04-26 [darko]      0.7.4claws99
9934
9935         * src/summaryview.c
9936                 fix target folder colorization
9937
9938 2002-04-25 [paul]       0.7.4claws98
9939
9940         * po/it.po
9941                 updated by Alessandro Maestri
9942
9943 2002-04-24 [colin]      0.7.4claws97
9944         
9945         * src/compose.c
9946                 Fixed double "subject is empty" question.
9947
9948 2002-04-23 [colin]      0.7.4claws96
9949         
9950         * src/mimeview.c
9951                 Corrected issue when "automatically display images" was
9952                 not set : first image remained after selecting second.
9953
9954 2002-04-23 [melvin]     0.7.4claws95
9955
9956         * src/prefs_actions.c
9957                 Don't display in/out dialog if there is nothing to show.
9958
9959 2002-04-23 [paul]       0.7.4claws94
9960
9961         * sync with 0.7.5cvs3
9962                 bug fixes: see ChangeLog entry 2002-04-23
9963
9964 2002-04-22 [darko]      0.7.4claws93
9965
9966         * src/compose.c
9967                 fix previous check-in which changed code after
9968                 merge from main
9969
9970 2002-04-22 [paul]       0.7.4claws92
9971
9972         * faq/de/*
9973                 add German FAQ
9974         * faq/en/*
9975           faq/es/*
9976           faq/fr/*
9977                 update English, Spanish and French FAQs
9978         * manual/de/*
9979           manual/es/*
9980                 add German and Spanish manuals
9981         * manual/en/*
9982           manual/fr/*
9983                 update English and French manuals
9984
9985         * src/Makefile.am
9986                 add to and re-arrange the pixmap entries
9987
9988 2002-04-22 [darko]      0.7.4claws91
9989
9990         * src/compose.c
9991                 fix sender initials recognition to only allow
9992                 '>' after the initials
9993
9994 2002-04-21 [paul]       0.7.4claws90
9995
9996         * sync with 0.7.5 release
9997                 see ChangeLog entry 2002-04-21
9998
9999 2002-04-21 [alfons]
10000
10001         * src/Makefile.am
10002                 add colin's new pixmaps to EXTRA_DIST
10003
10004 2002-04-21 [colin]      0.7.4claws89
10005         * src/compose.c
10006         * src/inc.c
10007         * src/mainwindow.[ch]
10008         * src/prefs_common.[ch]
10009         * src/stock_pixmap.[ch]
10010                 Added "Work offline" ability.
10011
10012 2002-04-21 [colin]      0.7.4claws88
10013         
10014         * src/mimeview.c
10015         * src/prefs_common.c
10016         * src/prefs_common.h
10017         * src/textview.c : Added an option to common preferences -> display
10018           to allow user not to automatically display images.
10019
10020 2002-04-21 [paul]       0.7.4claws87
10021
10022         * sync with 0.7.4cvs52
10023                 see ChangeLog entry 2002-04-21 (src/imap.c)
10024
10025 2002-04-21 [paul]       0.7.4claws86
10026
10027         * sync with 0.7.4cvs51
10028                 see ChangeLog entry 2002-04-21
10029
10030 2002-04-21 [paul]       0.7.4claws85
10031
10032         * sync with 0.7.4cvs49
10033                 see ChangeLog entries 2002-04-20 and 2002-04-21
10034
10035         * src/Makefile.am
10036                 clean up: remove old 'stock_' element from xpm 
10037                 filenames.
10038
10039 2002-04-21 [alfons]     0.7.4claws84
10040
10041         apply sync patch from Paul
10042
10043         * src/folderview.c
10044                 use old claws prefs_folder_item_create() for now
10045
10046 2002-04-19 [match]      0.7.4claws83
10047
10048         * src/addressbook.[ch]
10049         * src/addrharvest.[ch]
10050         * src/addrgather.[ch]
10051                 recurse folders.
10052         * src/mainwindow.c
10053         * src/summaryview.[ch]
10054                 change menu option.
10055
10056 2002-04-19 [paul]       0.7.4claws82
10057
10058         * po/pt_BR.po
10059                 updated by Fabio Junior Beneditto
10060
10061 2002-04-14 [alfons]     0.7.4claws81
10062
10063         * src/passphrase.c
10064                 add #include <sys/types.h> for mode_t and off_t 
10065
10066 2002-04-13 [paul]       0.7.4claws80
10067         
10068         * src/main.c
10069           src/passphrase.[ch]
10070           src/pgptext.c
10071           src/prefs_common.[ch]
10072           src/rfc2015.c
10073                 enable storing of GnuPG passphrase for the whole 
10074                 session or a user-defined number of minutes. patch 
10075                 submitted by Ravemax <ravemax@dextrose.com>
10076
10077 2002-04-13 [alfons]     0.7.4claws79
10078
10079         * src/textview.c
10080                 make email parser also stop scanning when encountering separators
10081                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10082
10083 2002-04-13 [paul]       0.7.4claws78
10084
10085         * sync with 0.7.4cvs39
10086                 see ChangeLog entry 2002-04-12
10087
10088 2002-04-11 [paul]       0.7.4claws77
10089
10090         * sync with 0.7.4cvs37
10091                 see ChangeLog entry 2002-04-11
10092
10093 2002-04-11 [paul]       0.7.4claws76
10094
10095         * COPYING 
10096                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10097                 the clause for OpenSSL). sync with sylpheed main
10098
10099 2002-04-09 [melvin]     0.7.4claws75
10100
10101         * src/compose.c
10102                 Made 'Ctrl-Enter' on send ignore some modifiers 
10103                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10104                 to bind other *-Enter (but not Alt-Enter).
10105
10106 2002-04-09 [paul]       0.7.4claws74
10107
10108         * sync with 0.7.4cvs35
10109                 see ChangeLog entries 2002-04-09
10110
10111 2002-04-08 [paul]       0.7.4claws73
10112
10113         * sync with 0.7.4cvs33
10114                 see ChangeLog entry 200-04-08
10115
10116 2002-04-07 [match]      0.7.4claws72
10117
10118         * src/addrharvest.[ch]
10119                 fixed to read all addresses in header, regardless
10120                 of header size. improved name parsing. accommodate
10121                 harvest from folders and selected message.
10122         * src/addritem.[ch]
10123                 included new address parsing function.
10124         * src/addrgather.[ch]
10125         * src/addressbook.[ch]
10126         * src/summaryview.[ch]
10127         * src/mainwindow.c
10128                 allow address harvest of folder as well as selected
10129                 messages.
10130
10131 2002-04-07 [paul]       0.7.4claws71
10132
10133         * src/esmtp.[ch]
10134           src/smtp.c
10135                 don't try to authenticate with CRAM-MD5 in SMTP when 
10136                 SMTP-AUTH enabled if MTA doesn't issue this 
10137                 auth-method in it's ehlo-response. bug item #531364,
10138                 patch item #938910. patch submitted by Colin Leroy 
10139                 <colin@colino.net>
10140
10141 2002-04-07 [paul]       0.7.4claws70
10142
10143         * src/nntp.c
10144                 fix missing MODE_READER bug. patch submitted by
10145                 Colin Leroy <colin@colino.net>
10146
10147 2002-04-07 [alfons]     0.7.4claws69
10148
10149         * src/matcher.[ch]
10150         * src/prefs_filtering.c
10151         * src/summaryview.c
10152                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10153                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10154
10155 2002-04-07 [paul]       0.7.4claws68
10156
10157         * sync with 0.7.4cvs32
10158                 see ChangeLog entry 2002-04-06
10159
10160         * tools/filter_conv.pl
10161                 more bug fixes
10162
10163 2002-04-06 [paul]       0.7.4claws67
10164
10165         * tools/filter_conv.pl
10166                 modify to be able to find the name of the first
10167                 mailbox and use that. main's filter does not
10168                 record the full path to the mailbox and therefore
10169                 can only filter to the first mailbox.
10170
10171 2002-04-05 [paul]       0.7.4claws66
10172
10173         * tools/filter_conv.pl
10174                 attempt to make the script all-encompassing and
10175                 be able to convert any main 'filter' rule thrown
10176                 at it
10177
10178 2002-04-05 [paul]       0.7.4claws65
10179
10180         * tools/filter_conv.pl
10181                 allow for collapsed folder trees
10182
10183 2002-04-05 [paul]       0.7.4claws64
10184
10185         * sync with 0.7.4cvs31
10186                 see ChangeLog entries 2002-04-05
10187
10188 2002-04-03 [paul]       0.7.4claws63
10189
10190         * sync with 0.7.4cvs29
10191                 see ChangeLog entries 2002-04-02 and 2002-04-03
10192
10193 2002-04-02 [paul]       0.7.4claws62
10194
10195         * sync with 0.7.4cvs26
10196                 see ChangeLog entry 2002-04-01
10197
10198 2002-04-02 [match]      0.7.4claws61
10199
10200         * src/pine.[ch]
10201         * src/importpine.[ch]
10202         * src/addressbook.c
10203                 import Pine address book.
10204
10205 2002-04-02 [match]      0.7.4claws60
10206
10207         * src/addrharvest.[ch]
10208                 improve address parsing of funky addresses.
10209
10210 2002-04-02 [darko]      0.7.4claws59
10211
10212         * src/compose.c
10213                 wrap on send improvements, it now recognizes quoted
10214                 initials as part of the quotation string, and it
10215                 does not join lines separated by CR
10216
10217 2002-04-01 [match]      0.7.4claws58
10218
10219         * src/mgutils.[ch]
10220                 added new functions.
10221         * src/mutt.[ch]
10222                 remove excessive duplicate address generation
10223                 on import.
10224
10225 2002-04-01 [alfons]     0.7.4claws57
10226         
10227         * src/summaryview.c
10228                 put back g_free() 
10229
10230 2002-04-01 [paul]       0.7.4claws56
10231
10232         * sync with 0.7.4cvs25
10233                 see ChangeLog entry 2002-04-01
10234
10235 2002-04-01 [alfons]     0.7.4aprilfool55
10236
10237         * src/summaryview.c
10238                 honour feature request item #537427 to allow for
10239                 displaying names from address book for sent mail also
10240
10241 2002-03-29 [paul]       0.7.4claws54
10242
10243         * src/mainwindow.c
10244           src/prefs_filtering.[ch]
10245           src/prefs_matcher.c
10246           src/summaryview.c
10247                 add 'fast filter' for claws' filtering,
10248                 /Tools/Create filter rule/... patch submitted
10249                 by Neill Miller <neillm@thecodefactory.org>
10250
10251 2002-03-29 [paul]       0.7.4claws53
10252
10253         * sync with 0.7.4cvs24
10254                 see ChangeLog entry 2002-03-29
10255
10256 2002-03-28 [paul]       0.7.4claws52
10257
10258         * sync with 0.7.4cvs23
10259                 see ChangeLog entry 2002-03-28
10260
10261 2002-03-27 [melvin]     0.7.4claws51
10262
10263         * src/prefs_actions.c
10264                 Added support to pass only one message part (as a
10265                 file) to the command using '%p'. No quotes are needed
10266                 because doubles quotes are automatically added.
10267                 Fixed bug where Sylpheed could block when waiting for
10268                 a child process to finish.
10269                 Changed the help menu to remove quotes around symbols to 
10270                 avoid misinterpretation (they must not be used).
10271
10272 2002-03-27 [melvin]     0.7.4claws50
10273
10274         * src/inc.c
10275                 Made the new mail notification command always 
10276                 execute asynchronously.
10277
10278 2002-03-27 [paul]       0.7.4claws49
10279
10280         * src/compose.c
10281                 fix bug introduced in last commit
10282
10283 2002-03-27 [paul]       0.7.4claws48
10284
10285         * sync with 0.7.4cvs21
10286                 see ChangeLog 2002-03-26 and 2002-03-27
10287
10288 2002-03-26 [hoa]        0.7.4claws47
10289
10290         * src/prefs_folder_item.c
10291                 really fixed the bug #516442 with folder rescan.
10292
10293 2002-03-26 [paul]       0.7.4claws46
10294
10295         * sync with 0.7.4cvs19
10296                 see ChangeLog entries 2002-03-25 and 2002-03-26
10297
10298 2002-03-25 [hoa]        0.7.4claws45
10299
10300         * src/matcher.c
10301         * src/mh.c
10302                 fix the bug #516442 with folder rescan.
10303
10304         * src/prefs_common.[ch]
10305         * src/compose.c
10306                 added an option to enable two different behaviours
10307                 for bounce.
10308
10309
10310 2002-03-25 [paul]       0.7.4claws44
10311
10312         * src/mainwindow.c
10313           src/selective_download.c
10314                 correct a few menuitem labels
10315
10316 2002-03-25 [christoph]  0.7.4claws43
10317
10318         * src/procmsg.c
10319                 fix non deleted tmp message in
10320                 procmsg_save_to_outbox
10321                 fix problems caused by sync with
10322                 main branch's procmsg_send_queue
10323
10324 2002-03-25 [paul]       0.7.4claws42
10325
10326         * src/quote_fmt.c
10327           src/quote_fmt_lex.l
10328           src/quote_fmt_parse.y
10329                 add Last name (%L) placeholder for quoting. 
10330                 patch submitted by Thorsten Thielen 
10331                 <thth@users.sourceforge.net>
10332
10333 2002-03-25 [paul]       0.7.4claws41
10334
10335         * src/utils.c
10336                 get full hostname. patch submitted by
10337                 Bob Woodside <rwoodside1@comcast.net>
10338
10339 2002-03-25 [paul]       0.7.4claws40
10340
10341         * src/account.c
10342           src/news.c
10343           src/nntp.[ch]
10344           src/prefs_account.[ch]
10345                 enable NNTP over SSL. patch submitted by
10346                 Pascal Jermini <pascal@infinity.hn.org>
10347
10348 2002-03-24 [paul]       0.7.4claws39
10349
10350         * src/prefs_common.c
10351                 make the arrangement of the Compose tab more
10352                 coherent
10353
10354         * src/mainwindow.c
10355                 fix some irregularities of style
10356
10357         * po/de.po
10358                 updated by Kilian Krause
10359
10360 2002-03-23 [paul]       0.7.4claws38
10361
10362         * po/pt_BR.po
10363                 updated by Fabio Junior Beneditto
10364
10365 2002-03-23 [paul]       0.7.4claws37
10366
10367         * src/mainwindow.c
10368                 move 'Gather addresses' to 'Tools' menu
10369                 make 'Selective download' sensitive
10370
10371 2002-03-23 [paul]       0.7.4claws36
10372
10373         * sync with 0.7.4cvs16
10374                 see ChangeLog entries 2002-03-23
10375
10376 2002-03-22 [christoph]  0.7.4claws35
10377
10378         * src/quote_fmt_parse.y
10379                 fix include program output
10380
10381 2002-03-22 [alfons]     0.7.4claws34
10382
10383         * src/pop.c
10384                 initialize GDate stack variable correctly (sorry!)
10385
10386 2002-03-22 [paul]       0.7.4claws33
10387
10388         * src/compose.c
10389           src/mainwindow.c
10390           src/prefs_actions.c
10391           src/prefs_common.c
10392                 rename 'Tool' to 'Tools'
10393
10394         * src/mainwindow.c
10395                 move 'Delete duplicated messages' from
10396                 'Message/' to 'Tools/'
10397                 re-arrange the order of 'Tools/' items
10398
10399 2002-03-22 [paul]       0.7.4claws32
10400
10401         * src/addr_compl.c
10402           src/addressbook.[ch]
10403                 auto-address completion now also matches on
10404                 Nickname. patch submitted by Bob Forsman 
10405                 <hammor@users.sourceforge.net>
10406
10407         * src/editaddress.c
10408                 correct a spelling mistake
10409
10410 2002-03-22 [alfons]     0.7.4claws31
10411
10412         * src/pop.c
10413                 fix getting uidl from incorrect string 
10414                 (spotted by Colin)
10415
10416 2002-03-21 [alfons]     0.7.4claws30
10417
10418         * src/pop.c
10419                 more code refactoring
10420                 plug mem leak introduced by delete on server
10421
10422 2002-03-21 [paul]       0.7.4claws29
10423
10424         * sync with 0.7.4cvs11
10425                 see ChangeLog entries 2002-03-20
10426
10427 2002-03-20 [alfons]     0.7.4claws28
10428
10429         * src/inc.c
10430                 apply Colin's patch and refactor
10431
10432 2002-03-20 [paul]       0.7.4claws27
10433
10434         * sync with sylpheed 0.7.4cvs9
10435                 see ChangeLog entry 2002-03-20
10436
10437 2002-03-19 [christoph]  0.7.4claws26
10438
10439         * src/mh.c
10440         * src/procmsg.[ch]
10441         * src/summaryview.c
10442                 revert changes for flag updates
10443                 (does not work correctly and no time to debug)
10444
10445 2002-03-20 [alfons]     0.7.4claws25
10446
10447         * src/pop.c
10448                 refactor should_delete() a little bit 
10449
10450 2002-03-19 [paul]       0.7.4claws24
10451
10452         * src/inc.[ch]
10453           src/pop.c
10454           src/prefs_account.[ch]
10455                 allow the user to leave downloaded mail on the 
10456                 server for n days. Patch submitted by Colin Leroy 
10457                 <colin@colino.net>
10458
10459 2002-02-19 [paul]       0.7.4claws23
10460
10461         * sync with sylpheed 0.7.4cvs8
10462                 see ChangeLog entries 2002-03-19
10463
10464 2002-03-18 [paul]       0.7.4claws22
10465
10466         * sync with sylpheed 0.7.4cvs6
10467                 see ChangeLog entry 2002-03-18
10468
10469 2002-03-18 [paul]       0.7.4claws21
10470
10471         * po/en_GB.po
10472                 add en_GB message catalogue
10473
10474         * src/mbox_folder.c
10475           src/prefs_account.c
10476           src/prefs_actions.c
10477                 correct a few spelling mistakes
10478
10479 2002-03-17 [alfons]     0.7.4claws20
10480
10481         * src/matcher.c
10482                 more stringent checks for NULL params when writing
10483                 filtering actions to a file
10484                 
10485 2002-03-17 [hoa]        0.7.3claws20
10486
10487         * src/news.c
10488                 fixed the count of new messages
10489
10490         * src/compose.c
10491                 fixed the "attachment properties" window
10492
10493 2002-03-17 [paul]       0.7.4claws19
10494
10495         * src/defs.h
10496           src/folder.h
10497           src/news.c
10498           src/prefs_account.[ch]
10499           src/procmsg.[ch]
10500           src/summaryview.c
10501                 automatically mark cross-posted messages as read 
10502                 and (optionally) give them a colour label
10503                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10504                 
10505
10506 2002-03-17 [paul]       0.7.4claws18
10507
10508         * sync with sylpheed 0.7.4cvs5
10509                 see ChangeLog entry 2002-03-17
10510
10511 2002-03-17 [melvin]     0.7.4claws17
10512         
10513         * src/textview.c
10514                 Worked around a gtktext 'bug': when searching for 
10515                 a text in a long message it was scrolling slowly
10516                 line by line until it hit the searched text.
10517         * po/fr.po
10518                 Updated French translation
10519
10520 2002-03-17 [melvin]     0.7.4claws16
10521
10522         * src/mainwindow.c
10523         * src/compose.c
10524         * src/prefs_actions.c
10525                 Moved "Edit/Actions" to "Tool/Actions"
10526                 Made mainwindow/compose window sensitive as soon as
10527                 no child process is running anymore even if the io dialog
10528                 is open.
10529                 Fixed a struct being initialized with a non constant char*
10530
10531 2002-03-16 [christoph]  0.7.4claws15
10532
10533         * configure.in
10534                 add --with-compiler-flags option
10535                 (only for developer hacking)
10536         * src/mh.c
10537         * src/procmsg.[ch]
10538         * src/summaryview.c
10539                 try to make folder-stats and flag handling more
10540                 independent from the summaryview. msgcounts
10541                 are only set when the folder is opened and
10542                 procmsg_msginfo_(un)set_flags will handle it
10543                 later and summaryview will get the values
10544                 from the folder.
10545
10546 2002-03-16 [paul]       0.7.4claws14
10547
10548         * src/messageview.c
10549                 fix Return-receipt. Patch submitted by Bob
10550                 Woodside <rwoodside1@comcast.net>
10551
10552 2002-03-16 [paul]       0.7.4claws13
10553
10554         * src/compose.c
10555                 fix 'dynamic' signatures, make it work again
10556                 broken during sync on 2002-03-14 (0.7.4claws2)
10557
10558 2002-03-15 [match]      0.7.4claws12
10559
10560         * src/addrharvest.[ch]
10561         * src/addrgather.[ch]
10562         * src/addressbook.[ch]
10563         * src/mainwindow.c
10564                 included address harvester feature. still some
10565                 issues with address parsing that I will fix.
10566
10567 2002-03-15 [match]      0.7.4claws11
10568
10569         * src/addrbook.[ch]
10570         * src/addrcache.[ch]
10571         * src/addressbook.[ch]
10572         * src/addrindex.c
10573         * src/editbook.c
10574         * src/importldif.c
10575         * src/importmutt.c
10576         * src/jpilot.[ch]
10577         * src/main.c
10578         * src/syldap.[ch]
10579         * src/vcard.[ch]
10580                 tidy up. fix memory leaks. moved attribs and methods
10581                 from individual interfaces to addrcache object. prep
10582                 for new stuff to come in.
10583
10584 2002-03-15 [alfons]     0.7.4claws10
10585
10586         * src/matcher.[ch]
10587         * src/matcher_parser_parse.y
10588         * src/matcher_parser_lex.l
10589         * src/prefs_matcher.c
10590                 add filtering conditions message greater than, smaller 
10591                 than, and exactly matching a size in bytes
10592                 (does not work with delete from POP3 server yet)
10593
10594                 this should also give others an idea what you should
10595                 do to add new criterions to claws filtering system
10596                 
10597
10598 2002-03-15 [paul]       0.7.4claws9
10599
10600         * tools/filter_conv.pl
10601                 exit if there are no filter rules to convert
10602                 rename filterrc to filterrc.old after completion
10603
10604 2002-03-15 [paul]       0.7.4claws8
10605
10606         * sync with sylpheed 0.7.4cvs3
10607                 see ChangeLog entry 2002-03-14
10608
10609 2002-03-14 [paul]       0.7.4claws7
10610
10611         * src/compose.c
10612                 clean up the last commit (ahem)
10613
10614 2002-03-14 [paul]       0.7.4claws6
10615
10616         * src/compose.c
10617                 fix bug #515655. honour account preferences
10618                 regarding gpg default signing/encryption when 
10619                 changing account from the compose window.
10620
10621 2002-03-14 [paul]       0.7.4claws5
10622
10623         * src/folderview.c
10624                 remove unnecessary curly brackets
10625
10626 2002-03-14 [paul]       0.7.4claws4
10627
10628         * src/folderview.c
10629           src/prefs_filtering.[ch]
10630                 add filter rename on folder rename and filter
10631                 delete on folder delete. Patch submitted by
10632                 Neill Miller <neillm@thecodefactory.org> 
10633
10634 2002-03-14 [christoph]  0.7.4claws3
10635
10636         * src/procmsg.c
10637         * src/send.c
10638                 fix local delivery
10639                 (patch submitted by "Simon 'corecode' Schubert")
10640         * src/prefs_common.c
10641         * src/procmsg.c
10642                 fix gcc 3.0 warning
10643
10644 2002-03-14 [paul]       0.7.4claws2
10645
10646         * sync with sylpheed 0.7.4cvs2
10647                 see ChangeLog entry 2002-03-13
10648
10649 2002-03-12 [darko]      0.7.4claws1
10650
10651         * src/mainwindow.c
10652                 fix what seems to be a copy and paste error
10653                 when setting color for important messages
10654                 (reported by wwp)
10655
10656 2002-03-11 [paul]       version 0.7.4claws released
10657
10658 2002-03-11 [paul]       0.7.4claws
10659
10660         * po/es.po
10661           po/it.po
10662           po/nl.po
10663           po/pt_BR.po
10664                 update message catalogs. Submitted by Ricardo Mones 
10665                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10666                 Fabio Junior Beneditto
10667
10668         * configure.in
10669           faq/Makefile.am
10670           faq/it/Makefile
10671           faq/it/sylpheed-faq*
10672           src/mainwindow.c
10673           src/manual.[ch]
10674                 add FAQ in Italian
10675         
10676
10677 2002-03-11 [jens]       0.7.3claws7
10678
10679         * po/de.po
10680                 updated German translation
10681
10682 2002-03-11 [melvin]     0.7.3claws6
10683
10684         * po/fr.po
10685                 updated and corrected French translation
10686
10687 2002-03-10 [hoa]        0.7.3claws5
10688
10689         * src/account.c
10690         * src/inc.c
10691         * src/prefs_account.c
10692         * src/procmsg.c
10693         * src/send.[ch]
10694                 fixed the local account.
10695                 you have to change the default "/usr/sbin/sendmail"
10696                 to "/usr/sbin/sendmail -t" in the preferences of
10697                 the local account.
10698
10699         * src/procmime.c
10700                 removed some debug display for renderer
10701
10702 2002-03-10 [paul]       0.7.3claws4
10703
10704         * faq/en/sylpheed-faq-1.html
10705           faq/en/sylpheed-faq-2.html
10706                 update
10707
10708 2002-03-09 [paul]       0.7.3claws3
10709
10710         * sync with sylpheed 0.7.4
10711                 see ChangeLog entry 2002-03-09
10712
10713 2002-03-08 [paul]       0.7.3claws2
10714
10715         * faq/en/sylpheed-faq*
10716           faq/es/sylpheed-faq*
10717           faq/fr/sylpheed-faq*
10718                 update the FAQs
10719
10720         * manual/fr/.cvsignore
10721           manual/fr/Makefilea.am
10722           manual/fr/sylpheed*
10723           src/mainwindow.c
10724           src/manual.[ch]
10725                 add the French manual
10726
10727 2002-03-07 [paul]       0.7.3claws1
10728
10729         * sync with sylpheed 0.7.3cvs4
10730                 see ChangeLog entries  2002-03-06 and 2002-03-07
10731         
10732         * po/nl.po
10733                 updated by Wilbert Berendsen
10734
10735 2002-03-07 [melvin]     0.7.2claws34
10736
10737         * src/selective_download.c
10738                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10739
10740 2002-03-06 [paul]       0.7.2claws33
10741
10742         * sync with sylpheed 0.7.3cvs1
10743                 bug fix, see ChangeLog entry 2002-03-05
10744
10745 2002-03-05 [paul]       0.7.2claws32
10746
10747         * src/mimeview.c
10748           src/pgptext.[ch]
10749           src/procmsg.c
10750                 reverse the pgp ascii-armored code implemented in 
10751                 0.7.2claws16. removal of this code until it matures.
10752                 this means that verifying ascii-armored pgp sigs and
10753                 automatic decryption of ascii-armored encrypted
10754                 messages no longer works.
10755
10756 2002-03-05 [paul]       0.7.2claws31
10757
10758         * configure.in
10759           Makefile.am
10760         * faq/Makefile.am
10761         * faq/en/Makefile.am
10762           faq/en/sylpheed-faq.html
10763           faq/en/sylpheed-faq-1.html
10764           faq/en/sylpheed-faq-2.html
10765           faq/en/sylpheed-faq-3.html
10766         * faq/es/Makefile.am
10767           faq/es/sylpheed-faq.html
10768           faq/es/sylpheed-faq-1.html
10769           faq/es/sylpheed-faq-2.html
10770           faq/es/sylpheed-faq-3.html
10771           faq/es/sylpheed-faq-4.html
10772         * faq/fr/Makefile.am
10773           faq/fr/sylpheed-faq.html
10774           faq/fr/sylpheed-faq-1.html
10775           faq/fr/sylpheed-faq-2.html
10776           faq/fr/sylpheed-faq-3.html
10777         * src/Makefile.am
10778           src/defs.h
10779           src/mainwindow.c
10780           src/manual.[ch]
10781                 add FAQs in English, Spanish and French
10782
10783
10784 2002-03-05 [paul]       0.7.2claws30
10785
10786         * manual/en/sylpheed.html
10787           manual/en/sylpheed-XX.html
10788                 updated the English manual
10789
10790 2002-03-05 [hoa]        
10791
10792         * src/summaryview.c
10793                 dialog box pops up if the article can't be deleted.
10794
10795 2002-03-04 [paul]       
10796         
10797         * po/pt_BR.po
10798                 updated by Fabio Junior Benedito
10799
10800 2002-03-04 [hoa]
10801
10802         * removed ac/gpgme.m4
10803                 to avoid autogen common problem
10804                 developers have to install gpgme development package now
10805
10806         * src/compose.c
10807                 encoding to 7bit or 8bit is enabled.
10808
10809 2002-03-03 [alfons]     0.7.2claws29
10810
10811         * src/pop.c
10812                 merge fix by Oliver Haertel for selective
10813                 download buglet
10814
10815 2002-03-03 [paul]       0.7.2claws28
10816         
10817         * sync with sylpheed 0.7.3
10818
10819 2002-03-03 [paul]       0.7.2claws27
10820
10821         * sync with sylpheed 0.7.2cvs24
10822                 see ChangeLog entries 2002-03-02 and 2002-03-03
10823
10824 2002-03-02 [melvin]     0.7.2claws26
10825
10826         * src/inc.[ch]
10827         * src/main.c
10828         * src/mainwindow.c
10829         * src/prefs_common.[ch]
10830                 Added user definable notification on new mail arrival.
10831                 Removed unused variables in spell checker prefs code.
10832
10833 2002-03-02 [melvin]     0.7.2claws25
10834
10835         * src/quote_fmt.c
10836                 Removed unnecessary escape sequences.
10837                 Changed 'Initial...' to 'Initials of Sender'
10838
10839 2002-03-02 [paul]       0.7.2claws24
10840
10841         * sync with sylpheed 0.7.2cvs22
10842                 see ChangeLog entry 2002-03-01
10843
10844 2002-03-01 [hoa]        0.7.2claws23
10845
10846         * src/mainwindow.c
10847                 Set sensitivity of delete actions to active
10848                 even if the folder is a newsgroup.
10849
10850         * src/summaryview.c
10851                 - Set sensitivity of delete actions
10852                 - Added function check_permission() that will check if the
10853                   user is authorized to delete a message. For news, it
10854                   will check if the author is the same.
10855                 - Enabled deletion when there is no trash folder.
10856
10857         * src/news.[ch]
10858                 - Added news_cancel_article() to cancel articles
10859                 - Implemented news_remove_message() (public function)
10860
10861 2002-03-01 [paul]       0.7.2claws22
10862
10863         * src/gtkutils.c
10864           src/textview.c
10865                 recognise urls that that don't include 'http://' and
10866                 simply begin 'www.' 
10867
10868         * AUTHORS
10869                 remove duplicated name
10870
10871 2002-02-28 [paul]       0.7.2claws21
10872
10873         * src/mainwindow.c
10874           src/summaryview.[ch]
10875                 add ability to 'Select thread'
10876                 combines Melvin's "Select thread's head" patch (#510907)
10877                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10878                 patch (#518514) 
10879
10880 2002-02-28 [paul]       0.7.2claws20
10881
10882         * src/mimeview.c
10883                 hopefully fix segfault on right-clicking a mime part
10884                 that some people have experienced.      
10885                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10886
10887 2002-02-28 [paul]       0.7.2claws19
10888
10889         * sync with sylpheed 0.7.2cvs21
10890                 see ChangeLog entries 2002-02-27 and 2002-02-28
10891
10892 2002-02-27 [paul]       0.7.2claws18
10893
10894         * sync with sylpheed 0.7.2cvs18
10895                 see ChangeLog entries 2002-02-26 and 2002-02-27
10896
10897 2002-02-26 [alfons]     0.7.2claws17
10898
10899         * src/procheader.c
10900                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10901                 (spotted by Chris Hessman <idatech@gmx.net>)
10902
10903 2002-02-26 [paul]       0.7.2claws16
10904
10905         * src/mimeview.c
10906           src/pgptext.[ch]
10907           src/procmsg.c
10908                 make decryption of ascii-armored pgp encrypted messages
10909                 and verification of ascii-armored signatures work again.
10910                 slightly altered from the patch by Jens Jahnke 
10911                 <jan0sch@gmx.net>
10912
10913                 ##FIX ME##
10914                 * the checking of plaintext signatures always comes up in 
10915                   a popup box
10916                 * it doesn't work for multipart messages 
10917                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10918                   including the msg headers and these 2 line themselves, are 
10919                   not displayed
10920
10921         * src/mainwindow.c
10922                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10923                 "View/Message View" becomes "View/Separate Message View"
10924                 because its less ambiguous.
10925
10926         * po/es.po
10927                 updated by Ricardo Mones Lastra
10928
10929 2002-02-26 [paul]       0.7.2claws15
10930
10931         * sync with sylpheed 0.7.2cvs17
10932                 see ChangeLog entries 2002-02-25 and 2002-02-26
10933
10934 2002-02-25 [christoph]  0.7.2claws14
10935
10936         * src/filtering.[ch]
10937         * src/inc.c
10938                 do filtering stuff after all messages have been received
10939                   1. drop all messages to .processing
10940                   2. scan processing folder for messages
10941                   3. filter messages or move to inbox
10942                 this will also find old messages left in processing after
10943                 a crash or something like that and we get a real msginfo
10944                 from folder->get_msg_list and do not have to create our
10945                 own in filter_message
10946         * src/matcher_parser_parse.y
10947                 remove MIX/MAX warning (reordered includes)
10948
10949 2002-02-25 [paul]       0.7.2claws13
10950
10951         * sync with sylpheed 0.7.2cvs15
10952                 see ChangeLog entry 2002-02-24
10953
10954 2002-02-24 [alfons]     0.7.2claws12
10955
10956         * src/filtering.c
10957                 clear old color flags first when applying a new color to
10958                 a message info. 
10959                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10960
10961 2002-02-24 [alfons]     0.7.2.claws11
10962         
10963         * AUTHORS
10964         * src/prefs_common.c
10965                 add presets for Opera and Konqueror, closes patch #517261,
10966                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10967
10968 2002-02-24 [alfons]     0.7.2.claws10
10969
10970         * AUTHORS
10971         * src/summaryview.c
10972                 fix threading for null message ids, closes patch #521601,
10973                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10974
10975 2002-02-24 [alfons]     0.7.2claws9
10976
10977         * src/summaryview.c
10978         * src/filtering.c
10979                 make Tool | Filter Message work with filtering system so
10980                 setting flags also works
10981
10982                 TODO:
10983
10984                 - Processing uses the same function as Tool | Filter
10985                   Message, but doesn't use the same update proc yet
10986
10987 2002-02-23 [paul]       0.7.2claws8
10988
10989         * sync with sylpheed 0.7.2cvs14
10990                 see ChangeLog entries 2002-02-22 and 2002-02-23
10991
10992 2002-02-22 [christoph]  0.7.2claws7
10993
10994         * src/quote_fmt.c
10995                 Add column space to table
10996         * src/quote_fmt_parse.y
10997                 Close files
10998
10999 2002-02-22 [paul]       0.7.2claws6
11000
11001         * src/Makefile.am
11002           src/defs.h
11003           src/filtering.c
11004           src/inc.[ch]
11005           src/mainwindow.c
11006           src/matcher.[ch]
11007           src/matcher_parser_lex.l
11008           src/matcher_parser_parse.y
11009           src/pop.[ch]
11010           src/prefs_account.h
11011           src/prefs_filtering.c
11012           src/selective_download.[ch]   *** NEW FILES ***
11013           src/utils.[ch]
11014           po/POTFILES.in
11015                 Selective Download added to 'Tool' menu. 
11016                 Retrieves email headers of the currently selected pop3 
11017                 account and allows the user to mark emails for deletion 
11018                 right on the pop3 server. Patch submitted by Oliver Haertel 
11019                 <oha@users.sourceforge.net>.
11020         
11021         * po/POTFILES.in
11022                 add 'src/quote_fmt.c'           
11023
11024 2002-02-22 [christoph]  0.7.2claws5
11025
11026         * src/Makefile.am
11027                 added quote_fmt.c
11028         * src/prefs_common.[ch]
11029         * src/prefs_template.c
11030         * src/quote_fmt.c               *** NEW FILE ***
11031         * src/quote_fmt.h
11032                 move quote format symbol description code
11033                 to it's own file because it is used from
11034                 differnent code parts
11035                 Rewrote symbol description GUI
11036                   + use table
11037                   + add separators
11038                   + get data from array (no more long constant strings)
11039         * src/quote_fmt_lex.l
11040         * src/quote_fmt_parse.y
11041                 Symbol for Literal % changed to \% instead of %%
11042                 (More logical as \ is used for quoting for other symbols)
11043                 Add |f and |p to include files and program output
11044                 Examples:
11045                     |f{/home/.../.signature}
11046                     |p{date}
11047         * po/de.po
11048                 Correct wrong spelling for "Referenzen"
11049
11050 2002-02-21 [paul]       0.7.2claws4
11051
11052         * src/procmsg.c
11053                 forgotten during sync
11054
11055 2002-02-21 [paul]       0.7.2claws3
11056
11057         * sync with sylpheed 0.7.2cvs11
11058                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11059                 2002-02-20 and 2002-02-21
11060
11061 2002-02-20 [melvin]     0.7.2claws2
11062
11063         * src/prefs_actions.c
11064                 Added error report when child cannot fork or when execvp 
11065                 returns with an error.
11066
11067 2002-02-19 [christoph]  0.7.2claws1
11068
11069         * src/codeconv.c
11070                 return unconverted text if conde conversion is not possible
11071                 when libjconv is used.
11072                 (patch submitted by "Simon 'corecode' Schubert")
11073
11074 2002-02-19 [paul]       
11075
11076         * version 0.7.2claws release
11077
11078 2002-02-19 [paul]       0.7.2claws
11079
11080         * po/nl.po
11081                 updated by Wilbert Berendsen
11082
11083
11084 2002-02-18 [alfons]     0.7.1claws13
11085
11086         * src/syldap.c
11087         * src/jpilot.c
11088                 remove references to dlfcn and explicitly loading functions
11089                 from dynalink libs, because libs linked anyway, and functions
11090                 are loaded explicitly
11091
11092 2002-02-17 [melvin]     0.7.1claws12
11093
11094         * src/prefs_actions.c
11095                 Replaced children wait loop with double fork technique.
11096                 Now, input/output window updated at each new output.
11097                 free_children(): Fixed a memory leak.
11098                 Made input/output window non closable if running children
11099                 still exist.
11100                 Added missing <unistd.h> include.
11101                 Added some --debug outputs.
11102
11103 2002-02-17 [melvin]     0.7.1claws11
11104
11105         * src/summaryview.c
11106                 Fixed bug where descending sort order did not select top
11107                 message.
11108
11109 2002-02-17 [melvin]     0.7.1claws10
11110
11111         * acconfig.h
11112                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11113         * src/prefs_common.c
11114                 Pspell data package directory no more hard coded but
11115                 set during configuration (PSPELL_PATH). (Thanks to 
11116                                 Gustavo Noronha Silva.)
11117
11118 2002-02-17 [melvin]     0.7.1claws9
11119
11120         * configure.in
11121                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11122         * src/gtkspell.c
11123                 Fixed compile-time warnings.
11124
11125 2002-02-16 [alfons]     0.7.1claws8
11126
11127         * src/filesel.c
11128                 fix inadvertent free of NULL pointer which caused
11129                 sylpheed to crash when closing the save-as dialog
11130                 using the window close button
11131
11132 2002-02-16 [carsten]    0.7.1claws7
11133         * src/mainwindow.[ch]
11134           src/summaryview.c
11135           src/prefs_common.c
11136                 fixes for pixmap theming code:
11137                         - recently changed mail attributes shouldn't get
11138                           lost any longer
11139                         - theme is only reloaded iff another theme was
11140                           selected
11141
11142 2002-02-16 [paul]       0.7.1claws6
11143
11144         * sync with sylpheed 0.7.2 release
11145                 see ChangeLog entry 2002-02-15 and 2002-02-16
11146
11147 2002-02-15 [paul]       0.7.1claws5
11148
11149         * sync with sylpheed 0.7.1cvs9
11150                 see ChangeLog entry 2002-02-15
11151
11152         * po/POTFILES.in
11153                 remove unneeded headerwindow.c entry
11154
11155 2002-02-14 [carsten]    0.7.1claws4
11156         * src/summaryview.c
11157                 fixed a bug for "Go to next unread message": there was
11158                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11159                 in the prefs, because of doing "Search again" instead
11160                 "No"
11161
11162 2002-02-14 [carsten]    0.7.1claws3
11163         * src/stock_pixmap.c
11164                 removed 2 more mem leaks; following memprof,
11165                 this code is "leak free" now :)
11166
11167 2002-02-14 [carsten]    0.7.1claws2
11168         * src/stock_pixmap.c
11169                 used opendir/readdir/closedir instead of scandir
11170                 -> code should work now on Solaris
11171
11172 2002-02-14 [paul]       0.7.1claws1
11173
11174         * sync with sylpheed 0.7.1cvs8
11175                 see ChangeLog entries 2002-02-13 and 2002-02-14
11176
11177         * README.claws
11178                 add some description of Actions and Pixmap Themes
11179
11180 2002-02-13 [paul]       
11181
11182         * version 0.7.1claws release
11183
11184 2002-02-13 [paul]       0.7.1claws
11185
11186         * po/es.po
11187           po/it.po
11188           po/pt_BR.po
11189                 updated translations, submitted by Ricardo Mones Lastra,
11190                 Alessandro Maestri and Fabio Junior Beneditto
11191
11192 2002-02-13 [melvin]     0.7.0claws75
11193
11194         * src/prefs_actions.c
11195                 Added missing "signal.h" include
11196
11197 2002-02-13 [melvin]     0.7.0claws74
11198
11199         * src/prefs_folder_item.c
11200                 Added missing "config.h" include
11201         * po/fr.po
11202                 Updated French translation for folder propriety.
11203
11204 2002-02-13 [jens]       0.7.0claws73
11205
11206         * po/POTFILES.in
11207                 Added missing src/prefs_folder_item.c [log added by melvin]
11208         * po/de.po
11209                 Updated German translation.
11210
11211 2002-02-13 [melvin]     0.7.0claws72
11212
11213         * po/fr.po
11214                 Updated French translation.
11215
11216 2002-02-13 [melvin]     0.7.0claws71
11217
11218         * src/gtkutils.c
11219                 Made gtkut_editable_get_selection return NULL if selection
11220                 is of length zero.
11221                 This fixes a bug where selecting part of message A then
11222                 switching to message B and replying to it will not
11223                 quote the message's body.
11224
11225 2002-02-12 [paul]       0.7.0claws70
11226
11227         * src/mainwindow.c
11228                 cosmetic, relating to pixmap themes: on toolbar make 
11229                 updating of 'Exec' and 'Compose news/Compose email'
11230                 icons faster.
11231
11232 2002-02-12 [carsten]    0.7.0claws69
11233         * src/folderview.c
11234           src/mainwindow.[ch]
11235           src/stock_pixmap.c
11236           src/summaryview.c
11237           src/prefs_common.c
11238                 - refreshing after changing pixmap theme better
11239                   now (thanks Paul)
11240                 - wanted to remove some mem leaks, but alfons was
11241                   faster (and had the better solution ;)
11242
11243 2002-02-12 [alfons]     0.7.0claws68
11244
11245         * src/prefs_common.c
11246         * src/stock_pixmap.[ch]
11247                 plug mem leaks, refactor code a little bit
11248
11249
11250 2002-02-12 [sergey]     0.7.0claws67
11251
11252         * src/imap.c
11253                 Fixed problem with copying messages to IMAP folders when the
11254                 server uses something other than '/' as a namespace separator
11255                 (cyrus-imapd uses '.').
11256
11257 2002-02-12 [jens]       0.7.0claws66
11258
11259         * po/de.po
11260                 Updated German Translation
11261
11262 2002-02-12 [paul]       0.7.0claws65
11263
11264         * sync with sylpheed 0.7.1cvs1
11265                 see ChangeLog entry 2002-02-12
11266
11267 2002-02-12 [melvin]     0.7.0claws64
11268
11269         * src/prefs_actions.c
11270                 Fixed "feature" where children's output was duplicated 
11271                 instead of refreshed while monitoring.
11272                 Removed some debug code.
11273
11274 2002-02-12 [christoph]  0.7.0claws63
11275
11276         * src/compose.c
11277                 always delete message from queue after sending/send error
11278                 (closes bug #509601)
11279
11280 2002-02-12 [melvin]     0.7.0claws62
11281
11282         * src/prefs_actions.c
11283                 Children wait loop is now triggered with a timeout of 1s
11284                 Added %F which is replaced with the list of filenames 
11285                 of all selected messages (as suggested by Ricardo Mones Lestra)
11286                 Pipe syntax changed. Prefix with | to send selection, postfix
11287                 with | to retrieve output. Prefix with > or * to send
11288                 user definable input to the command (*: input is hidden)
11289                 Old pipe action should now be postfixed with |, too.
11290
11291 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11292         * src/stock_pixmap.c
11293                 fixed a bug: if there's no theme directory don't
11294                 throw an error, just do "nothing" (thanks Alfons)
11295
11296 2002-02-12 [carsten]    0.7.0claws60
11297         * src/folderview.c
11298           src/summaryview.c
11299                 had to write the cache twice (nasty!); some marks would 
11300                 get lost if not
11301
11302 2002-02-11 [carsten]    0.7.0claws59
11303         * acconfig.h
11304           configure.in
11305           doc-src/maintainer_guide.txt
11306           src/compose.[ch]
11307           src/defs.h
11308           src/folderview.[ch]
11309           src/gtkutils.[ch]
11310           src/mainwindow.[ch]
11311           src/prefs_common.[ch]
11312           src/stock_pixmap.[ch]
11313           src/summaryview.[ch]
11314                 pixmap theming and related work on pixmap
11315                 handling on some other places
11316                 (e.g. hrm features for all folder)
11317           src/pixmap/stock_*.xpm -> the stock_ was removed
11318         
11319 2002-02-11 [paul]       0.7.0claws58
11320
11321         * sync with sylpheed 0.7.1 release
11322                 see ChangeLog entries 2002-02-11
11323
11324 2002-02-08 [paul]       0.7.0claws57
11325
11326         * sync with sylpheed 0.7.0cvs39
11327                 see ChangeLog entry 2002-02-07 (last entry) 
11328
11329         * src/prefs_actions.c
11330           src/prefs_filtering.c
11331           src/prefs_matcher.c
11332           src/prefs_scoring.c
11333                 sync: made it compile with C compilers other than gcc
11334
11335 2002-02-07 [paul]       0.7.0claws56
11336
11337         * sync with sylpheed 0.7.0cvs38
11338                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11339                 2002-02-07
11340
11341 2002-02-07 [darko]      0.7.0claws55
11342
11343         * src/gtkutils.[ch]
11344         * src/summaryview.c
11345                 Fix const gchar */gchar * issue (thanks Hiro)
11346
11347 2002-02-07 [darko]      0.7.0claws54
11348
11349         * src/compose.[ch]
11350         * src/filtering.c
11351         * src/gtkutils.[ch]
11352         * src/prefs_template.c
11353         * src/quote_fmt.h
11354         * src/quote_fmt_parse.y
11355         * src/summaryview.c
11356         * src/utils.[ch]
11357                 When replying or forwarding an email don't quote the entire
11358                 mail body but use the part of the message text that is selected
11359
11360 2002-02-06 [melvin]     0.7.0claws53
11361
11362         * src/prefs_common.[ch]
11363         * src/gtkspell.[ch]
11364         * src/compose.c
11365                 Made possible to switch quickly to last used dictionary
11366                 which makes checking bilingual documents easier.
11367
11368 2002-02-06 [melvin]     0.7.0claws52
11369         
11370         * po/POTFILES.in
11371                 Added forgotten new file src/prefs_actions.c
11372
11373 2002-02-06 [melvin]     0.7.0claws51
11374
11375         * src/prefs_actions.c   ** NEW FILE **
11376         * src/prefs_actions.h   ** NEW FILE **
11377                 Added actions to execute on message text view, or on the
11378                         message's file.
11379         * src/Makefile.am
11380                 Added src/prefs_actions.[ch]
11381         * src/compose.c
11382                 Added new menu "Edit/Actions"
11383         * src/defs.h
11384                 Added new actionsrc file.
11385         * src/main.c
11386                 Added actionsrc reading.
11387         * src/mainwindow.c
11388                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11389         * src/prefs_common.h
11390                 Added new element actionslst element to prefs_common.
11391
11392 2002-02-06 [paul]       0.7.0claws50
11393
11394         * sync with sylpheed 0.7.0cvs36
11395                 see ChangeLog entry 2002-02-06
11396
11397 2002-02-05 [paul]
11398
11399         * po/es.po
11400                 updated by Ricardo Mones Lastra
11401
11402 2002-02-05 [paul]       0.7.0claws49
11403
11404         * sync with sylpheed 0.7.0cvs33
11405                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11406
11407 2002-02-05 [paul]       0.7.0claws48
11408
11409         * src/compose.c
11410                 re-add 'Edit/Advanced/Delete entire line', previously named
11411                 'Delete Line+'
11412
11413 2002-02-04 [paul]       0.7.0claws47
11414
11415         * src/compose.c
11416           src/summaryview.c
11417                 fix bug #494993 (Reply All not taking Reply-To into consi)
11418                 eliminate differences in behaviour of right-click 'Reply to all' 
11419                 in summary view and 'Reply to all' on the toolbar. 
11420                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11421                 view and From gets ignored by 'Reply to all' on toolbar.
11422                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11423                 From when no Reply-To header is present.
11424
11425 2002-02-04 [paul]       0.7.0claws46
11426
11427         * sync with sylpheed 0.7.0cvs30
11428                 see ChangeLog entries 2002-02-03 and 2002-02-04
11429
11430 2002-02-03 [melvin]     0.7.0claws45
11431
11432         * src/gtkspell.[ch]
11433                 Readded function to highlight all misspelled words.
11434                 Fixed bug where user-provided-words did not replace
11435                         correctly the misspelled word when using the mouse.
11436                 Fixed bug where checking a region selected from right to left did
11437                         not check the region at all.
11438                 Fixed bug where 'Check backwards' may not check at all. 
11439                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11440                 Fixed possible buffer overflow when checking for long strings (>1k).
11441                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11442                 Accelerators code uses now gtk_widget_add_accel.
11443                 Removed and disabled obsolete and unfinished code.
11444                 Cleaning up.
11445
11446         * src/compose.c
11447                 Added menu item to Highlight all misspelled words.
11448
11449 2002-02-01 [paul]       0.7.0claws44
11450
11451         * src/mainwindow.c
11452                 fix '/View/Hide read messages' sensitivity when all
11453                 messages in a folder are hidden
11454
11455 2002-02-01 [paul]       0.7.0claws43
11456
11457         * src/main.c
11458                 add --send option to command line interface, sends all
11459                 queued mail. Patch submitted by Ricardo Mones Lastra.
11460
11461 2002-01-31 [paul]       0.7.0claws42
11462
11463         * src/mainwindow.c
11464                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11465
11466 2002-01-31 [paul]       0.7.0claws41
11467
11468         * sync with sylpheed 0.7.0cvs27
11469                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11470                 and 2002-01-31
11471
11472         * src/textview.c
11473                 comment out elements of textview_show_part() as temporary
11474                 workaround for attachment 'Display as text' bug 
11475
11476         * po/pt_BR.po
11477                 updated by Fabio Junior Beneditto
11478
11479 2002-01-30 [paul]       0.7.0claws40
11480
11481         * sync with sylpheed 0.7.0cvs24
11482                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11483                 and 2002-01-30
11484
11485         * src/compose.c
11486                 add {N_("/_Spelling"), ... "<Branch>"} to 
11487                 GtkItemFactoryEntry compose_entries[]
11488
11489         * src/prefs_common.c
11490                 add claws menu items to prefs_keybind_apply_clicked()
11491                 and remove non-claws menu items
11492
11493 2002-01-29 [paul]       0.7.0claws39
11494
11495         * sync with sylpheed 0.7.0cvs22
11496                 see ChangeLog entries 2002-01-28 and 2002-01-29
11497
11498 2002-01-28 [melvin]     0.7.0claws38
11499
11500         * src/compose.c
11501                 Added the declartion of compose_send_control_enter.
11502
11503         * src/compose.c
11504         * src/gtkspell.[ch]
11505                 Added in a 'Spelling' menu which includes the configuration menu. 
11506                 Added a real 'Check all' and got rid from the old one which only
11507                 highlited misspelled word.
11508                 Made 'Check while typing' a disableable option.
11509                 Added a dialog when there are no more misspelled word.
11510                 Added a dialog if error occurs when switching to a dictionary.
11511         
11512         * src/prefs_common.[ch]
11513                 Added option for the default 'Check while typing' option.
11514
11515
11516 2002-01-28 [alfons]     0.7.0claws37
11517
11518         * src/compose.c
11519                 fix buglet and make code comply with sylpheed code style
11520
11521 2002-01-28 [paul]       0.7.0claws36
11522
11523         * sync with sylpheed 0.7.0cvs19
11524                 see ChangeLog entries for 2002-01-28
11525
11526 2002-01-28 [hoa]        0.7.0claws35
11527
11528         * src/defs.h
11529                 added rendererrc
11530
11531         * src/main.c
11532                 read the renderer config
11533
11534         * src/procmime.[ch]
11535                 use the renderer config to convert mime attachments
11536
11537         * src/textview.c
11538                 don't use textview_show_html/ertf,
11539                 use get_text_content instead
11540
11541 2002-01-27 [alfons]     0.7.0claws34
11542         
11543         * src/news.c
11544                 make sylpheed believe it can delete a news message...
11545                 (messages are NOT deleted, maybe we should remove
11546                 processing from the folder properties after all.)
11547
11548 2002-01-27 [alfons]     0.7.0claws33
11549
11550         * src/folder.c
11551                 add extra checks
11552         * src/news.c
11553                 implement remove_msg() 
11554
11555 2002-01-27 [alfons]     0.7.0claws32
11556
11557         * src/procmsg.h
11558         * src/procheader.c
11559         * src/messageview.c
11560                 fix return receipt / disposition notification again. this
11561                 stuff seems to break on _every_ major summary UI change, so
11562                 it's now implemented using a flag which is saved in the
11563                 marks cache
11564                 
11565 2002-01-26 [alfons]     0.7.0claws31
11566
11567         * src/import.c
11568                 let import dialog show the destination folder identifier
11569
11570 2002-01-26 [melvin]     0.7.0claws30
11571
11572         * src/folderview.c
11573         * src/summaryview.c
11574                 Readded 'Mark all read' into summary view popup menu
11575                 Added 'Mark all read' in folder view popup menu for IMAP
11576                 and NNTP.
11577                 Made it insensitive if the selected folder is not the shown
11578                 one to avoid 'Mark all read' on the wrong folder.
11579                 
11580 2002-01-26 [paul]       0.7.0claws29
11581
11582         * src/folderview.c
11583           src/summaryview.c
11584                 move 'Mark all read' from summary view to folder view
11585                 menu. (adapted from) patch submitted by Jeremy Andrews,
11586                 <lists@kerneltrap.com>
11587
11588 2002-01-25 [alfons]     0.7.0claws28
11589
11590         * src/gtkstext.c
11591                 put the gtk class name back so GtkSText adapts the 
11592                 settings of GtkText
11593
11594 2002-01-25 [alfons]     0.7.0claws27
11595
11596         * src/folderview.c 
11597                 assimilate Ricardo's patch that shows pixmaps instead of
11598                 plain "new" and "unread" texts in the folder view column
11599                 headers 
11600
11601 2002-01-25 [paul]       0.7.0claws26
11602
11603         * src/Makefile.am
11604                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11605                 be found in non-standard locations. 
11606                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11607
11608 2002-01-25 [paul]       0.7.0claws25
11609
11610         * sync with sylpheed 0.7.0cvs16
11611                 see ChangeLog entry 2002-01-25
11612
11613 2002-01-24 [paul]       0.7.0claws24
11614
11615         * more sync with sylpheed 0.7.0cvs15
11616                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11617
11618 2002-01-23 [sergey]     0.7.0claws23
11619
11620         * src/importldif.c
11621                 Fixed segfault when closing LDIF import wizard with
11622                 the window manager.
11623         * src/imageview.c
11624         * src/imageview.h
11625         * src/messageview.c
11626         * src/mimeview.c
11627                 Fixed wrong scrolling position after switching between
11628                 text and image parts.
11629
11630 2002-01-23 [paul]       0.7.0claws22
11631
11632         * sync with sylpheed 0.7.0cvs15
11633                 see ChangeLog entries 2002-01-22 and 2002-01-23
11634
11635 2002-01-21 [melvin]     0.7.0claws21
11636
11637         * src/prefs_scoring.c
11638         * src/prefs_filtering.c
11639                 Fixed bug where scoring and filtering windows stopped
11640                 autochecking.
11641
11642 2002-01-21 [paul]       0.7.0claws20
11643
11644         * sync with sylpheed 0.7.0cvs12
11645                 see ChangeLog entries 2002-01-20 and 2002-01-21
11646
11647 2002-01-21 [carsten]    0.7.0claws19
11648         * src/mainwindow.c
11649         * src/menu.[ch]
11650         * src/messageview.[ch]
11651         * src/summaryview.[ch]
11652                 changes to shortcuts handling again:
11653                         + "Q" now controled by mainwin
11654                         + v/V are now customizable and have slightly
11655                           different meanings
11656                 the "button" to minimize the messageview (and maximize
11657                 the summary view) is a real button now
11658         * src/compose.c
11659                 "Delete Line+" added to Edit/Advanced (this will also
11660                 delete the '\n')
11661
11662 2002-01-20 [melvin] 0.7.0claws18
11663
11664         * src/addressbook.c
11665                 Made "Bcc" sensitive when addressbook is called from
11666                 compose window (it was a Claws only bug).
11667
11668 2002-01-19 [alfons] 0.7.0claws17
11669
11670         * src/inc.c
11671                 prevent unnecessary updates when currently selected folder has
11672                 no new messages 
11673
11674 2002-01-19 [alfons] 0.7.0claws16
11675         
11676         * src/summaryview.c
11677                 prevent writing the cache based on current message list in summary 
11678                 view when filtering also put messages in currently selected folder
11679
11680 2002-01-19 [paul]
11681
11682         * po/it.po
11683                 Italian translation submitted by Alessandro Maestri
11684                 <a.maestri@cs.tin.it>
11685
11686 2002-01-18 [melvin]     0.7.0claws15
11687
11688         * src/prefs_filters.c
11689                 fixed bug where 'cancel' from 'filters' window stops autochecking
11690                 if the timer timed out  when the window was open.
11691
11692 2002-01-18 [match]      0.7.0claws14
11693
11694         * src/addrclip.[ch]     ** NEW FILE **
11695         * src/addrselect.[ch]   ** NEW FILE **
11696         * src/adbookbase.h      ** NEW FILE **
11697                 addressbook cut, copy and paste
11698         * src/addrbook.[ch]
11699         * src/addrcache.[ch]
11700         * src/addressitem.h
11701         * src/addrindex.[ch]
11702         * src/addritem.[ch]
11703         * src/importldif.c
11704         * src/importmutt.c
11705         * src/jpilot.[ch]
11706         * src/syldap.[ch]
11707         * src/vcard.[ch]
11708         * src/jpilot.[ch]
11709         * src/editbook.c
11710         * src/editjpilot.c
11711         * src/editldap.c
11712         * src/editvcard.c
11713                 support for copy/paste
11714         * src/addressbook.c
11715                 support for copy/paste
11716                 tidy up menu option processing
11717                 correct address list function arguments
11718         * src/editaddress.c
11719                 sort user attributes
11720         * src/ldif.h
11721         * src/mutt.h
11722                 tidy up
11723
11724         * src/addrbook.[ch]
11725         * src/addrbook.[ch]
11726         * src/addrbook.[ch]
11727                 
11728
11729 2002-01-18 [paul]       0.7.0claws13
11730
11731         * sync with sylpheed 0.7.0cvs8
11732                 configure.in: support Mac OS X (Darwin)
11733
11734 2002-01-18 [carsten]    0.7.0claws12
11735         * src/html.c
11736                 small hack to fix a segfault with an empty href
11737                 (reported by Alexandra Walford <deeni@altern.org>)
11738         * src/mainwindow.c
11739         * src/summaryview.c
11740                 the shortcuts for Mark und Mark as unread are hardcoded
11741                 again
11742         * src/compose.c
11743         * src/gtkstext.[ch]
11744                 readded the shortcuts in gtkstext but made them
11745                 customizeable (simply by adding a menu plus a wrapper
11746                 to compose.c)
11747
11748 2002-01-17 [melvin]     0.7.0claws11
11749
11750         * src/gtkspell.c
11751                 fix default dictionary not being saved.
11752
11753 2002-01-16 [darko]      0.7.0claws10
11754
11755         * src/compose.c
11756                 fix wrapping crash with URL longer than wrapping margin
11757
11758 2002-12-08 [hoa]        0.7.0claws10
11759
11760         * src/matcher_parser_parse.y
11761                 fixed some bugs
11762
11763         * src/prefs_filtering.c
11764                 now, we can use bounce action in the dialog box.
11765
11766 2002-01-16 [carsten]    0.7.0claws9
11767         * src/gtkstext.c
11768                 removed the <control> and <alt> shortcuts because they're
11769                 not needed and interefered with the "normal" shortcuts
11770         * src/mainwindow.c
11771         * src/summaryview.c
11772                 removed most of the hardcoded shortcuts and assigned
11773                 them to menu entries making them easy customizable by
11774                 that
11775
11776 2002-01-16 |melvin]     0.7.0claws8
11777
11778         * src/gtkspell.c
11779                 fixed bug where using the mouse and when the compose
11780                 window is not on top may result in a crash.
11781
11782 2002-01-16 [melvin]     0.7.0claws7
11783
11784         * src/compose.c
11785                 fixed a long standingspell checker bug which could 
11786                 cause a crash after sending a message.
11787
11788 2002-01-16 [paul]       0.7.0claws6
11789
11790         * sync with sylpheed 0.7.0cvs7
11791                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11792                 2002-01-15, and 2002-01-16
11793
11794 2002-01-16 [melvin]     0.7.0claws5
11795
11796         * README.claws
11797         * src/compose.c
11798         * src/gtkspell.[ch]
11799         * src/main.c
11800                 Heavily modified spell checker code to work around
11801                 ispell bug, to add keyboard shortcuts and for future
11802                 enhancements. See README.claws for usage information.
11803
11804 2002-01-15 [alfons]     0.7.0claws4
11805         
11806         * src/summaryview.c
11807                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11808                 so sorting within threads reflects sort mode
11809
11810 2002-01-15 [christoph]  0.7.0claws3
11811
11812         * src/procmsg.c
11813                 added alertpanel if mail sending failed
11814
11815 2002-01-15 [alfons]     0.7.0claws2
11816         
11817         * src/prefs_filtering.c
11818                 don't stop timer when prefs filtering dialog is opened
11819
11820 2002-01-14 [alfons]     0.7.0claws1
11821
11822         * src/addr_compl.c
11823         * src/prefs.c
11824                 remove debug_print()s for privacy reasons
11825
11826 2002-01-14 [darko]      0.7.0claws
11827
11828         * README.claws
11829                 quotation wrapping is now also in the main branch
11830
11831 2002-01-14 [paul]
11832
11833         * tools/filter_conv.pl
11834                 allow for Boolean Op and case-sensitivity
11835                 this file is included in the release and tagged
11836                 'rel_0_7_0'
11837
11838 2002-01-13 [paul]       0.7.0claws
11839
11840         * release 0.7.0, with cvs tag 'rel_0_7_0'
11841
11842 2002-01-13 [paul]
11843
11844         * tools/filter_conv.pl
11845         * tools/README
11846                 rewritten to output to matcherrc instead of filteringrc
11847
11848         * po/es.po
11849                 updated Spanish translation by Ricardo Mones Lastra
11850
11851 2002-01-13 [alfons]
11852
11853         * po/nl.po
11854                 update dutch translation
11855
11856 2002-01-13 [paul]
11857
11858         * po/pt_BR.po
11859                 Updated by Fabio Junior Beneditto 
11860
11861 2002-01-13 [melvin]     0.6.6claws53
11862
11863         * po/fr.po
11864                 Updated french translation
11865
11866 2002-01-12 [alfons]     0.6.6claws52
11867
11868         * src/filtering.c
11869                 plug mem leak that has been sitting there for ages              
11870
11871 2002-01-12 [alfons]     0.6.6claws51
11872
11873         * src/summaryview.c
11874                 undo melvin's changes from 0.6.6claws48 because summary
11875                 view now refuses to select first unread message when
11876                 selecting a folder 
11877
11878 2002-01-11 [alfons]     0.6.6claws50
11879
11880         * src/import.c
11881                 use claws' semantics for getting folder item when
11882                 importing an mbox file into a folder 
11883                 (submitted by Dale P. Smith)
11884
11885 2002-01-11 [christoph]  0.6.6claws49
11886
11887         * src/prefs.h
11888                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11889                 toggle widget, because non static prefs can not use
11890                 prefs_set_* functions
11891         * src/prefs_account.c
11892                 toggle smtp auth password field sensitivity if
11893                 user id is empty and add descrition of usage for
11894                 these fields
11895         * src/prefs_folder_item.c
11896                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11897                 callbacks
11898
11899 2002-01-11 [melvin]     0.6.6claws48
11900
11901         * src/compose.c
11902                 fix the 'Ctrl-Enter' feature for sending and test really
11903                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11904                 editables which was not documented in Gtk)
11905
11906         * src/summaryview.c
11907                 Made summaryview refresh after sorting and not before.
11908
11909 2002-01-11 [christoph]  0.6.6claws47
11910
11911         * src/compose.c
11912                 select account from account ids if possible and
11913                 correctly set save folder for copy in reedit
11914
11915 2002-01-10 [paul]       0.6.6claws46
11916
11917         * sync with sylpheed 0.7.0 release
11918                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11919                 2002-01-09
11920
11921 2002-01-09 [alfons]
11922
11923         * src/summaryview.c
11924                 remove more dirt traces...
11925
11926 2002-01-09 [alfons]
11927         
11928         * src/summaryview.c
11929                 clean up some traces of my debugging stuff
11930
11931 2002-01-09 [alfons]     0.6.6claws45
11932
11933         * src/filtering.c
11934                 break up filteringprop_apply() in three separate pieces
11935                 so we can drop messages that failed processing in the
11936                 inbox
11937
11938         * src/summaryview.c
11939                 fix bug #469598 "no refresh of inbox after filter" which 
11940                 was introduced by the new summary view locking, and which 
11941                 prevented the summary view to update after a manual filter 
11942                 message. claw's filter message requires a summary_show().
11943                 (aargh, summary_show() again! :-)
11944                 
11945 2002-01-07 [alfons]     0.6.6claws44
11946
11947         * src/headerwindow.c
11948         * src/logwindow.c
11949         * src/messageview.c
11950         * src/sourcewindow.c
11951                 bring in Hiro's last 0.7.0 wm class fixes
11952
11953         * tools/sylprint.pl
11954                 bring in Ricardo's fix for sylprint script
11955
11956         * AUTHORS       
11957         * src/rfc2015.[ch]
11958         * src/prefs_common.[ch]
11959         * src/prefs_account.[ch]
11960         * src/compose.c
11961                 clean up account preference poison in rfc2015,
11962                 and preparation to fix double sign bug 
11963                 (patch submitted by Simon 'corecode' Schubert)
11964
11965 2002-01-07 [christoph]  0.6.6claws43
11966
11967         * src/mh.c
11968                 search for free message number, do not only rely
11969                 on last_num
11970         * src/send.c
11971                 fix smtp auth and use extra account information
11972                 if available, if not use pop3 data instead
11973                 (closes bug #500341)            
11974         * src/ssl.[ch]
11975                 match coding style
11976
11977 2002-01-06 [alfons]     0.6.6claws42
11978
11979         * src/mainwindow.c
11980                 try making the separate windows work again...
11981
11982 2002-01-06 [alfons]     0.6.6claws41
11983
11984         * src/mainwindow.c
11985                 adapt Hiro's separate window menu (to get rid of the funny
11986                 duplicate menu items), and make it work again
11987
11988 2002-01-06 [alfons]     0.6.6claws40
11989
11990         * tools/Makefile.am
11991         * tools/sylprint.rc
11992         * tools/sylprint.pl
11993         * tools/README.sylprint
11994                 add sylprint script for printing mails from Sylpheed
11995                 (contributed by Ricardo Mones Lastra)
11996
11997         * src/acount.c
11998                 clean up
11999
12000 2002-01-06 [melvin]     0.6.6claws39
12001
12002         * src/mainwindow.c
12003         * src/summaryview.c
12004                 Fixed crash introduced in 0.6.6claws38 by the menu
12005                 reorganisation (Hide read messages)
12006         
12007         * ChangeLog.claws 
12008                 Fixed typo (we are now in 2002, alfons ;) )
12009
12010 2002-01-05 [alfons]     0.6.6claws38
12011
12012         * sync with sylpheed 0.6.6cvs10-17
12013                 (last stuff marked as LAST_STABLE)
12014
12015 2002-01-04 [melvin]     0.6.6claws37
12016
12017         * src/account.c
12018                 Made account selection code use strcasestr again instead of
12019                 g_strcasecmp (fixes bug where reediting queued messages
12020                 did not select proper account reported by T. Link).
12021         
12022         * src/folderview.c
12023                 Fix bug where folder icons are not shown when 'hide read messages'
12024                 is on.
12025         
12026         * src/stock_pixmaps.[ch]
12027                 Added folder icons for 'hide read messages'.
12028         
12029         * src/compose.c
12030                 Fixed bug where 'Enter' in a header entry will send the message 
12031                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12032
12033 2002-01-03 [melvin]     0.6.6claws36
12034         
12035         * src/prefs.[ch]
12036                 Added popup menu for common preferences and
12037                 account preferences (right click on tab displays
12038                                 a menu of all tabs.)
12039
12040 2002-01-02 [melvin]     0.6.6claws35
12041
12042         * src/gtkspell.[ch]
12043                 Made spelling code compatible with undo/redo feature.
12044                 Added creation of suggestion mode menu for the general
12045                         preferences.
12046         
12047         * src/prefs_common.[ch]
12048                 Added option menu for the speller's suggestion mode.
12049                 Added missing spaces in "..." buttons and made a "..."
12050                         button non translatable!
12051         
12052         * src/compose.c
12053                 Made speller use the default suggestion mode.
12054                 Hack to make it possible to choose 'CTRL-Enter' as a
12055                         shortcut for sending (and only for sending).
12056
12057         * src/prefs_folder_item.c
12058                 Changing subject simplification does not update cache 
12059                         anymore (because it is unnecessary).
12060                 Fixed bug where changing subject simplification updated the 
12061                         summaryview even when the viewed folder is not the
12062                         folder which properties are being changed. (E.g. 
12063                                         viewing folder A and changing
12064                                         the subject simplification of 
12065                                         folder B -not being viewed- updated the 
12066                                         summaryview of folder A with data of
12067                                         folder B). (Hope this is clear... )
12068
12069 2001-12-31 [alfons]     0.6.6claws34
12070         
12071         * src/ldif.c
12072         * src/mutt.c
12073                 fgetc() returns a signed integer which doesn't
12074                 fit in a char. so c truncates this to a char
12075                 but we may lose significant bits. i.e. we may
12076                 comparing 0xFF which may not be equal to -1
12077                 unless properly casted to signed char which
12078                 we won't do because fgetc() returns a signed
12079                 integer which doesn't fit in a char. so c 
12080                 truncates this to a char but we may lose 
12081                 significat bits. (you got the idea, thanks
12082                 to Gustavo Noronha Silva <kov@debian.org>
12083                 and the Debian folks!)
12084
12085 2001-12-30 [alfons]     0.6.6claws33
12086
12087         * src/prefs_common.c
12088                 add #ifdef USE_PSPELLs that Melvin forgot               
12089
12090 2001-12-30 [melvin]     0.6.6claws32
12091         
12092         * src/prefs_common.[ch]
12093                 Added configurable color for misspelled words.
12094
12095         * src/gtkspell.[ch]
12096                 Fixed bug of foreground text color (reported by David
12097                                 Mehrmann)
12098                 Added configurable color for misspelled words.
12099
12100 2001-12-30 [alfons]     0.6.6claws31
12101
12102         * src/folder.c
12103                 remove unnecessary things someone put there
12104
12105         * src/mh.c
12106         * src/folder.[ch]
12107                 make folder properties (like threading and sorting) persistent
12108                 (closes bug #497424 "rescan folder tree resets proprieties")
12109                 currently this is only for MH folders. 
12110
12111 2001-12-29 [melvin]     0.6.6claws30
12112
12113         * src/string_match.[ch]
12114                 Optimized a bit: regexp pattern buffer compiled only once, and
12115                   one subroutine call removed. Fixed ^ regexp search: Now, 
12116                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12117         
12118         * src/summaryview.c
12119                 Subject filtering changed to filter summary columns and
12120                   not directly the messages subject cache. The loss in 
12121                   performance is balanced by the improvement of string_match.
12122                 Added an alert panel if there is an error in the regexp.
12123
12124         * src/src/prefs_folder_item.h
12125                 Added a regexp pattern buffer.
12126
12127 2001-12-28 [alfons]     0.6.6claws29
12128
12129         * src/string_match.[ch]
12130                 clean up name space
12131                 allow compilation *BSD
12132
12133 2001-12-27 [alfons]     0.6.6claws28
12134
12135         * src/filter.c
12136                 sync the Hiro's bug fix for BSD
12137
12138 2001-12-27 [melvin]     0.6.6claws27
12139         
12140         * src/compose.c
12141                 Simplify focus to subject entry code.
12142
12143 2001-12-27 [darko]      0.6.6claws26
12144
12145         * src/filtering.c
12146         * src/mbox_folder.c
12147         * src/messageview.c
12148         * src/mh.c
12149         * src/procheader.[ch]
12150         * src/procmsg.h
12151         * src/stock_pixmap.[ch]
12152         * src/summaryview.c
12153                 Show key icon for encrypted mails in summary view
12154
12155         * src/pixmaps/clip.xpm
12156         * src/pixmaps/clipkey.xpm
12157         * src/pixmaps/key.xpm
12158                 New/modified icons for the above
12159
12160 2001-12-27 [melvin]     0.6.6claws25
12161
12162         * src/prefs_common.c
12163                 Put spell checker options in a separate tab to decrease
12164                 the Common Preferences window height.
12165
12166         * README.claws  
12167                 Update spell checker usage instruction about its options
12168                 location.
12169
12170 2001-12-27 [melvin]     0.6.6claws24
12171
12172         * src/compose.c
12173                 Changed subject entry widget position. Initial focus is
12174                 on the To header instead of the subject entry.
12175                 Creating a new header scrolls the header list to make the
12176                 created one visible. Nevertheless, when automatically filling
12177                 headers, the first one is shown.
12178                 A Tab key press in the last empty header entry zips the 
12179                 focus to the subject entry.
12180                 (I did not change the combo boxes, yet)
12181
12182 2001-12-26 [alfons]     0.6.6claws23
12183
12184         * src/prefs_account.c
12185         * src/inc.c
12186                 allow default inbox to reside in another mailbox (only
12187                 works for POP3 accounts)
12188
12189 2001-12-26 [alfons]     0.6.6claws22
12190         
12191         * src/textview.c
12192                 make reply-on-click work with the account of the selected folder
12193         * src/compose.c
12194                 put a fixme here to remind me to fix finding correct default
12195                 account for nested folders
12196
12197 2001-12-25 [alfons]     0.6.6claws21
12198
12199         * src/summaryview.c
12200                 make column headers display locked and mark pixmaps (idea by Melvin) 
12201                 fix bug by adding score and locked column type to sort array
12202
12203 2001-12-25 [alfons]     0.6.6claws20
12204         
12205         * src/summaryview.c
12206                 catch a *potentially* inadvertent write back of  
12207                 the message cache(s) introduced by 0.6.5claws37
12208
12209 2001-12-25 [christoph]  0.6.6claws19
12210
12211         * src/stock_pixmap.[ch]
12212         * src/summaryview.c
12213                 add ignore thread pixmap
12214                 (can someone draw a better icon for this?)
12215
12216 2001-12-24 [alfons]     0.6.6claws18
12217
12218         * src/prefs_folder_item.c
12219                 make address completion actually work for the
12220                 Default To address in the Folder Property dialog.
12221
12222 2001-12-24 [alfons]     0.6.6claws17
12223         
12224         * src/summaryview.c
12225                 use new style regexp for subject stripping 
12226                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12227
12228 2001-12-24 [darko]      0.6.6claws16
12229
12230         * src/pgptext.c
12231         * src/rfc2015.c
12232                 move GPG related informational messages to debug mode
12233
12234 2001-12-23 [alfons]     0.6.6claws15
12235
12236         * src/stock_pixmap.[ch]
12237         * src/summaryview.c
12238                 add the forgotten Claws' locked pixmap
12239
12240 2001-12-23 [alfons]     0.6.6claws14
12241
12242         * src/filesel.c
12243                 accept file name typed in entry in multi file
12244                 selector (patch submitted by Gustavo Noronha Silva 
12245                 <kov@debian.org>)
12246
12247 2001-12-23 [alfons]     0.6.6claws13
12248
12249         * src/prefs_filter.c
12250         * src/prefs_filtering.c
12251         * src/matcher.c
12252         * src/importmutt.c
12253                 clean up a little bit
12254         
12255         * src/string_match.c
12256                 validate input strings a little bit more
12257
12258 2001-12-23 [alfons]     0.6.6claws12
12259
12260         * src/Makefile.am
12261         * src/summaryview.c
12262         * src/string_match.[ch]         ** NEW **
12263         * src/folderview.[ch]
12264         * src/headerview.h
12265         * src/folder.[ch]
12266         * src/prefs_folder_item.[ch]
12267                 add subject simplification to strip out strings from
12268                 a subject line (esp. handy for mailing lists). 
12269                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12270                 but slightly changed things for better integration.)
12271
12272 2001-12-23 [alfons]     0.6.6claws11
12273
12274         * src/mainwindow.c
12275                 fix bug introduced by submission included in 0.6.5claws52.
12276                 ideally this submission should clean the trash if any trash
12277                 folder has a message. however, the hasTrash variable was
12278                 set to false whenever a trash folder was empty (discarding
12279                 a previously found *filled* trash folder.)
12280
12281                 also edited the code a little bit and made it more safe.
12282
12283 2001-12-22 [alfons]     0.6.6claws10
12284
12285         * src/imap.c
12286                 quick fix for Martin Pool's omission of an account
12287                 specific SSL setting
12288
12289 2001-12-22 [alfons]     0.6.6claws9
12290
12291         * src/compose.c
12292         * src/messageview.c
12293         * src/mimeview.c
12294         * src/pgptext.c
12295         * src/procmime.[ch]
12296                 better support for multipart/digest (submitted
12297                 by Fredrik <e98fo@efd.lth.se>)
12298
12299 2001-12-22 [alfons]     0.6.6claws8
12300
12301         * src/addressbook.c
12302                 correct function signature
12303         * src/socket.[ch]
12304         * src/imap.[ch]
12305         * src/prefs_account.[ch]
12306                 allow IMAP over SSH tunnel (patch submitted by 
12307                 Martin Pool <mbp@samba.org>)
12308
12309 2001-12-21 [alfons]     0.6.6claws7
12310
12311         * sync with sylpheed 0.6.6cvs4-9
12312                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12313
12314 2001-12-21 [christoph]  0.6.6claws6
12315
12316         * src/compose.c
12317         * src/prefs_folder_item.[ch]
12318                 implement saving of outgoing messages to current folder.
12319                 fix segfault when no default outbox is available
12320                 (closes bug #495683)
12321
12322 2001-12-21 [carsten]    0.6.6claws5
12323         * src/folderview.c
12324         * src/summaryview.c
12325                 pressing CTRL while DND does now the expected thing and
12326                 copies the mail (moving is still the default, as this
12327                 seam more appropriate for handling mails by DND)
12328
12329 2001-12-18 [paul]       0.6.6claws4
12330
12331         * sync with sylpheed 0.6.6cvs3
12332                 see ChangeLog entries 2001-12-18
12333
12334 2001-12-18 [hiro]       0.6.6claws3
12335
12336         * src/undo.c
12337                 fix for multibyte characters (obtain the number of letters
12338                 instead of bytes).
12339
12340 2001-12-17 [paul]       0.6.6claws2
12341
12342         * sync with sylpheed 0.6.6cvs1
12343                 see ChangeLog entry 2001-12-16
12344
12345 2000-12-17 [alfons]     0.6.6claws1
12346
12347         * src/filtering.c
12348                 clean up
12349
12350 2001-12-16 [paul]       0.6.6claws
12351 2001-12-15
12352
12353         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12354
12355         * src/mimeview.c
12356                 last minute sync with main 0.6.6
12357
12358         * po/es.po
12359                 updated by Ricardo Mones Lastra
12360                 update for last minute sync
12361         * po/fr.po
12362         * po/nl.po
12363                 update for last minute sync
12364         * po/de.po
12365                 updated by Jens Oberender
12366         * po/pt_BR.po
12367                 updated by Fabio Junior Beneditto
12368
12369         * src/prefs_common.[ch]
12370         * src/undo.c
12371                 number of undo levels is user configurable
12372                 (squeeze it into the release in the dying
12373                 moments) Submitted by Jens Oberender    
12374
12375 2001-12-15 [melvin]
12376
12377         * po/fr.po
12378                 updated french translation
12379
12380 2001-12-15 [paul]       0.6.5claws92
12381
12382         * sync with sylpheed 0.6.5cvs28
12383                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12384
12385         * po/nl.po
12386                 update to allow for sync
12387
12388 2001-12-15 [alfons]
12389         
12390         * po/nl.po
12391                 update dutch translation
12392
12393 2001-12-14 [carsten]    0.6.5claws91
12394         * src/summaryview.c
12395                 fixed bug #473785; also after changing the column order
12396                 the same message will be selected and displayed as before
12397                 the reordering
12398
12399 2001-12-14 [carsten]    0.6.5claws90
12400         * src/folderview.c
12401                 probably found the bug reported by wwb opening or closing
12402                 a folder tree just before dnd (found the solution in the
12403                 balsa source -- thanks to them)
12404
12405 2001-12-14 [carsten]    0.6.5claws89
12406         * src/gtkutils.c
12407         * src/account.c
12408                 moved gtk_clist_moveto to the right place, so that
12409                 only the accounts dialog is effected on opening
12410
12411 2001-12-14 [carsten]    0.6.5claws88
12412         * src/gtkutils.c
12413                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12414                 now, so that the focused row will be seen in any case
12415                 (reported by wwp on sf-claws-user)
12416
12417 2001-12-14 [darko]      0.6.5claws87
12418
12419         * src/compose.c
12420                 remove unnecessary line
12421
12422 2001-12-14 [paul]       0.6.5claws86
12423
12424         * sync with sylpheed 0.6.5cvs27
12425                 see ChangeLog entries 2001-12-14
12426
12427 2001-12-14 [carsten]    0.6.5claws85
12428         * src/mainwindow.c
12429                 following a suggestion of Melvin the rcoabm pops up
12430                 right under the button now and the button is reliefed
12431                 while the popup is open
12432
12433 2001-12-14 [darko]      0.6.5claws84
12434
12435         * src/compose.c
12436                 fix crash when wrapping long lines if linewrap quotation
12437                 is disabled and wrapper encounters a word spanning more
12438                 than one line
12439
12440 2001-12-13 [paul]       0.6.5claws83
12441
12442         * src/compose.c
12443                 prefer 'Reply-To' header over mailing list header when
12444                 replying to a message. Finally prevent all those confirmation 
12445                 messages being sent to the list itself.
12446
12447         * src/summaryview.c
12448                 remove unused summary_set_menu_sensitive() entry
12449
12450 2001-12-13 [paul]       0.6.5claws82
12451
12452         * src/folderview.c
12453         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12454         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12455         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12456                 improvements to 'Hide read messages': Inbox, Outbox,
12457                 Trash, Queue, and Draft icons now reveal presence of hidden 
12458                 messages
12459
12460 2001-12-12 [alfons]     0.6.5claws81
12461
12462         0.6.5claws80 was tagged as LAST_STABLE
12463
12464         * src/filtering.[ch]
12465         * src/matcher.[ch]
12466         * src/matcher_parser_lex.c
12467                 fix the filtering; my last attempt to get it right, 
12468                 if it does not work, it's Hoa's turn. ;-)
12469
12470                 for my honourable peers:
12471                 
12472                 the code now makes a clear distinction between
12473                 rules as they are displayed (probably escaped),
12474                 and as they are executed (probably unescaped). the
12475                 parser does *NOT* do any unescaping, this is
12476                 the task of the matcher.c (which breaks up a
12477                 rule into condition) and the filtering.c (which
12478                 breaks up the rule's action). to make this
12479                 run happily we provide an unescaped copy of
12480                 crucial strings to the MatcherProp and 
12481                 FilteringAction structures. note that the only
12482                 exception to this is any REGEXP string. those
12483                 are directly passed to regcomp() and regexp()
12484                 (who have much more powerful unescape functions).
12485                 
12486                 for everyone else:
12487         
12488                 you can escape tab (\t), carriage return (\r),
12489                 linefeed (\n), form feed (\f), quote (\"), 
12490                 single quote (\'), bell (\b) in all the entry
12491                 lines in the scoring & filtering dialogs.
12492                 as an added bonus this should not affect
12493                 existing filtering rules.
12494
12495 2001-12-12 [carsten]    0.6.5claws80
12496
12497         * src/summaryview.c
12498         * po/de.po
12499                 "item(s) selected" is now sensitive to 1 or more
12500                 than one selected (nice for language where simple
12501                 adding of a "s" is not possible as German (Eintrag
12502                 ->Eintr"age)
12503                 
12504                 the "forward as attachment" entry from the right
12505                 click menu removed, "forward" acts following the
12506                 prefs
12507         
12508         * src/textview.c
12509                 reverted my former changes; so compiler warning again
12510                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12511                 nevertheless
12512
12513         * src/messageview.c
12514                 "search in message" does now *not* only work in MVIEW_TEXT
12515                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12516                 message
12517
12518         * src/mainwindow.c
12519                 removed "/File/_Close" as it was the same as "/File/E_xit"
12520                 and we don't need it two times
12521
12522                 the separate folder view and message view now get a distinct
12523                 WMCLASS, just in case someone is using sawfish ;-)
12524
12525                 as the menu entries "/View/Message view" and "/View/Folder tree"
12526                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12527                 make them sensitive accordingly and as these two are "shown"
12528                 after startup anytime check this menuitem at startup
12529
12530 2001-12-12 [paul]       0.6.5claws79
12531
12532         * src/folderview.c
12533                 fix sensitivity of 'Search folder...', broken in
12534                 0.6.5claws75
12535
12536         * src/mainwindow.c
12537                 fix dodgy English
12538
12539 2001-12-11 [carsten]    0.6.5claws78
12540         * src/filtering.c
12541                 fixed two typos returning a wrong FALSE/TRUE
12542         * src/mainwindow.[ch]
12543                 extra menu for email/news button removed
12544
12545 2001-12-11 [alfons]     0.6.5claws77
12546         
12547         * src/matcher.c                 (1.3)
12548         * src/matcher_parser_lex.l      (1.28)
12549                 revert for another attempt
12550                 mark 0.6.5claws77 as LAST_STABLE
12551
12552 2001-12-11 [christoph]  0.6.5claws76
12553
12554         * po/de.po
12555                 fixed wrong translation for prev. unread msg
12556
12557 2001-12-11 [paul]       0.6.5claws75
12558
12559         * src/folder.[ch]
12560         * src/folderview.c
12561         * src/mainwindow.c
12562         * src/summaryview.[ch]
12563         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12564                 enable ability to hide read messages on per folder basis via 
12565                 '/Summary/Hide read messages'; when selected, a folder will 
12566                 have a red open folder icon, instead of a blue icon, if the 
12567                 folder contains hidden messges
12568                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12569
12570         * src/mainwindow.c
12571                 remove '/Message/Forward as attachment' from 
12572                 main_window_set_menu_sensitive() to prevent debug warning
12573
12574         * src/folderview.c
12575         * src/mainwindow.c
12576                 Clean up some of the English
12577
12578         * tools/newscache_clean.pl
12579                 allow for new 'hidereadmsgs' entry in folderlist.xml
12580
12581         * po/es.po
12582                 updated translation, submitted by Ricardo Mones Lastra
12583
12584 2001-12-11 [paul]       0.6.5claws74
12585
12586         * sync with sylpheed 0.6.5cvs25
12587                 see ChangeLog entry 2001-12-11
12588
12589 2001-12-10 [alfons]     0.6.5claws73
12590
12591         * src/matcher.c
12592                 add more control characters
12593         * src/matcher_parser_lex.l
12594                 make escaping / unescaping work again
12595
12596 2001-12-10 [alfons]     0.6.5claws72
12597
12598         * src/imap.c
12599                 clean up warnings "returning value for void function" 
12600         * src/prefs_filtering.c
12601                 make info button for execute action sensitive
12602
12603 2001-12-10 [paul]       0.6.5claws71
12604
12605         * src/compose.c
12606         * src/imap.[ch]
12607         * src/summaryview.c
12608                 fix: imap server now gets informed of MARKED, UNMARKED
12609                 and REPLY events. Now people can use different IMAP-Mail
12610                 clients and have the exact same information about MARKED,
12611                 UNMARKED and REPLY status with all of them. Especially
12612                 useful for imap servers with a web-frontend.
12613                 submitted by Tobias Sandhaas <medlor@web.de>
12614
12615 2001-12-09 [melvin]     0.6.5claws70
12616         
12617         * src/textview.[ch]
12618                 fixed bug #490076 (hunted down by Alfons who implemented
12619                 a workaround in 0.6.5claws65)
12620
12621 2001-12-09 [christoph]  0.6.5claws69
12622
12623         * src/summaryview.c
12624                 set pointer to string in LOCKED column to NULL
12625                 (might fix bug #490800)
12626
12627 2001-12-09 [carsten]    0.6.5claws68
12628
12629         * po/de.po
12630                 resolved some cluttered menu shortcuts 
12631                 ('creating new email' and 'creating news message'
12632                 hade the same)
12633         * src/compose.c
12634                 wmclass now distinc from main window
12635         * src/mainwindow.c
12636           src/mainwindow.h
12637                 email/news and forward button functionality similar
12638                 to the reply buttons; removed the ugly dropdown arrows
12639                 and use instead the right mouse button
12640
12641 2001-12-09 [paul]       0.6.5claws67
12642
12643         * src/imap.c
12644         * src/utils.h
12645                 allow spaces in imap folder names
12646                 submitted by Willem van Engen <wvengen@stack.nl>
12647
12648 2001-12-09 [paul]       0.6.5claws66
12649
12650         * sync with sylpheed 0.6.5cvs24
12651                 see ChangeLog entry 2001-12-09
12652
12653 2001-12-08 [alfons]     0.6.5claws65
12654
12655         * src/textview.c
12656                 prevent secondary selection claim after "add to sender" dialog
12657                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12658                 we trick GTK by simulating a click at (0, 0) in the textview.
12659
12660 2001-12-08 [hoa]        0.6.5claws64
12661
12662         * src/folder.c
12663                 fixed a bug about the .processing folder name while filtering
12664
12665 2001-12-08 [alfons]     0.6.5claws63
12666
12667         * src/folderview.c 
12668                 work around problem of not correctly updating folder stats
12669                 when deleting messages. there's some folder scanning evil
12670                 going so the folderview_update_msg_num() does not work
12671                 correctly. need to investigate this.
12672
12673 2001-12-08 [paul]       0.6.5claws62
12674
12675         * sync with sylpheed 0.6.5cvs23
12676                 see ChangeLog entry 2001-12-08
12677
12678 2001-12-07 [christoph]  0.6.5claws61
12679
12680         * src/compose.c
12681                 fix another header translation problem
12682
12683 2001-12-07 [alfons]     0.6.5claws60
12684
12685         * src/mbox.c
12686                 make filtering also work on local spool mbox
12687
12688 2001-12-07 [carsten]    0.6.5claws59
12689         * src/addressbook.c
12690                 addressbook window gets a wmclass distinct from the main
12691                 sylpheed window
12692         * src/compose.h
12693         * src/mainwindow.[ch]
12694                   forward menu item will use mode selected in prefs, forward 
12695                 as attatchment in menu removed (will be substituted in the
12696                 toolbar similar to reply buttons)
12697                   create news message menu entry and news button is now 
12698                 sensitive to the existance of a news account
12699         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12700         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12701         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12702                 these are removed because the toolbar buttons don't show
12703                 the quoting modus any longer
12704
12705 2001-12-07 [paul]
12706
12707         * tools/newscache_clean.pl      ** NEW FILE **
12708                 perl script to do some tidying up in the newscache directory 
12709                 
12710         * tools/sylpheed-switcher       ** NEW FILE **
12711                 perl script to enable easy switching between main and claws
12712                 
12713         * tools/README
12714                 added descriptions of the two new perl scripts          
12715
12716
12717 2001-12-07 [melvin]     0.6.5claws58
12718
12719         * src/messageview.c
12720                 fixed a warning during compilation introduced in 0.6.5claws56
12721
12722 2001-12-07 [paul]       0.6.5claws57
12723
12724         * src/mainwindow.[ch]
12725         * src/menu.[ch]
12726                 further usability enhancements to replying with or without 
12727                 quoting via the toolbar, use of Ctrl key is replaced by 
12728                 drop down menu 
12729                 Submitted by Carsten Schurig            
12730
12731 2001-12-07 [melvin]     0.6.5claws56
12732
12733         * src/messageview.c
12734                 hack to fix bug that prevented to make/paste selections
12735                 after switching between MVIEW_TEXT and MVIEW_MIME views
12736                 without deselecting the selection first.
12737
12738 2001-12-06 [alfons]     0.6.5claws55
12739
12740         * src/filtering.[ch]
12741         * src/inc.c
12742                 revise filtering a little bit more, and make sure
12743                 messages are delivered to the appropriate inbox
12744                 (perhaps set per account)
12745
12746 2001-12-06 [paul]       0.6.5claws54
12747
12748         * sync with sylpheed 0.6.5cvs22
12749                 see ChangeLog entry 2001-12-06
12750
12751 2001-12-05 [alfons]     0.6.5claws53
12752
12753         * src/inc.c
12754         * src/folder.[ch]
12755         * src/procmsg.c
12756         * src/filtering.c
12757                 more revisions of filtering system
12758                 (last stable version is marked as LAST_STABLE)
12759                 
12760                 | NOTE 1): the filtering system now uses a local folder called
12761                 | .processing. if filtering fails, check this directory
12762                 | for missing messages.
12763                 |
12764                 | NOTE 2): help us find the filtering actions still missing
12765
12766 2001-12-05 [paul]       0.6.5claws52
12767
12768         * src/mainwindow.c
12769                 fix bug where 'Empty Trash?' pop-up window appears even
12770                 when Trash is empty, submitted by Jesse Skinner         
12771
12772 2001-12-05 [melvin]     0.6.5claws51
12773
12774         * src/compose.c
12775                 fixed bug #486106 to select correct account when reediting 
12776                 a queued message
12777         
12778 2001-12-04 [alfons]     0.6.5claws50
12779
12780         * src/mh.c
12781                 declare markfile in appropriate functions when
12782                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12783                 for spotting this)
12784
12785 2001-12-04 [paul]       0.6.5claws49
12786
12787         * sync with sylpheed 0.6.5cvs21
12788                 see ChangeLog entry 2001-12-04
12789
12790 2001-12-03 [christoph]  0.6.5claws48
12791
12792         * po/de.po
12793                 changed translation of undo
12794         * src/account.c
12795         * src/folder.c
12796                 don't reinvent the wheel to traverse a GNode
12797         * src/compose.[ch]
12798                 seperate code to create the compose gui into functions
12799                 add "Others" page with folder selection for saving copy
12800                 of the message.
12801                 the folder identifier is saved to queue header
12802         * src/procmsg.c
12803                 save message to folder in queue header
12804
12805 2001-12-03 [paul]       0.6.5claws47
12806
12807         * sync with sylpheed 0.6.5cvs20
12808                 see ChangeLog entry 2001-12-03
12809
12810 2001-12-01 [paul]
12811
12812         * more sync with sylpheed 0.6.5cvs19
12813                 see ChangeLog entry 2001-11-29
12814
12815 2001-11-30 [paul]       0.6.5claws46
12816         
12817         * src/compose.c
12818                 remove conflicts introduced by Hoa's last commit
12819          
12820         * src/mainwindow.c
12821                 make 'Message/Bounce' sensitive
12822
12823 2001-11-30 [hoa]        0.6.5claws45
12824
12825         * src/compose.c
12826                 slightly change bounce function to add
12827                 information about the user that bounced the mail
12828                 in the From header line.
12829
12830         * src/folderview.c
12831                 permit the use of processing in outbox folder.
12832
12833 2001-11-29 [paul]       0.6.5claws44
12834
12835         * src/mainwindow.[ch]
12836         * src/prefs_common.c
12837         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12838         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12839         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12840                 usability enhancements to the quoting, implements
12841                 use of Ctrl key to toggle quoting settings
12842                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12843
12844 2001-11-29 [paul]       0.6.5claws43
12845         
12846         * sync with sylpheed 0.6.5cvs19
12847                 see ChangeLog entry 2001-11-28
12848
12849 2001-11-29 [melvin]     0.6.5claws42
12850         * src/Makefile.am
12851                 added enriched.[ch] to the list of files
12852
12853         * src/textview.c
12854         * src/mimeview.c
12855         * src/procmime.[ch]
12856         * src/enriched.[ch]
12857                 added support to view text/enriched
12858                 added support to show headers in message view for text/enriched and text/html
12859                         in non multipart messages
12860
12861 2001-11-28 [paul]       0.6.5claws41
12862
12863         * more sync with sylpheed 0.6.5cvs18
12864                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12865
12866 2001-11-27 [paul]       0.6.5claws40
12867         
12868         * po/pt_BR.po
12869                 updated translation, submitted by Fabio Junior Beneditto
12870                 
12871         * sync with sylpheed 0.6.5cvs18
12872                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12873                 2001-11-27
12874
12875
12876 2001-11-26 [paul]
12877
12878         * po/es.po
12879                 updated translation, submitted by Ricardo Mones Lastra
12880
12881 2001-11-26 [alfons]
12882
12883         * src/matcher.c
12884                 add more translatable strings
12885
12886 2001-11-26 [christoph]  0.6.5claws39
12887
12888         * po/de.po      
12889                 fixed one more umlaut
12890         * src/compose.c
12891                 fix translated header when it should not be translated
12892
12893 2001-11-26 [paul]       0.6.5claws38
12894
12895         * src/mainwindow.c
12896                 remove '/Message/Add Sender to address book' from 
12897                 main_window_set_menu_sensitive(), prevent debug warning
12898                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12899
12900 2001-11-26 [paul]       0.6.5claws37
12901
12902         * src/summaryview.c
12903                 fix 'recurring unread state' bug 
12904
12905         * tools/README 
12906         * tools/filter_conv.pl
12907                 read name of top level mailbox from folderlist.xml
12908                 and presume nothing about its name              
12909
12910 2001-11-26 [darko]      0.6.5claws36
12911
12912         * src/gtkstext.[ch]
12913                 removed functions that are now in gtkutils.c
12914                 use gtkut_text_is_uri_string() from gtkutils.c
12915         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12916
12917 2001-11-26 [paul]       0.6.5claws35
12918
12919         * sync with sylpheed 0.6.5cvs16
12920                 see ChangeLog entries 2001-11-25 and 2001-11-26
12921
12922 2001-11-25 [alfons]     0.6.5claws34
12923
12924         EXPERIMENTAL!!! Please checkout the last stable version using: 
12925           
12926         % cvs update -r LAST_STABLE -dRAP
12927
12928         (Or help us testing this stuff.)
12929
12930         * src/filtering.c               (1.14)
12931         * src/filtering.h               (1.6)
12932         * src/inc.c                     (1.28)
12933         * src/matcher.c                 (1.20)
12934         * src/mbox.c                    (1.9)
12935         * src/procmsg.h                 (1.14)
12936         * src/summaryview.c             (1.59)
12937         * src/summaryview.h             (dunno)
12938                 revert/merge/sync to as it was before commit 
12939                 on Thu, 19 Jul 2001 10:15:51 -0700.
12940
12941 2001-11-25 [hoa]        0.6.5claws33
12942
12943         * src/main.c
12944                 processing mails at startup
12945
12946         * src/folderview.c
12947         * src/summaryview.[ch]
12948                 processing mails when entering folder
12949
12950         * src/prefs_filtering.c
12951                 fixed some UI bugs
12952
12953 2001-11-24 [alfons]     0.6.5claws32
12954
12955         * src/summaryview.[ch]
12956                 make summary sort headers work, and also make
12957                 sure the sort type is stored
12958
12959 2001-11-23 [alfons]     0.6.5claws31
12960
12961         * src/summaryview.[ch]
12962                 make lock work like mark
12963                 disallow deleting messages marked as locked
12964
12965 2001-11-23 [alfons]     0.6.5claws30
12966
12967         * src/gtkstext.c
12968         * src/compose.[ch]
12969         * src/Makefile.am
12970         * src/undo.[ch]
12971                 merge undo patch submitted by Jens
12972
12973 2001-11-23 [christoph]  0.6.5claws29
12974
12975         * src/.cvsignore
12976                 added ylwrap
12977         * src/compose.c
12978                 fixed gpg signing and encoding
12979         * src/folder.[ch]
12980         * src/main.c
12981                 added --status option to get new, unread and total
12982                 message count from a running sylpheed
12983         * src/prefs_common.c
12984                 temporary fix for reply_with_quote problem
12985                 (don't call functions for non existing widget)
12986         * src/procmsg.c
12987                 one more check for ignored threads but still not
12988                 always working correctly. probably a recursive
12989                 check for all parents is needed
12990
12991 2001-11-23 [darko]      0.6.5claws28
12992
12993         * src/compose.c
12994                 wrapping on send improvements
12995         * src/gtkutils.[ch]
12996                 fix for GtkSText after last sync with main branch
12997                 GTK_TEXT -> GTK_STEXT
12998
12999 2001-11-23 [paul]       0.6.5claws27
13000
13001         * sync with sylpheed 0.6.5cvs14
13002                 see ChangeLog entries 2001-11-22 and 2001-11-23
13003                 
13004         * po/de.po
13005                 fixed the scrambled umlauts 
13006                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13007
13008 2001-11-21 [paul]       0.6.5claws26
13009
13010         * sync with sylpheed 0.6.5cvs12
13011                 see 2nd ChangeLog entry dated 2001-11-20
13012
13013 2001-11-20 [paul]       0.6.5claws25
13014
13015         * sync with sylpheed 0.6.5cvs11
13016                 see ChangeLog entry 2001-11-19 (src/utils.c)
13017
13018 2001-11-20 [hiro]
13019
13020         * src/compose.c
13021                 GTK_TEXT -> GTK_STEXT
13022                 fix for wrong comment
13023
13024 2001-11-20 [hiro]       0.6.5claws24
13025
13026         * src/compose.[ch]
13027                 more merges from main branch
13028                 removed fatal warnings (uninitialized variables etc.)
13029                 some coding style fix
13030         * src/gtkutils.h
13031                 fixed typo.
13032         * src/addressbook.c
13033           src/addrindex.c
13034                 V-Card -> vCard
13035
13036 2001-11-19 [hoa]        0.6.5claws23
13037
13038         * src/filtering.c
13039         * src/prefs_scoring.c
13040         * src/matcher.[ch]
13041         * src/scoring.c
13042                 cleaning code
13043
13044         * src/matcher_parser_parse.y
13045         * src/prefs_filtering.c
13046                 bouncing
13047
13048 2001-11-19 [alfons]     0.6.5claws22
13049
13050         more of my old things into claws
13051
13052         * src/Makefile.am
13053         * src/prefs_common.c
13054         * src/procmsg.h
13055         * src/summaryview.[ch]
13056         * src/prefs_summary_column.c
13057         * src/pixmaps/locked.xpm
13058                 add indicators for locking of message in summary view
13059                 (does not work yet, only visual indicator)
13060
13061 2001-11-19 [paul]       0.6.5claws21
13062
13063         * sync with sylpheed 0.6.5cvs10
13064                 see ChangeLog entry 2001-11-19
13065
13066 2001-11-18 [alfons]     0.6.5claws20
13067         
13068         * src/filtering.c
13069                 remove an inadvertent free I forgot in previous clean up 
13070
13071 2001-11-18 [alfons]     0.6.5claws19
13072
13073         * src/filtering.[ch]
13074                 clean up & plug leaks
13075
13076 2001-11-18 [paul]       0.6.5claws18
13077
13078         * sync with sylpheed 0.6.5cvs9
13079                 see ChangeLog entries 2001-11-17 and 2001-11-18
13080
13081 2001-11-16 [paul]       0.6.5claws17
13082
13083         * sync with sylpheed 0.6.5cvs8
13084                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13085
13086 2001-11-16 [paul]       0.6.5claws16
13087
13088         * sync with sylpheed 0.6.5cvs7
13089                 see ChangeLog entries 2001-11-15 and 2001-11-16
13090
13091 2001-11-15 [hoa]        0.6.5claws15
13092
13093         * src/compose.c
13094                 fix bounce, mails we received couln't be bounced to ourself.
13095
13096         * src/defs.h
13097         * src/filtering.[ch]
13098         * src/matcher.[ch]
13099         * src/matcher_parser.h
13100         * src/matcher_parser_lex.l
13101         * src/matcher_parser_parse.y
13102         * src/inc.c
13103         * src/main.c
13104         * src/mbox.c
13105         * src/prefs_filtering.[ch]
13106         * src/mainwindow.c
13107         * src/prefs_matcher.c
13108         * src/prefs_scoring.c
13109         * src/scoring.[ch]
13110         * src/summaryview.c
13111                 new matcher/filter/score configuration file parser
13112                 one unique configuration file => ~/.sylpheed/matcherrc
13113                 import in currently automatic, then save are made
13114                 in this new file.
13115                 one filter per folder and one global filter
13116                 (filter of a folder will be used as folder processing)
13117
13118         * src/folder.c
13119                 fix a bug in folder_item_get_identifier
13120                 
13121         * src/messageview.c
13122                 receive receipt return are fixed.
13123
13124 2001-11-14 [alfons]     0.6.5claws14
13125
13126         * src/session.h
13127                 add things from main branch to make claws compile
13128
13129 2001-11-14 [paul]       0.6.5claws13
13130
13131         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13132                 see ChangeLog entries 2001-11-08 to 2001-11-14
13133
13134 2001-11-14 [hoa] 0.6.5claws12
13135
13136         * src/compose.[ch]
13137         * src/mainwindow.c
13138         * src/summaryview.c
13139                 add "bounce mail" option
13140
13141 2001-11-13 [christoph]  0.6.5claws11
13142
13143         * src/compose.c
13144                 Cleanup a mess i add before commiting
13145
13146 2001-11-13 [hoa]        0.6.5claws10
13147
13148         * src/compose.c
13149                 some fixes when mail are sent or
13150                 for crossposts
13151
13152 2001-11-13 [christoph]  0.6.5claws9
13153
13154         * po/de.po
13155                 Changed two string with the same translation
13156         * src/compose.c
13157         * src/procmsg.[ch]
13158         * src/send.[ch]
13159                 New mailsending process:
13160                   - Always queue message before sending
13161                     (message will be saved if sylpheed crashed or
13162                      freezes while sending)
13163                   - Allow queuing of newspostings
13164                   - No copy in outbox before sending
13165                     (closes bug #469501)
13166                   - No more redundant code for send and send_later
13167         * src/summaryview.c
13168                 Applied wwp <subscript@free.fr>'s patch that fixes
13169                 marks for multiple forwarded messages (+compose.c)
13170
13171 2001-11-12 [alfons]
13172
13173         * README.claws
13174                 remove things that are now in main branch
13175         
13176         * po/nl.po
13177                 update Dutch translation
13178
13179 2001-11-12 [mhadasht]   0.6.5.claws8
13180
13181         * src/prefs_common.c
13182                 re-enabled account autoselection feature for forward
13183                 and reedit lost during the branch point for SYNC-B4-REL
13184         * src/gtkspell.c
13185                 gtkpspell_get_dict(): more readable code (even if function is
13186                 not used yet)
13187         * ChangeLog.claws
13188                 added version number info to 2001-11-12 [hiro] comment.
13189
13190 2001-11-12 [hiro]       0.6.5.claws7
13191
13192         * src/compose.c
13193                 compose_forward(): fixed a bug that forward quote mark
13194                 wasn't used.
13195                 removed unnecessary code.
13196         * src/template_select.[ch]: removed.
13197
13198 2001-11-11 [alfons]
13199
13200         * src/compose.c
13201                 :%s/GTK_TEXT/GTK_STEXT/g
13202         
13203         * src/compose.[ch]
13204         * src/undo.[ch]
13205         * src/Makefile.am
13206                 revert the undo stuff (this is 0.6.6claws stuff)
13207
13208 2001-11-11 [hoa]        0.6.5.claws6
13209
13210         * src/compose.[ch]
13211                 Insert signature at the end of the text.
13212                 Added undo patch but currently disabled
13213
13214         * src/procmsg.c
13215                 Threading by subject improved.
13216
13217         * added src/undo.[ch]
13218                 Undo module for compose dialog box.
13219
13220 2001-11-11 [alfons]     0.6.5.claws5
13221
13222         * src/procmsg.c
13223                 prevent threading by subject on nodes that have already been
13224                 threaded by in-reply-to (as in "circular references in a tree
13225                 result in a dead branch")
13226
13227 2001-11-09 [hoa]        0.6.5.claws4
13228         
13229         * src/folderview.c
13230                 allows creation of mbox folder item from any files.
13231
13232 2001-11-09 [alfons]     0.6.5.claws3
13233         
13234         * src/utils.c
13235         * src/procmsg.c
13236                 do what I mean and correct threading by subject so it really
13237                 ignores attracting lines without "Re: "
13238
13239 2001-11-07 [alfons]     0.6.5.claws2
13240
13241         * src/procmsg.c
13242         * src/utils.[ch]
13243                 only attract by subject if a subject line starts with a "Re: "
13244         * src/syldap.c
13245                 remove warning
13246
13247 2001-11-07 [paul]       0.6.5claws1
13248
13249         * sync with sylpheed 0.6.5. release
13250                 see ChangeLog entry 2001-11-07
13251
13252 2001-11-07 [paul]       0.6.4claws31
13253
13254         * sync with sylpheed 0.6.4cvs18
13255                 see ChangeLog entries 2001-10-30 to 2001-11-07
13256                 prefs_templates.[ch] renamed prefs_template.[ch]
13257
13258 2001-11-06 [alfons]
13259         
13260         * src/utils.h
13261                 add semicolon Hoa forgot ;-)
13262                 
13263
13264 2001-11-06 [hoa]        0.6.4claws30
13265         
13266         * src/procmsg.c
13267         * src/summaryview.c
13268         * src/utils.c
13269         * src/utils.h
13270                 threading by subject - empty subject are ignored
13271
13272 2001-11-06 [christoph]  0.6.4claws29
13273
13274         * src/socket.c
13275                 use SSL_peek for sock_gets
13276         * src/utils.c
13277                 removed unneeded pointer in extracting quoted
13278                 names implementation
13279
13280 2001-11-06 [melvin]     0.6.4claws28
13281
13282         * src/gtkspell.c
13283                 fixed bug #476792 Selection overtyping with spell checker
13284                 fixed bug which could cause a buffer overflow
13285                 fixed a memory leak
13286
13287 2001-11-06 [hoa]        0.6.4claws27
13288         
13289         * src/procmsg.c
13290         * src/summaryview.c
13291                 threading by subject
13292
13293 2001-11-05 [alfons]     0.6.4claws26
13294         
13295         * README.claws
13296                 Claws -> Sylpheed (vice versa)
13297
13298         * src/compose.c
13299                 :%s/gtk_text/gtk_stext/g
13300                 :%s/GTK_TEXT/GTK_STEXT/g
13301                 (thanks to Jonathan Ware for spotting this)
13302
13303 2001-11-04 [christoph]  0.6.4claws25
13304
13305         * src/summaryview.c
13306                 replace Xalloca + strdup with Xstrdup_a
13307         * src/utils.c
13308                 better implementation of extracting quoted names
13309                 from addresses (remove backlashes and ignore
13310                 quotes after them)
13311
13312 2001-11-04 [alfons]     0.6.4claws24
13313
13314         * src/utils.[ch]
13315                 edit to comply more with coding style
13316
13317         * src/textview.c
13318                 fix bug reported by Kim Schulz. introduced by the patch integrated
13319                 in 0.6.4claws15. the code did not check the return value of
13320                 the html parser.
13321
13322         * AUTHORS
13323                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13324
13325 2001-11-04 [christoph]  0.6.4claws23
13326
13327         * src/main.c
13328         * src/prefs_common.[ch]
13329                 init some pointers that possibly caused a segfault
13330                 reported in the claws-users ML
13331
13332 2001-11-04 [hoa]        0.6.4claws22
13333
13334         * src/grouplistdialog.c
13335                 change the names of the nodes in the tree
13336
13337         * src/compose.c
13338                 enhanced mailto syntax as described in
13339                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13340                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13341
13342         * src/utils.c
13343                 encode and decode URI (useful when opening URL into
13344                 netscape).
13345
13346 2001-11-03 [hoa]        0.6.4claws21
13347
13348         * src/grouplistdialog.c
13349                 a new newsgroups list selection dialog box
13350                 with a CTree instead of a CList
13351
13352 2001-11-03 [hoa]        0.6.4claws20
13353
13354         * src/folderview.c
13355                 enable property and scoring options when right
13356                 click on "inbox"
13357
13358         * src/summaryview.c
13359                 fixed bug when nickname were displayed using
13360                 the address book.
13361
13362 2001-11-02 [darko]      0.6.4claws19
13363
13364         * src/compose.c
13365                 new wrap quotation and URL/long words wrapping implementation
13366         * src/compose.c src/gtkstext.[ch]
13367                 move gtkstext_strncmp() to gtkstext.c
13368
13369 2001-11-01 [christoph]  0.6.4claws18
13370
13371         * src/prefs_account.c
13372                 fixed mess in account settings dialog
13373         * src/prefs_folder_item.c
13374                 added label with folder path to dialog
13375
13376 2001-10-31 [match]      0.6.4claws17
13377
13378         * src/vcard.c
13379                 fix memory leak.
13380         * src/addrbook.c
13381                 fix generation of spurious address book file names.
13382                 remove redundant functions.
13383         * po/POTFILES.in
13384                 added missing file names.
13385
13386 2001-10-30 [paul]       0.6.4claws16
13387
13388         * sync with sylpheed 0.6.4cvs6
13389                 see ChangeLog entries 2001-10-26 to 2001-10-30
13390
13391         * tools/filter_conv.pl
13392                 read folderlist.xml to discover whether the top-level
13393                 folder is called 'Mailbox' or 'Mail' 
13394
13395 2001-10-29 [paul]       0.6.4claws15
13396
13397         * src/html.c, src/textview.c
13398                 activate links in html mail and fix clickable parts
13399                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13400
13401 2001-10-29 [paul]
13402
13403         * po/de.po, po/es.po, po/pt_BR/po
13404                 updated translations, submitted by Jens Oberender,
13405                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13406
13407 2001-10-29 [darko]      0.6.4claws14
13408
13409         * src/compose.c
13410                 fix wrapping for good
13411
13412 2001-10-29 [darko]
13413
13414         * src/compose.c
13415                 undo previous change as it broke the smart wrapping
13416
13417 2001-10-29 [darko]      0.6.4claws13
13418
13419         * src/compose.c
13420                 fix infinite loop when long URL is quoted
13421                 (closes bug #475122.
13422
13423 2001-10-28 [match]
13424
13425         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13426                 import Mutt address book
13427         * src/ldif.[ch] src/importldif.h
13428                 modified import LDIF handle user attributes
13429
13430 2001-10-28 [christoph]  0.6.4claws12
13431
13432         * src/summaryview.c
13433                 fixed that filtering did not work if there
13434                 were no filter rules
13435                 (closes bug #472003 and better implementation
13436                  of patch #474644)
13437
13438 2001-10-27 [christoph]  0.6.4claws11
13439
13440         * src/compose.c
13441                 make the folder's default account to be used when
13442                 replying. (patch by wwp <subscript@free.fr>)
13443         * src/compose.c
13444                 code cleanup, nearly killed all of wwp's patch
13445                 for folder's default account in compose
13446         * src/folderview.c
13447                 error panel when a folder could not be created
13448                 (closes bug #471080 new folder name & already
13449                  existing file)
13450
13451 2001-10-26 [alfons]
13452
13453         * src/utils.h
13454                 change prototype of strstr2() that Christoph forgot about
13455
13456 2001-10-26 [christoph]  0.6.4claws10
13457
13458         * src/account.c
13459                 made search for accounts by email address not case
13460                 sensitive
13461         * src/folder.c
13462                 fixed memory leak in folder_item_get_identifier
13463         * src/gtkspell.c
13464         * src/utils.c
13465                 fixed wrong strstr2 (should work like strstr)
13466
13467 2001-10-26 [darko]      0.6.4claws9
13468
13469         * src/compose.c src/gtkstext.[ch]
13470         * src/gtkstext.c
13471                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13472
13473 2001-10-26 [paul]       0.6.4claws8
13474
13475         * src/html.c
13476                 ignore css and javascript tags in html mail
13477                 case-insensitive, with or without double-quoted
13478                 strings
13479
13480 2001-10-26 [paul]       0.6.4claws7
13481
13482         * sync with sylpheed 0.6.4cvs1
13483                 see ChangeLog entry 2001-10-26
13484
13485         * src/prefs_account.c, src/prefs_common.c,
13486           src/prefs_summary_column.c
13487                 minor improvements to the English
13488
13489 2001-10-25 [alfons]     0.6.4claws6
13490
13491         * src/gtkstext.c
13492         
13493                 make GtkSText follow style of GtkText (closes bug 
13494                 #469211 "text selection while writing message")
13495                 
13496                 do sync with GTK 1.2.10
13497
13498 2001-10-25 [paul]       0.6.4claws5
13499
13500         * src/html.c
13501                 ignore css tags in html mail
13502
13503 2001-10-25 [darko]      0.6.4claws4
13504
13505         * src/compose.c
13506                 don't declare is_url_string as static function since
13507                 we need it in gtkstext.c
13508         * src/gtkstext.c
13509                 remove unused variable
13510                 don't wrap long URLs while composing a message
13511
13512 2001-10-24 [christoph]  0.6.4claws3
13513
13514         * src/socket.c
13515                 fix ssl deadlock, when peer closes connection
13516
13517 2001-10-24 [paul]       0.6.4claws2
13518
13519         * src/prefs_common.c
13520                 gettextize the gpg ascii-armored warning message
13521
13522         * src/compose.c
13523                 insert a DOS/MAC file into the composed message
13524                 (improvements)
13525
13526         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13527
13528 2001-10-22 [paul]       0.6.4claws1
13529
13530         * sync with sylpheed 0.6.4 release
13531                 see ChangeLog entries 2001-10-21
13532
13533         * po/fr.po, po/pt_BR.po
13534                 updated by Melvin Hadasht and Fabio Junior Beneditto
13535
13536 2001-10-21 [paul]       0.6.3claws30
13537
13538         * src/compose.c
13539                 insert a DOS text file from the compose window
13540                 into the composed message text (removes CRs characters)
13541                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13542
13543         * tools/filter_conv.pl, tools/README
13544                 automatically use ~/.sylpheed as working directory
13545                 print out confirmation message on completion
13546
13547         * correct Hoa's last ChangeLog.claws entry
13548
13549 2001-10-20 [hoa]        0.6.3claws29
13550
13551         * src/grouplistdialog.c
13552                 bugfix (another ?) to give the right
13553                 newsgroups list for each news server.
13554
13555         * src/news.c
13556         * src/news.h
13557                 improve the newsgroups list cache
13558
13559 2001-10-20 [paul]       0.6.3claws28
13560
13561         * sync with sylpheed 0.6.3cvs9
13562                 see ChangeLog entry 2001-10-19
13563
13564         * correct Alfons' last ChangeLog.claws entry
13565
13566 2001-10-19 [alfons]
13567
13568         * src/pgptext.[ch]
13569                 fix compilation problems (part of bug #472895)
13570
13571 2001-10-18 [hoa]        0.6.3claws27
13572
13573         * src/grouplistdialog.c
13574                 bugfix when we refresh was clicked (bug 472701)
13575
13576 2001-10-19 [christoph]  0.6.3claws26
13577
13578         * src/compose.c
13579                 last header entry should default to "To:" or
13580                 "Newsgroups:" and not copy the last entry line
13581                 in a new compose window
13582                 (closes bug #472686, #470792)
13583
13584 2001-10-19 [paul]       0.6.3claws25
13585
13586         * sync with Sylpheed 0.6.3cvs8
13587                 see ChangeLog entries 2001-10-18 and 2001-10-19
13588
13589 2001-10-18 [christoph]  0.6.3claws24
13590
13591         * src/procmsg.c
13592                 reimplement ignore thread
13593         
13594 2001-10-18 [hoa]        0.6.3claws23
13595
13596         * src/folderview.c
13597         * src/grouplistdialog.[ch]
13598                 enhanced news subscription interface (feature 469113)
13599
13600         * src/news.c
13601         * src/news.h
13602                 enchanced newsgroup listing,
13603                 now, we can get groups informations
13604                 (NNTPGroupInfo)
13605
13606 2001-10-18 [paul]       0.6.3claws22
13607
13608         * src/summaryview.c
13609                 remove comment (sync with main branch)
13610         * src/mainwindow.c
13611                 fix 'Re-edit' bug in 'Message' menu
13612
13613 2001-10-17 [christoph]  0.6.3claws21
13614
13615         * src/compose.c
13616                 ignore empty or whitespace only header lines
13617
13618 2001-10-17 [paul]       0.6.3claws20
13619
13620         * sync with sylpheed 0.6.3cvs7
13621                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13622                 2001-10-17
13623
13624 2001-10-17 [darko]
13625
13626         * src/compose.c
13627                 wrap long lines without spaces
13628                 don't wrap URLs
13629
13630 2001-10-16 [paul]
13631
13632         * po/es.po, po/nl.po, po/pt_BR.po
13633                 updated by Ricardo Mones Lastra, Alfons,
13634                 and Fabio Junior Beneditto
13635
13636         * sylpheed-0.6.3claws released
13637
13638 2001-10-15 [melvin] 0.6.3claws18
13639
13640         * README.claws
13641                 added summary and detailed installation instructions
13642                 for spell checker
13643         * po/fr.po
13644                 Updated, corrected and completed french translation
13645
13646 2001-10-15 [hoa] 0.6.3claws17
13647         * src/grouplistdialog.c
13648                 we can choose the newsgroups to display with wildcards
13649
13650 2001-10-15 [christoph]  0.6.3claws16
13651
13652         * src/account.c
13653         * src/compose.c
13654         * src/prefs_folder_item.[ch]
13655                 applied wwp <subscript@free.fr>'s folder
13656                 default account patch
13657         * po/de.po
13658                 Fixed wrong translation
13659
13660 2001-10-13 [alfons, christoph, melvin]  
13661                         0.6.3claws15
13662
13663         solution #2 to solve MT-safety problems defers all GUI related calls
13664         to the main thread using a gtk_idle_add() callback. discussed on
13665         ircnet #sylpheed, with christoph spotting some issues with the
13666         original code, and melvin allowing us to lobotomize his sylpheed.
13667
13668         * src/syldap.[ch], src/main.c
13669                 fix race problem in ldap search thread by deferring GUI 
13670                 stuff to main thread using gtk_idle_add()
13671
13672 2001-10-13 [paul]       0.6.3claws14
13673
13674         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13675                 add Sergey's smtpcred.patch
13676                 adds separate username/password setting for SMTP Auth
13677                 needed by some servers
13678                 (closes feature request #471659)
13679
13680 2001-10-13 [paul]       0.6.3claws13
13681
13682         * src/pgptext.[ch] **NEW FILES**
13683         * src/Makefile.am, src/messageview.c, src/mimeview.c
13684                 decrypt ascii-armored gpg text embedded in
13685                 the message body.
13686                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13687
13688 2001-10-13 [christoph]  0.6.3claws12
13689
13690         * README.claws
13691                 some more details on default to and
13692                 feature requests
13693         * src/main.c
13694                 init glib threading when ldap is used
13695         * src/syldap.c
13696                 threading fixes
13697         * po/de.po
13698                 fixed a typo
13699
13700 2001-10-12 [paul]       0.6.3claws11
13701
13702         * src/prefs_common.[ch], src/rfc2015.c
13703                 enable ascii-armored gpg text to be embedded in the
13704                 message body, selectable through the 'Privacy'
13705                 preferences. Supports encrypting only.
13706                 Submitted by Ravemax <ravemax@dextrose.com>
13707
13708 2001-10-12 [paul]       0.6.3claws10
13709
13710         * sync with sylpheed 0.6.3cvs6
13711                 see ChangeLog entries 2001-10-11 and 2001-11-12
13712
13713         * src/folderview.c
13714                 incorporated mbox folders, scoring, and folder
13715                 properties into the sync
13716
13717 2001-10-12 [darko]      0.6.3claws9
13718
13719         * README.claws
13720                 describe quotation wrapping
13721         * src/compose.c
13722                 don't treat tab as space to calculate line length properly
13723
13724 2001-10-11 [alfons]
13725
13726         * README.claws
13727                 correct description of how to make new filtering system work,
13728                 add some other things
13729                 
13730         * src/syldap.c
13731                 remove sched_yield() (not necessary / unportable)
13732
13733 2001-10-11 [paul]       0.6.3claws8
13734
13735         * sync with sylpheed 0.6.3cvs3
13736                 see ChangeLog entry 2001-10-10
13737
13738 2001-10-10 [christoph]  0.6.3claws7
13739
13740         * .cvsignore
13741                 ignore 2 files created by newer autotools
13742         * src/prefs_folder_item.c
13743                 using table for widget alignment
13744                 fixed memory leak and broken octal display
13745         * src/filesel.c
13746                 fixed segfault caused by lost filename
13747                 workaround (closes bug #469551)
13748
13749 2001-10-10 [paul]       0.6.3claws6
13750
13751         * sync with sylpheed 0.6.3cvs2
13752                 see ChangeLog entries 2001-10-09 and 2001-10-10
13753
13754 2001-10-10 [darko]      0.6.3.claws5
13755
13756         * src/gtkstext.c
13757                 proper calculation of right margin if smart wrapping is enabled
13758         * src/compose.c
13759                 automatically wrap long lines if wrap quotation is enabled
13760
13761 2001-10-09 [alfons]     0.6.3.claws4
13762
13763         * src/summaryview.c
13764                 select correct row when deleting last row in the summary view (and
13765                 close bug "[ #469104 ] select second last in list when deleting")
13766
13767 2001-10-09 [paul]       0.6.3claws3
13768
13769         * sync with sylpheed 0.6.3cvs1
13770                 updated some autotool scripts
13771
13772 2001-10-09 [darko]      0.6.3claws2
13773
13774         * src/gtkstext.[ch]
13775                 new name and mark with Sylpheed comment
13776         * src/compose.c
13777                 smart quotation wrapping a-la VIM
13778
13779 2001-10-08 [paul]       0.6.3claws1
13780
13781         * sync with sylpheed 0.6.3 release
13782                 see ChangeLog entry 2001-10-08
13783
13784 2001-10-08 [paul]       0.6.2claws24
13785
13786         * src/summaryview.c
13787                 more sync with sylpheed 0.6.2cvs12
13788                 Fixed the bug that didn't select the last row correctly
13789
13790
13791 2001-10-07 [paul]       0.6.2claws23
13792
13793         * sync with sylpheed 0.6.2cvs12
13794                 see ChangeLog entry 2001-10-07
13795
13796 2001-10-06 [match]
13797         * src/jpilot.[ch]
13798                 enable jpilot to read unsynch'ed addresses.
13799
13800         * src/editldap_basedn.c
13801                 fix segfault when opening dialog.
13802
13803 2001-10-06 [alfons]     0.6.2.claws22
13804
13805         * src/summaryview.c
13806                 fix bug with summary view selecting last *inserted*
13807                 node instead of last *visible* node. remember we
13808                 work with a tree
13809
13810 2001-10-06 [paul]       0.6.2claws21
13811
13812         * po/pt_BR.po
13813                 updated translation, contains some fixes and new
13814                 translations, submitted by Gustavo Noronha Silva
13815                 <kov@debian.org>
13816
13817         * src/prefs_common.c
13818                 change 'each' to 'every' - fix dubious English
13819
13820         * sync with sylpheed 0.6.2cvs11
13821
13822 2001-10-05 [alfons]     0.6.2claws20
13823
13824         * src/mainwindow.[ch], src/folderview.c
13825                 make composite tool button switch between "Compose News"
13826                 and "Compose Mail" depending on selected folder
13827                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13828
13829 2001-10-05 [paul]       0.6.2claws19
13830
13831         * src/mainwindow.c, src/summaryview.c
13832                 fix 'Message/Reply to all', broken in last commit
13833
13834         * src/compose.c
13835                 fix X_BEENTHERE seg fault, thanks to Alfons
13836
13837 2001-10-04 [paul]       0.6.2claws18
13838
13839         * src/compose.[ch], src/mainwindow.c
13840                 make "Message/Reply" reply to mailing lists; matches
13841                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13842                 based on portions of the patch submitted by
13843                 Junichi Uekawa <dancer@netfort.gr.jp>
13844
13845 2001-10-04 [darko]      0.6.2claws17
13846
13847         * src/compose.c
13848                 better smart wrapping
13849         * src/gtkstext.[hc]
13850                 a function to make text buffer contiguous
13851
13852 2001-10-03 [paul]       0.6.2claws16
13853
13854         * sync with sylpheed 0.6.2cvs10
13855
13856 2001-10-02 [alfons]
13857
13858         * configure.in
13859         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13860                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13861                 references to chinese translations (hope someone picks up
13862                 this)
13863
13864 2001-10-02 [christoph]  0.6.2claws15
13865
13866         * src/compose.c
13867                 fixed non translated header bug
13868         * ChangeLog.claws
13869                 fixed wrong date in alfons last entry ;)
13870
13871 2001-10-02 [alfons]     0.6.2claws14
13872
13873         * src/compose.c, src/prefs_common.[ch]
13874                 add block cursor option
13875
13876 2001-10-02 [paul]       0.6.2claws13
13877
13878         * sync with sylpheed 0.6.2cvs9
13879
13880 2001-09-30 [paul]       0.6.2claws12
13881
13882         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13883                 updated translations
13884
13885         * po/POTFILES.in
13886                 add 'src/importldif.c'
13887
13888         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13889                 added eudora-to-vCard conversion tool
13890                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13891
13892         * sync with sylpheed 0.6.2cvs8
13893
13894 2001-09-30 [paul]
13895
13896         * sylpheed-0.6.2claws released
13897
13898 2001-09-27 [melvin]     0.6.2claws11
13899
13900         * src/gtkspell.c
13901                 fixed crash when using default path (introduced 
13902                 in 0.6.2claws10)
13903                 fixed tiny bug for initial suggestion mode
13904
13905 2001-09-27 [melvin]     0.6.2claws10
13906         
13907         * src/gtkspell.c
13908                 fixed bug where gtkpspell didn't set the path correctly
13909
13910         * README.claws
13911                 added a paragraph about spell checking
13912                 
13913
13914
13915 2001-09-27 [paul]       0.6.2claws9
13916
13917         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13918                 replace '// comments' with '/* comments */' to prevent
13919                 some compiler warnings 
13920
13921         * sync with sylpheed 0.6.2cvs6
13922
13923 2001-09-26 [alfons]     0.6.2claws8
13924
13925         * src/messageview.c
13926                 introduce return receipt request notification again,
13927                 which was lost because of other semantics in 
13928                 procheader_parse() (???)
13929
13930 2001-09-26 [christoph]  0.6.2claws7
13931
13932         * src/compose.c
13933                 replace comments for old code with #if 0
13934                 readded auto cc, bcc and reply-to
13935         * src/prefs_matcher.c
13936         * src/prefs_scoring.c
13937                 removed some definition (was moved to
13938                 prefs.h)
13939
13940 2001-09-26 [paul]       0.6.2claws6
13941
13942         * src/mainwindow.c
13943                 make 'Follow-up and reply to' sensitive
13944
13945         * more sync with sylpheed 0.6.2cvs5
13946
13947 2001-09-25 [melvin]
13948
13949         * 0.6.2claws5
13950
13951         * src/gtkspell.c
13952                 fixed bug for "US-ASCII" introduced by the encoding code
13953
13954 2001-09-25 [paul]
13955
13956         * 0.6.2claws4
13957
13958         * src/prefs_common.[ch], src/summaryview.c
13959                 'next unread msg' 'go to next folder?' dialog can be
13960                 given default behaviour, either always show dialog,
13961                 or assume 'yes', or assume 'no'
13962                 Submitted by wwp <subscript@free.fr>
13963
13964 2001-09-25 [melvin]
13965                 
13966         * src/compose.c src/gtkspell.[ch]
13967                 added support for different encodings
13968
13969 2001-09-25 [paul]
13970
13971         * more sync with sylpheed 0.6.2cvs5
13972
13973 2001-09-24 [alfons]
13974         
13975         * src/prefs_folder_item.c
13976                 add check for item->prefs->default_to string is NULL and
13977                 add another check when freeing this string
13978
13979 2001-09-24 [paul]
13980
13981         * configure.in
13982                 change to version 0.6.2claws3
13983
13984         * sync with sylpheed 0.6.2cvs5 
13985
13986 2001-09-24 [match]
13987         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13988                 import LDIF files.
13989         * src/addrcache.[ch], addrindex.[ch]
13990                 small update for future
13991         * src/addrbook.c
13992                 fix test XML file.
13993
13994 2001-09-24 [melvin]
13995         * src/gtkspell.[ch]
13996                 added 'Learn from mistakes' option
13997                 better handling of quotes in checked words
13998                 sorted dict list
13999         * po/fr.po
14000                 small update for spell checking stuff
14001
14002 2001-09-23 [alfons]
14003         
14004         * src/gtkspell.c
14005                 edit a little bit so it complies more with main coding style
14006
14007 2001-09-23 [alfons]
14008
14009         * src/folder.[ch], prefs_folder_item.c, compose.c
14010                 migrate "request return receipt" folder property
14011                 to folderlist.xml
14012
14013 2001-09-22 [alfons]
14014
14015         * README.claws **NEW**
14016                 (add things of interest for users of main branch 
14017                 and claws here)
14018
14019         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14020                 re-implement threading per folder option, but store 
14021                 the setting in folderlist.xml (where it belongs)
14022
14023 2001-09-21 [melvin]
14024
14025         * src/gtkspell.[ch]
14026                 fixed bug when compose window is under another window
14027         * src/prefs_common.[ch] src/compose.c
14028                 changed 'dictionary_path' to 'dictionary' to be consistent
14029                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14030         * ac/pspell.m4 src/Makefile.am 
14031                 dropped PSPELL_PATH macro
14032         * po/fr.po
14033                 updated translations
14034
14035 2001-09-21 [christoph]
14036
14037         * src/compose.c
14038                 added border around header fields
14039                 keep header type when new field is added
14040
14041 2001-09-20 [christoph]
14042
14043         * src/utils.[ch]
14044                 more portable debug_print with source filename
14045                 and linenumber
14046         * src/procmsg.c
14047                 more newlines after debug messages
14048
14049 2001-09-20 [paul]
14050
14051         * configure.in
14052                 change to version 0.6.2claws2
14053
14054         * sync with sylpheed 0.6.2cvs3
14055
14056 2001-09-19 [melvin]
14057
14058         * src/gtkspell.c
14059                 fixed the post-right-click focus pb
14060                 fixed crash when 'Spell check all' after dict change 
14061                         and when cursor is at the end of the text
14062                 shift-right-click pops up config menu even on misspelled words.
14063         * po/POTFILES.in
14064                 added gtkspell.c
14065
14066 2001-09-19 [melvin]
14067
14068         * src/about.c
14069                 added pspell to compiled-in features list
14070
14071 2001-09-18 [melvin]
14072
14073         * switched to pspell and dropped ispell
14074         * ac/pspell.m4
14075                 new file. autoconf macro for pspell
14076         * ac/Makefile.am 
14077         * configure.in acconfig.h
14078                 added pspell support
14079         * src/Makefile.am
14080         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14081         * src/prefs_common.[ch] 
14082                 added pspell support
14083
14084 2001-09-18 [christoph]
14085
14086         * src/addr_compl.c
14087         * src/template.[ch]
14088                 replace LOG_MESSAGE with debug_print
14089         * src/compose.[ch]
14090                 gui improvements
14091         * src/menu.c
14092                 added newline after debug message
14093         * src/utils.h
14094                 using __VA_ARGS__ for debug_print macro
14095         * tools/.cvsignore
14096                 ignore Makefile and Makefile.in
14097
14098 2001-09-18 [paul]
14099
14100         * configure.in
14101                 change to version 0.6.2claws1
14102         * sync with sylpheed 0.6.2cvs1
14103
14104         * src/matcher.c 
14105         * src/prefs_matcher.c
14106                 add 'score equal to' option, submitted by
14107                 Paul Evans <nerd@freeuk.com>
14108
14109 2001-09-15 [christoph]
14110
14111         * src/mainwindow.c
14112                 comment out menu entry not existing in claws
14113         * src/menu.c
14114                 add debug output for non existing menu entries
14115         * src/summaryview.c
14116                 fix next/prev unread message for ignored threads
14117         * src/utils.[ch]
14118                 add sourcefile and line number to debug output
14119                 otherwise it is sometimes hard to find the
14120                 source code part if debug messages are translated
14121
14122 2001-09-14 [darko]
14123         
14124         * src/folderview.c
14125                 refresh target folder style after colour is changed
14126
14127 2001-09-13 [paul]
14128
14129         * configure.in
14130                 change to version 0.6.1claws3
14131
14132         * sync with sylpheed 0.6.1cvs6
14133
14134 2001-09-13 [darko]
14135         
14136         * src/folderview.c
14137                 fix target folder colourization to use user selected colour
14138
14139 2001-09-12 [darko]
14140         
14141         * src/summaryview.c
14142                 fix crash when message that is marked for copy/move is unmarked
14143
14144 2001-09-09 [paul]
14145
14146         * configure.in
14147                 change to version 0.6.1claws2
14148
14149         * sync with sylpheed 0.6.1cvs3
14150
14151 2001-09-09 [alfons]
14152         
14153         * src/folderview.c
14154                 fix bug with default font used for trash folder text
14155
14156 2001-09-06 [paul]
14157
14158         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14159                 updated translations
14160
14161         * configure.in
14162                 change to version 0.6.1claws1
14163
14164         * sync with sylpheed 0.6.1cvs2
14165
14166 2001-09-03 [paul]
14167
14168         * po/POTFILES.in
14169                 add Match's new addressbook
14170
14171         * po/de.po
14172                 updated translation submitted by Jens Oberender
14173
14174 2001-09-02 [paul]
14175
14176         * configure.in
14177                 change to 0.6.1claws
14178         * sync with sylpheed 0.6.1 release
14179
14180 2001-09-02 [paul]
14181
14182         * configure.in
14183                 change to 0.6.0claws2
14184
14185         * sync with sylpheed 0.6.0cvs4
14186
14187         * po/pt_BR.po
14188                 updated translation submitted by Fabio Junior Beneditto
14189
14190 2001-09-01 [match]
14191         * pixmaps/
14192                 interface.xpm
14193                 book.xpm
14194                 address.xpm
14195         * src/
14196                 Makefile.am
14197                 a ton of new files
14198
14199 2001-08-31 [paul]
14200
14201         * configure.in
14202                 change to version 0.6.0claws1
14203
14204         * sync with sylpheed 0.6.0cvs1
14205
14206         * po/es.po
14207                 updated translation submitted by Ricardo Mones Lastra
14208
14209         * po/POTFILES.in
14210                 add 'src/prefs_templates.c'
14211
14212         * src/compose.c, src/summaryview.c
14213                 fix segfault on 'Re_edit'               
14214
14215 2001-08-30 [alfons]
14216
14217         * configure.in, Makefile.am
14218         * tools/Makefile.am
14219                 add tools directory to source distribution
14220
14221 2001-08-30 [paul]
14222
14223         * configure.in
14224                 change to version 0.6.0claws
14225
14226         * sync with sylpheed 0.6.0 release
14227
14228 2001-08-30 [christoph]
14229
14230         * configure.in
14231                 removed autoconf version check
14232
14233 2001-08-30 [paul]
14234
14235         * src/account.c, src/compose.c, src/prefs_common.[ch]
14236         * src/procheader.[ch] src/utils.[ch]
14237                 Enhanced automatic account selection on replies
14238                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14239
14240         * configure.in
14241                 add LDAP and JPilot to the configuration results output.
14242
14243 2001-08-29 [christoph]
14244
14245         * src/summeryview.c
14246                 no bold font for ignored threads
14247
14248 2001-08-29 [paul]
14249
14250         * configure.in
14251                 change to version 0.5.3claws6
14252
14253         * sync with sylpheed 0.5.3cvs10
14254                 src/stringtable.[ch]: New Files
14255
14256         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14257         * src/pixmaps/sylpheed.xpm
14258                 add mini-icons to windows (by Alfons)
14259
14260 2001-08-27 [paul]
14261
14262         * src/mainwindow.c
14263                 new functions: next_labeled_cb(), prev_labeled_cb()
14264
14265         * src/summaryview.c
14266                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14267                 summary_select_next_labeled(), summary_select_prev_labeled()
14268
14269         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14270                 give claws blue folders and a blue trash can
14271
14272 2001-08-27 [paul]
14273
14274         * configure.in
14275                 change to version 0.5.3claws5
14276
14277         * sync with sylpheed 0.5.3cvs9
14278                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14279
14280 2001-08-24 [christoph]
14281
14282         * src/filesel.c
14283                 keep filename when browsing directories
14284                 (not working for user entered filename, but
14285                  for default name and selected filename from
14286                  file list)
14287         * src/mainwindow.c
14288                 fixed wrong spelling "Folllow-up"
14289         * src/mbox_folder.c
14290         * src/procmsg.c
14291         * src/summaryview.c
14292                 fixed new/unread message count with ignored
14293                 threads (2 commits, first didn't notice no
14294                 longer needed decreasing)
14295         * src/inc.c
14296                 readded scrolling of progress dialog
14297                 (lost in sync)
14298
14299 2001-08-24 [paul]
14300
14301         * configure.in
14302                 change to 0.5.3claws4
14303
14304         * sync with sylpheed 0.5.3cvs7
14305
14306 2001-08-24 [christoph]
14307
14308         * src/compose.c
14309                 set request return receipt when replying
14310                 if it is set is the folder prefs of the
14311                 message
14312         * src/inc.c
14313                 disable final error popup if popups are
14314                 disabled in config (again)
14315
14316 2001-08-23 [paul]
14317
14318         * configure.in
14319                 Change version number to 0.5.3claws3
14320
14321         * sync with sylpheed 0.5.3cvs5
14322
14323         * src/mimeview.c
14324                 double quote '%s' in 'gedit %s' to fix bug when
14325                 opening attachment with spaces in the name
14326
14327 2001-08-22 [alte]
14328         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14329           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14330                 initial message templates support
14331
14332
14333 2001-08-22 [paul]
14334
14335         * configure.in
14336                 change version number to 0.5.3claws2
14337
14338         * sync with sylpheed 0.5.3cvs4
14339
14340         * src/procmsg.h src/summaryview.c
14341                 re-implement (un)ignore thread
14342
14343 2001-08-21 [paul]
14344
14345         * src/summaryview.c
14346                 remove unnecessary code
14347         * src/compose.c
14348                 enable 'dynamic' signatures (submitted by
14349                 Eric Limpens <eric@hscg-internet.nl>)
14350
14351 2001-08-21 [paul]
14352
14353         clean up after sync with sylpheed 0.5.3 release
14354
14355         * src/folderview.c
14356                 fix re-introduced font mess, see Christoph's
14357                 entry 2001-06-24
14358
14359         * src/summaryview.c
14360                 remove prev_msgnum
14361                 use sylpheed's small font instead of
14362                 gtk default font for summary view
14363
14364
14365 2001-08-17 [paul]
14366
14367         * configure.in
14368                 add pl to ALL_LINGUAS - sync with main branch
14369
14370         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14371                 Updated. Translations by Jens Oberender, Ricardo Mones
14372                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14373
14374         * po/pl.po  ** NEW FILE **
14375                 sync with the main branch
14376
14377         * src/folderview.c
14378                 fix target folder colorizing and refresh problem
14379
14380
14381 2001-08-17 [christoph]
14382
14383         * src/mainwindow.c
14384                 claws uses 4 colors for target folder coloring.
14385                 arrays were not long enough and destroyed the
14386                 stack causing a segfault.
14387                 target folder colorizing does not work anymore
14388                 for me
14389
14390 2001-08-16 [paul]
14391
14392         * configure.in
14393                 change to version 0.5.3claws1
14394
14395         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14396           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14397           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14398
14399                 sync with sylpheed 0.5.3 release, but keep claws method of
14400                 configuring/saving fonts
14401
14402         * src/addressbook.[ch]
14403                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14404                 in line with a similar change in Hiroyuki's branch
14405
14406         * src/mainwindow.[ch]
14407                 disable main_window_set_thread_option()
14408         * src/prefs_folder_item.c
14409                 comment out &tmps_prefs.enable_thread,
14410         * src/mbox_folder.c, src/procmsg.[ch]
14411                 comment out MSG_IS_IGNORE_THREAD
14412         * src/summaryview.c
14413                 comment out summary_ignore_thread() and summary_unignore_thread()
14414                 comment out MSG_IS_IGNORE_THREAD
14415
14416                 use Hiroyuki's threading instead.
14417
14418
14419
14420 2001-08-15 [paul]
14421
14422         * src/account.c
14423                 use Hiroyuki's 0.5.3 column scheme but also
14424                 include the enable/disable button.
14425         * src/pixmaps/mark.xpm
14426                 add Hiroyuki's amended pixmap
14427
14428 2001-08-13 [christoph]
14429
14430         * src/account.c
14431                 receive at get all column showed wrong state for APOP
14432                 button should only work for POP3 and APOP accounts
14433         * src/prefs_account.c
14434                 added missing preprocessor statement for SSL
14435
14436 2001-08-12 [paul]
14437
14438         * src/account.[ch]
14439                 add 'receive at get all' column and enable/disable
14440                 button.
14441
14442 2001-08-06 [christoph]
14443
14444         * src/account.c
14445                 show usage of SSL in protocol column
14446
14447         * src/imap.c
14448         * src/inc.c
14449                 renamed ssl options
14450
14451         * src/prefs_account.[ch]
14452                 moved ssl options to a new page
14453
14454         * src/send.c
14455         * src/smtp.c
14456         * src/ssl.[ch]
14457                 renamed ssl options
14458                 added support for SMTP STARTTLS command
14459
14460 2001-08-05 [christoph]
14461
14462         * configure.in
14463                 debian autoconf needs version check to find
14464                 correct autoconf version. if the file is
14465                 named configure.in 2.13 is used, which does
14466                 not work with this configure.in script.
14467                 other solution would be to rename the script
14468                 to configure.ac as suggested in the autoconf
14469                 manual.
14470
14471         * src/inc.c
14472                 disable final error popup if popups are
14473                 diabled in config
14474
14475         * src/socket.c
14476                 bugfix in ssl_gets
14477                 fixes IMAP over SSL problem
14478
14479 2001-08-03 [paul]
14480
14481         * configure.in
14482                 change to 0.5.2claws1
14483
14484         * sync with sylpheed 0.5.2cvs1
14485
14486 2001-08-02 [alfons]
14487
14488         * configure.in
14489                 quick fix for ispell detection...
14490
14491 2001-08-01 [paul]
14492
14493         * configure.in
14494                 change to 0.5.1claws4
14495
14496         * sync with sylpheed 0.5.1cvs7
14497
14498 2001-07-31 [alfons]
14499
14500         * src/prefs_common.c, src/prefs_common.h, 
14501           src/gtkspell.c, src/gtkspell.h
14502                 add global spelling checker settings (compose tab) +
14503                 selection of dictionary 
14504           
14505         * configure.in  
14506                 guess valid ispell location
14507
14508 2001-07-31 [paul]
14509
14510         * po/POTFILES.in
14511                 removal of 'src/quote_fmt_parse.c'
14512         * po/de.po
14513                 Updated de.po
14514                 (submitted by Jens Oberender <didge@suse.de>)
14515
14516 2001-07-31 [darko]
14517
14518         * src/folder.[ch]
14519         * src/folderview.[ch]
14520         * src/mainwindow.c
14521         * src/mh.c
14522         * src/prefs_common.[ch]
14523         * src/summaryview.c
14524                 target folder colourization
14525
14526 2001-07-30 [paul]
14527
14528         more sync with Sylpheed 0.5.1cvs6 
14529
14530 2001-07-30 [darko]
14531
14532         * src/mh.c
14533         * src/prefs_folder_item.[hc]
14534         * src/summaryview.c
14535                 shared folders support with a GUI
14536
14537 2001-07-29 [paul]
14538
14539         0.5.1claws3
14540
14541         * sync with Sylpheed 0.5.1cvs6
14542
14543 2001-07-29 [paul]
14544
14545         * po/pt_BR.po
14546                 updated
14547                 (submitted by Fabio Junior Beneditto)
14548
14549 2001-07-28 [paul]
14550
14551         * src/procmime.c
14552         * AUTHORS
14553                 patch to correct bad image mime headers
14554                 (submitted by Don Quijote <dq@searchlores.org>)
14555
14556 2001-07-28 [paul]
14557
14558         * tools/gif2xface.pl   **NEW FILE**
14559         * tools/README
14560                 script to convert file.gif to file.xface for
14561                 use in a custom header.
14562                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14563
14564 2001-07-27 [alfons]
14565         
14566         * configure.in
14567                 change macros for detecting JPilot and LDAP
14568
14569 2001-07-27 [christoph]
14570
14571         * src/filtering.c
14572                 code cleanup (MIN / MAX warning, needed casting)
14573
14574 2001-07-27 [alfons]
14575
14576         * procheader.c
14577                 disallow setting flags when detecting certain headers
14578                 (X-Status, Status, Seen, X-Seen). 
14579         
14580         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14581
14582 2001-07-27 [christoph]
14583
14584         * src/prefs_filter.c
14585         * src/prefs_filtering.c
14586         * src/prefs_matcher.c
14587         * src/prefs_scoring.c
14588                 scroll list when moving rows up or down
14589
14590         * src/imap.c
14591         * src/imap.h
14592         * src/prefs_account.c
14593         * src/prefs_account.h
14594         * src/send.c
14595                 SMTP over SSL (untested, feedback requested)
14596                 IMAP over SSL
14597
14598         * src/ssl.c
14599                 code cleanup
14600
14601 2001-07-26 [alfons]
14602         
14603         * configure.in, acconfig.h
14604                 define CLAWS (need this for main / claws detection)
14605
14606 2001-07-25 [alfons]
14607
14608         * configure.in
14609                 Sylpheed 0.5.1claws2
14610                 
14611         * sync with Sylpheed 0.5.1cvs4
14612
14613 2001-07-25 [christoph]
14614
14615         * src/scoring.c
14616                 fixed segfault
14617                 item->prefs == NULL (don't know why)
14618
14619 2001-07-25 [alfons]
14620
14621         * configure.in
14622                 Sylpheed 0.5.1claws1
14623
14624         * sync with Sylpheed 0.5.1cvs1-3
14625
14626 2001-07-24 [christoph]
14627
14628         * src/folderview.c
14629         * src/prefs_folder_item.[ch]
14630                 added folderitem preferences dialog with
14631                 default To: and auto request return receipt
14632
14633         * src/compose.[ch]
14634         * src/menu.[ch]
14635                 changes to handle new folderitem preferences
14636
14637         * src/mainwindow.c
14638         * src/summaryview.c
14639                 call compose new mail with current folderitem
14640
14641 2001-07-24 [alfons]
14642
14643         Release Sylpheed 0.5.1claws
14644
14645         * configure.in
14646                 change to release version 0.5.1claws
14647
14648 2001-07-24 [christoph]
14649
14650         * src/summaryview.c
14651                 fixed segfault that happend when the selected
14652                 message was removed while retrieving new messages.
14653
14654         * po/es.po
14655                 updated translation
14656                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14657
14658 2001-07-22 [alfons]
14659
14660         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14661         this is a work in progress, for more information: http://nlpagan.net/sylman 
14662         
14663         * configure.in, src/mainwindow.c, manual/Makefile.am
14664                 add support for English manual
14665
14666         * AUTHORS
14667                 add authors of user manuals
14668
14669         * manual/en/sylpheed*.html
14670                 add English documentation
14671
14672 2001-07-22 [christoph]
14673
14674         * po/POTFILES.in
14675                 added src/ssl.c
14676         * src/ssl.c
14677                 changed a wrong debug message
14678
14679 2001-07-22 [alfons]
14680
14681         * po/nl.po
14682                 update Dutch translation
14683
14684         * src/prefs_filtering.c, 
14685           src/prefs_matcher.c
14686                 add more translatable strings           
14687
14688 2001-07-21 [alfons]
14689
14690         0.5.0claws7
14691
14692         * configure.in
14693                 change version
14694
14695         * src/inc.c, src/summaryview.[ch]
14696                 prevent update of mark file when filtering has done, by
14697                 using a variable; this affects two functions:
14698                         inc.c::inc_finished()
14699                         summaryview.c::summary_show()
14700
14701 2001-07-20 [alfons]
14702
14703         * src/filtering.[ch], src/prefs_filtering.c, 
14704           src/matcher.[ch]
14705                 add filtering action for label coloring 
14706
14707         * po/POTFILES.in
14708                 add labelcolors.c
14709
14710         * added src/labelcolors.c
14711         * added src/labelcolors.h
14712         * src/Makefile.am, src/summaryview.c
14713                 rearrange label coloring code
14714
14715         * src/procmsg.h
14716                 add more parentheses so label colouring works correctly
14717
14718         * src/filtering.c
14719                 don't really delete message, but move it to Trash
14720
14721         * src/prefs_matcher.c
14722                 add quote options to info dialog
14723
14724 2001-07-20 [christoph]
14725
14726         * src/Makefile.am
14727         * src/inc.c
14728         * src/main.[ch]
14729         * src/socket.h
14730         * src/ssl.[ch] (new)
14731                 moved ssl stuff to a seperate file
14732
14733 2001-07-20 [darko]
14734
14735         * src/summaryview.c
14736                 fix show sender using address book with no e-mail
14737                 address in From: field
14738
14739 2001-07-19 [alfons]
14740
14741         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14742                 fix messy handling of escaping... now at least the
14743                 execute command is useful. escape char is '\', we
14744                 accept \n and \r too. 
14745
14746                 Real life example:
14747                 
14748                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14749                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14750
14751 2001-07-18 [alfons]
14752
14753         0.5.0claws6
14754
14755         * src/summaryview.c
14756                 clean up
14757
14758         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14759           src/procmsg.[ch]
14760                 revise filtering; currently move, copy, marking have
14761                 been tested. if you like bleeding edge stuff, you
14762                 should definitely go for this version :)
14763
14764         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14765
14766 2001-07-17 [christoph]
14767
14768         * src/utils.c
14769                 timestamp log
14770
14771 2001-07-17 [alfons]
14772
14773         0.5.0claws5
14774
14775         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14776           bits in the mark file, without affecting either branch. Lots of
14777           files changed, also in claws branch.
14778
14779           UNTESTED: use of mbox folders
14780
14781         * src/summaryview.c
14782                 added mark all read; however this was a quick hack used for
14783                 cleaning up mess after initial merge with Hiroyuki
14784
14785         * configure.in
14786                 change claws version number back to 0.5.0claws5 to clear up 
14787                 confusion & pretension (recent release was technically 
14788                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14789
14790 2001-07-16 [alfons]
14791
14792         sync with Hiroyuki's 0.5.0cvs4
14793
14794 2001-07-16 [alfons]
14795
14796         0.5.1claws3
14797
14798         * src/filtering.[ch]
14799                 remove invalid updating of mark files for 
14800                 filter actions MATCHING_ACTION_MOVE and 
14801                 MATCHING_ACTION_DELETE; this should fix the
14802                 folder update bug
14803                 
14804         * src/procmsg.c
14805                 revert Christoph's stab at fixing the folder 
14806                 update bug
14807
14808         * po/POTFILES.in
14809                 add missing files with translatable strings
14810
14811         * src/summaryview.c
14812                 remove debug print
14813
14814 2001-07-15 [alfons]
14815
14816         * src/addr_compl.[ch], src/prefs_filtering.c
14817                 make "filtering pref dialog's destination entry" an
14818                 "address completable entry", if filter destination is 
14819                 an email address
14820
14821         0.5.1claws2
14822         
14823         sync with Hiroyuki's 0.5.0cvs2-3
14824
14825 2001-07-15 [christoph]
14826
14827         * src/procmsg.c
14828                 fixed folder stats update after incorporation
14829
14830 2001-07-15 [alfons]
14831
14832         * src/summaryview.c
14833                 * finish label colouring stuff (for now)
14834                 * fix incorrect colour bug (off by one) 
14835
14836 2001-07-14 [alfons]
14837
14838         * src/mainwindow.c
14839                 change text labels for news and mail message so there's
14840                 plenty of toolbar estate left
14841
14842         * configure.in
14843                 0.5.1claws1
14844
14845         * src/folderview.c
14846           src/folder.[ch]
14847                 sync with Hiroyuki's 0.5.0cvs1
14848
14849         * src/summaryview.c
14850                 more rewrite label colouring
14851
14852 2001-07-14 [alfons]
14853
14854         * src/summaryview.[ch]
14855                 * start rewrite label colouring 
14856                 * fix proper location "Add Sender To Addressbook" menu item
14857
14858 2001-07-13
14859
14860         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14861         (actually this is 0.5.0claws4)
14862
14863 2001-07-13 [alfons]
14864
14865         * po/pt_BR.po
14866                 * fix duplicate message
14867                 * add updated Portugese / Brazilian translation
14868                   submitted by Fabio Junior Beneditto
14869
14870 2001-07-12 [alfons]
14871
14872         * AUTHORS
14873                 add Jens
14874
14875         * po/nl.po
14876                 add updated Dutch translation
14877
14878         * po/de.po
14879                 add updated German translation submitted by Jens
14880
14881 2001-07-11 [alfons]
14882
14883         Prerelease before 0.5.0claws. Please test.
14884         This version is temporarily tagged as VERSION_0_5_0_TEST
14885
14886         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14887           src/prefs_scoring.c, src/prefs_matcher.c, 
14888           src/prefs_filtering.c, src/mbox.c, 
14889           src/main.c, src/inc.c, src/filtering.[ch]
14890                 revert new Hoa's new matcher (does not work yet)
14891
14892         * src/Makefile.am
14893                 clean up
14894
14895 2001-07-10
14896
14897         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14898
14899
14900 2001-07-10 [alfons]
14901
14902         * Makefile.am
14903                 add ChangeLog.claws to EXTRA_DIST
14904         * src/Makefile.am
14905                 add matcher_parser_parse.h to EXTRA_DIST
14906
14907 2001-07-10 [christoph]
14908
14909         * src/inc.c
14910                 add destination folder to table of
14911                 folders that need to be updated after
14912                 incorporation
14913
14914 2001-07-10 [alfons]
14915
14916         * folder.[ch]
14917           folderview.c
14918                 make collapse state of folders and folder items persistent, i.e.
14919                 if you collapse a folder tree, the next time sylpheed-claws starts 
14920                 up the folder tree remains collapsed.  
14921                 
14922 2001-07-10 [christoph]
14923
14924         * acconfig.h
14925         * configure.in
14926                 added --enable-ssl
14927         * src/md5.[ch]
14928                 renamed MD5_CTX to MD5_CTX_syl
14929                 conflicts with a struct in openssl
14930         * src/inc.c
14931         * src/main.[ch]
14932         * src/prefs_account.[ch]
14933         * src/socket.[ch]
14934                 SSL support for POP
14935         * src/mainwindow.c
14936                 fixed compose with current account
14937                 broken by new compose button stuff
14938
14939 2001-07-09 [hoa]
14940
14941         * AUTHORS
14942                 changed my email address
14943
14944         * src/matcher_parser_parse.y
14945                 clean the parser to remove conflicts
14946
14947 2001-07-09 [alfons]
14948
14949         * AUTHORS
14950                 add Match Grun
14951
14952         * configure.in
14953                 fix incorrect description of --enable-ldap parameter
14954
14955         * src/prefs_common.[ch]
14956           src/compose.c
14957                 add experimental option "smart wrapping" which makes the
14958                 compose editor auto wrap.
14959                 
14960                 | TODO: the problem with the buggy cursor handling is caused |
14961                 | by the GtkText. when deleting / backspacing text its       |
14962                 | wrapping algorithm does not take in account the previous   |
14963                 | line. should find a way to hack this in.                   |
14964                 | or should perhaps combine this with the word wrapping      |
14965                 | patch i wrote in january.                                  |
14966
14967         * src/about.c
14968                 show build parameters for LDAP and JPilot
14969
14970         * src/summaryview.c
14971                 revert Christoph's bugfix for selecting next unread message, 
14972                 because folder stats aren't updated correctly
14973
14974 2001-07-08 [hoa]
14975
14976         * src/filtering.c
14977         * src/mainwindow.c
14978         * src/matcher.c
14979         * src/matcher_parser_lex.l
14980         * src/matcher_parser_parse.y
14981         * src/prefs_filtering.c
14982         * src/prefs_scoring.c
14983         * src/scoring.c
14984                 bugfix of the config file parser
14985
14986 2001-07-08 [alfons]
14987
14988         * src/Makefile.am
14989                 added generated matcher sources to BUILT_SOURCES
14990
14991 2001-07-08 [hoa]
14992
14993         * src/Makefile.am
14994         * src/.cvsignore
14995                 added new config file parser
14996
14997         * src/scoring.[ch]
14998         * src/filtering.[ch]
14999         * src/matcher.[ch]
15000         * src/prefs_filtering.c
15001         * src/prefs_matcher.c
15002         * src/prefs_scoring.c
15003         * added src/matcher_parser.h
15004         * added src/matcher_parser_lex.h
15005         * added src/matcher_parser_lex.l
15006         * added src/matcher_parser_parse.y
15007                 lex & yacc config file parser
15008
15009         * src/mbox.c
15010         * src/inc.c
15011         * src/main.c
15012                 changes prefs_filtering into global_filtering           
15013
15014         * src/summaryview.c
15015                 build threads with subjects only if "Re: " is at the
15016                 beginning of the subject
15017
15018 2001-07-07 [paul]
15019
15020         0.5.0claws
15021
15022         sync with sylpheed 0.5.0
15023                 change of version number only
15024
15025 2001-07-06 [paul]
15026
15027         0.5.0claws5
15028
15029         sync with sylpheed 0.5.0pre5
15030
15031 2001-07-05 [paul]
15032
15033         sync with sylpheed 0.5.0pre4 release
15034                 /po and /manual/ja not sync'ed
15035
15036 2001-07-04 [paul]
15037
15038         more sync with sylpheed 0.5.0pre4
15039
15040 2001-07-03 [christoph]
15041
15042         * src/addressbook.c
15043                 fixed address book broken by address book
15044                 for VCard, JPilot, LDAP
15045
15046 2001-07-03 [alfons]
15047
15048         * src/matcher.c
15049         * src/textview.c
15050                 stopped memory leaks
15051
15052 2001-07-03 [paul]
15053
15054         more sync with sylpheed 0.5.0pre4
15055
15056 2001-07-02 [match]
15057
15058         * included address book patch for VCard, JPilot, LDAP
15059         * pref_common.c - fixed Font options on Display tab (cosmetic)
15060         * alertpanel.c - fixed truncated message
15061
15062 2001-07-02 [christoph]
15063
15064         * src/mbox_folder.c
15065         * src/procmsg.[ch]
15066         * src/summaryview.c
15067                 mark threads for ignoring
15068
15069 2001-07-02 [paul]
15070
15071         0.5.0claws4
15072
15073         * sync with sylpheed 0.5.0pre4
15074                 updated gettext to 0.10.38.
15075
15076 2001-07-01 [paul]
15077
15078         * src/ mainwindow.c
15079         * src/procmsg.h
15080         * src/summaryview.[ch]
15081                 new right-click option: Label.
15082                 substitute for 'Mark-->Mark/Unmark', colours the line.
15083                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15084
15085 2001-07-01 [christoph]
15086
15087         * src/folderview.c
15088                 fixed font for trash
15089         * src/summaryview.c
15090                 move ctree to unread message
15091
15092 2001-07-01 [paul]
15093
15094         * sync with sylpheed 0.5.0pre3 release
15095
15096 2001-06-30 [alfons]
15097
15098         * src/filesel.[ch]
15099         * src/compose.c
15100                 allow inserting / attaching multiple files in
15101                 the composer window
15102
15103 2001-06-30 [paul]
15104
15105         * src/codeconv.c
15106                 small change to Alfons' previous stuff so that it
15107                 actually makes
15108
15109 2001-06-30 [alfons]
15110
15111         * lots of files changed; first attempt to merge the changes
15112           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15113
15114 2001-06-30 [paul]
15115
15116         * po/pt_BR.po
15117                 updated and completed, translations by Fabio
15118                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15119
15120 2001-06-29 [alfons]
15121
15122         * src/compose.c
15123         * src/mimeproc.[ch]
15124                 allow selecting an attached files' mime type from a 
15125                 list of types.
15126
15127 2001-06-29 [paul]
15128
15129         * more sync with sylpheed 0.5.0pre3
15130
15131 2001-06-29 [paul]
15132
15133         * po/pt_BR.po
15134                 merge with sylpheed.pot and pt_BR.po provided by
15135                 Fabio Junior Beneditto.
15136
15137 2001-06-29 [darko]
15138
15139         * src/procmime.c
15140                 make MIME types case insensitive
15141
15142 2001-06-28 [alfons]
15143
15144         * po/nl.po
15145                 merge with sylpheed.pot and old nl.po; translations added.
15146
15147 2001-06-28 [paul]
15148
15149         * more sync with sylpheed 0.5.0pre3
15150
15151 2001-06-27 [alfons]
15152
15153         * src/summaryview.c
15154                 don't crash when removing parent node of messages
15155                 attracted by subject. this was caused by not deleting
15156                 the parent node from the subject line hash table.
15157
15158 2001-06-27 [alfons]
15159
15160         * src/summaryview.c
15161         * src/compose.[ch]
15162         * src/mainwindow.c
15163                 if there are multiple messages selected, allow forwarding
15164                 them as attachments.
15165
15166 2001-06-27 [paul]
15167
15168         * more sync with sylpheed 0.5.0pre3
15169
15170 2001-06-26 [paul]
15171
15172         0.5.0claws3
15173
15174         * sync with sylpheed 0.5.0pre3
15175
15176 2001-06-25 [paul]
15177
15178         * src/mainwindow.c
15179                 fixed 'compose news article' bug
15180                 from icon-and-text toolbar
15181
15182 2001-06-25 [paul]
15183
15184         * sync with sylpheed 0.5.0pre2 release
15185
15186 2001-06-24 [christoph]
15187
15188         * src/prefs_common.c
15189                 bug fix in font selection
15190         * src/folderview.c
15191                 use sylpheed's normal font instead of
15192                 gtk default font for folders without
15193                 new messages
15194
15195 2001-06-24 [alfons]
15196
15197         * src/mainwindow.[ch]
15198                 added composite compose mail / news button (an idea by Leandro
15199                 Pereira <leandro@linuxmag.com.br>)
15200
15201 2001-06-24 [paul]
15202
15203         Added instructions for ldif-to-xml.py
15204
15205         * tools/README
15206
15207 2001-06-23 [alfons]
15208
15209         Some minor things.
15210
15211         * src/pixmaps/stock_news_compose.xpm
15212                 added pixmap by Leandro
15213         * src/prefs_common.c
15214                 tested built-in spelling checker of GCC 3.0 :)
15215         * po/nl.po
15216                 merged dutch translation of sylpheed-main with
15217                 sylpheed.pot
15218
15219 2001-06-23 [paul]
15220
15221         Added tools directory and files.
15222
15223         * tools/filter_conv.pl
15224                 converts old filter system to new filtering system
15225         * tools/ldif-to-xml.py
15226                 converts netscape addressbook to sylpheed addressbook
15227         * tools/README
15228                 descriptions/instructions for above two files
15229
15230 2001-06-23 [christoph]
15231
15232         * src/inc.c
15233         * src/manage_window.[ch]
15234         * src/prefs_common.[ch]
15235                 mail retrieval dialog can be enabled, disabled
15236                 or hidden if non of sylpheed's windows is active
15237
15238 2001-06-22 [paul]
15239
15240         0.5.0claws2
15241
15242         * sync with sylpheed 0.5.0pre2
15243
15244 2001-06-21 [christoph]
15245
15246         * src/summaryview.c
15247                 show recipient on 'from' for all accounts
15248                 
15249         * src/inc.c
15250         * src/prefs_common.[ch]
15251                 disable error popup on mail receive errors
15252
15253 2001-06-21 [alfons]
15254
15255         * src/compose.c
15256                 made the ruler correctly appear and disappear.
15257
15258         * src/Makefile.am
15259                 removed Hoa's work-in-progress-stuff (interesting!) so 
15260                 claws compiles ok.
15261
15262 2001-06-20 [christoph]
15263
15264         * src/inc.c
15265         * src/progressdialog.c
15266                 added scrolled window for list in progressdialog
15267
15268 2001-06-20 [paul]
15269
15270         sync with sylpheed 0.5.0pre1 release
15271
15272 2001-06-20 [christoph]
15273
15274         * src/summeryview.c
15275                 make building threads by subject work when
15276                 thread view is enabled
15277                 
15278         * src/compose.c
15279         * src/prefs_common.[ch]
15280                 automatically select account for mail replys
15281
15282 2001-06-19 [sergey]
15283
15284         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15285         they are filled in from the account settings.
15286
15287 2001-06-19 [paul]
15288
15289         * more sync with sylpheed 0.5.0pre1
15290
15291 2001-06-18 [alfons]
15292
15293         * src/Makefile.am,
15294           src/procmime.c
15295                 added --sysconfdir to CPPFLAGS for pointing to the correct
15296                 location of mime.types. 
15297
15298                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15299                 or ./configure!
15300
15301 2001-06-18 [hoa]
15302
15303         * src/summaryview.c
15304                 fixed some bug when building threads
15305
15306 2001-06-18 [pau]l
15307
15308         * src/prefs_account.c
15309                 UI stuff: More changes to the English
15310
15311 2001-06-18 [paul]
15312
15313         * src/pixmaps/stock_news_compose.xpm: new file
15314         * src/Makefile.am
15315         * src/mainwindow.c
15316         * src/summaryview.c
15317                 Added new icon for Hoa's 'compose a news
15318                 message', plus minor improvements to the
15319                 English
15320
15321         * po/ja.po
15322         * ChangeLog
15323         * ChangeLog.jp
15324                 more sync with sylpheed 0.5.0pre1
15325
15326 2001-06-18 [hoa]
15327
15328         * src/compose.[ch]
15329         * src/mainwindow.c
15330                 Follow-up and reply to
15331
15332         * src/summaryview.[ch]
15333                 Build threads also with subjects
15334
15335 2001-06-17 [hoa]
15336
15337         * src/compose.c
15338                 forwarding use the current account.
15339
15340         * src/mainwindow.c
15341                 the "compose message" button has been replaced with
15342                 "new mail" and "new news" buttons
15343
15344         * src/prefs_common.[ch]
15345                 added a configuration option to use the forward button
15346                 as "forward as attachment"
15347                 changed reply and forward format description
15348
15349         * src/quote_fmt_lex.l
15350         * src/quote_fmt_parse.y
15351                 added message with no signature in format for reply
15352                 and forward.
15353
15354 2001-06-17 [paul]
15355
15356         Minor UI stuff
15357
15358         * src/mainwindow.c
15359         * src/summaryview.c
15360                 Improvements to the English
15361
15362         * src/prefs_common.c
15363                 Improvements to the English and some
15364                 clarity/continuity improvements in the
15365                 description of Quote symbols.
15366
15367 2001-06-17 [paul]
15368
15369         0.5.0claws1
15370
15371         * sync with sylpheed 0.5.0pre1
15372
15373 2001-06-17 [hoa]
15374
15375         * src/compose.c
15376                 Better interface for compose, displayed fields
15377                 are updated whenever we change account.
15378                 Newsgroups field is automatically filled.
15379
15380         * src/mainwindow.c
15381                 Newsgroups field is automatically filled.
15382
15383         * src/prefs_account.c
15384                 Some interface stuff when fields appear and
15385                 disappear.
15386
15387 2001-06-16 [paul]
15388
15389         0.4.99claws
15390
15391         * sync with sylpheed 0.4.99
15392
15393 2001-06-16 [sergey]
15394
15395         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15396         base64_decoder_free, base64_decoder_decode): new object and
15397         functions for decoding base64 streams.
15398         * src/procmime.c (procmime_decode_content): modified to use the
15399         new base64 decoder.
15400
15401 2001-06-15 [paul]
15402
15403         0.4.99claws10
15404
15405         * sync with sylpheed 0.4.99cvs11
15406
15407 2001-06-13 [paul]
15408
15409         0.4.99claws9
15410
15411         * sync with sylpheed 0.4.99cvs9
15412
15413 2001-06-13 [hoa]
15414
15415         * src/compose.c
15416         * src/prefs_account.c
15417
15418                 SMTP server can be defined in the news account
15419                 mime type of attachment are kept.
15420
15421         * src/summaryview.c
15422
15423                 now choose the highest important score between default
15424                 and important score of folder.
15425
15426 2001-06-09 [alfons]
15427         
15428         * src/prefs_common.c: 
15429
15430                 (prefs_quote_description_create): corrected description of 
15431                 quote format characters
15432
15433 2001-06-09 [paul]
15434
15435         0.4.99claws8
15436
15437         * sync with sylpheed 0.4.99cvs8
15438
15439 2001-06-08 [sergey]
15440
15441         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15442         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15443
15444 2001-06-08 [paul]
15445
15446         0.4.99claws7
15447
15448         * sync with sylpheed 0.4.99cvs7
15449
15450 2001-06-06 [sergey]
15451
15452         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15453         clashes with autogenerated header).
15454         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15455         * src/Makefile.am: added quote_fmt.h.
15456         * src/.cvsignore: added lex/yacc autogenerated files
15457         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15458
15459 2001-06-06 [paul]
15460
15461         0.4.99claws6
15462
15463         * sync with sylpheed 0.4.99cvs6
15464
15465 2001-06-06 [hoa]
15466
15467         * added src/quote_fmt_parse.h
15468         * src/compose.c
15469                 removed warnings
15470
15471         * src/prefs.[ch]
15472                 don't modify readonly configuration files
15473
15474         * src/prefs_account.c
15475         * src/prefs_common.c
15476         * src/prefs_customheader.c
15477         * src/prefs_display_header.c
15478         * src/prefs_filter.c
15479         * src/prefs_filtering.c
15480         * src/prefs_scoring.c
15481                 don't open dialog box when configuration files
15482                 are readonly
15483
15484 2001-06-05 [sergey]
15485
15486         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15487
15488         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15489         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15490         BUILT_SOURCES to make all files rebuild properly.
15491
15492         * src/compose.c: removed #include "quote_fmt.tab.h".
15493
15494         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15495         CHARACTER value in yylval.
15496
15497         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15498         receive CHARACTER value by documented means (yylval).
15499
15500         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15501
15502 2001-06-05 [hoa]
15503
15504         * src/Makefile.am
15505                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15506
15507         * src/filtering.c
15508         * src/matcher.c
15509         * src/matcher.h
15510         * src/prefs_filtering.c
15511                 now keep the configuration for execute action
15512
15513         * src/mbox_folder.c
15514                 fixed a warning
15515
15516 2001-06-05 [paul]
15517
15518         * sync with sylpheed 0.4.99cvs5
15519
15520 2001-06-05 [hoa]
15521
15522         * src/Makefile.am
15523                 added quote_fmt.[ch]
15524
15525         * added src/quote_fmt.y
15526         * added src/quote_fmt.l
15527         * added src/quote_fmt.tab.h
15528         * added src/quote_fmt.tab.c
15529         * added src/lex.quote_fmt.c
15530                 parsing configuration for replying
15531                 and forwarding
15532
15533         * src/prefs_common.[ch]
15534                 added configuration UI for replying
15535                 and forwarding
15536
15537         * src/compose.c
15538                 using configuration for replying
15539                 and forwarding
15540
15541 2001-06-04 [hoa]
15542
15543         * src/filtering.c
15544         * src/matcher.c
15545         * src/matcher.h
15546         * src/prefs_filtering.c
15547         * src/prefs_matcher.c
15548         * src/prefs_matcher.h
15549                 action "run a command" for filtering
15550                 and matching with a command.
15551                 fixed the "whole message" matching
15552
15553         * src/mbox_folder.c
15554                 changed temporary filename for security
15555
15556         * src/messageview.c
15557                 queue the notification if it fails to send.
15558
15559         * src/prefs_common.c
15560         * src/prefs_folder_item.c
15561                 changed the default important score             
15562
15563         * src/prefs_scoring.c
15564         * src/scoring.c
15565                 hide kill score input when the folder is not
15566                 a newsgroup
15567
15568 2001-06-03 [alfons]
15569
15570         * src/prefs_common.c:
15571
15572                 (prefs_font_select): pass font name in font entry box to font
15573                 selection dialog.
15574
15575 2001-06-03 [sergey]
15576
15577         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15578
15579 2001-06-03 [paul]
15580
15581         * sync with sylpheed 0.4.99cvs4
15582
15583 2001-06-03 [alfons]
15584
15585         * src/headerwindow.c:
15586
15587                 (headerwindow_show_cb): use the selected summary view item, not
15588                 the displayed item.
15589
15590 2001-06-02 [alfons]
15591
15592         * src/headerwindow.c:
15593
15594                 (headerwindow_show_cb): always try to show msginfo
15595
15596 2001-06-02 [hoa]
15597
15598         * src/compose.c
15599                 keep attached parts when reediting or forwarding.
15600
15601 2001-06-01 [hoa]
15602
15603         * src/folderview.c
15604         * src/prefs_folder_item.[ch]
15605         * src/prefs_scoring.[ch]
15606         * src/scoring.[ch]
15607         * src/summaryview.[ch]
15608         * src/main.c
15609         * src/mainwindow.c
15610         * src/prefs_common.[ch]
15611                 support for folder scoring
15612                 kill score and important score for messages
15613         
15614         * src/prefs_account.c
15615                 some display bug fixed for local account
15616                 preferences
15617
15618 2001-05-31 [alfons]
15619
15620         * src/summaryview.c:
15621
15622                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15623                 sender to address book menu item is disabled.
15624
15625 2001-05-30 [hoa]
15626
15627         * src/filtering.[ch]
15628         * src/summaryview.c
15629                 handling summary menu / filter messages
15630
15631         * src/folder.[ch]
15632                 add some stuff
15633
15634         * src/foldersel.c
15635                 imap folders now appears in list
15636
15637         * src/mbox_folder.c
15638                 doesn't crash if destination mail is not writeable
15639
15640 2001-05-29 [hoa]
15641
15642         * src/compose.c
15643                 removed some warnings
15644
15645         * src/filtering.c
15646         * src/folder.[ch]
15647         * src/prefs_filtering.c
15648                 global string to identify any folders           
15649                 removed some debug info
15650                 filtering to mbox folders is now possible
15651
15652         * src/mainwindow.c
15653                 removed some warnings
15654
15655         * src/mbox_folder.c
15656                 permission on files are changed to read/write for user only,
15657                 nothing for other.
15658                 creation of subfolder is handled better.
15659
15660 2001-05-28 [alfons]
15661
15662         Verified the sync for src/prefs_common.[ch] and
15663         src/prefs_account.[ch]. I believe there were some
15664         minor indentation differences.
15665
15666 2001-05-28 [paul]
15667
15668         0.4.99claws3
15669
15670         * sync with 0.4.99cvs3
15671
15672 2001-05-28 [hoa]
15673
15674         * src/compose.c
15675                 handling flags for mbox format
15676
15677         * src/filtering.c
15678                 use of mark file only for MH format
15679                 handling flags for mbox format
15680                 filtering cannot yet move or copy mails to mbox folders.
15681
15682         * src/folder.[ch]
15683                 changed move_msg, copy_msg,
15684                 move_msgs_with_dest, copy_msgs_with_dest functions
15685                 uses only folder->copy_msg() function
15686                 uses folder->finished_copy() to handle the destination
15687                 folder at the end of the copy or move operation.
15688
15689         * src/foldersel.c
15690                 included mbox directories.
15691
15692         * src/folderview.[ch]
15693         * src/mainwindow.c
15694                 handle folders operation for mbox format
15695
15696         * src/mbox.c
15697                 disable conversion of "From " header
15698
15699         * src/mbox_folder.[ch]
15700                 completion of mbox format handling
15701
15702         * src/mh.c
15703                 changed mh_copy_msg() function and
15704                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15705                 mh_copy_msgs_with_dest()
15706
15707         * src/prefs_filtering.c
15708                 removed some warnings
15709
15710         * src/prefs_matcher.c
15711                 default boolean operation is AND
15712
15713         * src/procheader.c
15714                 handling flags for mbox format
15715                 handling of "From " header
15716
15717         * src/procmsg.[ch]
15718                 removed data field
15719                 added MSG_REALLY_DELETED flags to handle deletion of
15720                 messages in mbox format.
15721
15722         * src/summaryview.c
15723                 handling flags for mbox format
15724                 disable the MSG_DELETED flags when messages
15725                 are deleted in mbox format
15726
15727         * src/textview.c
15728                 "From " headers display fixed.
15729
15730 2001-05-27 [alfons]
15731
15732         * src/textview.c:
15733                 
15734                 (get_email_part): skip quoted email addresses, like in e.g.
15735                 "'alfons@proteus.demon.nl'".
15736
15737 2001-05-26 [alfons]
15738
15739         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15740         and fixing the persistence troubles when using separate windows.
15741
15742         * src/mainwindow.c:
15743         
15744             Added #define SEPARATE_ACTION used in the gtk item factory for 
15745             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15746                 use gtk_item_factory_get_widget_by_action() to get the items.
15747                 
15748             Removed separate_widget_cb from the gtk item factory data   
15749           
15750             (mainwindow_create): connect separate_widget_cb() to check
15751             menu item "toggled" signal. also passing a MainWindow pointer
15752                 as object data for both check menu items.
15753                 
15754             (separate_widget_cb): definition of separate_widget_cb() to match
15755             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15756                 window using gtk_object_get_data(). The type of window separation 
15757                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15758         
15759         * src/prefs_filtering.c,
15760           src/prefs_matcher.c: added horizontal scrollbars
15761
15762 2001-05-25 [darko]
15763
15764         * src/headerview.c
15765                 fix segfault with invalid bold font
15766         * src/summaryview.c
15767                 correctly display summary stats after row is marked
15768
15769 2001-05-23 [sergey]
15770
15771         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15772         encodings with libjconv.
15773
15774 2001-05-23 [hoa]
15775
15776         * src/Makefile.am
15777                 added mbox_folder.[ch]
15778         * src/defs.h
15779                 mbox temporary folder
15780         * src/folder.[ch]
15781         * added src/mbox_folder.[ch]
15782         * src/folderview.c
15783         * src/procheader.[ch]
15784                 added mbox support
15785         * src/mbox.c
15786                 bugfix for file incorporation filtering
15787         * src/imap.c
15788                 enable creation of MBOX
15789         * src/prefs_display_header.c
15790                 enable use of headers like "From "
15791                 something that should be fixed :
15792                         displaying of such headers add an extra space
15793         * src/prefs_folder_item.c
15794                 don't create folders because it is not necessary
15795         * src/procmsg.h
15796                 added data field to MsgInfo for mbox internal use
15797         * src/summaryview.c
15798                 added some support for mbox
15799         * src/utils.[ch]
15800                 added get_mbox_cache_dir() function
15801
15802 2001-05-23 [hiroyuki]
15803
15804         * src/headerwindow.c
15805           src/inc.c
15806           src/main.c
15807           src/mh.c
15808           src/nntp.c
15809           src/procmsg.h
15810           src/session.h
15811           src/socket.[ch]
15812           src/summaryview.c
15813           src/textview.c
15814           src/automaton.c
15815           src/folderview.c: more sync with 0.4.99cvs2.
15816
15817         * src/headerwindow.c: reverted.
15818
15819 2001-05-22 [paul]
15820
15821         0.4.99claws2
15822
15823         * sync with sylpheed 0.4.99cvs2
15824                 * src/news.[ch]
15825                 * src/nntp.[ch]
15826                 * INSTALL
15827                 * INSTALL.jp
15828
15829 2001-05-22 [alfons]
15830
15831         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15832
15833 2001-05-21 [alfons]
15834
15835         Minor things:
15836
15837         * configure.in: if gnome-config not found, "no" is displayed
15838         
15839         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15840
15841         * src/textview.c: now also possible to add mail addresses by right
15842           clicking in the text view
15843
15844         * src/codeconv.c: merged patch which fixes endless loop when encountering
15845           invalid wide characters; from Alte <010@imis.ru>  
15846
15847 2001-05-20 [alfons]
15848
15849         Added installation of gnome specific things:
15850
15851         * Makefile.am: gnome conditional
15852
15853         * configure.in: check for installed gnome
15854
15855         * added sylpheed.png, sylpheed.desktop
15856
15857 2001-05-20 [sergey]
15858
15859         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15860
15861         * src/mainwindow.h (main_window_toolbar_create): created a button
15862         for "Reply to all".
15863         (main_window_set_toolbar_sensitive): enable/disable the new button
15864         appropriately.
15865         (toolbar_reply_to_author_cb): handle the new button.
15866
15867         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15868         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15869         failure).
15870
15871 2001-05-19 [sergey]
15872
15873         * src/compose.h (ComposeReplyMode): new modes
15874         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15875         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15876
15877         * src/compose.c
15878         (compose_send): move some code into a new function:
15879         (compose_current_mail_account): new function.
15880         (compose_reply): new argument to_author, all callers changed; if
15881         to_author==TRUE and account->protocol==A_NNTP, find and use an
15882         appropriate mail account for replying.
15883         (compose_reply_set_entry): new argument to_author; ignore
15884         compose->replyto if to_author==TRUE.
15885
15886         * src/mainwindow.c: new command "Message/Reply to author".
15887         (main_window_set_menu_sensitive): enable/disable it.
15888         (reply_cb): handle it.
15889
15890         * src/summaryview.c: new command "Reply to author".
15891         (summary_set_menu_sensitive): enable/disable it.
15892         (summary_reply_cb): handle it.
15893
15894         * src/account.c (account_find_mail_from_address): new function.
15895
15896 2001-05-18 [paul]
15897
15898         0.4.99claws1
15899
15900         * sync with sylpheed 0.4.99cvs1
15901
15902 2001-05-18 [hoa]
15903
15904         * src/compose.[ch]
15905         * src/filtering.c
15906         * src/summaryview.c
15907                 new filtering action : forward and forward as attachment
15908
15909         * src/main.c
15910                 no need for $DISPLAY when we run sylpheed --help
15911                 call to parse_cmd_opt() is moved
15912
15913         * src/mainwindow.[ch]
15914                 execute button is hidden when immediate execute
15915                 is chosen
15916
15917         * src/mh.c
15918         * src/news.c
15919         * src/prefs_folder_item.c
15920         * src/procmsg.c
15921                 better handling of missing directories
15922
15923         * src/summaryview.c
15924                 reedit is enabled in outbox
15925                 reedit is enabled in queue
15926
15927 2001-05-17 [hoa]
15928
15929         * src/filtering.c
15930         * src/matcher.[ch]
15931         * src/prefs_filtering.c
15932                 changed attachement into attachment
15933
15934 2001-05-17 [alfons]
15935
15936         0.4.67claws4    
15937
15938         * sync with sylpheed 0.4.67cvs9
15939         * sync with sylpheed 0.4.67cvs7-8
15940
15941 2001-05-17 [hoa]
15942
15943         * src/Makefile.am
15944                 added prefs_filtering.c
15945
15946         * src/filtering.[ch]
15947         * src/matcher.[ch]
15948                 removed action : forward_news and forward_news_as_attachement
15949                 (forward and forward_as_attachement can be used instead)
15950
15951         * src/mainwindow.c
15952                 added menu option to access filtering configuration
15953
15954         * src/prefs_account.c
15955                 changed mail_command default to /usr/sbin/sendmail
15956
15957         * added src/prefs_filtering.[ch]
15958                 dialog box for filtering configuration
15959
15960         * src/prefs_matcher.c
15961                 added function prefs_matcher_get_criteria_from_matching()
15962
15963         * src/prefs_scoring.c
15964                 reset the dialog when register or substitute is clicked
15965
15966 2001-05-15 [hoa]
15967
15968         * src/Makefile.am
15969                 added filtering.[ch]
15970         * src/inc.c
15971                 using filering.[ch] instead of filter.[ch]
15972         * src/main.c
15973                 reading new filtering configuration
15974         * src/matcher.[ch]
15975                 added some filtering actions
15976                 and fixed a bug for headers and mail body matching
15977         * src/mbox.c
15978                 using filering.[ch] instead of filter.[ch]
15979         * src/mh.c
15980                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15981         * src/summaryview.c
15982                 some fixes for filtering
15983
15984 2001-05-14 [hiroyuki]
15985
15986         * src/send.c: fixed some weird indentations.
15987           send_message_with_command(): call pclose() only if p != NULL.
15988         * src/textview.c: get_email_part(): modified the code for readability.
15989
15990 2001-05-14 [hiroyuki]
15991
15992         * src/md5global.h
15993           src/md5ify.c
15994           src/md5ify.h: removed from the cvs.
15995
15996 2001-05-13 [sergey]
15997
15998         * src/main.c: include rfc2015.h to avoid compiler warnings.
15999         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16000         the panel is already on screen.
16001         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16002         closing the alert window by ESC as "No".
16003         * src/prefs_common.c (prefs_interface_create): moved return
16004         receipt check button to the correct place.
16005
16006 2001-03-13 [alfons]
16007
16008         * src/prefs_common.c: 
16009                 moved return receipt check button to the Send tab. (prefs_send_create)
16010                 removed the date format ui related globals. (prefs_display_create)
16011
16012         0.4.67claws3
16013         
16014         * sync with sylpheed 0.4.67cvs5-6
16015
16016 2001-05-13 [paul]
16017
16018         * added Alfons' font selection patch
16019
16020         * src/defs.h
16021         * src/headerwindow.c
16022         * src/prefs_common.c
16023         * src/prefs_common.h
16024
16025 2001-05-13 [hoa]
16026         * src/defs.h
16027                 changed version of cache
16028         * src/matcher.[ch]
16029         * src/prefs_matcher.c
16030                 added additionnal matching criteria
16031         * src/procheader.c
16032         * src/procmsg.[ch]
16033         * src/news.c
16034                 added references in MsgInfo
16035
16036 2001-05-12 [hoa]
16037
16038         * src/defs.h
16039                 prepared some things for new filtering
16040         * src/matcher.[ch]
16041                 added some matching properties
16042                 inreplyto need to be enhanced
16043                 prepared some things for new filtering
16044         * src/messageview.c
16045                 added Return-Receipt-To handling
16046         * src/prefs_folder_item.c
16047                 changed default value to TRUE
16048         * src/prefs_matcher.c
16049                 added some matching properties
16050         * src/prefs_scoring.[ch]
16051                 the scoring dialog is finished
16052         * src/procheader.c
16053                 added Return-Receipt-To handling
16054                 Reference need to be added
16055         * src/procmsg.[ch]
16056                 added Return-Receipt-To handling
16057                 added threadscore to get a better score sorting when
16058                 threads are enabled
16059         * src/summaryview.c
16060                 suppressed a bug when we sort the list
16061                 when no folder is opened.
16062                 better score sorting when threads are enabled
16063
16064 2001-05-12 [alfons]
16065
16066         * reverted previous patch because of potential errors 
16067
16068         0.4.67claws2
16069         
16070         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16071                 applied "toggle mail-retrieval dialog window" patch submitted 
16072                 by Eric Limpens <eric@qnt.net>
16073
16074         * sync with sylpheed 0.4.67cvs4
16075
16076 2001-05-12 [sergey]
16077
16078         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16079         some picky compilers.
16080         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16081         * src/grouplist_dialog.c: include alertpanel.h.
16082         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16083         fix compile warning.
16084         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16085         #include "defs.h" before others to prevent the warning of `MIN'
16086         and `MAX' redefinition.
16087
16088 2001-05-11 [hoa]
16089
16090         * src/main.c
16091         * src/messageview.c
16092         * src/prefs_account.c
16093         * src/prefs_display_header.c
16094                 removed warning
16095         * src/Makefile.am
16096                 added prefs_scoring.[ch]
16097         * src/grouplist_dialog.c
16098                 display an error dialog box if the group list
16099                 cannot be fetched.
16100         * src/mainwindow.[ch]
16101                 added main_window_set_thread_option() function
16102                 scoring dialog box enabled
16103         * src/matcher.[ch]
16104                 added flags matching unread /new / marked
16105                 / deleted / replied / forwarded
16106         * src/news.c
16107                 newsgroups are now finally in newscache
16108         * src/prefs_matcher.[ch]
16109                 finished preferences for matching dialog
16110         * added src/prefs_scoring.[ch]
16111                 scoring dialog box completed
16112         * src/scoring.[ch]
16113                 conversion to string : added scoringprop_to_string()
16114                 write config for preferences :
16115                 added prefs_scoring_write_config()
16116         * src/summaryview.c
16117                 threads can be enabled/disabled independently
16118                 for each folder
16119
16120 2001-05-10 [alfons]
16121
16122         0.4.67claws1
16123         
16124         * AUTHORS: 
16125                 thought it would be nice to have a list of all
16126                 contributors (used Changelog as a reference)
16127         
16128         * configure.in: 
16129                 messed up version numbering...
16130
16131         0.4.66claws1
16132
16133         * sync with sylpheed 0.4.67cvs1-3
16134
16135 2001-05-10 [darko]
16136
16137         * src/prefs_common.c:
16138                 better UI for strftime format, double clicking
16139                 on format now inserts the format in text entry
16140                 replaced close button with standard OK/Cancel
16141                 moved date format button to the right of the
16142                 text entry field
16143
16144 2001-05-09 [alfons]
16145
16146         * src/gtkstext.c:
16147                 Ctrl-Home / Ctrl-End have proper cursor navigation
16148
16149 2001-05-09 [hoa]
16150
16151         * src/prefs_matcher.c
16152                 finished UI to define matching properties
16153                 added ok and cancel button
16154         * src/prefs_filter.c
16155                 added ok and cancel button
16156         * src/news.c
16157                 fixed some bug in xhdr parsing
16158
16159 2001-05-08 [alfons]
16160
16161         * src/textview.c: 
16162                 fixed a bug in textview_show_header(), which displayed two colons (':');
16163                 cleaned up some warnings
16164
16165 2001-05-08 [hoa]
16166
16167         * src/Makefile.am
16168                 added prefs_matcher.[ch]
16169                 compilation with -W -Wall
16170         * src/alertpanel.c
16171                 ungrab the mouse events if grabbed - does it
16172                 fix the bug for disposition notification ?
16173         * src/mainwindow.c
16174                 added a menu option to open the matching dialog.
16175         * src/matcher.[ch]
16176                 added matcherprop_to_string() and matcherlist_to_string()
16177                 fixed some bugs, changed the name of some options
16178                 age_sup and age_inf becomes age_greater and age_lower,
16179                 body and messageheaders becomes body_part and headers_part,
16180                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16181         * src/prefs_display_header.c
16182         * src/prefs_headers.c
16183                 fixed a bug that accidentally destroyed dialogs
16184                 when closed them with delete_event
16185                 Added *_deleted() which handle delete_event signal correctly.
16186         * src/prefs_folder_item.[ch]
16187                 added "enable_thread" field for future customization
16188         * added src/prefs_matcher.[ch]
16189                 sample of the UI to define matching properties
16190         * src/procheader.c
16191                 using procheader_headername_equal instead of str*cmp functions
16192                 using procheader_parse_header() function
16193         * src/scoring.c
16194                 using MATCHING_XXX instead of SCORING_XXX
16195         * src/summaryview.c
16196                 display the sender of the news even if this is ourself
16197                 when this is a news message.
16198         * src/textview.c
16199                 using headername_equal() instead of str*cmp functions
16200
16201 2001-05-08 [alfons]
16202
16203         0.4.66claws
16204
16205         * sync with sylpheed 0.4.66
16206         * src/gtkstext.c: trace logs added 
16207
16208 2001-05-08 [sergey]
16209
16210         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16211         signature check popup.
16212         * src/rfc2015.c (check_signature): show signature check popup only
16213         if it is enabled in preferences.
16214
16215 2001-05-07 [alfons]
16216
16217         0.4.66claws4
16218         
16219         * sync with sylpheed 0.4.66cvs6
16220
16221 2001-05-07 [darko]
16222
16223         * src/prefs_common.[ch]: added option to enable/disable
16224           looking up sender name in address book for summary pane
16225         * src/summaryview.c: look up sender in the address book
16226           by using Alfons' address completion code
16227
16228 2001-05-07 [hiroyuki]
16229
16230         * src/inc.h
16231           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16232           member of Pop3State.
16233         * src/news.c: brought #include "defs.h" before #include <glib.h>
16234           to prevent the warning of `MIN' and `MAX' redefinition.
16235
16236 2001-05-06 [hoa]
16237
16238         * removed src/headers_display.[ch]
16239         * removed src/prefs_display_headers.[ch]
16240         * src/inc.c
16241                 use a temporary file in the user directory for mbox import
16242         * src/news.c
16243                 added XHDR support to get "To" and "Cc" headers
16244                 (in order to match news with to or cc field for
16245                 scoring)
16246                 added function news_parse_xhdr() to get XHDR response
16247         * src/nntp.[ch]
16248                 added function nntp_xhdr()
16249         * src/matcher.c
16250                 fetch the message if necessary
16251
16252 2001-05-06 [alfons]
16253
16254         0.4.66claws3
16255
16256         * sync with sylpheed 0.4.66cvs3-5
16257
16258 2001-05-06 [hoa]
16259
16260         * src/utils.[ch]
16261                 added function itos_buf() to enable use of several buffers
16262         * src/summaryview.c
16263                 use of itos_buf() instead of itos() in summary list
16264                 to fix the broken display of message number.
16265
16266 2001-05-06 [alfons]
16267
16268         * src/gtkstext.c: bug in cursor up navigation fixed,
16269                 fixed another unsigned / signed comparison (we're getting there :-)
16270
16271 2001-05-06 [hoa]
16272
16273         * src/Makefile.am
16274                 added scoring.c scoring.h
16275                 prefs_folder_item.c prefs_folder_item.h
16276                 matcher.c matcher.h
16277         * src/defs.h
16278                 added FOLDERITEM_RC SCORING_RC
16279         * src/folder.[ch]
16280                 added prefs field in FolderItem :
16281                 properties for each folder (PrefsFolderItem),
16282                 sorting type and mode were added as the first properties.
16283         * src/main.c
16284                 read config for scoring
16285         * added src/matcher.[ch]
16286                 gives functions to parse configuration file to do
16287                 matching on mails with a list of conditions.
16288         * src/mainwindow.c
16289                 add option to sort by score
16290         * src/prefs_common.[ch]
16291                 added preference option to show score and for
16292                 the score column size
16293         * added src/prefs_folder_item.[ch]
16294                 properties for each folder (PrefsFolderItem),
16295                 sorting type and mode were added as the first properties.
16296         * src/procheader.[ch]
16297                 added procheader_parse_header()
16298                 added procheader_header_free()
16299                 added procheader_headername_equal()
16300                 and made modification to use them.
16301         * src/procmsg.[ch]
16302                 added score field to MsgInfo structure
16303         * added src/scoring.[ch]
16304                 gives functions to parse configuration file to do
16305                 scoring on mails with a list of conditions.
16306         * src/summaryview.[ch]
16307                 save the sorting type and mode for the folder
16308                 added column to display the score of the mail
16309                 added function summary_score_clicked()
16310                 sorting type and mode are restored to the folder
16311                 when it is reopen
16312         * src/textview.c
16313                 use procheader_parse_header(), procheader_headername_equal()
16314                 removed memory leak in text_scan_header when freeing headers
16315         * src/filter.c
16316                 changed the function to match names of headers
16317                 using procheader_headername_equal()
16318
16319         Scoring functions are implemented, an interface is needed
16320         to configure that.
16321
16322 2001-05-04 [alfons]
16323
16324         * src/gtkstext.c: 
16325                 hopefully fixed the row up navigation bug,
16326                 removed adding back / forward lines to cache
16327
16328 2001-05-04 [sergey]
16329
16330         * src/prefs_display_headers.c: user interface changes:
16331         (prefs_display_headers_create): remove unused "Show" check button;
16332         allow reordering of headers by dragging.
16333         (prefs_display_headers_write_config): remove unused variables.
16334         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16335         of lists (not needed with the new UI).
16336         (prefs_display_headers_set_list): scan lists starting from row 0,
16337         not 1 (do not skip "(New)").
16338         (prefs_display_headers_find_header): new function.
16339         (prefs_display_headers_clist_set_row): do not allow duplicates.
16340         (prefs_display_headers_delete_cb): do not skip row 0; treat
16341         closing the alert window by ESC as "No".
16342         (prefs_display_headers_up): do not protect row 0.
16343         (prefs_display_headers_down): do not protect row 0.
16344
16345 2001-05-04 [sergey]
16346
16347         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16348         functions.
16349
16350         * src/summaryview.c
16351         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16352         summary_select_next_marked, summary_select_prev_marked): new
16353         functions.
16354
16355 2001-05-03 [sergey]
16356
16357         * src/news.c: fixed a bug when no article can be fetched after
16358         server timeout if the connection was restored by news_post():
16359         (news_select_group): new function.
16360         (news_fetch_msg): call news_select_group() before fetching
16361         article.
16362         (news_get_uncached_articles): set session->group after successful
16363         GROUP command.
16364
16365 2001-05-03 [hoa]
16366
16367         * src/defs.h
16368         * src/procmsg.[ch]
16369         * src/procheader.c
16370                  changed version of cache, added cc field
16371
16372         * src/prefs_display_headers.c
16373                 the interface was changed
16374
16375         * src/prefs_headers.c
16376                 added cancel button
16377
16378 2001-05-03 [alfons]
16379
16380         * completed sync of sylpheed cvs2
16381         * src/gtkstext.c: updated row up / down cursor navigation
16382         * src/textview.c: re-edited, prepared for fixing the email address
16383                 scanner.
16384
16385 2001-05-03 [darko]
16386
16387         * src/prefs_common.c: use alfons' strftime ui code
16388         entry_datefmt and datefmt_sample widgets have to be
16389         global in this module because of this change
16390
16391 2001-05-03 [hoa]
16392
16393         * src/messageview.c
16394         * src/prefs_common.[ch] added option to activate the return receipt
16395                 feature.
16396
16397 2001-05-02 [alfons]
16398
16399         * src/gtkstext.c: fix for row up/down cursor navigation. 
16400
16401         0.4.66claws2
16402         
16403         * sync with 0.4.66cvs2
16404
16405 2001-05-02 [paul]
16406
16407         added add-sender-to-addressbook patch
16408
16409         * src/addressbook.c
16410         * src/addressbook.h
16411         * src/summaryview.c
16412
16413 2001-05-02 [sergey]
16414
16415         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16416         G_ALERTDISABLE.
16417
16418         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16419         all existing callers changed to pass FALSE; create a check button
16420         to disable the message.
16421         (alertpanel_message_with_disable): new function.
16422         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16423         (alertpanel_button_toggled): new function.
16424         (alertpanel_button_clicked, alertpanel_close): set value using
16425         G_ALERT_VALUE_MASK.
16426
16427         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16428
16429         * src/prefs_common.c (prefs_privacy_create): new check button
16430         checkbtn_gpgme_warning.
16431
16432         * src/main.c (main): moved preferences reading before gpgme
16433         initialization; check prefs_common.gpgme_warning before giving the
16434         GnuPG warning and set it to FALSE if the user wants to disable the
16435         warning.
16436
16437 2001-05-02 [hiroyuki]
16438
16439         * src/prefs_display_headers.c: modified the layout and some labels.
16440
16441 2001-05-02 [sergey]
16442
16443         * src/prefs_account.c (prefs_account_fix_size): new function.
16444         (prefs_account_create): call prefs_account_fix_size(); use
16445         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16446         size when the window is shown for the first time).
16447         (prefs_account_basic_create): changed layout of serv_table; moved
16448         localmbox_entry above smtpserv_entry (logically it replaces
16449         POP3/IMAP server).
16450         (prefs_account_protocol_activated): set sensitivity of
16451         nntpauth_chkbtn according to the protocol (in addition to
16452         hide/show); commented out gtk_table_set_row_spacing() calls.
16453         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16454         not sensitive (fixes a bug with disabled username/password boxes
16455         when editing POP3 account after NNTP with authentication).
16456
16457 2001-05-02 [hoa]
16458
16459         * src/account.c
16460         * src/inc.c
16461         * src/prefs_account.[ch]
16462         * src/send.c
16463                 removed local account without SMTP server
16464                 added option to use mail command instead of a connexion
16465                 to SMTP server when a local account is used
16466         * src/prefs_headers.c
16467                 fixed a bug
16468         * src/news.c
16469                 fixed a bug when connexion immediately closed
16470
16471 2001-05-01 [alfons]
16472
16473         0.4.66claws1
16474         
16475         * sync with 0.4.65
16476
16477 2001-05-01 [sergey]
16478
16479         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16480         widget nntpauth_chkbtn.
16481         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16482         visibility.
16483         (prefs_account_nntpauth_toggled): new function.
16484
16485         * src/news.c (news_session_new_for_folder): use NNTP
16486         authentication only if ac->use_nntp_auth is set.
16487
16488 2001-05-01 [hoa]
16489
16490         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16491         * src/prefs_display_headers.c changed the UI
16492         * src/prefs_headers.c changed account_name to account_id
16493         * src/compose.c using customheader.h
16494
16495 2001-05-01 [hiroyuki]
16496
16497         * src/esmtp.c
16498           src/news.c
16499           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16500           unsynched.
16501
16502 2001-05-01 [hoa]
16503
16504         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16505         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16506                 for displaying of headers
16507         * src/grouplist_dialog.[ch] minor changes to remove warnings
16508         * src/prefs_display_headers.[ch] dialog to choose the
16509         headers to display in the mail viewer.
16510         * src/headers.h correction of #define
16511         * src/headers_display.[ch] configuration for displaying of headers.
16512         * src/main.c read config of displaying of headers
16513         * src/prefs_common.c add a button to access the config dialog
16514                 for displaying of headers
16515         * src/prefs_display_headers.[ch] dialog for configuration for
16516                 displaying of the headers.
16517         * src/prefs_headers.c cleaning of code
16518         * src/procheader.c comments added to code
16519         * src/textview.c changes to reorder the headers depending
16520                 on the config for displaying of headers
16521
16522 2001-04-30 [alfons]
16523
16524         0.4.65claws7
16525
16526         * sync with 0.4.65cvs12
16527
16528         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16529
16530 2001-04-30 [sergey]
16531
16532         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16533
16534         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16535         is set to force reconnection after authentication failure.
16536         (nntp_gen_command): set sock->auth_failed on authentication
16537         failure, or if sock->userid and sock->passwd are not set.
16538
16539         * src/news.c (news_session_new_for_folder): set userid=NULL if
16540         password dialog is cancelled.
16541
16542 2001-04-30 [sergey]
16543
16544         * src/nntp.h (NNTPSockInfo): new type.
16545
16546         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16547         SockInfo.
16548         (nntp_open_auth, nntp_close): new functions.
16549         (nntp_gen_command): new function to handle authentication; all
16550         NNTP command functions updated to use it.
16551         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16552         (nntp_list): removed old useless code.
16553
16554         * src/news.h (NNTPSession): new field nntp_sock.
16555
16556         * src/news.c: all functions updated to use NNTPSockInfo instead of
16557         SockInfo.
16558         (news_session_new): new arguments (userid, passwd); made static;
16559         use nntp_open_auth() if needed.
16560         (news_session_destroy): use nntp_close() instead of sock_close().
16561         (news_query_password): changed arguments.
16562         (news_session_new_for_folder): new function.
16563         (news_session_get): use news_session_new_for_folder().
16564         (news_authenticate): deleted.
16565         (news_get_uncached_articles): removed old authentication code.
16566
16567 2001-04-30 [sergey]
16568
16569         * src/news.c: reverted my previous changes (need to do NNTP
16570         authentication in a cleaner way).
16571         
16572 2001-04-29 [sergey]
16573
16574         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16575         news_nntp_post, news_nntp_mode): new functions (wrappers with
16576         authentication support).
16577         (news_get_article_cmd, news_get_article, news_get_header): new
16578         argument "folder"; all callers changed.
16579         (news_get_article_cmd): added authentication support.
16580         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16581         (news_post): use news_nntp_post() instead of nntp_post().
16582         (news_get_uncached_articles): use news_nntp_group() instead of
16583         nntp_group() and news_nntp_xover() instead of nntp_xover();
16584         removed old authentication code.
16585         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16586
16587         * src/nntp.c (nntp_list): return real error code instead of
16588         hardcoded NN_ERROR.
16589
16590 2001-04-29 [sergey]
16591
16592         * configure.in: fixed wint_t typedef detection again
16593
16594 2001-04-28 [hoa]
16595
16596         * src/prefs_account.[ch], added A_LOCAL_CMD
16597                 (send mail with mail command)
16598         * src/send.c added function send_message_with_command()
16599         * src/inc.c made a more secure get_spool() function with
16600                 mktemp() but maybe mkstemp() or something more
16601                 secure can be used.
16602
16603 2001-04-28 [alfons]
16604
16605         * src/textview.c, colorization of email addresses in headers
16606
16607         0.4.65claws6
16608
16609         * bug sync with sylpheed
16610         * prefs_common.c: created date format ui for darko
16611         * sync with 0.4.65cvs11
16612         * configure.in: corrected to have the new gpg checks
16613
16614 2001-04-27 [alfons]
16615
16616         * completed sync with 0.4.65cvs10
16617         * minor debug things added to gtkstext.c
16618
16619 2001-04-27 [darko]
16620
16621         * configure.in: remove check for availability of
16622           strftime() as advised by Hiroyuki
16623         * src/prefs_common.[ch], src/procheader.c:
16624           synch strftime() code with Hiroyki's main branch
16625
16626 2001-04-26 [sergey]
16627
16628         * src/news.c: news_query_password(), news_authenticate(): new
16629           functions.
16630           news_get_uncached_articles(): added NNTP authentication
16631           handling.
16632         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16633           new functions.
16634         * src/prefs_account.c: prefs_account_protocol_activated():
16635           enable userid and password fields for NNTP.
16636
16637 2001-04-26
16638
16639         * configure.in: check for availability of strftime()
16640           [darko]
16641         * src/prefs_common.[ch], src/procheader.c: use
16642           strftime() for displaying date in summary pane if it
16643           is available
16644
16645 2001-04-25
16646
16647         * more .cvsignore cleanups [alfons]
16648
16649 2001-04-25
16650
16651         * ac/sv-check-type.m4: new autoconf macro.
16652         * configure.in: fixed wint_t typedef detection (did not work
16653           with gcc-2.96).
16654
16655 2001-04-25
16656
16657         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16658           [hiroyuki]
16659
16660 2001-04-24
16661         * modified gtkstext.c : buggy cursor navigation fixed, 
16662           and font descent also taken in account when drawing
16663           cursor. [alfons]
16664
16665 2001-04-24 [hoa]
16666         * added comments in src/news.c src/nntp.c
16667         * added src/prefs_headers.[ch]
16668         * added src/headers.[ch]
16669         * modified compose.c to activate custom headers
16670                 added function is_in_custom_headers
16671         * modified prefs_account.[ch]
16672                 added function prefs_account_customhdr_edit
16673         * modified src/defs.h :
16674                 added HEADERS_RC : name of the config file
16675                 for the custom headers
16676
16677 2001-04-24
16678
16679     0.4.65claws5
16680
16681         * configure.in
16682           src/gtkstext.[ch]
16683           src/compose.c
16684           src/Makefile.am
16685           
16686           added gtkstext with configure.in patch by Hiroyuki which
16687           should fix the XIM detection [alfons]
16688
16689         * more clean up of cvs [alfons]
16690
16691                  * removed all Makefile.in files to attic.
16692
16693                  * updated all .cvsignores to really ignore things that could
16694                    be unintentionally committed by a recursive commit.
16695
16696 2001-04-23 [hoa]
16697         * added src/grouplist_dialog.[ch]
16698         * changed src/folderview.c to call grouplist_dialog instead
16699                 of inputdialog
16700         * src/news.c :
16701                 added functions news_reset_group_list
16702                 and news_get_group_list
16703         * src/nntp.c :
16704                 added function nntp_list
16705         * src/defs.h :
16706                 added GROUPLIST_FILE : name of the newsgroup list cache file
16707
16708 2001-04-21
16709
16710         * added option to warn about queued messages on exit [sergey]:
16711
16712           * src/compose.c: compose_queue(): call folder_item_scan()
16713             and folderview_update_item() after queueing.
16714           * src/folderview.c: folderview_update_node(): draw the queue
16715             folder in bold font if there are queued messages.
16716           * src/mainwindow.c: queued_messages(): new function.
16717             app_exit_cb(): display warning if there are queued messages
16718             if warn_queued_on_exit is set.
16719           * prefs_common.[ch]: add warn_queued_on_exit option.
16720
16721         * enhanced GnuPG key selection support [sergey]:
16722
16723           * src/select-keys.c: updated to newer version from Win32
16724             branch with support for selecting arbitrary keys.
16725           * src/prefs_account.c: added the Privacy tab to the account
16726             options window.
16727             prefs_account_privacy_create(),
16728             prefs_account_sign_key_set_data_from_radiobtn(),
16729             prefs_account_sign_key_set_radiobtn(): new functions.
16730           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16731           * src/rfc2015.c: set_signers(): new function.
16732             pgp_sign(): add the account parameter, call set_signers().
16733             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16734           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16735           * src/compose.c: pass the current account to rfc2015_sign().
16736
16737         * tag name claws added to prevent confusion with main branch [alfons]
16738
16739         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16740
16741         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16742
16743         * sync with recent sylpheed cvs. Untested though. [alfons]
16744